From e5413c6e707b234c5600880c047d0a8935d4d4ad Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 26 Mar 2021 01:36:53 +0100 Subject: Possible Mobdrops Part 1, some Fixes and added a Item (#447) * Monster & Boss Things * Fix for 2 Items and a Wiki Link * Added Vicious Bundle --- items/SCARF_BOSS.json | 50 +++++++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 21 deletions(-) (limited to 'items/SCARF_BOSS.json') diff --git a/items/SCARF_BOSS.json b/items/SCARF_BOSS.json index d48ec3d9..d5fc2aa5 100644 --- a/items/SCARF_BOSS.json +++ b/items/SCARF_BOSS.json @@ -1,21 +1,29 @@ -{ - "itemid": "minecraft:spawn_egg", - "displayname": "§6Scarf (Boss)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is a 'Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead survents\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down and you must kill him in the 2nd phase \"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}", - "damage": 93, - "lore": [ - "§7Scarf is the boss of Floor 2 of the Catacombs.", - "§7He is a 'Apprentice Necromancer and has two", - "§7phases. In the first phase he summons 4 undead survents", - "§7while he hides behind a barrier. Once all 4 are", - "§7defeated, the barrier comes down and you must kill him in the 2nd phase" - ], - "internalname": "SCARF_BOSS", - "clickcommand": "", - "modver": "2.0.0-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Scarf" - ], - "entityrender": "Zombie" - } \ No newline at end of file +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Scarf (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Scarf is the boss of Floor 2 of the Catacombs.\",1:\"§7He is a \u0027Apprentice Necromancer and has two\",2:\"§7phases. In the first phase he summons 4 undead survents\",3:\"§7while he hides behind a barrier. Once all 4 are\",4:\"§7defeated, the barrier comes down and you must kill him in the 2nd phase\",5:\"\",6:\"§c❤ Health§8: §c1.000.000\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Scarf\u0027s Studies §a(1x)\",10:\"§5Adaptive Blade §a(1x)\",11:\"§9Red Scarf §a(1x)\"],Name:\"§6Scarf (Boss)\"},ExtraAttributes:{id:\"SCARF_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Scarf is the boss of Floor 2 of the Catacombs.", + "§7He is a \u0027Apprentice Necromancer and has two", + "§7phases. In the first phase he summons 4 undead survents", + "§7while he hides behind a barrier. Once all 4 are", + "§7defeated, the barrier comes down and you must kill him in the 2nd phase", + "", + "§c❤ Health§8: §c1.000.000", + "", + "§6§lPossible Drops:", + "§9Scarf\u0027s Studies §a(1x)", + "§5Adaptive Blade §a(1x)", + "§9Red Scarf §a(1x)" + ], + "internalname": "SCARF_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scarf" + ], + "entityrender": "Zombie", + "crafttext": "" +} \ No newline at end of file -- cgit