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_BOOTS.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_BOOTS.json')
-rw-r--r-- | items/ZOMBIE_SOLDIER_BOOTS.json | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/items/ZOMBIE_SOLDIER_BOOTS.json b/items/ZOMBIE_SOLDIER_BOOTS.json index 88b0971b..2bfb08b6 100644 --- a/items/ZOMBIE_SOLDIER_BOOTS.json +++ b/items/ZOMBIE_SOLDIER_BOOTS.json @@ -1,27 +1,29 @@ { - "internalname": "ZOMBIE_SOLDIER_BOOTS", - "itemid": 301, - "displayname": "§6Smart Zombie Soldier Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§5Zombie Soldier Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d94\",1:\"§7Health: §a+17 HP\",2:\"§7Defense: §a+36\",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 BOOTS\"],color:13664000,Name:\"§5Zombie Soldier Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_SOLDIER_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d387 §8(616)\",1:\"§7Health: §a+122 HP §8(Smart +15 HP) §8(+198.86 HP)\",2:\"§7Defense: §a+96 §8(Smart +15) §8(+156.48)\",3:\"§7Intelligence: §a+100 §8(Smart +100) §8(+163)\",4:\"\",5:\"§9Depth Strider III, §9Feather Falling V\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§6Full Set Bonus: §cShoal\",10:\"§7Gain §a+30❈ Defense §7for each\",11:\"§7§cZombie Soldier Set §7within\",12:\"§7§a30 §7blocks.\",13:\"\",14:\"§aPerfect 52500 / 52500\",15:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:13664000,Name:\"§6Smart Zombie Soldier Boots\"},ExtraAttributes:{color:\"208:127:0\",baseStatBoostPercentage:50,modifier:\"smart\",id:\"ZOMBIE_SOLDIER_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d387 §8(616)", - "§7Health: §a+122 HP §8(Smart +15 HP) §8(+198.86 HP)", - "§7Defense: §a+96 §8(Smart +15) §8(+156.48)", - "§7Intelligence: §a+100 §8(Smart +100) §8(+163)", - "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d94", + "§7Health: §a+17 HP", + "§7Defense: §a+36", "", "§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", - "§6§lLEGENDARY DUNGEON BOOTS" + "§7§4❣ §cRequires §aCatacombs Level 9", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "ZOMBIE_SOLDIER_BOOTS", + "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 |