Versions / 0.5.6 / Item / Interactions / Weapons / Spear / Attacks / Swing_Left / Spear_Swing_Left_Damage.json
Spear_Swing_Left_Damage
Server/Item/Interactions/Weapons/Spear/Attacks/Swing_Left/Spear_Swing_Left_Damage.json, 420 B
Fields
| Field | Type |
|---|---|
Type | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Type": "DamageEntity",
"DamageCalculator": {
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"Knockback": {
"Force": 1,
"RelativeX": -5,
"RelativeZ": -5,
"VelocityY": 5
},
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Blade_01"
}
]
}
}