Container_Human_Ruins_Coffin
Server/Drops/Items/Container_Human_Ruins_Coffin.json, 1.4 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Bone_Fragment",
"QuantityMin": 2,
"QuantityMax": 4
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Deco_Bone_Skulls"
}
}
]
},
{
"Type": "Choice",
"Weight": 75,
"Containers": [
{
"Type": "Single",
"Weight": 75,
"Item": {
"ItemId": "Ingredient_Bar_Copper",
"QuantityMin": 1,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 25,
"Item": {
"ItemId": "Ingredient_Bar_Iron",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
},
{
"Type": "Choice",
"Weight": 1,
"Containers": [
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Rock_Gem_Emerald"
}
},
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Rock_Gem_Ruby"
}
}
]
}
]
}
}