Wood_Branch
Server/Drops/Wood/Wood_Branch.json, 805 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Choice",
"Containers": [
{
"Type": "Multiple",
"Weight": 50,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Stick",
"QuantityMin": 0,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Tree_Sap",
"QuantityMin": 0,
"QuantityMax": 1
}
}
]
},
{
"Type": "Multiple",
"Weight": 50,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Stick"
}
}
]
}
]
}
}