Versions / 0.5.3 / Item / Interactions / Weapons / Battleaxe / Deprecated / Attacks / Shove / Battleaxe_Shove_Damage.json
Battleaxe_Shove_Damage
Server/Item/Interactions/Weapons/Battleaxe/Deprecated/Attacks/Shove/Battleaxe_Shove_Damage.json, 724 B
Fields
| Field | Type |
|---|---|
Parent | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Parent": "DamageEntityParent",
"DamageCalculator": {
"BaseDamage": {
"Physical": 0
}
},
"DamageEffects": {
"Knockback": {
"Type": "Force",
"VelocityConfig": {
"AirResistance": 0.97,
"AirResistanceMax": 0.96,
"GroundResistance": 0.94,
"GroundResistanceMax": 0.3,
"Threshold": 3.0,
"Style": "Exp"
},
"Direction": {
"X": 0.0,
"Y": 1.0,
"Z": -2.0
},
"Force": 15.0,
"VelocityType": "Set"
},
"WorldSoundEventId": "SFX_Club_Steel_Impact",
"LocalSoundEventId": "SFX_Club_Steel_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Mace_Bash"
}
]
}
}