Drop_Skeleton_Frost_Archmage
Server/Drops/NPCs/Undead/Drop_Skeleton_Frost_Archmage.json, 1.2 KB
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_Blue",
"QuantityMin": 15,
"QuantityMax": 30
}
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Ice_Essence",
"QuantityMin": 2,
"QuantityMax": 3
}
}
]
}
]
}
}