9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/cactus-clutter.json
Brian Fopiano 6f055fa2b0 Loot Overhaul
2021-06-19 21:57:04 -07:00

20 lines
390 B
JSON

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