Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Weapons / Spear / Attacks / Swing_Right / Spear_Swing_Right_Damage.json

Spear_Swing_Right_Damage

Server/Item/Interactions/Weapons/Spear/Attacks/Swing_Right/Spear_Swing_Right_Damage.json, 419 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_Sword_T2_Impact",
    "LocalSoundEventId": "SFX_Sword_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Blade_01"
      }
    ]
  }
}