Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Weapons / Staff / Ice / Ice_Bolt_Damage.json

Ice_Bolt_Damage

Server/Item/Interactions/Weapons/Staff/Ice/Ice_Bolt_Damage.json, 693 B

Fields

FieldType
Parentstring
DamageCalculatorobject
DamageEffectsobject

Source

{
  "Parent": "DamageEntityParent",
  "DamageCalculator": {
    "Class": "Charged",
    "BaseDamage": {
      "Ice": 15
    }
  },
  "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": 1,
        "Z": -3
      },
      "Force": 8,
      "VelocityType": "Add"
    },
    "WorldParticles": [
      {
        "SystemId": "Impact_Ice",
        "Scale": 1
      }
    ],
    "WorldSoundEventId": "SFX_Ice_Break"
  }
}