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

24 lines
499 B
JSON

{
"name": "Swamp Clutter",
"rarity": 2,
"loot": [
{
"type": "STRING",
"maxAmount": 5,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "RED_MUSHROOM",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "BROWN_MUSHROOM",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
}
]
}