Drop_Skeleton_Sand_Mage
Server/Drops/NPCs/Undead/Drop_Skeleton_Sand_Mage.json, 887 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Bone_Fragment",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"QuantityMin": 1,
"QuantityMax": 3
}
}
]
},
{
"Type": "Single",
"Weight": 100,
"Item": {
"ItemId": "Ingredient_Crystal_Cyan",
"QuantityMin": 15,
"QuantityMax": 30
}
}
]
}
}