Versions / 0.6.0-pre.4 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Block / Mace_Block_Damage.json
Mace_Block_Damage
Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Block/Mace_Block_Damage.json, 788 B
Fields
| Field | Type |
|---|---|
Type | string |
Effects | object |
Forks | object |
AngledWielding | object |
StaminaCost | object |
CancelOnOtherClick | boolean |
Failed | object |
BlockedEffects | object |
Source
{
"Type": "Wielding",
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"Forks": {
"Primary": "Mace_Bash"
},
"AngledWielding": {
"Angle": 0,
"AngleDistance": 90,
"DamageModifiers": {
"Physical": 0,
"Projectile": 0
},
"KnockbackModifiers": {
"Physical": 0.25,
"Projectile": 0.25
}
},
"StaminaCost": {
"Value": 15,
"CostType": "Damage"
},
"CancelOnOtherClick": false,
"Failed": {
"Type": "Simple",
"Effects": {
"Particles": [
{
"SystemId": "Shield_Shatter"
}
]
}
},
"BlockedEffects": {
"WorldSoundEventId": "SFX_Shield_T2_Impact",
"WorldParticles": [
{
"SystemId": "Shield_Block"
}
]
}
}