Versions / 0.6.0-pre.10 / Item / Interactions / Weapons / Daggers / Deprecated / Attacks / Backflip / Daggers_Backflip_Damage.json
Daggers_Backflip_Damage
Server/Item/Interactions/Weapons/Daggers/Deprecated/Attacks/Backflip/Daggers_Backflip_Damage.json, 428 B
Fields
| Field | Type |
|---|---|
Type | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Type": "DamageEntity",
"DamageCalculator": {
"BaseDamage": {
"Physical": 0
}
},
"DamageEffects": {
"Knockback": {
"Force": 2.5,
"RelativeX": 0,
"RelativeZ": -8,
"VelocityY": 4
},
"WorldSoundEventId": "SFX_Sword_T2_Impact",
"LocalSoundEventId": "SFX_Sword_T2_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Sword_Signature"
}
]
}
}