Versions / 0.5.3 / Item / Interactions / Weapons / Shortbow / Deprecated / Attacks / Block / Shortbow_Block.json
Shortbow_Block
Server/Item/Interactions/Weapons/Shortbow/Deprecated/Attacks/Block/Shortbow_Block.json, 434 B
Fields
| Field | Type |
|---|---|
Type | string |
Costs | object |
Next | object |
Source
{
"Type": "StatsCondition",
"Costs": {
"Stamina": 0.01
},
"Next": {
"Type": "EffectCondition",
"EntityEffectIds": [
"Stamina_Broken"
],
"Match": "None",
"Next": {
"Type": "Simple",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"$Comment": "Prepare Delay",
"RunTime": 0.1,
"Next": "Shortbow_Block_Damage"
}
}
}