Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Drops / Items / Container_Coffins_Rubble.json

Container_Coffins_Rubble

Server/Drops/Items/Container_Coffins_Rubble.json, 366 B

Fields

FieldType
Containerobject

Source

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