Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Drops / NPCs / Void / Drop_Spectre_Void.json

Drop_Spectre_Void

Server/Drops/NPCs/Void/Drop_Spectre_Void.json, 677 B

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Void_Essence",
              "QuantityMin": 6,
              "QuantityMax": 9
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 5,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Voidheart",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      }
    ]
  }
}