diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 12:19:59 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 12:19:59 -0400 |
commit | fbbc24e58b8e902b5a96badfcf6ad68a45a06626 (patch) | |
tree | b4fa1308a1b7915a1cc28f1983f919cc8ad7fefb /items/DIAMOND_PROFESSOR_HEAD.json | |
parent | 3415391bcfcaaa7277329fa88c277db35f12bb4b (diff) | |
download | NotEnoughUpdates-REPO-fbbc24e58b8e902b5a96badfcf6ad68a45a06626.tar.gz NotEnoughUpdates-REPO-fbbc24e58b8e902b5a96badfcf6ad68a45a06626.tar.bz2 NotEnoughUpdates-REPO-fbbc24e58b8e902b5a96badfcf6ad68a45a06626.zip |
Added some wikilinks and fixed dungeon collection heads
Diffstat (limited to 'items/DIAMOND_PROFESSOR_HEAD.json')
-rw-r--r-- | items/DIAMOND_PROFESSOR_HEAD.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/DIAMOND_PROFESSOR_HEAD.json b/items/DIAMOND_PROFESSOR_HEAD.json new file mode 100644 index 00000000..5261f817 --- /dev/null +++ b/items/DIAMOND_PROFESSOR_HEAD.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cDiamond Professor Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c4fea27-15a3-33cd-ba95-9349f39ec962\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDA2NTE1MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjIzYzNhZDhjNDQxMDE0NTA5NTI4MDc3OTI5M2NjMWU3OTA0YjZmY2U5M2Q3MDM3OGFjNWYzMjAzMmJhMWQ4NiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d200 \",1:\"§7Strength: §c+20 \",2:\"\",3:\"§7Health: §a+100 HP \",4:\"§7Defense: §a+40 \",5:\"\",6:\"§7Obtained from killing §cThe\",7:\"§cProfessor §7in §cThe Catacombs\",8:\"§c§7lots of times. Grants §a2x\",9:\"§a§7stats on §cThe Catacombs Floor\",10:\"§cIII§7.\",11:\"\",12:\"§7§8Despite his great technique,\",13:\"§8he failed the Masters exam three\",14:\"§8times. Works from 8 to 5. Cares\",15:\"§8about his students.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 700000 / 700000\",19:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Professor Head\"},ExtraAttributes:{id:\"DIAMOND_PROFESSOR_HEAD\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d200 ", + "§7Strength: §c+20 ", + "", + "§7Health: §a+100 HP ", + "§7Defense: §a+40 ", + "", + "§7Obtained from killing §cThe", + "§cProfessor §7in §cThe Catacombs", + "§c§7lots of times. Grants §a2x", + "§a§7stats on §cThe Catacombs Floor", + "§cIII§7.", + "", + "§7§8Despite his great technique,", + "§8he failed the Masters exam three", + "§8times. Works from 8 to 5. Cares", + "§8about his students.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "DIAMOND_PROFESSOR_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Professor_Head" + ] +}
\ No newline at end of file |