9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/global-clutter.json
2020-10-19 05:19:40 -04:00

43 lines
926 B
JSON

{
"name": "Global Clutter",
"rarity": 4,
"maxPicked": 3,
"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"
}
]
}