Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Hatchet / Attacks / Chop / Hatchet_Chop_Damage.json

Hatchet_Chop_Damage

Server/Item/Interactions/Weapons/Hatchet/Attacks/Chop/Hatchet_Chop_Damage.json, 400 B

Fields

FieldType
Typestring
DamageCalculatorobject
Effectsobject
DamageEffectsobject
Nextobject

Source

{
  "Type": "DamageEntity",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 5
    }
  },
  "Effects": {
    "CameraEffect": "Impact"
  },
  "DamageEffects": {
    "WorldSoundEventId": "SFX_Light_Melee_T1_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Blade_01"
      }
    ]
  },
  "Next": {
    "Type": "ModifyInventory",
    "AdjustHeldItemDurability": -1
  }
}