Container_Coffins_Rubble
Server/Drops/Items/Container_Coffins_Rubble.json, 366 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rubble_Stone",
"QuantityMin": 2,
"QuantityMax": 4
}
}
]
}
]
}
}