Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Drops / NPCs / Undead / Drop_Zombie_Frost.json

Drop_Zombie_Frost

Server/Drops/NPCs/Undead/Drop_Zombie_Frost.json, 687 B

Fields

FieldType
Containerobject

Source

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