mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
46 lines
982 B
JSON
46 lines
982 B
JSON
{
|
|
"name": "Map Chest",
|
|
"rarity": 1,
|
|
"loot": [
|
|
{
|
|
"type": "paper",
|
|
"maxAmount": 10,
|
|
"minAmount": 1,
|
|
"rarity": 1,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "feather",
|
|
"maxAmount": 5,
|
|
"minAmount": 1,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "book",
|
|
"maxAmount": 5,
|
|
"minAmount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "clock",
|
|
"maxamount": 1,
|
|
"rarity": 12,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "compass",
|
|
"maxamount": 1,
|
|
"rarity": 12,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "map",
|
|
"maxamount": 1,
|
|
"rarity": 12,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|