Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Weapons / Mace / Primary / Swing_Left / Weapon_Mace_Primary_Swing_Left.json

Weapon_Mace_Primary_Swing_Left

Server/Item/Interactions/Weapons/Mace/Primary/Swing_Left/Weapon_Mace_Primary_Swing_Left.json, 404 B

Fields

FieldType
Typestring
Effectsobject
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "SwingLeft",
    "WorldSoundEventId": "SFX_Mace_T2_Swing",
    "LocalSoundEventId": "SFX_Mace_T2_Swing_RL_Local"
  },
  "RunTime": 0.6,
  "Next": {
    "Type": "Replace",
    "Var": "Swing_Left_Selector",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Mace_Primary_Swing_Left_Selector"
      ]
    }
  }
}