mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "Cactus Clutter",
|
|
"rarity": 1,
|
|
"maxPicked": 2,
|
|
"minPicked": 0,
|
|
"loot": [
|
|
{
|
|
"type": "cactus",
|
|
"maxAmount": 3,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "green_dye",
|
|
"maxAmount": 6,
|
|
"slotTypes": "STORAGE"
|
|
}
|
|
]
|
|
} |