mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 11:49:07 +00:00
30 lines
658 B
JSON
30 lines
658 B
JSON
{
|
|
"name": "Mushroom Clutter",
|
|
"rarity": 4,
|
|
"loot": [
|
|
{
|
|
"type": "RED_MUSHROOM",
|
|
"maxAmount": 5,
|
|
"rarity": 5,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "BROWN_MUSHROOM",
|
|
"maxAmount": 5,
|
|
"rarity": 4,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "WARPED_FUNGUS",
|
|
"maxAmount": 3,
|
|
"rarity": 21,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "CRIMSON_FUNGUS",
|
|
"maxAmount": 3,
|
|
"rarity": 21,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |