Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Weapons / Shield / Primary / Swing_Left / Shield_Swing_Left_Damage.json

Shield_Swing_Left_Damage

Server/Item/Interactions/Weapons/Shield/Primary/Swing_Left/Shield_Swing_Left_Damage.json, 421 B

Fields

FieldType
Typestring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Type": "DamageEntity",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 0
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Force": 2.5,
      "RelativeX": 0,
      "RelativeZ": -8,
      "VelocityY": 4
    },
    "WorldSoundEventId": "SFX_T1_Impact_Blunt",
    "LocalSoundEventId": "SFX_T1_Impact_Blunt",
    "WorldParticles": [
      {
        "SystemId": "Impact_Blade_01"
      }
    ]
  }
}