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/end-city.json
2022-09-16 13:35:08 +02:00

108 lines
2.5 KiB
JSON

{
"name": "End City",
"rarity": 1,
"loot": [
{
"type": "gold_ingot",
"maxAmount": 7,
"minAmount": 2,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxAmount": 8,
"minAmount": 4,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "beetroot_seeds",
"maxAmount": 10,
"minAmount": 1,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "diamond",
"maxamount": 8,
"minAmount": 2,
"rarity": 5,
"slottypes": "STORAGE"
},
{
"type": "saddle",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_pickaxe",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_shovel",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_sword",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_helmet",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_chestplate",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_leggings",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "iron_boots",
"maxamount": 1,
"rarity": 7,
"slottypes": "STORAGE"
},
{
"type": "emerald",
"maxamount": 6,
"minAmount": 2,
"rarity": 10,
"slottypes": "STORAGE"
},
{
"type": "iron_horse_armor",
"maxamount": 1,
"rarity": 21,
"slottypes": "STORAGE"
},
{
"type": "golden_horse_armor",
"maxamount": 1,
"rarity": 21,
"slottypes": "STORAGE"
},
{
"type": "diamond_horse_armor",
"maxamount": 1,
"rarity": 21,
"slottypes": "STORAGE"
}
]
}