9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/cactus-clutter.json
Brian Fopiano 3d7ee85d4c Working
2021-07-05 08:20:06 -07:00

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"
}
]
}