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
2021-05-08 18:40:33 -03:00

18 lines
350 B
JSON

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