Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Drops / NPCs / Livestock / Drop_Chicken_Desert.json

Drop_Chicken_Desert

Server/Drops/NPCs/Livestock/Drop_Chicken_Desert.json, 673 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Food_Chicken_Raw",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Hide_Light",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      }
    ]
  }
}