Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Interactions / NPCs / NPC_Attack_Melee_Damage.json

NPC_Attack_Melee_Damage

Server/Item/Interactions/NPCs/NPC_Attack_Melee_Damage.json, 458 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 5
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Force": 1,
      "RelativeX": 0,
      "RelativeZ": -1,
      "VelocityY": 3,
      "VelocityType": "Set"
    },
    "WorldSoundEventId": "SFX_Unarmed_Impact",
    "LocalSoundEventId": "SFX_Unarmed_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Basic"
      }
    ]
  }
}