Versions / 0.5.2 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Backflip / Daggers_Stab_Backflip_Left_Damage.json
Daggers_Stab_Backflip_Left_Damage
Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Backflip/Daggers_Stab_Backflip_Left_Damage.json, 382 B
Fields
| Field | Type |
|---|---|
Type | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Type": "DamageEntity",
"DamageCalculator": {
"BaseDamage": {
"Physical": 16
}
},
"DamageEffects": {
"Knockback": {
"Force": 0.25,
"RelativeX": 0,
"RelativeZ": -4,
"VelocityY": 4
},
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Sword_Signature"
}
]
}
}