Drop_Trork_Brawler
Server/Drops/NPCs/Intelligent/Trork/Drop_Trork_Brawler.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"QuantityMin": 1,
"QuantityMax": 3
}
}
]
},
{
"Type": "Choice",
"Weight": 5,
"Containers": [
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Trork_Head",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Trork_Chest",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Trork_Hands",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Trork_Legs",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}