Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.5 / Drops / NPCs / Intelligent / Goblin / Drop_Goblin_Duke.json

Drop_Goblin_Duke

Server/Drops/NPCs/Intelligent/Goblin/Drop_Goblin_Duke.json, 1.2 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
            "ItemId": "Ingredient_Bar_Silver",
            "QuantityMin": 1,
            "QuantityMax": 2
            }
          }
        ]
      },
    {
        "Type": "Choice",
        "Weight": 50,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
            "ItemId": "Ingredient_Bar_Gold",
            "QuantityMin": 1,
            "QuantityMax": 2
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 15,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Weapon_Shield_Scrap"
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Linen",
              "QuantityMin": 2,
              "QuantityMax": 4
            }
          }
        ]
      }
    ]
  }
}