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

48 lines
1.0 KiB
JSON

{
"name": "Global Clutter",
"rarity": 4,
"loot": [
{
"type": "STONE",
"maxAmount": 12,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "STICK",
"maxAmount": 7,
"rarity": 7,
"slotTypes": "STORAGE"
},
{
"type": "FLINT",
"maxAmount": 3,
"rarity": 14,
"slotTypes": "STORAGE"
},
{
"type": "LEATHER",
"maxAmount": 4,
"rarity": 24,
"slotTypes": "STORAGE"
},
{
"type": "BOOK",
"maxAmount": 2,
"rarity": 17,
"slotTypes": "STORAGE"
},
{
"type": "BOOK_AND_QUILL",
"maxAmount": 1,
"rarity": 31,
"slotTypes": "STORAGE"
},
{
"type": "LADDER",
"maxAmount": 12,
"rarity": 41,
"slotTypes": "STORAGE"
}
]
}