9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/entities/unique/amenhotep.json
2025-06-26 21:53:31 +02:00

190 lines
5.1 KiB
JSON

{
"type": "STRAY",
"customName": "Amenhotep Amari",
"spawnEffect": {
"interval": 0,
"chance": 1,
"maxPitch": 0.7,
"minPitch": 0.2,
"sound": "ENTITY.SKELETON_HORSE.DEATH",
"particleEffect": "ENCHANT",
"particleCount": 100
},
"attributes": [{
"attribute": "ARMOR",
"maxAmount": 100,
"minAmount": 100,
"operation": "ADD_NUMBER"
}],
"mainHand": {
"type": "netherite_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": "sharpness",
"chance": 1,
"minLevel": 5,
"maxLevel": 8
},
{
"enchantment": "knockback",
"chance": 1,
"minLevel": 3,
"maxLevel": 5
},
{
"enchantment": "flame",
"chance": 1,
"minLevel": 3,
"maxLevel": 5
},
{
"enchantment": "vanishing_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
},
{
"enchantment": "binding_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
}
]
},
"pickupItems": false,
"helmet": {
"type": "golden_helmet",
"unbreakable": true,
"lore": ["Amenhotep's Eyes\nSee as the king would"],
"enchantments": [
{
"enchantment": "protection",
"chance": 1,
"maxLevel": 5
},
{
"enchantment": "thorns",
"chance": 1,
"maxLevel": 3,
"minLevel": 1
},
{
"enchantment": "vanishing_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
}
],
"attributes": [{
"attribute": "LUCK",
"maxAmount": 5,
"minAmount": 3,
"chance": 1,
"name": "AmenhotepLuck",
"operation": "ADD_NUMBER"
}]
},
"chestplate": {
"type": "golden_chestplate",
"unbreakable": true,
"lore": ["Amenhotep's Heart\nHeart of the king"],
"enchantments": [
{
"enchantment": "protection",
"chance": 1,
"maxLevel": 5
},
{
"enchantment": "thorns",
"chance": 1,
"maxLevel": 3,
"minLevel": 1
},
{
"enchantment": "vanishing_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
}
],
"attributes": [{
"attribute": "MAX_HEALTH",
"maxAmount": 5,
"minAmount": 3,
"chance": 1,
"name": "AmenhotepHeart",
"operation": "ADD_NUMBER"
}]
},
"leggings": {
"type": "golden_leggings",
"unbreakable": true,
"lore": ["Amenhotep's Leggs\nStance of the king"],
"enchantments": [
{
"enchantment": "protection",
"chance": 1,
"maxLevel": 5
},
{
"enchantment": "thorns",
"chance": 1,
"maxLevel": 3,
"minLevel": 1
},
{
"enchantment": "vanishing_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
}
],
"attributes": [{
"attribute": "KNOCKBACK_RESISTANCE",
"maxAmount": 5,
"minAmount": 3,
"chance": 1,
"name": "AmenhotepLeggs",
"operation": "ADD_NUMBER"
}]
},
"boots": {
"type": "golden_boots",
"unbreakable": true,
"lore": ["Amenhotep's Soul\nSoul of the king"],
"enchantments": [
{
"enchantment": "protection",
"chance": 1,
"maxLevel": 5
},
{
"enchantment": "feather_falling",
"chance": 1,
"maxLevel": 3
},
{
"enchantment": "thorns",
"chance": 1,
"maxLevel": 3,
"minLevel": 1
},
{
"enchantment": "frost_walker",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
},
{
"enchantment": "vanishing_curse",
"chance": 1,
"minLevel": 1,
"maxLevel": 1
}
]
},
"loot": {"tables": ["structures/amenhotep"]}
}