Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Models / Projectiles / Items / Egg / Egg.json

Egg

Server/Models/Projectiles/Items/Egg/Egg.json, 500 B

Fields

FieldType
Modelstring
HitBoxobject
MinScalenumber
MaxScalenumber
Trailsarray[0]
Texturestring
AnimationSetsobject

Source

{
  "Model": "Items/Consumables/Food/Egg.blockymodel",
  "HitBox": {
    "Max": {
      "X": 0.15,
      "Y": 0.15,
      "Z": 0.15
    },
    "Min": {
      "X": -0.15,
      "Y": -0.15,
      "Z": -0.15
    }
  },
  "MinScale": 1,
  "MaxScale": 1.5,
  "Trails": [],
  "Texture": "Items/Consumables/Food/Egg_Texture.png",
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Pitch/Spin_Pitch_Down.blockyanim"
        }
      ]
    }
  }
}