Drop_Skeleton_Burnt_Gunner
Server/Drops/NPCs/Undead/Drop_Skeleton_Burnt_Gunner.json, 1.7 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"QuantityMin": 1,
"QuantityMax": 3
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fire_Essence",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
},
{
"Type": "Choice",
"Weight": 5,
"Containers": [
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Steel_Ancient_Head",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Steel_Ancient_Chest",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Steel_Ancient_Hands",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 25,
"Type": "Single",
"Item": {
"ItemId": "Armor_Steel_Ancient_Legs",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}