mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
24 lines
499 B
JSON
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"
|
|
}
|
|
]
|
|
} |