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/ZEALOT_BRUISER_MONSTER.json | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 items/ZEALOT_BRUISER_MONSTER.json (limited to 'items/ZEALOT_BRUISER_MONSTER.json') diff --git a/items/ZEALOT_BRUISER_MONSTER.json b/items/ZEALOT_BRUISER_MONSTER.json new file mode 100644 index 00000000..885ed453 --- /dev/null +++ b/items/ZEALOT_BRUISER_MONSTER.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:ender_chest", + "displayname": "§9Zealot Bruiser (Monster)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§c❤ Health§8: §c65,000\"],Name:\"§9Zealot Bruiser (Monster)\"},ExtraAttributes:{id:\"ZEALOT_BRUISER_MONSTER\"}}", + "damage": 0, + "lore": [ + "§c❤ Health§8: §c65,000" + ], + "internalname": "ZEALOT_BRUISER_MONSTER", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zealot_Bruiser", + "https://wiki.hypixel.net/Zealot_Bruiser" + ], + "crafttext": "", + "recipes": [ + { + "level": 100, + "coins": 24, + "xp": 20, + "combat_xp": 78, + "name": "§cZealot Brzuser", + "render": "Enderman", + "panorama": "combat_3", + "type": "drops", + "drops": [ + { + "id": "ENDER_PEARL", + "extra": [ + "x2-4" + ], + "chance": "100%" + }, + { + "id": "ENCHANTED_ENDER_PEARL", + "extra": [], + "chance": "4%" + } + ] + } + ] +} \ No newline at end of file -- cgit