Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Interactions / Weapons / Stick / Magic / Secondary / Weapon_Stick_Fire_Secondary_Damage.json

Weapon_Stick_Fire_Secondary_Damage

Server/Item/Interactions/Weapons/Stick/Magic/Secondary/Weapon_Stick_Fire_Secondary_Damage.json, 685 B

Fields

FieldType
Typestring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Type": "DamageEntity",
  "DamageCalculator": {
    "BaseDamage": {
      "Physical": 12
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Type": "Force",
      "VelocityConfig": {
        "GroundResistance": 0.804,
        "GroundResistanceMax": 0.0,
        "AirResistance": 0.972,
        "AirResistanceMax": 0.028,
        "Threshold": 1.0,
        "Style": "Exp"
      },
      "Direction": {
        "X": 1.0,
        "Y": 2.0,
        "Z": 3.0
      },
      "Force": 1.0,
      "VelocityType": "Set"
    },
    "WorldSoundEventId": "SFX_Staff_Flame_Flamethrower_Impact",
    "WorldParticles": [
      {
        "SystemId": "Impact_Sword_Charged"
      }
    ]
  }
}