Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Interactions / Weapons / Sickle / Attacks / Swing_Left / Sickle_Swing_Left_Damage.json

Sickle_Swing_Left_Damage

Server/Item/Interactions/Weapons/Sickle/Attacks/Swing_Left/Sickle_Swing_Left_Damage.json, 347 B

Fields

FieldType
Typestring
DamageEffectsobject

Source

{
  "Type": "DamageEntity",
  "DamageEffects": {
    "Knockback": {
      "Force": 0.5,
      "RelativeX": -5,
      "RelativeZ": -5,
      "VelocityY": 5
    },
    "WorldSoundEventId": "SFX_Sword_T2_Impact",
    "LocalSoundEventId": "SFX_Sword_T2_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Blade_01"
      }
    ]
  }
}