diff options
author | Stekerser <72933528+Stekerser@users.noreply.github.com> | 2021-04-22 00:41:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 17:41:27 -0400 |
commit | 0e903fb63ca4ee6305e48f43cff245432e0f4596 (patch) | |
tree | 4468fe286bcb38deb6cd874b815a16300de24d07 /items/ENDER_DRAGON;3.json | |
parent | 3a405c81c45daa7ff89521997907adab747bb331 (diff) | |
download | NotEnoughUpdates-REPO-0e903fb63ca4ee6305e48f43cff245432e0f4596.tar.gz NotEnoughUpdates-REPO-0e903fb63ca4ee6305e48f43cff245432e0f4596.tar.bz2 NotEnoughUpdates-REPO-0e903fb63ca4ee6305e48f43cff245432e0f4596.zip |
Added % to pet stats (#464)
Diffstat (limited to 'items/ENDER_DRAGON;3.json')
-rw-r--r-- | items/ENDER_DRAGON;3.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ENDER_DRAGON;3.json b/items/ENDER_DRAGON;3.json index ba96ac8c..e1179321 100644 --- a/items/ENDER_DRAGON;3.json +++ b/items/ENDER_DRAGON;3.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "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\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;3\"},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:\"§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\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",id:\"ENDER_DRAGON;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", "§7Strength: §a{STRENGTH}", - "§7Crit Damage: §a{CRIT_DAMAGE}", - "§7Crit Chance: §a{CRIT_CHANCE}", + "§7Crit Damage: §a{CRIT_DAMAGE}%", + "§7Crit Chance: §a{CRIT_CHANCE}%", "", "§6End Strike", "§7§7Deal §a{0}% §7more damage to", @@ -32,4 +32,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Ender_Dragon_Pet" ], "crafttext": "" -}
\ No newline at end of file +} |