Spear_Block
Server/Item/Interactions/Weapons/Spear/Attacks/Block/Spear_Block.json, 320 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": [
"Spear_Block_Damage"
]
},
"Var": "Spear_Block_Damage"
}
}