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_CHESTPLATE.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_CHESTPLATE.json')
-rw-r--r-- | items/ZOMBIE_SOLDIER_CHESTPLATE.json | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/items/ZOMBIE_SOLDIER_CHESTPLATE.json b/items/ZOMBIE_SOLDIER_CHESTPLATE.json index f1599b3c..639f274c 100644 --- a/items/ZOMBIE_SOLDIER_CHESTPLATE.json +++ b/items/ZOMBIE_SOLDIER_CHESTPLATE.json @@ -1,28 +1,29 @@ { - "internalname": "ZOMBIE_SOLDIER_CHESTPLATE", - "itemid": 299, - "displayname": "§6Smart Zombie Soldier Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Zombie Soldier Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d210\",1:\"§7Health: §a+43 HP\",2:\"§7Defense: §a+81\",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 CHESTPLATE\"],color:13664000,Name:\"§5Zombie Soldier Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_SOLDIER_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d583 §8(726)\",1:\"§7Health: §a+168 HP §8(Smart +15 HP) §8(+210 HP)\",2:\"§7Defense: §a+177 §8(Smart +15) §8(+221.25)\",3:\"§7Intelligence: §a+100 §8(Smart +100) §8(+125)\",4:\"\",5:\"§9Growth V, §9Protection V\",6:\"§9Thorns III\",7:\"\",8:\"§6Full Set Bonus: §cShoal\",9:\"§7Gain §a+30❈ Defense §7for each\",10:\"§7§cZombie Soldier Set §7within\",11:\"§7§a30 §7blocks.\",12:\"\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level\",15:\"§a9\",16:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:13664000,Name:\"§6Smart Zombie Soldier Chestplate\"},ExtraAttributes:{color:\"208:127:0\",baseStatBoostPercentage:50,modifier:\"smart\",id:\"ZOMBIE_SOLDIER_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d583 §8(726)", - "§7Health: §a+168 HP §8(Smart +15 HP) §8(+210 HP)", - "§7Defense: §a+177 §8(Smart +15) §8(+221.25)", - "§7Intelligence: §a+100 §8(Smart +100) §8(+125)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d210", + "§7Health: §a+43 HP", + "§7Defense: §a+81", "", "§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", - "§6§lLEGENDARY DUNGEON CHESTPLATE" + "§7§4❣ §cRequires §aCatacombs Level 9", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "ZOMBIE_SOLDIER_CHESTPLATE", + "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 |