From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/VAMPIRE_DENTIST_RELIC.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 items/VAMPIRE_DENTIST_RELIC.json (limited to 'items/VAMPIRE_DENTIST_RELIC.json') diff --git a/items/VAMPIRE_DENTIST_RELIC.json b/items/VAMPIRE_DENTIST_RELIC.json new file mode 100644 index 00000000..1143b05f --- /dev/null +++ b/items/VAMPIRE_DENTIST_RELIC.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Vampire Dentist Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c733ab6d-e953-3432-aeb5-01403f73653b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWQwNmQ5YTA0YTVhNzcyMDYxNGU5MzRjNzVjNmI2NTFmMGViYWJlYTNhNzQ2MWYxYzc0MTA1YzdhMmEwZTY3MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+30s\",1:\"§7Hearts: §a+1\",2:\"\",3:\"§7Heal §c+1❤ §7from healing\",4:\"§7melons.\",5:\"\",6:\"§5§kX§5 Rift-Transferable §kX\",7:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Vampire Dentist Relic\"},ExtraAttributes:{id:\"VAMPIRE_DENTIST_RELIC\",uuid:\"bd319e4b-f1e9-45c9-8831-12197cbe341a\",timestamp:\"6/25/23 4:42 PM\"}}", + "damage": 3, + "lore": [ + "§7Rift Time: §a+30s", + "§7Hearts: §a+1", + "", + "§7Heal §c+1❤ §7from healing", + "§7melons.", + "", + "§5§kX§5 Rift-Transferable §kX", + "§6§lLEGENDARY ACCESSORY" + ], + "recipe": { + "A1": "BLOODBADGE:1", + "A2": "BLOODBADGE:1", + "A3": "BLOODBADGE:1", + "B1": "BLOODBADGE:1", + "B2": "UNFANGED_VAMPIRE_PART:1", + "B3": "BLOODBADGE:1", + "C1": "BLOODBADGE:1", + "C2": "BLOODBADGE:1", + "C3": "BLOODBADGE:1" + }, + "internalname": "VAMPIRE_DENTIST_RELIC", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vampire_Dentist_Relic", + "https://wiki.hypixel.net/Vampire_Dentist_Relic" + ] +} \ No newline at end of file -- cgit