Versions / 0.5.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
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Left | string |
Right | string |
Back | string |
Failed | object |
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"
]
}
}