Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Drops / Items / Container_Human_Ruins_Wardrobe.json

Container_Human_Ruins_Wardrobe

Server/Drops/Items/Container_Human_Ruins_Wardrobe.json, 1.5 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Tool_Repair_Kit_Crude"
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Weapon_Arrow_Crude",
              "QuantityMin": 10,
              "QuantityMax": 30
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 75,
        "Containers": [
          {
            "Type": "Single",
            "Weight": 75,
            "Item": {
              "ItemId": "Potion_Health",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 25,
            "Item": {
              "ItemId": "Potion_Health_Large",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 1,
        "Containers": [
          {
            "Type": "Single",
            "Weight": 50,
            "Item": {
              "ItemId": "Weapon_Battleaxe_Steel_Rusty"
            }
          },
          {
            "Type": "Single",
            "Weight": 50,
            "Item": {
              "ItemId": "Weapon_Sword_Steel_Rusty"
            }
          }
        ]
      }
    ]
  }
}