Drop_Bramblekin
Server/Drops/NPCs/Intelligent/Drop_Bramblekin.json, 1.9 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Food_Wildmeat_Raw",
"QuantityMin": 1,
"QuantityMax": 4
}
},
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Food_Chicken_Raw",
"QuantityMin": 2,
"QuantityMax": 2
}
}
]
},
{
"Type": "Choice",
"Weight": 25,
"Containers": [
{
"Type": "Single",
"Weight": 75,
"Item": {
"ItemId": "Ingredient_Bar_Iron",
"QuantityMin": 1,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 25,
"Item": {
"ItemId": "Ingredient_Bar_Cobalt",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
},
{
"Type": "Choice",
"Weight": 10,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Potion_Health"
}
}
]
},
{
"Type": "Choice",
"Weight": 5,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Potion_Health"
}
}
]
},
{
"Type": "Choice",
"Weight": 0.1,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Weapon_Sword_Doomed",
"QuantityMin": 1,
"QuantityMax": 4
}
}
]
}
]
}
}