Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Drops / NPCs / Elemental / Drop_Spirit_Frost.json

Drop_Spirit_Frost

Server/Drops/NPCs/Elemental/Drop_Spirit_Frost.json, 377 B

Fields

FieldType
Containerobject

Source

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