From a92da1429711043a51875e15892f1754e2f486d2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 7 Jun 2021 00:36:38 +0200 Subject: Added Myth Mobs and other Stuff (#514) --- items/VOIDLING_DEVOTEE_MINIBOSS.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 items/VOIDLING_DEVOTEE_MINIBOSS.json (limited to 'items/VOIDLING_DEVOTEE_MINIBOSS.json') diff --git a/items/VOIDLING_DEVOTEE_MINIBOSS.json b/items/VOIDLING_DEVOTEE_MINIBOSS.json new file mode 100644 index 00000000..489a45ba --- /dev/null +++ b/items/VOIDLING_DEVOTEE_MINIBOSS.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§5Voidling Devotee (Miniboss)", + "nbttag": "{display:{Lore:[0:\"§7The Voidling Devotee is a Enderman Slayer\",1:\"§7Miniboss that very rarely spawns after killing a\",2:\"§7Enderman during Voidgloom Seraph Tier III Quests.\",3:\"\",4:\"§c❤ Health§8: §c12.000.000\",5:\"\",6:\"§6§lPossible Drops:\",7:\"§aNull Sphere\"],Name:\"§5Voidling Devotee (Miniboss)\"},ExtraAttributes:{id:\"VOIDLING_DEVOTEE_MINIBOSS\"}}", + "damage": 58, + "lore": [ + "§7The Voidling Devotee is a Enderman Slayer", + "§7Miniboss that very rarely spawns after killing a", + "§7Enderman during Voidgloom Seraph Tier III Quests.", + "", + "§c❤ Health§8: §c12.000.000", + "", + "§6§lPossible Drops:", + "§aNull Sphere" + ], + "internalname": "VOIDLING_DEVOTEE_MINIBOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Voidling_Devotee" + ], + "entityrender": "Enderman", + "entityscale": 0.8, + "crafttext": "" +} \ No newline at end of file -- cgit