9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-28 19:29:19 +00:00
Files
Iris-Pack-Overworld/loot/cactus-clutter.json
Brian Fopiano 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

19 lines
341 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"
}
]
}