Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Drops / NPCs / Elemental / Drop_Golem_Crystal_Frost.json

Drop_Golem_Crystal_Frost

Server/Drops/NPCs/Elemental/Drop_Golem_Crystal_Frost.json, 978 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Rock_Stone_Cobble",
              "QuantityMin": 25,
              "QuantityMax": 25
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Crystal_Blue",
              "QuantityMin": 15,
              "QuantityMax": 15
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Rock_Gem_Sapphire",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      }
    ]
  }
}