Plant_Mushroom_Boomshroom
Server/Drops/Plant/Plant_Mushroom_Boomshroom.json, 376 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Choice",
"Containers": [
{
"Type": "Multiple",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Powder_Boom",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
}
]
}
}