Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Drops / NPCs / Intelligent / Goblin / Drop_Goblin_Thief.json

Drop_Goblin_Thief

Server/Drops/NPCs/Intelligent/Goblin/Drop_Goblin_Thief.json, 1.3 KB

Fields

FieldType
Containerobject

Source

{
  "Container": {
    "Type": "Multiple",
    "Containers": [
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ore_Copper",
              "QuantityMin": 1,
              "QuantityMax": 4
            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ore_Iron",
              "QuantityMin": 1,
              "QuantityMax": 4
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 50,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Bar_Copper",
              "QuantityMin": 1,
              "QuantityMax": 1

            }
          },
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Bar_Iron",
              "QuantityMin": 1,
              "QuantityMax": 1
            }
          }
        ]
      },
      {
        "Type": "Choice",
        "Weight": 100,
        "Containers": [
          {
            "Type": "Single",
            "Item": {
              "ItemId": "Ingredient_Fabric_Scrap_Linen",
              "QuantityMin": 1,
              "QuantityMax": 3
            }
          }
        ]
      }
    ]
  }
}