mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 20:29:10 +00:00
38 lines
789 B
JSON
38 lines
789 B
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"
|
|
}
|
|
]
|
|
} |