Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Interactions / Weapons / Daggers / Deprecated / Variants / Daggers_Claw_Bone_Attack.json

Daggers_Claw_Bone_Attack

Server/Item/Interactions/Weapons/Daggers/Deprecated/Variants/Daggers_Claw_Bone_Attack.json, 839 B

Fields

FieldType
Typestring
Crouchingboolean
Nextobject
Failedobject

Source

{
  "Type": "Condition",
  "Crouching": false,
  "Next": {
    "Type": "Charging",
    "Effects": {
      "ItemAnimationId": "StabDoubleCharging"
    },
    "AllowIndefiniteHold": false,
    "Next": {
      "0": {
        "Type": "Chaining",
        "ChainingAllowance": 1,
        "Next": [
          "Daggers_Swing_Left_Right",
          "Daggers_Swing_Right_Left"
        ]
      },
      "2.43": "Daggers_Stab_Double_Charged"
    }
  },
  "Failed": {
    "Type": "Charging",
    "Effects": {
      "ItemAnimationId": "LungeDoubleCharging"
    },
    "AllowIndefiniteHold": false,
    "Next": {
      "0": {
        "Type": "Chaining",
        "ChainingAllowance": 1,
        "Next": [
          "Daggers_Swing_Left_Right",
          "Daggers_Swing_Right_Left"
        ]
      },
      "2.43": "Daggers_Lunge_Double_Charged"
    }
  }
}