9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/loot/cactus-clutter.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04: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"
}
]
}