diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/ZOMBIE_KNIGHT_HELMET.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/ZOMBIE_KNIGHT_HELMET.json')
-rw-r--r-- | items/ZOMBIE_KNIGHT_HELMET.json | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/items/ZOMBIE_KNIGHT_HELMET.json b/items/ZOMBIE_KNIGHT_HELMET.json index f6a5a125..ae78be61 100644 --- a/items/ZOMBIE_KNIGHT_HELMET.json +++ b/items/ZOMBIE_KNIGHT_HELMET.json @@ -1,31 +1,30 @@ { - "internalname": "ZOMBIE_KNIGHT_HELMET", - "itemid": 314, - "displayname": "§6Fierce Zombie Knight Helmet", - "clickcommand": "", + "itemid": "minecraft:golden_helmet", + "displayname": "§5Zombie Knight Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d128\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7Defense: §a+54\",4:\"§7Speed: §a+5\",5:\"\",6:\"§6Full Set Bonus: Zombie Knight\",7:\"§7Gains §a+50❈ Defense §7when used\",8:\"§7with the Zombie Knight Sword\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 14\",13:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Zombie Knight Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_KNIGHT_HELMET\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d367 §8(540)\",1:\"§7Strength: §c+28 §8(Fierce +10) §8(+42.28)\",2:\"§7Crit Chance: §c+6% §8(Fierce +6%)\",3:\"§7Crit Damage: §c+18% §8(Fierce +18%) §8(+27.18%)\",4:\"\",5:\"§7Health: §a+75 HP §8(+113.25 HP)\",6:\"§7Defense: §a+111 §8(+167.61)\",7:\"§7Speed: §a+8 §8(+12.08)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Zombie Knight\",13:\"§7Gains §a+50❈ Defense §7when used\",14:\"§7with the Zombie Knight Sword\",15:\"\",16:\"§aPerfect 52500 / 52500\",17:\"§7§4❣ §cRequires §aCatacombs Level\",18:\"§a14\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Fierce Zombie Knight Helmet\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"fierce\",originTag:\"UNKNOWN\",id:\"ZOMBIE_KNIGHT_HELMET\",enchantments:{thorns:3,protection:5,growth:5},uuid:\"5eb607ea-a145-4e03-86ac-f86f4b419bc3\",item_tier:3,timestamp:\"7/9/20 5:15 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d367 §8(540)", - "§7Strength: §c+28 §8(Fierce +10) §8(+42.28)", - "§7Crit Chance: §c+6% §8(Fierce +6%)", - "§7Crit Damage: §c+18% §8(Fierce +18%) §8(+27.18%)", - "", - "§7Health: §a+75 HP §8(+113.25 HP)", - "§7Defense: §a+111 §8(+167.61)", - "§7Speed: §a+8 §8(+12.08)", + "§7Gear Score: §d128", + "§7Strength: §c+10", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Defense: §a+54", + "§7Speed: §a+5", "", "§6Full Set Bonus: Zombie Knight", "§7Gains §a+50❈ Defense §7when used", "§7with the Zombie Knight Sword", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a14", - "§6§lLEGENDARY DUNGEON HELMET" + "§7§4❣ §cRequires §aCatacombs Level 14", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "ZOMBIE_KNIGHT_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight_Armor" ] }
\ No newline at end of file |