Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Interactions / Weapons / Staff / Ice / Ice_Ball_Damage.json

Ice_Ball_Damage

Server/Item/Interactions/Weapons/Staff/Ice/Ice_Ball_Damage.json, 776 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "Class": "Charged",
    "BaseDamage": {
      "Ice": 20
    }
  },
  "DamageEffects": {
    "Knockback": {
      "Type": "Force",
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0,
        "Style": "Exp"
      },
      "Direction": {
        "X": 0.0,
        "Y": 3,
        "Z": -1
      },
      "Force": 20,
      "VelocityType": "Set"
    },
    "WorldParticles": [
      {
        "SystemId": "Impact_Ice",
        "Scale": 1
      },
      {
        "SystemId": "IceBall_Explosion",
        "Scale": 1
      }
    ],
    "WorldSoundEventId": "SFX_Ice_Ball_Death"
  }
}