From 5b915988210e6e922e4f72bfa9bd7525c8e5e68b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:46:53 +0100 Subject: Fixed Things and Added Things (#437) * Added a weird Item, fixed Items and Pets * Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat * Fixed Triple Strike * Update Thorn --- items/ENDER_DRAGON;4.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/ENDER_DRAGON;4.json') diff --git a/items/ENDER_DRAGON;4.json b/items/ENDER_DRAGON;4.json index ca0e3c00..a77452df 100644 --- a/items/ENDER_DRAGON;4.json +++ b/items/ENDER_DRAGON;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Ender 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:\"§6Superior\",16:\"§7§7Increases all stats by §a{3}%\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;4\"},AttributeModifiers:[]}", + "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:\"§6Superior\",16:\"§7§7Increases all stats by §a{3}%\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Ender Dragon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDER_DRAGON\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -11,7 +11,7 @@ "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6End Strike", - "§7§7Deal §a{0} §7more damage to", + "§7§7Deal §a{0}% §7more damage to", "§7end mobs", "", "§6One With The Dragon", @@ -29,7 +29,7 @@ ], "internalname": "ENDER_DRAGON;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon_Pet" -- cgit