Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Drops / Items / Container_Coffins.json

Container_Coffins

Server/Drops/Items/Container_Coffins.json, 1.4 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Bone_Fragment",
              "QuantityMin": 2,
              "QuantityMax": 4
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Deco_Bone_Skulls"
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 75,
        "Containers": [
          {
            "Type": "Single",
            "Weight": 75,
            "Item": {
              "ItemId": "Ingredient_Bar_Copper",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          },
          {
            "Type": "Single",
            "Weight": 25,
            "Item": {
              "ItemId": "Ingredient_Bar_Iron",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 1,
        "Containers": [
          {
            "Type": "Single",
            "Weight": 50,
            "Item": {
              "ItemId": "Rock_Gem_Emerald"
            }
          },
          {
            "Type": "Single",
            "Weight": 50,
            "Item": {
              "ItemId": "Rock_Gem_Ruby"
            }
          }
        ]
      }
    ]
  }
}