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/SCORPIUS_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/SCORPIUS_SPECIAL_MAYOR_MONSTER.json')
-rw-r--r-- | items/SCORPIUS_SPECIAL_MAYOR_MONSTER.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/SCORPIUS_SPECIAL_MAYOR_MONSTER.json b/items/SCORPIUS_SPECIAL_MAYOR_MONSTER.json new file mode 100644 index 00000000..fc0d296d --- /dev/null +++ b/items/SCORPIUS_SPECIAL_MAYOR_MONSTER.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dScorpius (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ba2cd37d-a0e4-4dc5-b15c-d79ee1051aae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5Nzc4MTc1NzIxOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGYyNmZhMGM0NzUzNmU3OGUzMzcyNTdkODk4YWY4YjFlYmM4N2MwODk0NTAzMzc1MjM0MDM1ZmYyYzdlZjhmMCIKICAgIH0KICB9Cn0\u003d\u003d\"}]}},display:{Lore:[0:\"§8Special Candidate\",1:\"\",2:\"§dBribe\",3:\"§7If Scorpius wins and you voted\",4:\"§7for him, Mayor Scorpius will\",5:\"§7offer you §650,000 - 1M coins\",6:\"§7as a token of gratitude.\",7:\"\",8:\"§dDarker Auctions\",9:\"§7Scorpius will intrude in Dark\",10:\"§7Auctions, increasing the\",11:\"§7amount of rounds to 7 and\",12:\"§7offering special items.\",13:\"\",14:\"§dThis is a SPECIAL candidate!\",15:\"§7It rarely appears!\"],Name:\"§dScorpius (Mayor)\"},ExtraAttributes:{id:\"SCORPIUS_SPECIAL_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Special Candidate", + "", + "§dBribe", + "§7If Scorpius wins and you voted", + "§7for him, Mayor Scorpius will", + "§7offer you §650,000 - 1M coins", + "§7as a token of gratitude.", + "", + "§dDarker Auctions", + "§7Scorpius will intrude in Dark", + "§7Auctions, increasing the", + "§7amount of rounds to 7 and", + "§7offering special items.", + "", + "§dThis is a SPECIAL candidate!", + "§7It rarely appears!" + ], + "internalname": "SCORPIUS_SPECIAL_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Scorpius" + ], + "crafttext": "" +}
\ No newline at end of file |