Versions / 0.6.0-pre.9 / Item / Interactions / NPCs / Elemental / Golem_Firesteel / Golem_Firesteel_Stomp_Damage.json
Golem_Firesteel_Stomp_Damage
Server/Item/Interactions/NPCs/Elemental/Golem_Firesteel/Golem_Firesteel_Stomp_Damage.json, 439 B
Fields
| Field | Type |
|---|---|
Parent | string |
DamageCalculator | object |
DamageEffects | object |
Source
{
"Parent": "DamageEntityParent",
"DamageCalculator": {
"BaseDamage": {
"Physical": 5
}
},
"DamageEffects": {
"Knockback": {
"Force": 1,
"RelativeX": 0,
"RelativeZ": -5,
"VelocityY": 5
},
"WorldSoundEventId": "SFX_Unarmed_Impact",
"LocalSoundEventId": "SFX_Unarmed_Impact",
"WorldParticles": [
{
"SystemId": "Impact_Sword_Basic"
}
]
}
}