From b89d54c0cea0a48b9743477231e91a400c9975d1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:24:18 +0100 Subject: Fixed a "few" lores (#1115) * Fixed a "few" lores * Fixed nbt * Hollow armor lore change + more * Added new skins and fixed some more lores --- items/SUPERIOR_DRAGON_LEGGINGS.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/SUPERIOR_DRAGON_LEGGINGS.json') diff --git a/items/SUPERIOR_DRAGON_LEGGINGS.json b/items/SUPERIOR_DRAGON_LEGGINGS.json index 5c4e880c..5a7d0534 100644 --- a/items/SUPERIOR_DRAGON_LEGGINGS.json +++ b/items/SUPERIOR_DRAGON_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Superior Dragon Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+130\",4:\"§7Defense: §a+170\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§8⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood §7(0/4)\",10:\"§7Most of your stats are increased\",11:\"§7by §a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCombat Skill 20§c.\",17:\"§6§lLEGENDARY LEGGINGS\"],color:15916817,Name:\"§6Superior Dragon Leggings\"},ExtraAttributes:{id:\"SUPERIOR_DRAGON_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+130\",4:\"§7Defense: §a+170\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§8⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood §7(0/4)\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the Dragons§7 ability\",12:\"§7deals §a50%§7 more damage.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCombat Skill 20§c.\",16:\"§6§lLEGENDARY LEGGINGS\"],color:15916817,Name:\"§6Superior Dragon Leggings\"},ExtraAttributes:{id:\"SUPERIOR_DRAGON_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", @@ -14,10 +14,9 @@ " §8[§8⚔§8]", "", "§6Full Set Bonus: Superior Blood §7(0/4)", - "§7Most of your stats are increased", - "§7by §a5%§7 and §6Aspect of the", - "§6Dragons§7 ability deals §a50%§7", - "§7more damage.", + "§7Most of your stats are increased by", + "§7§a5%§7 and §6Aspect of the Dragons§7 ability", + "§7deals §a50%§7 more damage.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aCombat Skill 20§c.", -- cgit