mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "Amenhotep's Loot",
|
|
"rarity": 1,
|
|
"maxPicked": 5,
|
|
"minPicked": 5,
|
|
"loot": [
|
|
{
|
|
"type": "golden_boots",
|
|
"lore": ["Amenhotep's Soul\nSoul of the king"],
|
|
"enchantments": [{
|
|
"enchantment": "binding_curse",
|
|
"minLevel": 1,
|
|
"maxLevel": 1
|
|
}],
|
|
"attributes": [{
|
|
"attribute": "GENERIC_MOVEMENT_SPEED",
|
|
"maxAmount": 5,
|
|
"minAmount": 3,
|
|
"name": "AmenhotepSpeed",
|
|
"operation": "ADD_NUMBER"
|
|
}]
|
|
},
|
|
{
|
|
"type": "golden_helmet",
|
|
"lore": ["Amenhotep's Leggs\nStance of the king"],
|
|
"enchantments": [{
|
|
"enchantment": "binding_curse",
|
|
"minLevel": 1,
|
|
"maxLevel": 1
|
|
}],
|
|
"attributes": [{
|
|
"attribute": "GENERIC_KNOCKBACK_RESISTANCE",
|
|
"maxAmount": 5,
|
|
"minAmount": 3,
|
|
"name": "AmenhotepLeggs",
|
|
"operation": "ADD_NUMBER"
|
|
}]
|
|
},
|
|
{
|
|
"type": "golden_chestplate",
|
|
"lore": ["Amenhotep's Heart\nHeart of the king"],
|
|
"enchantments": [{
|
|
"enchantment": "binding_curse",
|
|
"minLevel": 1,
|
|
"maxLevel": 1
|
|
}],
|
|
"attributes": [{
|
|
"attribute": "GENERIC_MAX_HEALTH",
|
|
"maxAmount": 5,
|
|
"minAmount": 3,
|
|
"name": "AmenhotepHeart",
|
|
"operation": "ADD_NUMBER"
|
|
}]
|
|
},
|
|
{
|
|
"type": "golden_helmet",
|
|
"lore": ["Amenhotep's Eyes\nSee as the king would"],
|
|
"enchantments": [{
|
|
"enchantment": "binding_curse",
|
|
"minLevel": 1,
|
|
"maxLevel": 1
|
|
}],
|
|
"attributes": [{
|
|
"attribute": "GENERIC_LUCK",
|
|
"maxAmount": 5,
|
|
"minAmount": 3,
|
|
"name": "AmenhotepLuck",
|
|
"operation": "ADD_NUMBER"
|
|
}]
|
|
},
|
|
{
|
|
"type": "golden_sword",
|
|
"displayName": "Amenhotep's Hand",
|
|
"lore": ["Amenhotep's Hand won't let you go\nYou won't let it go and \nyour souls are intertwined"],
|
|
"maxDurability": 1,
|
|
"enchantments": [{
|
|
"enchantment": "binding_curse",
|
|
"minLevel": 1,
|
|
"maxLevel": 1
|
|
}]
|
|
}
|
|
]
|
|
}
|