Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Interactions / Weapons / Spear / Variants / Spear_Attack.json

Spear_Attack

Server/Item/Interactions/Weapons/Spear/Variants/Spear_Attack.json, 428 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "ThrowCharging",
    "LocalSoundEventId": "SFX_Spear_Throw_Charge_Local",
    "WorldSoundEventId": "SFX_Spear_Throw_Charge",
    "ClearAnimationOnFinish": true
  },
  "AllowIndefiniteHold": true,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1.25,
      "Next": [
        "Spear_Stab"
      ]
    },
    "1": "Spear_Throw_Charged"
  }
}