9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 20:29:12 +00:00
Files
Iris-Pack-EarthWorld/loot/mushroom-clutter.json
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

30 lines
658 B
JSON

{
"name": "Mushroom Clutter",
"rarity": 2,
"loot": [
{
"type": "RED_MUSHROOM",
"maxAmount": 5,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "BROWN_MUSHROOM",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "WARPED_FUNGUS",
"maxAmount": 3,
"rarity": 15,
"slotTypes": "STORAGE"
},
{
"type": "CRIMSON_FUNGUS",
"maxAmount": 3,
"rarity": 15,
"slotTypes": "STORAGE"
}
]
}