Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Models / Projectiles / Spells / Ice_Ball.json

Ice_Ball

Server/Models/Projectiles/Spells/Ice_Ball.json, 470 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
MinScalenumber
MaxScalenumber
Particlesarray[1]

Source

{
  "Model": "Items/Projectiles/Iceball.blockymodel",
  "Texture": "Items/Projectiles/Iceball_Texture.png",
  "HitBox": {
    "Max": {
      "X": 0.1,
      "Y": 0.1,
      "Z": 0.1
    },
    "Min": {
      "X": -0.1,
      "Y": -0.1,
      "Z": -0.1
    }
  },
  "MinScale": 3,
  "MaxScale": 5,
  "Particles": [
    {
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0
      },
      "SystemId": "IceBall",
      "TargetNodeName": ""
    }
  ]
}