Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Interactions / NPCs / Elemental / Dragon_Frost_Blast.json

Dragon_Frost_Blast

Server/Item/Interactions/NPCs/Elemental/Dragon_Frost_Blast.json, 538 B

Fields

FieldType
Typestring
Effectsobject
RunTimenumber
Nextobject

Source

{
  "Type": "Simple",
  "Effects": {
    "Particles": [
      {
        "PositionOffset": {
          "X": 1,
          "Y": 0,
          "Z": 0
        },
        "RotationOffset": {
          "Pitch": 0,
          "Roll": 0,
          "Yaw": 0
        },
        "TargetNodeName": "Handle",
        "SystemId": "Impact_Ice"
      }
    ]
  },
  "RunTime": 0.1,
  "Next": {
    "Type": "LaunchProjectile",
    "RunTime": 0.1,
    "Effects": {},
    "ProjectileId": "Goblin_Duke_Ice",
    "Tags": {
      "AimingReference": []
    }
  }
}