Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Interactions / NPCs / Intelligent / Goblin_Duke / Goblin_Duke_Magic_1.json

Goblin_Duke_Magic_1

Server/Item/Interactions/NPCs/Intelligent/Goblin_Duke/Goblin_Duke_Magic_1.json, 756 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": 1,
  "Next": {
    "Type": "Simple",
    "Effects": {
      "ItemPlayerAnimationsId": "Goblin_Item",
      "ItemAnimationId": "Throw"
    },
    "$Comment": "Prepare Delay",
    "RunTime": 0.5,
    "Next": {
      "Type": "Projectile",
      "Config": "Projectile_Config_Goblin_Duke_Ice",
      "RunTime": 0.2,
      "Effects": {},
      "Tags": {
        "AimingReference": []
      }
    }
  }
}