9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00
Files
Iris-Pack-Overworld/loot/global-clutter.json
2021-06-24 03:21:28 -07:00

62 lines
1.3 KiB
JSON

{
"name": "Global Clutter",
"rarity": 1,
"maxPicked": 2,
"minPicked": 1,
"loot": [
{
"type": "stone",
"maxAmount": 12,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "stick",
"maxAmount": 7,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "flint",
"maxAmount": 3,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "leather",
"maxAmount": 4,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "book",
"maxAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "ladder",
"maxAmount": 12,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "stone_axe",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "stone_pickaxe",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "stone_sword",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
}
]
}