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

48 lines
1.0 KiB
JSON

{
"name": "Global Clutter",
"rarity": 3,
"loot": [
{
"type": "STONE",
"maxAmount": 12,
"rarity": 19,
"slotTypes": "STORAGE"
},
{
"type": "STICK",
"maxAmount": 7,
"rarity": 7,
"slotTypes": "STORAGE"
},
{
"type": "FLINT",
"maxAmount": 3,
"rarity": 11,
"slotTypes": "STORAGE"
},
{
"type": "LEATHER",
"maxAmount": 4,
"rarity": 12,
"slotTypes": "STORAGE"
},
{
"type": "BOOK",
"maxAmount": 2,
"rarity": 13,
"slotTypes": "STORAGE"
},
{
"type": "BOOK_AND_QUILL",
"maxAmount": 1,
"rarity": 14,
"slotTypes": "STORAGE"
},
{
"type": "LADDER",
"maxAmount": 12,
"rarity": 15,
"slotTypes": "STORAGE"
}
]
}