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/JERRY_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/JERRY_SPECIAL_MAYOR_MONSTER.json')
-rw-r--r-- | items/JERRY_SPECIAL_MAYOR_MONSTER.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/JERRY_SPECIAL_MAYOR_MONSTER.json b/items/JERRY_SPECIAL_MAYOR_MONSTER.json new file mode 100644 index 00000000..327c0a69 --- /dev/null +++ b/items/JERRY_SPECIAL_MAYOR_MONSTER.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dJerry (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a9e8efb-9191-4c81-80f5-e27ca5433156\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§8Special Candidate\",1:\"\",2:\"§dPerkpocalypse\",3:\"§7Activates all perks of another\",4:\"§7mayor every 18 Skyblock Days\",5:\"§7(6 hours).\",6:\"\",7:\"§dJerrypocalypse\",8:\"§7Reveal hidden Herries from\",9:\"§7logging,farming, mining and\",10:\"§7killing mobs.\",11:\"\",12:\"§dStatspocalypse\",13:\"§7Increases most stats by\",14:\"§a10%§7.\",15:\"\",16:\"§dThis is a SPECIAL candidate!\",17:\"§7It rarely appears!\"],Name:\"§dJerry (Mayor)\"},ExtraAttributes:{id:\"JERRY_SPECIAL_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Special Candidate", + "", + "§dPerkpocalypse", + "§7Activates all perks of another", + "§7mayor every 18 Skyblock Days", + "§7(6 hours).", + "", + "§dJerrypocalypse", + "§7Reveal hidden Herries from", + "§7logging,farming, mining and", + "§7killing mobs.", + "", + "§dStatspocalypse", + "§7Increases most stats by", + "§a10%§7.", + "", + "§dThis is a SPECIAL candidate!", + "§7It rarely appears!" + ], + "internalname": "JERRY_SPECIAL_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jerry" + ], + "crafttext": "" +}
\ No newline at end of file |