Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Weapons / Battleaxe / Primary / Swing_Down / Weapon_Battleaxe_Primary_Swing_Down.json

Weapon_Battleaxe_Primary_Swing_Down

Server/Item/Interactions/Weapons/Battleaxe/Primary/Swing_Down/Weapon_Battleaxe_Primary_Swing_Down.json, 420 B

Fields

FieldType
Typestring
RunTimenumber
Effectsobject
Nextobject

Source

{
  "Type": "Simple",
  "RunTime": 0.4,
  "Effects": {
    "ItemAnimationId": "SwingDown",
    "WorldSoundEventId": "SFX_Battleaxe_T2_Swing",
    "LocalSoundEventId": "SFX_Battleaxe_T2_Swing_Down_Local"
  },
  "Next": {
    "Type": "Replace",
    "Var": "Swing_Down_Selector",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Battleaxe_Primary_Swing_Down_Selector"
      ]
    }
  }
}