Stick_Block_Damage
Server/Item/Interactions/Weapons/Stick/Block/Stick_Block_Damage.json, 799 B
Fields
| Field | Type |
|---|---|
Type | string |
HorizontalSpeedMultiplier | number |
Effects | object |
AngledWielding | object |
StaminaCost | object |
CancelOnOtherClick | boolean |
Failed | object |
BlockedEffects | object |
Source
{
"Type": "Wielding",
"HorizontalSpeedMultiplier": 0.7,
"Effects": {
"ItemAnimationId": "Guard",
"ClearAnimationOnFinish": true
},
"AngledWielding": {
"Angle": 0,
"AngleDistance": 90,
"DamageModifiers": {
"Physical": 0,
"Projectile": 0,
"Poison": 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"
}
]
}
}