Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Models / Projectiles / Items / Ingredients / Ingredient_Poop.json

Ingredient_Poop

Server/Models/Projectiles/Items/Ingredients/Ingredient_Poop.json, 651 B

Fields

FieldType
HitBoxobject
MinScalenumber
MaxScalenumber
Modelstring
Texturestring
DefaultAttachmentsarray[1]
AnimationSetsobject

Source

{
  "HitBox": {
    "Max": {
      "X": 0.1,
      "Y": 0.1,
      "Z": 0.1
    },
    "Min": {
      "X": -0.1,
      "Y": -0.1,
      "Z": -0.1
    }
  },
  "MinScale": 1.5,
  "MaxScale": 1.5,
  "Model": "Items/Projectiles/Projectile.blockymodel",
  "Texture": "Items/Projectiles/Projectile_default.png",
  "DefaultAttachments": [
    {
      "Model": "Items/Ingredients/Poop.blockymodel",
      "Texture": "Items/Ingredients/Poop_Texture.png"
    }
  ],
  "AnimationSets": {
    "Idle": {
      "Animations": [
        {
          "Animation": "Items/Animations/Spin_Diagonal/Spin_Pitch_Diagonal_Down_Left.blockyanim"
        }
      ]
    }
  }
}