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