Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Drops / NPCs / Undead / Drop_Skeleton_Burnt_Alchemist.json

Drop_Skeleton_Burnt_Alchemist

Server/Drops/NPCs/Undead/Drop_Skeleton_Burnt_Alchemist.json, 2.0 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
              "QuantityMin": 1,
              "QuantityMax": 3
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fire_Essence",
              "QuantityMin": 1,
              "QuantityMax": 2
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 10,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Potion_Antidote",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 5,
        "Containers": [
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Steel_Ancient_Head",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Steel_Ancient_Chest",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Steel_Ancient_Hands",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          },
          {
            "Weight": 25,
            "Type": "Single",
            "Item": {
              "ItemId": "Armor_Steel_Ancient_Legs",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      }
    ]
  }
}