9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/swamp-clutter.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07: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"
}
]
}