Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Models / Projectiles / NPCs / Beasts / Scarak_Seeker / Scarak_Seeker_Spitball.json

Scarak_Seeker_Spitball

Server/Models/Projectiles/NPCs/Beasts/Scarak_Seeker/Scarak_Seeker_Spitball.json, 796 B

Fields

FieldType
Modelstring
Texturestring
HitBoxobject
MinScalenumber
MaxScalenumber
Trailsarray[2]

Source

{
  "Model": "Items/Projectiles/Acid.blockymodel",
  "Texture": "Items/Projectiles/Acid_Texture.png",
  "HitBox": {
    "Max": {
      "X": 0.1,
      "Y": 0.1,
      "Z": 0.1
    },
    "Min": {
      "X": -0.1,
      "Y": -0.1,
      "Z": -0.1
    }
  },
  "MinScale": 1,
  "MaxScale": 1,
  "Trails": [
    {
      "FixedRotation": false,
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0
      },
      "RotationOffset": {
        "Pitch": 0,
        "Roll": 0,
        "Yaw": 1
      },
      "TargetNodeName": "Fireball",
      "TrailId": "Acid"
    },
    {
      "PositionOffset": {
        "X": 0,
        "Y": 0,
        "Z": 0
      },
      "RotationOffset": {
        "Pitch": 0,
        "Roll": 0,
        "Yaw": 91
      },
      "TrailId": "Acid"
    }
  ]
}