Sickle_Attack
Server/Item/Interactions/Weapons/Sickle/Variants/Sickle_Attack.json, 444 B
Fields
| Field | Type |
|---|---|
Type | string |
ChainingAllowance | number |
Next | array[2] |
Source
{
"Type": "Chaining",
"ChainingAllowance": 3,
"Next": [
{
"Type": "Replace",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Sickle_Swing_Left"
]
},
"Var": "Swing_Left"
},
{
"Type": "Replace",
"DefaultOk": true,
"DefaultValue": {
"Interactions": [
"Sickle_Swing_Right"
]
},
"Var": "Swing_Right"
}
]
}