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/TERROR_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/TERROR_LEGGINGS.json')
-rw-r--r-- | items/TERROR_LEGGINGS.json | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/items/TERROR_LEGGINGS.json b/items/TERROR_LEGGINGS.json index 78e78459..91787919 100644 --- a/items/TERROR_LEGGINGS.json +++ b/items/TERROR_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Terror Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+50%\",1:\"§7Health: §a+205\",2:\"§7Defense: §a+55\",3:\"§7Speed: §a+12\",4:\"§7Intelligence: §a+5\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§6§lLEGENDARY LEGGINGS\"],color:6104017,Name:\"§6Terror Leggings\"},ExtraAttributes:{id:\"TERROR_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+50%\",1:\"§7Health: §a+205\",2:\"§7Defense: §a+55\",3:\"§7Speed: §a+12\",4:\"§7Intelligence: §a+5\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes your\",12:\"§7arrows fly §c30% §7faster, and deal §c+10% §7more\",13:\"§7damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2 §7extra arrows.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",21:\"§6§lLEGENDARY LEGGINGS\"],color:6104017,Name:\"§6Terror Leggings\"},ExtraAttributes:{id:\"TERROR_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+50%", @@ -11,21 +11,20 @@ "§7Intelligence: §a+5", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Successful arrow hits grant §c1", - "§c§7stack of §6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1 §7stack of", + "§7§6Hydra Strike ⁑§7.", "§7", - "§7Each §6Hydra Strike ⁑ §7stack makes", - "§7your arrows fly §c30% §7faster, and", - "§7deal §c+10% §7more damage.", + "§7Each §6Hydra Strike ⁑ §7stack makes your", + "§7arrows fly §c30% §7faster, and deal §c+10% §7more", + "§7damage.", "§7", - "§7At §c10 §7stacks your bow fires §d2", - "§d§7extra arrows.", + "§7At §c10 §7stacks your bow fires §d2 §7extra arrows.", "§7", - "§7Lose 1 stack after §c4s §7of not", - "§7gaining a stack.", + "§7Lose 1 stack after §c4s §7of not gaining a stack.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§6§lLEGENDARY LEGGINGS" ], "internalname": "TERROR_LEGGINGS", |