9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/mushroom-clutter.json
2020-10-19 05:19:40 -04:00

30 lines
658 B
JSON

{
"name": "Mushroom Clutter",
"rarity": 4,
"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"
}
]
}