Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Mace / Deprecated / Variants / Mace_Attack.json

Mace_Attack

Server/Item/Interactions/Weapons/Mace/Deprecated/Variants/Mace_Attack.json, 427 B

Fields

FieldType
$Commentstring
Typestring
Leftstring
Rightstring
Backstring
Failedobject

Source

{
  "$Comment": "Parent interaction which forks to Left or Right swings",
  "Type": "MovementCondition",
  "Left": "Mace_Swings_Left",
  "Right": "Mace_Swings_Right",
  "Back": "Mace_Swings_Up",
  "Failed": {
    "$Comment": "If no key is pressed we should default the normal Left/Right pattern",
    "Type": "Chaining",
    "ChainingAllowance": 8,
    "Next": [
      "Mace_Swings_Left",
      "Mace_Swings_Right"
    ]
  }
}