From 173ed871b253674af7dec169935fcfbc6114e6f8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 26 Jun 2021 17:10:39 +0200 Subject: Slayer Boss Part 1, Mayor Part 1 and other Stuff (#527) * Mobs, Mayor and other Stuff * Another Fix * Fixing Katanas * Another Fix --- items/DERPY_SPECIAL_MAYOR_MONSTER.json | 36 ++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 items/DERPY_SPECIAL_MAYOR_MONSTER.json (limited to 'items/DERPY_SPECIAL_MAYOR_MONSTER.json') diff --git a/items/DERPY_SPECIAL_MAYOR_MONSTER.json b/items/DERPY_SPECIAL_MAYOR_MONSTER.json new file mode 100644 index 00000000..310782ca --- /dev/null +++ b/items/DERPY_SPECIAL_MAYOR_MONSTER.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dDerpy (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d8913175-c511-3ae8-9891-3175c5111ae8e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGY2ZGY1NmM3MzIxYTgzYmEyZmI5NDNkMWIxMmVkOGNlYzUxYzNjNjY5YmQ3NWRkNDVjZTJmYTk2YWJlZiJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§8Special Candidate\",1:\"\",2:\"§dTURBO MINIONS!!!\",3:\"§7Minions have double the\",4:\"§7output!\",5:\"\",6:\"§dAH CLOSED!!!\",7:\"§7The Auction House will be\",8:\"§7closed while Derpy is elected!\",9:\"\",10:\"§dDOUBLE MOBS HP!!!\",11:\"§7ALL monsters have double\",12:\"§7health!\",13:\"\",14:\"§dMORR SKILLZ!!!\",15:\"§7Gain §d+50% §7 more skill\",16:\"§7experience.\",17:\"\",18:\"§dThis is a SPECIAL candidate!\",19:\"§7It rarely appears!\"],Name:\"§dDerpy (Mayor)\"},ExtraAttributes:{id:\"DERPY_SPECIAL_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Special Candidate", + "", + "§dTURBO MINIONS!!!", + "§7Minions have double the", + "§7output!", + "", + "§dAH CLOSED!!!", + "§7The Auction House will be", + "§7closed while Derpy is elected!", + "", + "§dDOUBLE MOBS HP!!!", + "§7ALL monsters have double", + "§7health!", + "", + "§dMORR SKILLZ!!!", + "§7Gain §d+50% §7 more skill", + "§7experience.", + "", + "§dThis is a SPECIAL candidate!", + "§7It rarely appears!" + ], + "internalname": "DERPY_SPECIAL_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Derpy" + ], + "crafttext": "" +} \ No newline at end of file -- cgit