9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 12:19:06 +00:00
Files
Iris-Pack-Overworld/loot/cactus-clutter.json
Brian Fopiano f67c981d88 dwa
2021-07-06 02:30:49 -07:00

18 lines
340 B
JSON

{
"name": "Cactus Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "cactus",
"maxAmount": 3,
"slotTypes": "STORAGE"
},
{
"type": "green_dye",
"maxAmount": 6,
"slotTypes": "STORAGE"
}
]
}