Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Interactions / Weapons / Knife / Variants / Knife_Attack.json

Knife_Attack

Server/Item/Interactions/Weapons/Knife/Variants/Knife_Attack.json, 363 B

Fields

FieldType
Typestring
Effectsobject
AllowIndefiniteHoldboolean
Nextobject

Source

{
  "Type": "Charging",
  "Effects": {
    "ItemAnimationId": "ThrowCharging"
  },
  "AllowIndefiniteHold": true,
  "Next": {
    "0": {
      "Type": "Chaining",
      "ChainingAllowance": 1,
      "Next": [
        "Knife_Swing_Left",
        "Knife_Swing_Right",
        "Knife_Stab",
        "Knife_Lunge"
      ]
    },
    "0.5": "Knife_Throw_Charged"
  }
}