Common_Guard_Shove_Hit
Server/Item/Interactions/Weapons/Common/Guarding/Common_Guard_Shove_Hit.json, 723 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": 7.0,
"VelocityType": "Set"
},
"WorldSoundEventId": "SFX_Club_Steel_Impact",
"LocalSoundEventId": "SFX_Club_Steel_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Mace_Bash"
}
]
}
}