Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Drops / Items / Container_Pot_Clay_Tall.json

Container_Pot_Clay_Tall

Server/Drops/Items/Container_Pot_Clay_Tall.json, 1.6 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Choice",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Plant_Fruit_Apple",
            "QuantityMin": 1,
            "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Plant_Fruit_Berries_Red",
            "QuantityMin": 1,
            "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 75,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Hide_Light",
            "QuantityMin": 1,
            "QuantityMax": 1
          }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 35,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Weapon_Arrow_Crude",
              "QuantityMin": 1,
              "QuantityMax": 5
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 30,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Salt",
            "QuantityMin": 1,
            "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Empty",
        "Weight": 800
      }
    ]
  }
}