9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/cave-clutter.json
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

24 lines
489 B
JSON

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