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/PAUL_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/PAUL_MAYOR_MONSTER.json')
-rw-r--r-- | items/PAUL_MAYOR_MONSTER.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/PAUL_MAYOR_MONSTER.json b/items/PAUL_MAYOR_MONSTER.json new file mode 100644 index 00000000..a3941f45 --- /dev/null +++ b/items/PAUL_MAYOR_MONSTER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cPaul (Mayor)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"15f3e506-78fc-48c7-be84-6aa78ad9106c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5Nzc4MDk0OTYzOCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI1OWM0M2Q4ZGJjY2ZkN2VjNmU2Mzk0YjYzMDRiNzBkNGVkMzE1YWRkMDQ5NGVlNzdjNzMzZjQxODE4YzczYSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Candidate\",1:\"\",2:\"§cEZPZ\",3:\"§7Gain §e10 §7bonus score on\",4:\"§7dungeon runs.\",5:\"\",6:\"§cMarauder\",7:\"§7Dungeons reward chests are\",8:\"§e20% §7cheaper.\",9:\"\",10:\"§cBenediction\",11:\"§7Blessings are §e25%\",12:\"§7stronger.\"],Name:\"§cPaul (Mayor)\"},ExtraAttributes:{id:\"PAUL_MAYOR_MONSTER\"}}", + "damage": 3, + "lore": [ + "§8Candidate", + "", + "§cEZPZ", + "§7Gain §e10 §7bonus score on", + "§7dungeon runs.", + "", + "§cMarauder", + "§7Dungeons reward chests are", + "§e20% §7cheaper.", + "", + "§cBenediction", + "§7Blessings are §e25%", + "§7stronger." + ], + "internalname": "PAUL_MAYOR_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Paul" + ], + "crafttext": "" +}
\ No newline at end of file |