Drop_Klops_Miner
Server/Drops/NPCs/Intelligent/Klops/Drop_Klops_Miner.json, 607 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Weight": 75,
"Item": {
"ItemId": "Ore_Copper",
"QuantityMin": 1,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 25,
"Item": {
"ItemId": "Ore_Iron",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
}
]
}
}