diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/SUPERIOR_DRAGON_LEGGINGS.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/SUPERIOR_DRAGON_LEGGINGS.json')
-rw-r--r-- | items/SUPERIOR_DRAGON_LEGGINGS.json | 9 |
1 files changed, 4 insertions, 5 deletions
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.", |