Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Drops / NPCs / Elemental / Drop_Golem_Firesteel.json

Drop_Golem_Firesteel

Server/Drops/NPCs/Elemental/Drop_Golem_Firesteel.json, 678 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fire_Essence",
              "QuantityMin": 2,
              "QuantityMax": 5
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Bar_Iron",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      }
    ]
  }
}