Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Club / Attacks / Swing_Right / Club_Swing_Right_Damage.json

Club_Swing_Right_Damage

Server/Item/Interactions/Weapons/Club/Attacks/Swing_Right/Club_Swing_Right_Damage.json, 423 B

Fields

FieldType
Typestring
DamageCalculatorobject
DamageEffectsobject

Source

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