9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/loot/mushroom-clutter.json
2021-06-24 03:21:28 -07:00

32 lines
696 B
JSON

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