9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/loot/cave-clutter.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

24 lines
489 B
JSON

{
"name": "Cave Clutter",
"rarity": 2,
"loot": [
{
"type": "TORCH",
"maxAmount": 7,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "COBBLESTONE",
"maxAmount": 8,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "LANTERN",
"maxAmount": 1,
"rarity": 9,
"slotTypes": "STORAGE"
}
]
}