diff options
Diffstat (limited to 'items/ENDER_DRAGON;3.json')
-rw-r--r-- | items/ENDER_DRAGON;3.json | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/items/ENDER_DRAGON;3.json b/items/ENDER_DRAGON;3.json index 6a4b2ab4..50e43293 100644 --- a/items/ENDER_DRAGON;3.json +++ b/items/ENDER_DRAGON;3.json @@ -1,23 +1,23 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §5Ender Dragon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0=\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a+0➡50\",3:\"§7Crit Damage: §a+0%➡50%\",4:\"§7Crit Chance: §a+0%➡10%\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a0.2%➡25% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the Aspect of the\",12:\"§7Dragons sword by §a0.5➡50 §c❁ Damage\",13:\"§c§7and §a0.3➡30 §c❁ Strength\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1➡100] §5Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":2755173.6979996455,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"ENDER_DRAGON;3\",uuid:\"692ea753-57ec-4446-96b1-65e04fa92e81\",timestamp:\"3/27/20 12:25 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Ender Dragon", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f9632a1-0ce2-311a-97e7-b144dfcb74f3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjM2ZmNTYzMjkwYjEzZmYzYmNjMzY4OThhZjdlYWE5ODhiNmNjMThkYzI1NDE0N2Y1ODM3NGFmZTliMjFiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6End Strike\",7:\"§7§7Deal §a{0}% §7more damage to\",8:\"§7end mobs\",9:\"\",10:\"§6One With The Dragon\",11:\"§7§7Buffs the Aspect of the\",12:\"§7Dragons sword by §a{1} §c❁ Damage\",13:\"§c§7and §a{2} §c❁ Strength\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":2755173.6979996455,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"ENDER_DRAGON;3\",uuid:\"692ea753-57ec-4446-96b1-65e04fa92e81\",timestamp:\"3/27/20 12:25 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Strength: §a+0➡50", - "§7Crit Damage: §a+0%➡50%", - "§7Crit Chance: §a+0%➡10%", + "§7Strength: §a{STRENGTH}", + "§7Crit Damage: §a{CRIT_DAMAGE}", + "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6End Strike", - "§7§7Deal §a0.2%➡25% §7more damage to", + "§7§7Deal §a{0}% §7more damage to", "§7end mobs", "", "§6One With The Dragon", "§7§7Buffs the Aspect of the", - "§7Dragons sword by §a0.5➡50 §c❁ Damage", - "§c§7and §a0.3➡30 §c❁ Strength", + "§7Dragons sword by §a{1} §c❁ Damage", + "§c§7and §a{2} §c❁ Strength", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -26,9 +26,10 @@ ], "internalname": "ENDER_DRAGON;3", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon_Pet" - ] + ], + "crafttext": "" }
\ No newline at end of file |