diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-26 17:10:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 11:10:39 -0400 |
commit | 173ed871b253674af7dec169935fcfbc6114e6f8 (patch) | |
tree | c4319dc9cb520abb4a11d19eda55e23b4dc7fdb0 /items/DERPY_SPECIAL_MAYOR_MONSTER.json | |
parent | f08b10d10030d6a5565db61c5a00dfee97223a28 (diff) | |
download | NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.gz NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.tar.bz2 NotEnoughUpdates-REPO-173ed871b253674af7dec169935fcfbc6114e6f8.zip |
Slayer Boss Part 1, Mayor Part 1 and other Stuff (#527)
* Mobs, Mayor and other Stuff
* Another Fix
* Fixing Katanas
* Another Fix
Diffstat (limited to 'items/DERPY_SPECIAL_MAYOR_MONSTER.json')
-rw-r--r-- | items/DERPY_SPECIAL_MAYOR_MONSTER.json | 36 |
1 files changed, 36 insertions, 0 deletions
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 |