mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
145 lines
3.5 KiB
JSON
145 lines
3.5 KiB
JSON
{
|
|
"name": "Desert Pyramid",
|
|
"rarity": 1,
|
|
"loot": [
|
|
{
|
|
"type": "bone",
|
|
"maxAmount": 8,
|
|
"minAmount": 4,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "rotten_flesh",
|
|
"maxAmount": 8,
|
|
"minAmount": 4,
|
|
"rarity": 2,
|
|
"slotTypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gunpowder",
|
|
"maxAmount": 7,
|
|
"minAmount": 3,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "sand",
|
|
"maxamount": 8,
|
|
"minAmount": 1,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"maxamount": 8,
|
|
"minAmount": 1,
|
|
"rarity": 2,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "spider_eye",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 3,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_book",
|
|
"maxamount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE",
|
|
"enchantments": [
|
|
{
|
|
"enchantment": "binding_curse",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "vanishing_curse",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "frost_walker",
|
|
"chance": 0.25,
|
|
"maxLevel": 2,
|
|
"minLevel": 1
|
|
},
|
|
{
|
|
"enchantment": "mending",
|
|
"chance": 0.25,
|
|
"maxLevel": 1,
|
|
"minLevel": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "saddle",
|
|
"maxamount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 4,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "gold_ingot",
|
|
"maxamount": 7,
|
|
"minAmount": 2,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_ingot",
|
|
"maxamount": 5,
|
|
"minAmount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "emerald",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "iron_horse_armor",
|
|
"maxamount": 1,
|
|
"rarity": 5,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "golden_horse_armor",
|
|
"maxamount": 1,
|
|
"rarity": 8,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "diamond",
|
|
"maxamount": 3,
|
|
"minAmount": 1,
|
|
"rarity": 16,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "diamond_horse_armor",
|
|
"maxamount": 1,
|
|
"rarity": 16,
|
|
"slottypes": "STORAGE"
|
|
},
|
|
{
|
|
"type": "enchanted_golden_apple",
|
|
"maxamount": 1,
|
|
"rarity": 38,
|
|
"slottypes": "STORAGE"
|
|
}
|
|
]
|
|
}
|