From 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Fri, 12 Mar 2021 22:21:00 -0500 Subject: Dungeon Bosses (#436) --- items/SCARF_BOSS.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/SCARF_BOSS.json (limited to 'items/SCARF_BOSS.json') diff --git a/items/SCARF_BOSS.json b/items/SCARF_BOSS.json new file mode 100644 index 00000000..d48ec3d9 --- /dev/null +++ b/items/SCARF_BOSS.json @@ -0,0 +1,21 @@ +{ + "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 -- cgit