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/SADAN_BOSS.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/SADAN_BOSS.json (limited to 'items/SADAN_BOSS.json') diff --git a/items/SADAN_BOSS.json b/items/SADAN_BOSS.json new file mode 100644 index 00000000..270aa57e --- /dev/null +++ b/items/SADAN_BOSS.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§6Sadan (Boss)", + "nbttag": "{ench:[],display:{Lore:[0:\"§7Sadan is the boss of Floor 6 of the Catacombs.\",1:\"§7He is a 'Necromancer Lord' and has three phases.\",2:\"§7In the first he summons a teracotta army that must\",3:\"§7be survied for 100 seconds. After that he summons four\",4:\"§7giants and once killed, he merges them into himself. \"],Name:\"§6Sadan (Boss)\"},ExtraAttributes:{id:\"SADAN_BOSS\"}}", + "damage": 93, + "lore": [ + "§7Sadan is the boss of Floor 6 of the Catacombs.", + "§7He is a 'Necromancer Lord' and has three phases.", + "§7In the first he summons a teracotta army that must", + "§7be survied for 100 seconds. After that he summons four", + "§7giants and once killed, he merges them into himself." + ], + "internalname": "SADAN_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sadan" + ], + "entityrender": "Zombie" + } \ No newline at end of file -- cgit