Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Mace / Primary / Swing_Right / Weapon_Mace_Primary_Swing_Right.json

Weapon_Mace_Primary_Swing_Right

Server/Item/Interactions/Weapons/Mace/Primary/Swing_Right/Weapon_Mace_Primary_Swing_Right.json, 407 B

Fields

FieldType
Typestring
Effectsobject
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "ItemAnimationId": "SwingRight",
    "WorldSoundEventId": "SFX_Mace_T2_Swing",
    "LocalSoundEventId": "SFX_Mace_T2_Swing_LR_Local"
  },
  "RunTime": 0.6,
  "Next": {
    "Type": "Replace",
    "Var": "Swing_Right_Selector",
    "DefaultOk": true,
    "DefaultValue": {
      "Interactions": [
        "Weapon_Mace_Primary_Swing_Right_Selector"
      ]
    }
  }
}