Container_Pot_Jar_Blue
Server/Drops/Items/Container_Pot_Jar_Blue.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Choice",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Plant_Fruit_Apple",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Plant_Fruit_Berries_Red",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
},
{
"Type": "Choice",
"Weight": 50,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Hide_Light",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
},
{
"Type": "Choice",
"Weight": 25,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Weapon_Arrow_Crude",
"QuantityMin": 1,
"QuantityMax": 5
}
}
]
},
{
"Type": "Choice",
"Weight": 20,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Salt",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
},
{
"Type": "Empty",
"Weight": 800
}
]
}
}