diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-09-19 20:37:55 -0400 |
commit | c142654be4625f976cf1eb493ceb26049bfaff2d (patch) | |
tree | e7ee4c595bbe6c147d1cfe6754ab0f0c2f4a6981 /items/ZOMBIE_COMMANDER_CHESTPLATE.json | |
parent | f99bc2b2c5889e1ac3f64a507aa471ba763c35df (diff) | |
download | NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.gz NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.tar.bz2 NotEnoughUpdates-REPO-c142654be4625f976cf1eb493ceb26049bfaff2d.zip |
Some more fixes and a couple additions
Diffstat (limited to 'items/ZOMBIE_COMMANDER_CHESTPLATE.json')
-rw-r--r-- | items/ZOMBIE_COMMANDER_CHESTPLATE.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/ZOMBIE_COMMANDER_CHESTPLATE.json b/items/ZOMBIE_COMMANDER_CHESTPLATE.json new file mode 100644 index 00000000..9145630f --- /dev/null +++ b/items/ZOMBIE_COMMANDER_CHESTPLATE.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Zombie Commander Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d179\",1:\"§7Strength: §c+8\",2:\"\",3:\"§7Health: §a+59 HP\",4:\"§7Defense: §a+35\",5:\"§7Intelligence: §a+4\",6:\"\",7:\"§6Full Set Bonus: Training\",8:\"§7Every §950 Zombies killed§7\",9:\"§7gives the wearer §a+5 §c❤\",10:\"§cHealth§7 while wearing the set.\",11:\"§7Max 500.\",12:\"\",13:\"§7Zombies Killed: §a0\",14:\"§7Bonus HP: §a0\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 18\",19:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:13963824,Name:\"§5Zombie Commander Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d179", + "§7Strength: §c+8", + "", + "§7Health: §a+59 HP", + "§7Defense: §a+35", + "§7Intelligence: §a+4", + "", + "§6Full Set Bonus: Training", + "§7Every §950 Zombies killed§7", + "§7gives the wearer §a+5 §c❤", + "§cHealth§7 while wearing the set.", + "§7Max 500.", + "", + "§7Zombies Killed: §a0", + "§7Bonus HP: §a0", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "ZOMBIE_COMMANDER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |