Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Models / Projectiles / NPCs / Void / Eye_Void / Eye_Void_Blast.json

Eye_Void_Blast

Server/Models/Projectiles/NPCs/Void/Eye_Void/Eye_Void_Blast.json, 940 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
MinScalenumber
MaxScalenumber
AnimationSetsobject
Trailsarray[2]
DefaultAttachmentsarray[1]

Source

{
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "HitBox": {
    "Max": {
      "X": 0.1,
      "Y": 0.1,
      "Z": 0.1
    },
    "Min": {
      "X": -0.1,
      "Y": -0.1,
      "Z": -0.1
    }
  },
  "MinScale": 1.2,
  "MaxScale": 1.4,
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Roll/Spin_Roll_Left.blockyanim",
          "BlendingDuration": 0
        }
      ]
    }
  },
  "Trails": [
    {
      "TargetNodeName": "Origin_Item",
      "TrailId": "Void"
    },
    {
      "TargetNodeName": "Origin_Item",
      "TrailId": "Void",
      "RotationOffset": {
        "Yaw": 90,
        "Pitch": 0,
        "Roll": 0
      }
    }
  ],
  "DefaultAttachments": [
    {
      "Model": "Items/Projectiles/Fireball.blockymodel",
      "Texture": "Items/Projectiles/Fireball_Textures/Void.png"
    }
  ]
}