Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Interactions / Weapons / Mace / Deprecated / Attacks / Swing_Down / Mace_Swing_Down_Damage.json

Mace_Swing_Down_Damage

Server/Item/Interactions/Weapons/Mace/Deprecated/Attacks/Swing_Down/Mace_Swing_Down_Damage.json, 370 B

Fields

FieldType
Typestring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Type": "DamageEntity",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 5
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Force": 1,
      "RelativeX": 0,
      "RelativeZ": -5,
      "VelocityY": 5
    },
    "WorldSoundEventId": "SFX_Mace_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Blade_01"
      }
    ]
  }
}