Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Drops / NPCs / Livestock / Drop_Sheep_Harvest.json

Drop_Sheep_Harvest

Server/Drops/NPCs/Livestock/Drop_Sheep_Harvest.json, 548 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Wool",
              "QuantityMin": 1,
              "QuantityMax": 3
            }
          }
        ]
      },
      {
        "Type": "Single",
        "Item": {
          "ItemId": "Ingredient_Poop",
          "QuantityMin": 0,
          "QuantityMax": 1
        }
      }
    ]
  }
}