diff options
Diffstat (limited to 'items/ENDERMAN;5.json')
-rw-r--r-- | items/ENDERMAN;5.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/items/ENDERMAN;5.json b/items/ENDERMAN;5.json index f8868546..3e995833 100644 --- a/items/ENDERMAN;5.json +++ b/items/ENDERMAN;5.json @@ -1,28 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §dEnderman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a+12%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a4.8% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§6Teleport Savvy\",9:\"§7§7Buffs the Transmission\",10:\"§7abilities granting §a8 §7weapon\",11:\"§7damage for 5s on use\",12:\"\",13:\"§6Zealot Madness\",14:\"§7§7Increases your odds to find a\",15:\"§7special Zealot by §a4%\",16:\"\",17:\"§6Enderman Slayer\",18:\"§7§7Gain +§a6.4% §7more combat xp\",19:\"§7from endermen\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":21269.05631999995,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ENDERMAN;5\",uuid:\"770d5ce1-feb4-421e-836a-69e9545fc11b\",timestamp:\"5/31/21 5:36 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a+{CRIT_DAMAGE}%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a{0}% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§6Teleport Savvy\",9:\"§7§7Buffs the Transmission\",10:\"§7abilities granting §a{1} §7weapon\",11:\"§7damage for 5s on use\",12:\"\",13:\"§6Zealot Madness\",14:\"§7§7Increases your odds to find a\",15:\"§7special Zealot by §a{2}%\",16:\"\",17:\"§6Enderman Slayer\",18:\"§7§7Gain +§a{3}% §7more combat xp\",19:\"§7from endermen\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ENDERMAN;5\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Damage: §a+12%", + "§7Crit Damage: §a+{CRIT_DAMAGE}%", "", "§6Enderian", - "§7§7Take §a4.8% §7less damage from", + "§7§7Take §a{0}% §7less damage from", "§7end monsters", "", "§6Teleport Savvy", "§7§7Buffs the Transmission", - "§7abilities granting §a8 §7weapon", + "§7abilities granting §a{1} §7weapon", "§7damage for 5s on use", "", "§6Zealot Madness", "§7§7Increases your odds to find a", - "§7special Zealot by §a4%", + "§7special Zealot by §a{2}%", "", "§6Enderman Slayer", - "§7§7Gain +§a6.4% §7more combat xp", + "§7§7Gain +§a{3}% §7more combat xp", "§7from endermen", "", "§7§eRight-click to add this pet to", @@ -34,5 +34,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enderman_Pet" + ] }
\ No newline at end of file |