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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/ZOMBIE_CHESTPLATE.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/ZOMBIE_CHESTPLATE.json b/items/ZOMBIE_CHESTPLATE.json index cd10b4f9..579ed2d7 100644 --- a/items/ZOMBIE_CHESTPLATE.json +++ b/items/ZOMBIE_CHESTPLATE.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:diamond_chestplate", - "displayname": "§5Zombie Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+40 \",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:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Zombie Chestplate\"},ExtraAttributes:{modifier:\"titanic\",id:\"ZOMBIE_CHESTPLATE\"}}", + "displayname": "§f§f§5Zombie Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200\",1:\"§7Defense: §a+40\",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 CHESTPLATE\"],Name:\"§f§f§5Zombie Chestplate\"},ExtraAttributes:{id:\"ZOMBIE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+200", - "§7Defense: §a+40 ", + "§7Defense: §a+40", "", - "§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 CHESTPLATE" ], "recipe": { @@ -27,7 +28,7 @@ }, "internalname": "ZOMBIE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Armor", |