9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/loot/structures/ocean-ruins.json
2022-09-16 13:35:08 +02:00

64 lines
1.4 KiB
JSON

{
"name": "Ocean Ruins",
"rarity": 1,
"loot": [
{
"type": "coal",
"maxAmount": 4,
"minAmount": 1,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "wheat",
"maxAmount": 3,
"minAmount": 2,
"rarity": 1,
"slotTypes": "STORAGE"
},
{
"type": "gold_nugget",
"maxAmount": 3,
"minAmount": 1,
"rarity": 1,
"slottypes": "STORAGE"
},
{
"type": "enchanted_book",
"maxamount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "fishing_rod",
"maxamount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "emerald",
"maxamount": 1,
"rarity": 6,
"slottypes": "STORAGE"
},
{
"type": "leather_chestplate",
"maxamount": 1,
"rarity": 23,
"slottypes": "STORAGE"
},
{
"type": "golden_apple",
"maxamount": 1,
"rarity": 23,
"slottypes": "STORAGE"
},
{
"type": "golden_helmet",
"maxamount": 1,
"rarity": 23,
"slottypes": "STORAGE"
}
]
}