9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/overworld/loot/swamp-clutter.json
Daniel Mills 9b1cd2bb73 More loot
2020-08-21 12:42:31 -04:00

24 lines
501 B
JSON

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