diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-17 13:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 13:09:53 +0200 |
commit | 6888a8389e7e479826ed00c686c6d63f6f0e29fa (patch) | |
tree | 5ff3f7ccac62f18e8c3e0ea363db2d9c323999ed /items/ZOMBIE_LEGGINGS.json | |
parent | f740e79fb4d4f695c05dc06ffc5a12ed592761f9 (diff) | |
download | NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.gz NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.bz2 NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.zip |
Description fixes (#987)
* Description fixes
https://canary.discord.com/channels/516977525906341928/1152464209829953607
2nd times the charm or something like that
* Another few fixes
* More fixes
* Forgot something
* Update MIDAS_JEWEL.json
Diffstat (limited to 'items/ZOMBIE_LEGGINGS.json')
-rw-r--r-- | items/ZOMBIE_LEGGINGS.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/items/ZOMBIE_LEGGINGS.json b/items/ZOMBIE_LEGGINGS.json index 23a1c767..6ded861e 100644 --- a/items/ZOMBIE_LEGGINGS.json +++ b/items/ZOMBIE_LEGGINGS.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:diamond_leggings", - "displayname": "§5Zombie Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Projectile Absorption\",4:\"§7Heals the wearer for §a10 HP§7\",5:\"§7per second for §a5§7 seconds\",6:\"§7when hit by a projectile.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],Name:\"§5Zombie Leggings\"},ExtraAttributes:{id:\"ZOMBIE_LEGGINGS\"}}", + "displayname": "§f§f§5Zombie Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Projectile Absorption §7(0/3)\",4:\"§7Heals the wearer for §a10§7 per\",5:\"§7second for §a5§7 seconds when\",6:\"§7hit by a projectile.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC LEGGINGS\"],Name:\"§f§f§5Zombie Leggings\"},ExtraAttributes:{id:\"ZOMBIE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+160", "§7Defense: §a+30", "", - "§6Full Set Bonus: Projectile Absorption", - "§7Heals the wearer for §a10 HP§7", - "§7per second for §a5§7 seconds", - "§7when hit by a projectile.", + "§6Full Set Bonus: Projectile Absorption §7(0/3)", + "§7Heals the wearer for §a10§7 per", + "§7second for §a5§7 seconds when", + "§7hit by a projectile.", "", "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" @@ -28,7 +28,7 @@ }, "internalname": "ZOMBIE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Armor", |