9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 11:49:07 +00:00
Files
Iris-Pack-EarthWorld/loot/global-clutter.json
Brian Fopiano 4dd9a86eaf JK
This reverts commit bf4900dfd3.
2020-09-04 02:03:30 -07: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"
}
]
}