Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / RootInteractions / Weapons / Gun / Root_Test_Zoom_Rifle_ADS.json

Root_Test_Zoom_Rifle_ADS

Server/Item/RootInteractions/Weapons/Gun/Root_Test_Zoom_Rifle_ADS.json, 702 B

Fields

FieldType
$Commentstring
Rulesobject
Interactionsarray[1]

Source

{
  "$Comment": "Aim-down-sights root for the test zoom rifle. Holding Secondary runs a chain of stages (Stage1 -> Stage2 -> terminal hold) that step the zoom up through three levels via each step's InteractionEffects.Zoom. Every stage is Charging with no 0.0 Next entry, so releasing Secondary at any point ends the chain immediately and the zoom clears (no timer to wait out); held past each stage's threshold the zoom steps up. Reticle overlay, no sniper scope.",
  "Rules": {
    "BlockedBy": [
      "Secondary",
      "Ability1",
      "Ability2",
      "Ability3",
      "Use",
      "Pick",
      "SwapFrom",
      "SwapTo"
    ]
  },
  "Interactions": [
    "Test_Zoom_Rifle_ADS_Stage1"
  ]
}