Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Drops / NPCs / Undead / Drop_Skeleton_Mage.json

Drop_Skeleton_Mage

Server/Drops/NPCs/Undead/Drop_Skeleton_Mage.json, 888 B

Fields

FieldType
Containerobject

Source

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