Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Drops / NPCs / Undead / Drop_Wraith.json

Drop_Wraith

Server/Drops/NPCs/Undead/Drop_Wraith.json, 694 B

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": 3,
              "QuantityMax": 5
            }
          }
        ]
      }
    ]
  }
}