Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / Weapons / Sickle / Attacks / Swing_Right / Sickle_Swing_Right_Damage.json

Sickle_Swing_Right_Damage

Server/Item/Interactions/Weapons/Sickle/Attacks/Swing_Right/Sickle_Swing_Right_Damage.json, 346 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"
      }
    ]
  }
}