Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Mace / Primary / Weapon_Mace_Primary.json
Weapon_Mace_Primary
Server/Item/Interactions/Weapons/Mace/Primary/Weapon_Mace_Primary.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Type | string |
Left | object |
Right | object |
Back | object |
Failed | object |
Source
{
"Type": "MovementCondition",
"Left": {
"Type": "Replace",
"Var": "Swing_Left_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Left_Charged_StaminaCondition"
]
}
},
"Right": {
"Type": "Replace",
"Var": "Swing_Right_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Right_Charged_StaminaCondition"
]
}
},
"Back": {
"Type": "Replace",
"Var": "Swing_Up_Left_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Up_Left_Charged_StaminaCondition"
]
}
},
"Failed": {
"Type": "Chaining",
"ChainingAllowance": 2.1,
"Next": [
{
"Type": "Replace",
"Var": "Swing_Left_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Left_Charged_StaminaCondition"
]
}
},
{
"Type": "Replace",
"Var": "Swing_Right_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Right_Charged_StaminaCondition"
]
}
},
{
"Type": "Replace",
"Var": "Swing_Up_Left_Charged_StaminaCondition",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Weapon_Mace_Primary_Swing_Up_Left_Charged_StaminaCondition"
]
}
}
]
}
}