9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/structures/shipwreck/map_chest.json
2022-09-16 13:35:08 +02:00

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"
}
]
}