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 6eb46c59ad buauty
2021-07-07 02:45:02 -07:00

50 lines
1.0 KiB
JSON

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