Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Interactions / Weapons / Longsword / Attacks / Stab / Longsword_Stab_Damage.json

Longsword_Stab_Damage

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