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_SOLDIER_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_SOLDIER_HELMET.json')
-rw-r--r-- | items/ZOMBIE_SOLDIER_HELMET.json | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/items/ZOMBIE_SOLDIER_HELMET.json b/items/ZOMBIE_SOLDIER_HELMET.json index 059a0e1d..5a5e0ea4 100644 --- a/items/ZOMBIE_SOLDIER_HELMET.json +++ b/items/ZOMBIE_SOLDIER_HELMET.json @@ -1,32 +1,29 @@ { - "internalname": "ZOMBIE_SOLDIER_HELMET", - "itemid": 298, - "displayname": "§5Light Zombie Soldier Helmet", - "clickcommand": "", + "itemid": "minecraft:leather_helmet", + "displayname": "§5Zombie Soldier Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d112\",1:\"§7Health: §a+21 HP\",2:\"§7Defense: §a+43\",3:\"\",4:\"§6Full Set Bonus: §cShoal\",5:\"§7Gain §a+30❈ Defense §7for each\",6:\"§7§cZombie Soldier Set §7within\",7:\"§7§a30 §7blocks.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 9\",12:\"§5§lEPIC DUNGEON HELMET\"],color:13664000,Name:\"§5Zombie Soldier Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_SOLDIER_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d324 §8(415)\",1:\"§7Crit Chance: §c+2% §8(Light +2%)\",2:\"§7Crit Damage: §c+4% §8(Light +4%) §8(+5.2%)\",3:\"§7Bonus Attack Speed: §c+4% §8(Light +4%)\",4:\"\",5:\"§7Health: §a+124 HP §8(Light +15 HP) §8(+161.2 HP)\",6:\"§7Defense: §a+87 §8(Light +4) §8(+113.1)\",7:\"§7Speed: §a+4 §8(Light +4) §8(+5.2)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: §cShoal\",13:\"§7Gain §a+30❈ Defense §7for each\",14:\"§7§cZombie Soldier Set §7within\",15:\"§7§a30 §7blocks.\",16:\"\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level\",19:\"§a9\",20:\"§5§lEPIC DUNGEON HELMET\"],color:13664000,Name:\"§5Light Zombie Soldier Helmet\"},ExtraAttributes:{color:\"208:127:0\",baseStatBoostPercentage:30,modifier:\"light\",id:\"ZOMBIE_SOLDIER_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d324 §8(415)", - "§7Crit Chance: §c+2% §8(Light +2%)", - "§7Crit Damage: §c+4% §8(Light +4%) §8(+5.2%)", - "§7Bonus Attack Speed: §c+4% §8(Light +4%)", - "", - "§7Health: §a+124 HP §8(Light +15 HP) §8(+161.2 HP)", - "§7Defense: §a+87 §8(Light +4) §8(+113.1)", - "§7Speed: §a+4 §8(Light +4) §8(+5.2)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d112", + "§7Health: §a+21 HP", + "§7Defense: §a+43", "", "§6Full Set Bonus: §cShoal", "§7Gain §a+30❈ Defense §7for each", "§7§cZombie Soldier Set §7within", "§7§a30 §7blocks.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a9", + "§7§4❣ §cRequires §aCatacombs Level 9", "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "ZOMBIE_SOLDIER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Soldier_Armor" ] }
\ No newline at end of file |