mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
43 lines
926 B
JSON
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"
|
|
}
|
|
]
|
|
} |