mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
50 lines
1.0 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|