Versions / 0.4.0 / Item / Interactions / Weapons / Spear / Attacks / Block / Spear_Block_Damage.json
Spear_Block_Damage
Server/Item/Interactions/Weapons/Spear/Attacks/Block/Spear_Block_Damage.json, 422 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
AngledWielding | object |
StaminaCost | object |
Source
{
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"AngledWielding": {
"Angle": 0,
"AngleDistance": 95,
"DamageModifiers": {
"Physical": 0,
"Projectile": 0,
"Poison": 0
},
"KnockbackModifiers": {
"Physical": 0.25,
"Projectile": 0.25
}
},
"StaminaCost": {
"Value": 2,
"CostType": "Damage"
}
}