Test_Charge_Damage
Server/Item/Interactions/Tests/Test_Charge_Damage.json, 428 B
Fields
| Field | Type |
|---|---|
Parent | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Parent": "DamageEntityParent",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 5
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"Knockback": {
"Type": "Directional",
"Force": 10,
"VelocityY": 5
},
"WorldSoundEventId": "SFX_Unarmed_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Sword_Basic"
}
]
}
}