Club_Block
Server/Item/Interactions/Weapons/Club/Attacks/Block/Club_Block.json, 318 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"$Comment": "Prepare Delay",
"RunTime": 0.1,
"Next": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Club_Block_Damage"
]
},
"Var": "Club_Block_Damage"
}
}