Drop_Skeleton_Frost_Ranger
Server/Drops/NPCs/Undead/Drop_Skeleton_Frost_Ranger.json, 1.5 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": "Choice",
"Weight": 25,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Weapon_Arrow_Crude",
"QuantityMin": 15,
"QuantityMax": 15
}
}
]
},
{
"Type": "Choice",
"Weight": 2,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Weapon_Crossbow_Ancient_Steel"
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Ice_Essence",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
}
]
}
}