9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/amenhotep.json
Brian Fopiano 339c4d19c8 dwa
2021-08-06 22:41:51 -07:00

111 lines
3.1 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
}
]
}
]
}