9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/loot/mushroom-clutter.json
Brian Fopiano a0b6a9e7cd dwa
2021-06-24 21:54:37 -07:00

28 lines
596 B
JSON

{
"name": "Mushroom Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "red_mushroom",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "brown_mushroom",
"maxAmount": 5,
"slotTypes": "STORAGE"
},
{
"type": "warped_fungus",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "crimson_fungus",
"maxAmount": 3,
"slotTypes": "STORAGE"
}
]
}