From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/ZOMBIE_COMMANDER_LEGGINGS.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/ZOMBIE_COMMANDER_LEGGINGS.json') diff --git a/items/ZOMBIE_COMMANDER_LEGGINGS.json b/items/ZOMBIE_COMMANDER_LEGGINGS.json index da65f291..e9ce550c 100644 --- a/items/ZOMBIE_COMMANDER_LEGGINGS.json +++ b/items/ZOMBIE_COMMANDER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Zombie Commander Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d161\",1:\"§7Strength: §c+8\",2:\"§7Health: §a+51\",3:\"§7Defense: §a+30\",4:\"§7Intelligence: §a+4\",5:\"\",6:\"§6Full Set Bonus: Training\",7:\"§7Every §950 Zombies killed§7\",8:\"§7gives the wearer §a+5 §c❤\",9:\"§cHealth§7 while wearing the set.\",10:\"§7Max 500.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON LEGGINGS\"],color:13963824,Name:\"§5Zombie Commander Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_LEGGINGS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d161\",1:\"§7Strength: §c+8\",2:\"§7Health: §a+51\",3:\"§7Defense: §a+30\",4:\"§7Intelligence: §a+4\",5:\"\",6:\"§6Full Set Bonus: Training\",7:\"§7Every §950 Zombies killed§7\",8:\"§7gives the wearer §a+5 §c❤\",9:\"§cHealth§7 while wearing the set.\",10:\"§7Max 500.\",11:\"\",12:\"§2This armor piece is undead ༕!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §aCatacombs Level 18\",17:\"§5§lEPIC DUNGEON LEGGINGS\"],color:13963824,Name:\"§5Zombie Commander Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d161", @@ -16,6 +16,8 @@ "§cHealth§7 while wearing the set.", "§7Max 500.", "", + "§2This armor piece is undead ༕!", + "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", "§7§4❣ §cRequires §aCatacombs Level 18", @@ -24,7 +26,7 @@ "internalname": "ZOMBIE_COMMANDER_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Armor", -- cgit