Zone1_Undead_Tier1
Server/Drops/Prefabs/Zone1_Undead_Tier1.json, 1.1 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"RollsMin": 1,
"RollsMax": 2,
"Containers": [
{ "Type": "Single", "Weight": 9, "Item": { "ItemId": "Ingredient_Fabric_Scrap_Linen", "QuantityMin": 1, "QuantityMax": 2 } },
{ "Type": "Single", "Weight": 9, "Item": { "ItemId": "Ingredient_Bone_Fragment", "QuantityMin": 1, "QuantityMax": 2 } },
{ "Type": "Single", "Weight": 1, "Item": { "ItemId": "Weapon_Battleaxe_Steel_Rusty", "QuantityMin": 1, "QuantityMax": 1 } },
{ "Type": "Single", "Weight": 1, "Item": { "ItemId": "Weapon_Shortbow_Iron_Rusty", "QuantityMin": 1, "QuantityMax": 1 } },
{ "Type": "Single", "Weight": 1, "Item": { "ItemId": "Weapon_Shield_Rusty", "QuantityMin": 1, "QuantityMax": 1 } },
{ "Type": "Single", "Weight": 1, "Item": { "ItemId": "Weapon_Sword_Steel_Rusty", "QuantityMin": 1, "QuantityMax": 1 } }
]
},
{
"Type": "Droplist",
"DroplistId": "Zone1_Encounters_Tier1"
}
]
}
}