From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: Added new rune, added nether npc, removed some alpha items (#953) * Added new rune, added nether npc, removed some alpha items * Added more npcs * Fixed lore of boots and added brewing ingrdient to lores * Fixed enigma soul and lore of power stone * Added undead to more * Removed weird npc * Fixed lore catacombs skill items * Added more mobs and npcs, fixed enderman pet lore * Added Lifeguard Chair * Added Vampire Slayer to crafttext * Made Game Breaker and Annihilator very special * Added Talbot and Kuudra Believer Npc * Added special xp value for vampire * Added fancy name --- items/ZOMBIE_COMMANDER_BOOTS.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'items/ZOMBIE_COMMANDER_BOOTS.json') diff --git a/items/ZOMBIE_COMMANDER_BOOTS.json b/items/ZOMBIE_COMMANDER_BOOTS.json index 82aa8b61..fef9e324 100644 --- a/items/ZOMBIE_COMMANDER_BOOTS.json +++ b/items/ZOMBIE_COMMANDER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Zombie Commander Boots", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d116\",1:\"§7Strength: §c+8\",2:\"§7Health: §a+32\",3:\"§7Defense: §a+17\",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 BOOTS\"],color:13963824,Name:\"§5Zombie Commander Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_BOOTS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d116\",1:\"§7Strength: §c+8\",2:\"§7Health: §a+32\",3:\"§7Defense: §a+17\",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 §cCatacombs Skill\",17:\"§c18§c.\",18:\"§5§lEPIC DUNGEON BOOTS\"],color:13963824,Name:\"§5Zombie Commander Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d116", @@ -20,7 +20,8 @@ "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level 18", + "§7§4❣ §cRequires §cCatacombs Skill", + "§c18§c.", "§5§lEPIC DUNGEON BOOTS" ], "internalname": "ZOMBIE_COMMANDER_BOOTS", -- cgit