Unarmed_Block
Server/Item/Interactions/Weapons/Unarmed/Attacks/Block/Unarmed_Block.json, 373 B
Fields
| Field | Type |
|---|---|
Type | string |
$Comment | string |
Effects | object |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"$Comment": "Prepare Delay",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"RunTime": 0.05,
"Next": {
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"DamageModifiers": {
"Physical": 0.8,
"Projectile": 0.8
}
}
}