Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Drops / NPCs / Livestock / Drop_Mosshorn_Poop.json

Drop_Mosshorn_Poop

Server/Drops/NPCs/Livestock/Drop_Mosshorn_Poop.json, 1.4 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Single",
        "Item": {
          "ItemId": "Ingredient_Poop",
          "QuantityMin": 0,
          "QuantityMax": 1
        }
      },
      {
        "Type": "Choice",
        "Containers": [
          {
            "Type": "Single",
            "Weight": 1,
            "Item": {
              "ItemId": "Plant_Moss_Green",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 1,
            "Item": {
              "ItemId": "Plant_Moss_Green_Dark",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 1,
            "Item": {
              "ItemId": "Plant_Moss_Blue",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 1,
            "Item": {
              "ItemId": "Plant_Moss_Red",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 1,
            "Item": {
              "ItemId": "Plant_Moss_Yellow",
              "QuantityMin": 0,
              "QuantityMax": 2
            }
          }
        ]
      }
    ]
  }
}