9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/loot/global-clutter.json
Brian Fopiano 0372738712 dwa
2021-06-06 14:46:04 -07:00

44 lines
946 B
JSON

{
"name": "Global Clutter",
"rarity": 4,
"maxPicked": 3,
"minPicked": 2,
"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": "ladder",
"maxAmount": 12,
"rarity": 41,
"slotTypes": "STORAGE"
}
]
}