Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Longsword / Attacks / Block / Longsword_Block.json
Longsword_Block
Server/Item/Interactions/Weapons/Longsword/Attacks/Block/Longsword_Block.json, 328 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": [
"Longsword_Block_Damage"
]
},
"Var": "Longsword_Block_Damage"
}
}