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 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

31 lines
678 B
JSON

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