From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: Reforge Stones and Rainbow Names + removing Item + update things (#503) * Reforge Stones and Rainbow Names * Removing dupe json with the wrong name * Fixing other Stuff * Another Rainbow name * Another Fix * Rainbow name * Rainbow Name * Another Fix * First Part * Fuck * Part 2 * Part 3 * Part 4 * copy paste ftw --- items/ABSOLUTE_ENDER_PEARL.json | 18 +- items/AIMING;1.json | 4 +- items/AIMING;2.json | 4 +- items/AIMING;3.json | 4 +- items/AIMING;4.json | 4 +- items/AIMING;5.json | 4 +- items/BEATING_HEART.json | 6 +- items/CROWN_OF_GREED.json | 6 +- items/DIAMOND_ATOM.json | 6 +- items/DRAGON_CLAW.json | 6 +- items/DRAGON_HORN.json | 6 +- items/DRAGON_SCALE.json | 6 +- items/ENDERMAN;5.json | 17 +- items/ENDERMAN_CORTEX_REWRITER.json | 7 +- items/ENDSTONE_GEODE.json | 6 +- items/ETHERWARP_CONDUIT.json | 32 + items/FINAL_DESTINATION_BOOTS.json | 45 + items/FINAL_DESTINATION_CHESTPLATE.json | 45 + items/FINAL_DESTINATION_HELMET.json | 45 + items/FINAL_DESTINATION_LEGGINGS.json | 45 + items/FLOWER_OF_TRUTH.json | 10 +- items/GLOOMLOCK_GRIMOIRE.json | 36 + items/GYROKINETIC_WAND.json | 47 + items/JERRY_STAFF.json | 16 +- items/JUJU_SHORTBOW.json | 31 +- items/LAPIS_CRYSTAL.json | 8 +- items/LESSER_SOULFLOW_ENGINE.json | 34 + items/LUXURIOUS_SPOOL.json | 6 +- items/MANA_STEAL;1.json | 21 + items/MANA_STEAL;2.json | 21 + items/MANA_STEAL;3.json | 21 + items/MAXED_ENCHANT_BOOK.json | 6 +- items/MIDAS_JEWEL.json | 6 +- items/MITHRIL_DRILL_2.json | 2 +- items/MOLTEN_CUBE.json | 8 +- items/NECROMANCER_BROOCH.json | 8 +- items/NULL_ATOM.json | 16 + items/NULL_BLADE.json | 27 + items/NULL_EDGE.json | 16 + items/NULL_OVOID.json | 30 + items/NULL_SPHERE.json | 19 + items/ONYX.json | 6 +- items/OPTICAL_LENS.json | 6 +- items/PENGUIN_PERSOANALITY.json | 22 - items/PENGUIN_PERSONALITY.json | 4 +- items/POCKET_ESPRESSO_MACHINE.json | 22 + items/PREMIUM_FLESH.json | 8 +- items/RARE_DIAMOND.json | 6 +- items/RAW_SOULFLOW.json | 17 + items/RED_NOSE.json | 6 +- items/RED_SCARF.json | 6 +- items/SINFUL_DICE.json | 18 + items/SINSEEKER_SCYTHE.json | 38 +- items/SMARTY_PANTS;1.json | 22 + items/SMITE;6.json | 4 +- items/SMITE;7.json | 4 +- items/SOULFLOW.json | 17 + items/SOULFLOW_BATTERY.json | 40 + items/SOULFLOW_ENGINE.json | 38 + items/SOULFLOW_PILE.json | 43 + items/SOULFLOW_SUPERCELL.json | 40 + items/SOUL_ESOWARD.json | 34 + items/SUSPICIOUS_VIAL.json | 6 +- items/TESSELLATED_ENDER_PEARL.json | 15 +- items/TITANIUM_DRILL_2.json | 4 +- items/TRANSMISSION_TUNER.json | 6 +- items/TWILIGHT_ARROW_POISON.json | 22 + items/VOIDEDGE_KATANA.json | 45 + items/VOIDLING_GENERATOR_1.json | 31 + items/VOIDLING_GENERATOR_10.json | 31 + items/VOIDLING_GENERATOR_11.json | 31 + items/VOIDLING_GENERATOR_2.json | 31 + items/VOIDLING_GENERATOR_3.json | 31 + items/VOIDLING_GENERATOR_4.json | 31 + items/VOIDLING_GENERATOR_5.json | 31 + items/VOIDLING_GENERATOR_6.json | 31 + items/VOIDLING_GENERATOR_7.json | 31 + items/VOIDLING_GENERATOR_8.json | 31 + items/VOIDLING_GENERATOR_9.json | 31 + items/VOIDWALKER_KATANA.json | 35 + items/VORPAL_KATANA.json | 37 +- items/WAND_OF_ATONEMENT.json | 4 +- items/WAND_OF_MENDING.json | 4 +- items/WAND_OF_RESTORATION.json | 4 +- items/WARDEN_HELMET.json | 4 +- items/parents.json | 2132 ++++++++++++++ items/petnums.json | 4679 +++++++++++++++++++++++++++++++ 87 files changed, 8267 insertions(+), 177 deletions(-) create mode 100644 items/ETHERWARP_CONDUIT.json create mode 100644 items/FINAL_DESTINATION_BOOTS.json create mode 100644 items/FINAL_DESTINATION_CHESTPLATE.json create mode 100644 items/FINAL_DESTINATION_HELMET.json create mode 100644 items/FINAL_DESTINATION_LEGGINGS.json create mode 100644 items/GLOOMLOCK_GRIMOIRE.json create mode 100644 items/GYROKINETIC_WAND.json create mode 100644 items/LESSER_SOULFLOW_ENGINE.json create mode 100644 items/MANA_STEAL;1.json create mode 100644 items/MANA_STEAL;2.json create mode 100644 items/MANA_STEAL;3.json create mode 100644 items/NULL_ATOM.json create mode 100644 items/NULL_BLADE.json create mode 100644 items/NULL_EDGE.json create mode 100644 items/NULL_OVOID.json create mode 100644 items/NULL_SPHERE.json delete mode 100644 items/PENGUIN_PERSOANALITY.json create mode 100644 items/POCKET_ESPRESSO_MACHINE.json create mode 100644 items/RAW_SOULFLOW.json create mode 100644 items/SINFUL_DICE.json create mode 100644 items/SMARTY_PANTS;1.json create mode 100644 items/SOULFLOW.json create mode 100644 items/SOULFLOW_BATTERY.json create mode 100644 items/SOULFLOW_ENGINE.json create mode 100644 items/SOULFLOW_PILE.json create mode 100644 items/SOULFLOW_SUPERCELL.json create mode 100644 items/SOUL_ESOWARD.json create mode 100644 items/TWILIGHT_ARROW_POISON.json create mode 100644 items/VOIDEDGE_KATANA.json create mode 100644 items/VOIDLING_GENERATOR_1.json create mode 100644 items/VOIDLING_GENERATOR_10.json create mode 100644 items/VOIDLING_GENERATOR_11.json create mode 100644 items/VOIDLING_GENERATOR_2.json create mode 100644 items/VOIDLING_GENERATOR_3.json create mode 100644 items/VOIDLING_GENERATOR_4.json create mode 100644 items/VOIDLING_GENERATOR_5.json create mode 100644 items/VOIDLING_GENERATOR_6.json create mode 100644 items/VOIDLING_GENERATOR_7.json create mode 100644 items/VOIDLING_GENERATOR_8.json create mode 100644 items/VOIDLING_GENERATOR_9.json create mode 100644 items/VOIDWALKER_KATANA.json create mode 100644 items/parents.json create mode 100644 items/petnums.json (limited to 'items') diff --git a/items/ABSOLUTE_ENDER_PEARL.json b/items/ABSOLUTE_ENDER_PEARL.json index 5838c2a5..f2012dbd 100644 --- a/items/ABSOLUTE_ENDER_PEARL.json +++ b/items/ABSOLUTE_ENDER_PEARL.json @@ -6,9 +6,23 @@ "lore": [ "§9§lRARE" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_ENDER_PEARL:16", + "A3": "", + "B1": "ENCHANTED_ENDER_PEARL:16", + "B2": "ENCHANTED_ENDER_PEARL:16", + "B3": "ENCHANTED_ENDER_PEARL:16", + "C1": "", + "C2": "ENCHANTED_ENDER_PEARL:16", + "C3": "" + }, "internalname": "ABSOLUTE_ENDER_PEARL", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Absolute_Ender_Pearl" + ] } \ No newline at end of file diff --git a/items/AIMING;1.json b/items/AIMING;1.json index 30b1f7aa..5a1f225d 100644 --- a/items/AIMING;1.json +++ b/items/AIMING;1.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming I\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a2\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;1\",enchantments:{aiming:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Tracer I\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a2\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;1\",enchantments:{aiming:1}}}", "damage": 0, "lore": [ - "§9Aiming I", + "§9Dragon Tracer I", "§7Arrows home towards nearby", "§7monsters if they are within §a2", "§a§7blocks.", diff --git a/items/AIMING;2.json b/items/AIMING;2.json index fc7baf21..95d4f258 100644 --- a/items/AIMING;2.json +++ b/items/AIMING;2.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming II\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a4\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;2\",enchantments:{aiming:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Tracer II\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a4\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;2\",enchantments:{aiming:2}}}", "damage": 0, "lore": [ - "§9Aiming II", + "§9Dragon Tracer II", "§7Arrows home towards nearby", "§7monsters if they are within §a4", "§a§7blocks.", diff --git a/items/AIMING;3.json b/items/AIMING;3.json index f98fee1c..a13558c9 100644 --- a/items/AIMING;3.json +++ b/items/AIMING;3.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming III\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a6\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;3\",enchantments:{aiming:3}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Tracer III\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a6\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;3\",enchantments:{aiming:3}}}", "damage": 0, "lore": [ - "§9Aiming III", + "§9Dragon Tracer III", "§7Arrows home towards nearby", "§7monsters if they are within §a6", "§a§7blocks.", diff --git a/items/AIMING;4.json b/items/AIMING;4.json index aa9d5278..18271faf 100644 --- a/items/AIMING;4.json +++ b/items/AIMING;4.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming IV\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a8\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;4\",enchantments:{aiming:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Tracer IV\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a8\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"AIMING;4\",enchantments:{aiming:4}}}", "damage": 0, "lore": [ - "§9Aiming IV", + "§9Dragon Tracer IV", "§7Arrows home towards nearby", "§7monsters if they are within §a8", "§a§7blocks.", diff --git a/items/AIMING;5.json b/items/AIMING;5.json index 9d7426ed..5d68e82d 100644 --- a/items/AIMING;5.json +++ b/items/AIMING;5.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming V\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a10\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"AIMING;5\",enchantments:{aiming:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Tracer V\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a10\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aI-V: §7Enchantment Table,\",10:\"§7Feather Collection\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fBow\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"AIMING;5\",enchantments:{aiming:5}}}", "damage": 0, "lore": [ - "§9Aiming V", + "§9Dragon Tracer V", "§7Arrows home towards nearby", "§7monsters if they are within §a10", "§a§7blocks.", diff --git a/items/BEATING_HEART.json b/items/BEATING_HEART.json index a6fc1e1d..18d4b45b 100644 --- a/items/BEATING_HEART.json +++ b/items/BEATING_HEART.json @@ -4,14 +4,14 @@ "displayname": "§9Beating Heart", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa6441c8-e2df-3e28-8365-08cb38364943\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTMzODM0N2M4YTg0NTY2MDJmM2JkOWFlNzhhZDM4M2E3ZGU2YjU2OWJiNjBiY2Y3ZjdiNDM0NWYwZWY2NDA0NSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Bloody §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXVIII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Beating Heart\"},ExtraAttributes:{id:\"BEATING_HEART\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa6441c8-e2df-3e28-8365-08cb38364943\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTMzODM0N2M4YTg0NTY2MDJmM2JkOWFlNzhhZDM4M2E3ZGU2YjU2OWJiNjBiY2Y3ZjdiNDM0NWYwZWY2NDA0NSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Bloody §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXVIII§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Beating Heart\"},ExtraAttributes:{id:\"BEATING_HEART\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Bloody §7reforge", + "§7to apply the §9Bloody §7reforge", "§7to accessories.", "", "§7Requires §aMining Skill Level", diff --git a/items/CROWN_OF_GREED.json b/items/CROWN_OF_GREED.json index 0fa31d6b..794c47cb 100644 --- a/items/CROWN_OF_GREED.json +++ b/items/CROWN_OF_GREED.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_helmet", "displayname": "§f§f§6Crown of Greed", - "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+90\",2:\"§7Magic Find: §a+4\",3:\"\",4:\"§7Hits have §c+25% §7base damage,\",5:\"§7but cost the weapon\u0027s base\",6:\"§7damage in §6coins §7from your\",7:\"§7purse.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Crown of Greed\"},ExtraAttributes:{id:\"CROWN_OF_GREED\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+90\",2:\"§7Magic Find: §a+4\",3:\"\",4:\"§7Hits have §c+25% §7base damage,\",5:\"§7but cost §6100x §7the weapon\u0027s\",6:\"§7damage in §6coins §7from your\",7:\"§7purse.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Crown of Greed\"},ExtraAttributes:{id:\"CROWN_OF_GREED\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+130 HP", @@ -9,7 +9,7 @@ "§7Magic Find: §a+4", "", "§7Hits have §c+25% §7base damage,", - "§7but cost the weapon\u0027s base", + "§7but cost §6100x §7the weapon\u0027s", "§7damage in §6coins §7from your", "§7purse.", "", @@ -19,7 +19,7 @@ "internalname": "CROWN_OF_GREED", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Crown_of_Greed" diff --git a/items/DIAMOND_ATOM.json b/items/DIAMOND_ATOM.json index 374c8538..3e8e3a3f 100644 --- a/items/DIAMOND_ATOM.json +++ b/items/DIAMOND_ATOM.json @@ -4,14 +4,14 @@ "displayname": "§9Diamond Atom", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb089e85-de4e-3640-bb92-31f5cb6142c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgzY2Y5YTIxOTFkNTY5ZDE3YmY0YmFiZDAxZjQzYTE3YmU4ZDMyZjExNWM2YzQ3NTE4NmUzZWMxOGMyZWZjZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Perfect §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oThis miniscule stone is the\",8:\"§8§odream of every blacksmith.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamond Atom\"},ExtraAttributes:{id:\"DIAMOND_ATOM\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cb089e85-de4e-3640-bb92-31f5cb6142c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjgzY2Y5YTIxOTFkNTY5ZDE3YmY0YmFiZDAxZjQzYTE3YmU4ZDMyZjExNWM2YzQ3NTE4NmUzZWMxOGMyZWZjZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Perfect §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oThis miniscule stone is the\",8:\"§8§odream of every blacksmith.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamond Atom\"},ExtraAttributes:{id:\"DIAMOND_ATOM\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Perfect §7reforge", + "§7to apply the §9Perfect §7reforge", "§7to armor.", "", "§7§8§oThis miniscule stone is the", diff --git a/items/DRAGON_CLAW.json b/items/DRAGON_CLAW.json index 5bfaa32c..2250dc8d 100644 --- a/items/DRAGON_CLAW.json +++ b/items/DRAGON_CLAW.json @@ -4,14 +4,14 @@ "displayname": "§9Dragon Claw", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f0dc5b49-c8ca-3d5d-b8c5-85c5eefd48da\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI3ZjlmNDg3MjZlNTI1YjBkOWEwODY4MTc4YzMyMzM0NzRlZTRlZDNkYTNmNzYxOTg1NzQ0OWQ0MWEwYzYzYSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Fabled §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oDragons rarely use their\",8:\"§8§oclaws. They should.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Claw\"},ExtraAttributes:{id:\"DRAGON_CLAW\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f0dc5b49-c8ca-3d5d-b8c5-85c5eefd48da\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmI3ZjlmNDg3MjZlNTI1YjBkOWEwODY4MTc4YzMyMzM0NzRlZTRlZDNkYTNmNzYxOTg1NzQ0OWQ0MWEwYzYzYSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Fabled §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oDragons rarely use their\",8:\"§8§oclaws. They should.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXII§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Claw\"},ExtraAttributes:{id:\"DRAGON_CLAW\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Fabled §7reforge", + "§7to apply the §9Fabled §7reforge", "§7to a sword.", "", "§7§8§oDragons rarely use their", diff --git a/items/DRAGON_HORN.json b/items/DRAGON_HORN.json index bb743678..60716c83 100644 --- a/items/DRAGON_HORN.json +++ b/items/DRAGON_HORN.json @@ -4,14 +4,14 @@ "displayname": "§5Dragon Horn", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"124d9c84-c120-3724-afe6-124ac2cf26aa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc0NGM4MTA5OWMxYWViZjIwZjY3N2ZhZWQyNGNhY2U1MjBhMjk0Y2Y0NmJkZWI2YTI1N2Y0MzZhMzIzYTFkOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Renowned\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Dragon Horn\"},ExtraAttributes:{id:\"DRAGON_HORN\"}}", - "modver": "1.3-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"124d9c84-c120-3724-afe6-124ac2cf26aa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc0NGM4MTA5OWMxYWViZjIwZjY3N2ZhZWQyNGNhY2U1MjBhMjk0Y2Y0NmJkZWI2YTI1N2Y0MzZhMzIzYTFkOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Renowned\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Dragon Horn\"},ExtraAttributes:{id:\"DRAGON_HORN\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Renowned", + "§7to apply the §9Renowned", "§8§7reforge to armor.", "", "§7Requires §aMining Skill Level", diff --git a/items/DRAGON_SCALE.json b/items/DRAGON_SCALE.json index 4406709b..8fb2e763 100644 --- a/items/DRAGON_SCALE.json +++ b/items/DRAGON_SCALE.json @@ -4,14 +4,14 @@ "displayname": "§9Dragon Scale", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26586b0c-f4a1-32da-b296-7e68b4820648\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkZGU1YzMxZmJjM2NiZWM5ZmY2NjM2MGM0ZWZiNmU4NjU4NDYxNzE3OTYzMmZmMzhmZWExZTU1NjY0OWIxOSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Spiked §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oSome people say it is harder\",8:\"§8§othan diamond. Hard to tell,\",9:\"§8§oreally.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXX§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Scale\"},ExtraAttributes:{id:\"DRAGON_SCALE\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26586b0c-f4a1-32da-b296-7e68b4820648\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FkZGU1YzMxZmJjM2NiZWM5ZmY2NjM2MGM0ZWZiNmU4NjU4NDYxNzE3OTYzMmZmMzhmZWExZTU1NjY0OWIxOSJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Spiked §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oSome people say it is harder\",8:\"§8§othan diamond. Hard to tell,\",9:\"§8§oreally.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXX§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dragon Scale\"},ExtraAttributes:{id:\"DRAGON_SCALE\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Spiked §7reforge", + "§7to apply the §9Spiked §7reforge", "§7to armor.", "", "§7§8§oSome people say it is harder", diff --git a/items/ENDERMAN;5.json b/items/ENDERMAN;5.json index f8868546..3e995833 100644 --- a/items/ENDERMAN;5.json +++ b/items/ENDERMAN;5.json @@ -1,28 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §dEnderman", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a+12%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a4.8% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§6Teleport Savvy\",9:\"§7§7Buffs the Transmission\",10:\"§7abilities granting §a8 §7weapon\",11:\"§7damage for 5s on use\",12:\"\",13:\"§6Zealot Madness\",14:\"§7§7Increases your odds to find a\",15:\"§7special Zealot by §a4%\",16:\"\",17:\"§6Enderman Slayer\",18:\"§7§7Gain +§a6.4% §7more combat xp\",19:\"§7from endermen\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":21269.05631999995,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ENDERMAN;5\",uuid:\"770d5ce1-feb4-421e-836a-69e9545fc11b\",timestamp:\"5/31/21 5:36 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"476cd413-4182-331d-845f-451608355831\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmVhYjc1ZWFhNWM5ZjJjNDNhMGQyM2NmZGNlMzVmNGRmNjMyZTk4MTUwMDE4NTAzNzczODVmN2IyZjAzOWNlMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a+{CRIT_DAMAGE}%\",3:\"\",4:\"§6Enderian\",5:\"§7§7Take §a{0}% §7less damage from\",6:\"§7end monsters\",7:\"\",8:\"§6Teleport Savvy\",9:\"§7§7Buffs the Transmission\",10:\"§7abilities granting §a{1} §7weapon\",11:\"§7damage for 5s on use\",12:\"\",13:\"§6Zealot Madness\",14:\"§7§7Increases your odds to find a\",15:\"§7special Zealot by §a{2}%\",16:\"\",17:\"§6Enderman Slayer\",18:\"§7§7Gain +§a{3}% §7more combat xp\",19:\"§7from endermen\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§f§f§7[Lvl {LVL}] §dEnderman\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ENDERMAN\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ENDERMAN;5\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Damage: §a+12%", + "§7Crit Damage: §a+{CRIT_DAMAGE}%", "", "§6Enderian", - "§7§7Take §a4.8% §7less damage from", + "§7§7Take §a{0}% §7less damage from", "§7end monsters", "", "§6Teleport Savvy", "§7§7Buffs the Transmission", - "§7abilities granting §a8 §7weapon", + "§7abilities granting §a{1} §7weapon", "§7damage for 5s on use", "", "§6Zealot Madness", "§7§7Increases your odds to find a", - "§7special Zealot by §a4%", + "§7special Zealot by §a{2}%", "", "§6Enderman Slayer", - "§7§7Gain +§a6.4% §7more combat xp", + "§7§7Gain +§a{3}% §7more combat xp", "§7from endermen", "", "§7§eRight-click to add this pet to", @@ -34,5 +34,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enderman_Pet" + ] } \ No newline at end of file diff --git a/items/ENDERMAN_CORTEX_REWRITER.json b/items/ENDERMAN_CORTEX_REWRITER.json index 53f245b1..0b2947a9 100644 --- a/items/ENDERMAN_CORTEX_REWRITER.json +++ b/items/ENDERMAN_CORTEX_REWRITER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Enderman Cortex Rewriter", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"159dcb01-74e3-382c-87d6-3afa022fb379\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWIwNzU5NGUyZGYyNzM5MjFhNzdjMTAxZDBiZmRmYTExMTVhYmVkNWI5YjIwMjllYjQ5NmNlYmE5YmRiYjRiMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Enderman pet to §dmythic\",2:\"§d§7rarity.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§f§f§6Enderman Cortex Rewriter\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ENDERMAN_CORTEX_REWRITER\",uuid:\"993af6ca-75eb-4b34-a228-aaad40a4bf96\",timestamp:\"5/31/21 6:10 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"159dcb01-74e3-382c-87d6-3afa022fb379\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWIwNzU5NGUyZGYyNzM5MjFhNzdjMTAxZDBiZmRmYTExMTVhYmVkNWI5YjIwMjllYjQ5NmNlYmE5YmRiYjRiMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Enderman pet to §dmythic\",2:\"§d§7rarity.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§f§f§6Enderman Cortex Rewriter\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ENDERMAN_CORTEX_REWRITER\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Use at Kat to upgrade an", @@ -14,5 +14,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enderman_Cortex_Rewriter" + ] } \ No newline at end of file diff --git a/items/ENDSTONE_GEODE.json b/items/ENDSTONE_GEODE.json index dbb8c6e7..49f3818f 100644 --- a/items/ENDSTONE_GEODE.json +++ b/items/ENDSTONE_GEODE.json @@ -4,14 +4,14 @@ "displayname": "§9End Stone Geode", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9e5d4cbb-64ae-30d4-824d-ffd9e4dd1d78\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QyNTVmZWU1ZjdjZjkwODFmMmMwZDVhMDQ0MmFjM2YzZmQxZmMyNGNiOTU2ZTNmMWQzMzE4NjNkMTFkZTE3NiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Warped §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXIV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9End Stone Geode\"},ExtraAttributes:{id:\"ENDSTONE_GEODE\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9e5d4cbb-64ae-30d4-824d-ffd9e4dd1d78\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QyNTVmZWU1ZjdjZjkwODFmMmMwZDVhMDQ0MmFjM2YzZmQxZmMyNGNiOTU2ZTNmMWQzMzE4NjNkMTFkZTE3NiJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Warped §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXIV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9End Stone Geode\"},ExtraAttributes:{id:\"ENDSTONE_GEODE\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Warped §7reforge", + "§7to apply the §9Warped §7reforge", "§7to armor.", "", "§7Requires §aMining Skill Level", diff --git a/items/ETHERWARP_CONDUIT.json b/items/ETHERWARP_CONDUIT.json new file mode 100644 index 00000000..07e0003d --- /dev/null +++ b/items/ETHERWARP_CONDUIT.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Etherwarp Conduit", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad854bed-46a3-3762-80ae-937315e07672\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTYxMjg3NTY4MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2E3MGUwMjA2ZjYxNjYwNDg0NDFkZmUwOGUwNTNhNjAxN2Q5MTRmMzVjNmIxZmIwZjU1OGM1MDU3NGY5NzBkMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6Ability: Ether Transmission §e§lRIGHT CLICK\",1:\"§7Teleport to your targetted block\",2:\"§7up to §a57 blocks §7away.\",3:\"§7§8Soulflow Cost: §31\",4:\"§8Mana Cost: §3180\",5:\"\",6:\"§7§4☠ §cRequires §5Enderman Slayer 7\",7:\"§5§lEPIC\"],Name:\"§5Etherwarp Conduit\"},ExtraAttributes:{id:\"ETHERWARP_CONDUIT\"}}", + "damage": 3, + "lore": [ + "§6Ability: Ether Transmission §e§lRIGHT CLICK", + "§7Teleport to your targetted block", + "§7up to §a57 blocks §7away.", + "§7§8Soulflow Cost: §31", + "§8Mana Cost: §3180", + "", + "§7§4☠ §cRequires §5Enderman Slayer 7", + "§5§lEPIC" + ], + "recipe": { + "A1": "NULL_OVOID:3", + "A2": "NULL_OVOID:3", + "A3": "NULL_OVOID:3", + "B1": "NULL_OVOID:3", + "B2": "REFINED_TITANIUM:16", + "B3": "NULL_OVOID:3", + "C1": "NULL_OVOID:3", + "C2": "NULL_OVOID:3", + "C3": "NULL_OVOID:3" + }, + "internalname": "ETHERWARP_CONDUIT", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINAL_DESTINATION_BOOTS.json b/items/FINAL_DESTINATION_BOOTS.json new file mode 100644 index 00000000..9b104437 --- /dev/null +++ b/items/FINAL_DESTINATION_BOOTS.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§f§f§6Final Destination Boots", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+0❈\",16:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY BOOTS\"],color:655377,Name:\"§f§f§6Final Destination Boots\"},ExtraAttributes:{color:\"10:0:17\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"FINAL_DESTINATION_BOOTS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+100 HP", + "§7Defense: §a+100", + "§7Intelligence: §a+100", + "", + "§6Full Set Bonus: Vivacious Darkness", + "§7Costs §32⸎ Soulflow §7per 5s in combat:", + "§3⁍ §c+50❁ Strength", + "§3⁍ §e+30⚔ Bonus Attack Speed", + "§3⁍ §f+10✦ Speed", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "", + "§6Piece Bonus: Enderman Bulwark", + "§7Kill Endermen to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Enderman Slayer 4", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "ENCHANTED_REDSTONE:64", + "B2": "", + "B3": "ENCHANTED_REDSTONE:64", + "C1": "NULL_OVOID:1", + "C2": "", + "C3": "NULL_OVOID:1" + }, + "internalname": "FINAL_DESTINATION_BOOTS", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINAL_DESTINATION_CHESTPLATE.json b/items/FINAL_DESTINATION_CHESTPLATE.json new file mode 100644 index 00000000..aed1781b --- /dev/null +++ b/items/FINAL_DESTINATION_CHESTPLATE.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§f§f§6Final Destination Chestplate", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+40❈\",16:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:655377,Name:\"§f§f§6Final Destination Chestplate\"},ExtraAttributes:{color:\"10:0:17\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_CHESTPLATE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+200 HP", + "§7Defense: §a+100", + "§7Intelligence: §a+100", + "", + "§6Full Set Bonus: Vivacious Darkness", + "§7Costs §32⸎ Soulflow §7per 5s in combat:", + "§3⁍ §c+50❁ Strength", + "§3⁍ §e+30⚔ Bonus Attack Speed", + "§3⁍ §f+10✦ Speed", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "", + "§6Piece Bonus: Enderman Bulwark", + "§7Kill Endermen to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+40❈", + "§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Enderman Slayer 4", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "ENCHANTED_REDSTONE:64", + "A2": "", + "A3": "ENCHANTED_REDSTONE:64", + "B1": "ENCHANTED_REDSTONE:64", + "B2": "NULL_OVOID:1", + "B3": "ENCHANTED_REDSTONE:64", + "C1": "NULL_OVOID:1", + "C2": "NULL_OVOID:1", + "C3": "NULL_OVOID:1" + }, + "internalname": "FINAL_DESTINATION_CHESTPLATE", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINAL_DESTINATION_HELMET.json b/items/FINAL_DESTINATION_HELMET.json new file mode 100644 index 00000000..7279b473 --- /dev/null +++ b/items/FINAL_DESTINATION_HELMET.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Final Destination Helmet", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"525b1ad8-fb3f-3a62-bd80-da5428a7ac2e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkyMjk4ODY5MywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxN2M1NmJiZDc3ZjY0N2I4NDAzODAzZWQ3ZWQ5ODJkZDdhZmNmOGEyY2E0MTMzZDJjMzU3ZWUwODk2ZWZlMiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+140 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+0❈\",16:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Final Destination Helmet\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_HELMET\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Health: §a+140 HP", + "§7Defense: §a+100", + "§7Intelligence: §a+100", + "", + "§6Full Set Bonus: Vivacious Darkness", + "§7Costs §32⸎ Soulflow §7per 5s in combat:", + "§3⁍ §c+50❁ Strength", + "§3⁍ §e+30⚔ Bonus Attack Speed", + "§3⁍ §f+10✦ Speed", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "", + "§6Piece Bonus: Enderman Bulwark", + "§7Kill Endermen to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+0❈", + "§7Next Upgrade: §a+20❈ §8(§a0§7/§c100§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Enderman Slayer 4", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "NULL_OVOID:1", + "A2": "NULL_OVOID:1", + "A3": "NULL_OVOID:1", + "B1": "ENCHANTED_REDSTONE:64", + "B2": "", + "B3": "ENCHANTED_REDSTONE:64", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "FINAL_DESTINATION_HELMET", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINAL_DESTINATION_LEGGINGS.json b/items/FINAL_DESTINATION_LEGGINGS.json new file mode 100644 index 00000000..b4f4aeee --- /dev/null +++ b/items/FINAL_DESTINATION_LEGGINGS.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§f§f§6Final Destination Leggings", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Full Set Bonus: Vivacious Darkness\",5:\"§7Costs §32⸎ Soulflow §7per 5s in combat:\",6:\"§3⁍ §c+50❁ Strength\",7:\"§3⁍ §e+30⚔ Bonus Attack Speed\",8:\"§3⁍ §f+10✦ Speed\",9:\"§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x\",10:\"§3⁍ §c+200⫽ Ferocity §7against Endermen\",11:\"\",12:\"§6Piece Bonus: Enderman Bulwark\",13:\"§7Kill Endermen to accumulate\",14:\"§7defense against them.\",15:\"§7Piece Bonus: §a+40❈\",16:\"§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Enderman Slayer 4\",20:\"§6§lLEGENDARY LEGGINGS\"],color:16741887,Name:\"§f§f§6Final Destination Leggings\"},ExtraAttributes:{color:\"255:117:255\",eman_kills:207,originTag:\"QUICK_CRAFTING\",id:\"FINAL_DESTINATION_LEGGINGS\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+160 HP", + "§7Defense: §a+100", + "§7Intelligence: §a+100", + "", + "§6Full Set Bonus: Vivacious Darkness", + "§7Costs §32⸎ Soulflow §7per 5s in combat:", + "§3⁍ §c+50❁ Strength", + "§3⁍ §e+30⚔ Bonus Attack Speed", + "§3⁍ §f+10✦ Speed", + "§3⁍ §7Multiply §b✎ Intelligence §7by §b1.2x", + "§3⁍ §c+200⫽ Ferocity §7against Endermen", + "", + "§6Piece Bonus: Enderman Bulwark", + "§7Kill Endermen to accumulate", + "§7defense against them.", + "§7Piece Bonus: §a+40❈", + "§7Next Upgrade: §a+60❈ §8(§a0§7/§c100§8)", + "", + "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Enderman Slayer 4", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "NULL_OVOID:1", + "A2": "NULL_OVOID:1", + "A3": "NULL_OVOID:1", + "B1": "ENCHANTED_REDSTONE:64", + "B2": "", + "B3": "ENCHANTED_REDSTONE:64", + "C1": "ENCHANTED_REDSTONE:64", + "C2": "", + "C3": "ENCHANTED_REDSTONE:64" + }, + "internalname": "FINAL_DESTINATION_LEGGINGS", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 379eba57..609c4243 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:red_flower", "displayname": "§6Flower of Truth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+100\",2:\"§7Strength: §c+360\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Mana Cost: §335\",11:\"§8Cooldown: §a1s\",12:\"§7§7The mana cost of this item is\",13:\"§7§a10.0% §7of your maximum mana.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 70000 / 70000\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+160\",2:\"§7Strength: §c+300\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as mkore enemies are\",9:\"§7hit.\",10:\"§8Mana Cost: §335\",11:\"§8Cooldown: §a1s\",12:\"§7§7The mana cost of this item is\",13:\"§7§a10.0% §7of your maximum mana.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 70000 / 70000\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d460", - "§7Damage: §c+100", - "§7Strength: §c+360", + "§7Damage: §c+160", + "§7Strength: §c+300", "", "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", "§7Shoots a rose that ricochets", "§7between enemies, damaging up to", "§7§a3 §7of your foes! Damage", - "§7multiplies as more enemies are", + "§7multiplies as mkore enemies are", "§7hit.", "§8Mana Cost: §335", "§8Cooldown: §a1s", @@ -26,7 +26,7 @@ "internalname": "FLOWER_OF_TRUTH", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flower_of_Truth" diff --git a/items/GLOOMLOCK_GRIMOIRE.json b/items/GLOOMLOCK_GRIMOIRE.json new file mode 100644 index 00000000..bfcdb880 --- /dev/null +++ b/items/GLOOMLOCK_GRIMOIRE.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:book", + "displayname": "§5Gloomlock Grimoire", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Life Tap §e§lLEFT CLICK\",1:\"§7Convert §3§315⸎ Soulflow §7to gain up to\",2:\"§7§3600ʬ Overflow§7, but lose §c25% ❤§7.\",3:\"§8Cooldown: §a1s\",4:\"\",5:\"§6Ability: Extreme Measures §e§lRIGHT CLICK\",6:\"§7Costs §3300ʬ Overflow§7. Heal for\",7:\"§7§c40% ❤ §7but deal §c-8% §7damage for\",8:\"§740 seconds.\",9:\"\",10:\"§7§4☠ §cRequires §5Enderman Slayer 5\",11:\"§5§lEPIC\"],Name:\"§5Gloomlock Grimoire\"},ExtraAttributes:{id:\"GLOOMLOCK_GRIMOIRE\"}}", + "damage": 0, + "lore": [ + "§6Ability: Life Tap §e§lLEFT CLICK", + "§7Convert §3§315⸎ Soulflow §7to gain up to", + "§7§3600ʬ Overflow§7, but lose §c25% ❤§7.", + "§8Cooldown: §a1s", + "", + "§6Ability: Extreme Measures §e§lRIGHT CLICK", + "§7Costs §3300ʬ Overflow§7. Heal for", + "§7§c40% ❤ §7but deal §c-8% §7damage for", + "§740 seconds.", + "", + "§7§4☠ §cRequires §5Enderman Slayer 5", + "§5§lEPIC" + ], + "recipe": { + "A1": "NULL_OVOID:4", + "A2": "ENCHANTED_GUNPOWDER:64", + "A3": "NULL_OVOID:4", + "B1": "ENCHANTED_BONE_BLOCK:4", + "B2": "BOOK:1", + "B3": "ENCHANTED_BONE_BLOCK:4", + "C1": "NULL_OVOID:4", + "C2": "ENCHANTED_GUNPOWDER:64", + "C3": "NULL_OVOID:4" + }, + "internalname": "GLOOMLOCK_GRIMOIRE", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/GYROKINETIC_WAND.json b/items/GYROKINETIC_WAND.json new file mode 100644 index 00000000..8f743bcc --- /dev/null +++ b/items/GYROKINETIC_WAND.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§5Gyrokinetic Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Gravity Storm §e§lLEFT CLICK\",1:\"§7Create a large §5rift §7at aimed\",2:\"§7location, pulling all mobs\",3:\"§7together.\",4:\"§7§8Regen mana 10x slower for 3s\",5:\"§8after cast.\",6:\"§7§8Soulflow Cost: §310\",7:\"§8Mana Cost: §31200\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§6Ability: Cells Alignment §e§lRIGHT CLICK\",11:\"§7Apply §aAligned §7to 4 nearby\",12:\"§7players and yourself for §a6s§7.\",13:\"§7\",14:\"§7§a||| Aligned\",15:\"§7Splits incoming damage and apply\",16:\"§7it over §a3s§7.\",17:\"§7§8Soulflow Cost: §32\",18:\"§8Mana Cost: §3220\",19:\"§8Cooldown: §a10s\",20:\"\",21:\"§7§4☠ §cRequires §5Enderman Slayer 6\",22:\"§5§lEPIC WAND\"],Name:\"§5Gyrokinetic Wand\"},ExtraAttributes:{id:\"GYROKINETIC_WAND\"}}", + "damage": 0, + "lore": [ + "§6Ability: Gravity Storm §e§lLEFT CLICK", + "§7Create a large §5rift §7at aimed", + "§7location, pulling all mobs", + "§7together.", + "§7§8Regen mana 10x slower for 3s", + "§8after cast.", + "§7§8Soulflow Cost: §310", + "§8Mana Cost: §31200", + "§8Cooldown: §a30s", + "", + "§6Ability: Cells Alignment §e§lRIGHT CLICK", + "§7Apply §aAligned §7to 4 nearby", + "§7players and yourself for §a6s§7.", + "§7", + "§7§a||| Aligned", + "§7Splits incoming damage and apply", + "§7it over §a3s§7.", + "§7§8Soulflow Cost: §32", + "§8Mana Cost: §3220", + "§8Cooldown: §a10s", + "", + "§7§4☠ §cRequires §5Enderman Slayer 6", + "§5§lEPIC WAND" + ], + "recipe": { + "A1": "NULL_OVOID:16", + "A2": "ENCHANTED_EYE_OF_ENDER:30", + "A3": "NULL_OVOID:16", + "B1": "NULL_OVOID:16", + "B2": "ENCHANTED_BLAZE_ROD:15", + "B3": "NULL_OVOID:16", + "C1": "NULL_OVOID:16", + "C2": "ENCHANTED_BLAZE_ROD:15", + "C3": "NULL_OVOID:16" + }, + "internalname": "GYROKINETIC_WAND", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/JERRY_STAFF.json b/items/JERRY_STAFF.json index b5d51ff5..fb6e62d7 100644 --- a/items/JERRY_STAFF.json +++ b/items/JERRY_STAFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_horse_armor", "displayname": "§f§f§5Jerry-chine Gun", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§7Intelligence: §a+200\",3:\"\",4:\"§6Item Ability: Rapid-fire §e§lRIGHT CLICK\",5:\"§7Fires off multiple jerry bombs\",6:\"§7that create an explosion on\",7:\"§7impact, dealing up to §c555\",8:\"§c§7damage.\",9:\"§8Mana Cost: §310\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC SWORD\"],Name:\"§f§f§5Jerry-chine Gun\"},ExtraAttributes:{id:\"JERRY_STAFF\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§7Intelligence: §a+200\",3:\"\",4:\"§6Item Ability: Rapid-fire §e§lRIGHT CLICK\",5:\"§7Shoots a Jerry bullet, dealing\",6:\"§7§c555.5 §7damage on impact and\",7:\"§7§7knocking you back.\",8:\"\",9:\"§7Each shot has §3+30 §7mana cost.\",10:\"§7than the previous one, resetting\",11:\"§7after §a4s §7without shooting.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC SWORD\"],Name:\"§f§f§5Jerry-chine Gun\"},ExtraAttributes:{id:\"JERRY_STAFF\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+80", @@ -9,11 +9,13 @@ "§7Intelligence: §a+200", "", "§6Item Ability: Rapid-fire §e§lRIGHT CLICK", - "§7Fires off multiple jerry bombs", - "§7that create an explosion on", - "§7impact, dealing up to §c555", - "§c§7damage.", - "§8Mana Cost: §310", + "§7Shoots a Jerry bullet, dealing", + "§7§c555.5 §7damage on impact and", + "§7§7knocking you back.", + "", + "§7Each shot has §3+30 §7mana cost.", + "§7than the previous one, resetting", + "§7after §a4s §7without shooting.", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" @@ -21,7 +23,7 @@ "internalname": "JERRY_STAFF", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jerry-chine_Gun" diff --git a/items/JUJU_SHORTBOW.json b/items/JUJU_SHORTBOW.json index f1b9f7be..a1eda35b 100644 --- a/items/JUJU_SHORTBOW.json +++ b/items/JUJU_SHORTBOW.json @@ -1,26 +1,39 @@ { "itemid": "minecraft:bow", "displayname": "§5Juju Shortbow", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+260\",1:\"§7Strength: §c+100\",2:\"§7Cirt Change: §c+10%\",3:\"§7Crit Damage: §c+35%\",4:\"\",5:\"§5Instantly shoots\",6:\"§7Hits §c3 §7mobs on impact.\",7:\"§7Can damage endermen\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\",11:\"\",12:\"§c§lNOTE: This Item is currently unobtainable!\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+40\",2:\"§7Cirt Change: §c+10%\",3:\"§7Crit Damage: §c+110%\",4:\"\",5:\"§5Instantly shoots\",6:\"§7Hits §c3 §7mobs on impact.\",7:\"§7Can damage endermen\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4☠ §cRequires §5Enderman Slayer 3\",11:\"§5§lEPIC BOW\"],Name:\"§5Juju Shortbow\"},ExtraAttributes:{id:\"JUJU_SHORTBOW\"}}", "damage": 0, "lore": [ - "§7Damage: §c+260", - "§7Strength: §c+100", + "§7Damage: §c+310", + "§7Strength: §c+40", "§7Cirt Change: §c+10%", - "§7Crit Damage: §c+35%", + "§7Crit Damage: §c+110%", "", "§5Instantly shoots", "§7Hits §c3 §7mobs on impact.", "§7Can damage endermen", "", "§7§8This item can be reforged!", - "§5§lEPIC BOW", - "", - "§c§lNOTE: This Item is currently unobtainable!" + "§7§4☠ §cRequires §5Enderman Slayer 3", + "§5§lEPIC BOW" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_EYE_OF_ENDER:32", + "A3": "ENCHANTED_STRING:64", + "B1": "NULL_OVOID:32", + "B2": "NULL_OVOID", + "B3": "ENCHANTED_STRING:64", + "C1": "", + "C2": "ENCHANTED_QUARTZ_BLOCK:32", + "C3": "ENCHANTED_STRING:64" + }, "internalname": "JUJU_SHORTBOW", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.0.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Juju_Shortbow" + ] } \ No newline at end of file diff --git a/items/LAPIS_CRYSTAL.json b/items/LAPIS_CRYSTAL.json index 0747b5dd..ba073d5c 100644 --- a/items/LAPIS_CRYSTAL.json +++ b/items/LAPIS_CRYSTAL.json @@ -4,14 +4,14 @@ "displayname": "§9Lapis Crystal", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"120ac94e-d0a2-375d-bb36-d3227beb4f68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGI5ZmZkODViZjAyODNhNTg4NzA2ZTNkMjdhZmI5ZDQ5MTdlMDZmMmJhNzE3YzFhZWE2OGRjNzkzOTNiOTFmNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Magnetic\",5:\"§8§7reforge to a pickaxe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Lapis Crystal\"},ExtraAttributes:{id:\"LAPIS_CRYSTAL\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"120ac94e-d0a2-375d-bb36-d3227beb4f68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGI5ZmZkODViZjAyODNhNTg4NzA2ZTNkMjdhZmI5ZDQ5MTdlMDZmMmJhNzE3YzFhZWE2OGRjNzkzOTNiOTFmNCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Magnetic\",5:\"§8§7reforge to a pickaxe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Lapis Crystal\"},ExtraAttributes:{id:\"LAPIS_CRYSTAL\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Magnetic", + "§7to apply the §9Magnetic", "§8§7reforge to a pickaxe.", "", "§7Requires §aMining Skill Level", @@ -24,4 +24,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Crystal" ] -} +} \ No newline at end of file diff --git a/items/LESSER_SOULFLOW_ENGINE.json b/items/LESSER_SOULFLOW_ENGINE.json new file mode 100644 index 00000000..def74a0a --- /dev/null +++ b/items/LESSER_SOULFLOW_ENGINE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lesser Soulflow Engine", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c93930ef-09b8-3460-be44-4db1e73d0724\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTkxOTU5NTc5MCwKICAicHJvZmlsZUlkIiA6ICIwOGQ4Nzg3ZDFiYzY0MWE2YWNlNzdjMzliNzVmODZiOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJNYWdpa2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QwNDVjYTNlOGEyOWUxOTkzMTY1NjM2MmUxMjQ3NzYzM2E2ODljNDgwMWQ4ZTIxZjdkYTBmODBjYzU5ZTU2YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7This item can be used as a\",1:\"§7minion upgrade.\",2:\"\",3:\"§7Placing it in a minion will\",4:\"§7reduce the minion\u0027s output by\",5:\"§7§c50%§7, but it will start\",6:\"§7generating §bSoulflow §7items.\",7:\"\",8:\"§7§4☠ §cRequires §5Enderman Slayer 2\",9:\"§9§lRARE\"],Name:\"§9Lesser Soulflow Engine\"},ExtraAttributes:{id:\"LESSER_SOULFLOW_ENGINE\"}}", + "damage": 3, + "lore": [ + "§7This item can be used as a", + "§7minion upgrade.", + "", + "§7Placing it in a minion will", + "§7reduce the minion\u0027s output by", + "§7§c50%§7, but it will start", + "§7generating §bSoulflow §7items.", + "", + "§7§4☠ §cRequires §5Enderman Slayer 2", + "§9§lRARE" + ], + "recipe": { + "A1": "NULL_OVOID:1", + "A2": "NULL_OVOID:1", + "A3": "NULL_OVOID:1", + "B1": "ENCHANTED_EYE_OF_ENDER:24", + "B2": "ENCHANTED_IRON_BLOCK:8", + "B3": "ENCHANTED_EYE_OF_ENDER:24", + "C1": "NULL_OVOID:1", + "C2": "NULL_OVOID:1", + "C3": "NULL_OVOID:1" + }, + "internalname": "LESSER_SOULFLOW_ENGINE", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/LUXURIOUS_SPOOL.json b/items/LUXURIOUS_SPOOL.json index d9208b4e..0769c8e9 100644 --- a/items/LUXURIOUS_SPOOL.json +++ b/items/LUXURIOUS_SPOOL.json @@ -4,14 +4,14 @@ "displayname": "§9Luxurious Spool", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d646b3e-0e95-34c4-bc6e-04276ff9f014\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTRhZjVmM2I1MGUyZGVhMjY4N2QyOTJjYzNhNWU0MmMwMjhiODYyNmU2Mzg4NDJmYjRmNzg2NzFkZWJlMjc2YyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Silky §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oOlder Spiders often make\",8:\"§8§obetter quality string. It is\",9:\"§8§osaid that female ones are even\",10:\"§8§omore sturdy, but it was never\",11:\"§8§oproven.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aVI§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§9Luxurious Spool\"},ExtraAttributes:{id:\"LUXURIOUS_SPOOL\"}}", - "modver": "1.5-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d646b3e-0e95-34c4-bc6e-04276ff9f014\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTRhZjVmM2I1MGUyZGVhMjY4N2QyOTJjYzNhNWU0MmMwMjhiODYyNmU2Mzg4NDJmYjRmNzg2NzFkZWJlMjc2YyJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Silky §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oOlder Spiders often make\",8:\"§8§obetter quality string. It is\",9:\"§8§osaid that female ones are even\",10:\"§8§omore sturdy, but it was never\",11:\"§8§oproven.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aVI§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§9Luxurious Spool\"},ExtraAttributes:{id:\"LUXURIOUS_SPOOL\"}}", + "modver": "2.0.0-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", - "§7to apply the §8Silky §7reforge", + "§7to apply the §9Silky §7reforge", "§7to accessories.", "", "§7§8§oOlder Spiders often make", diff --git a/items/MANA_STEAL;1.json b/items/MANA_STEAL;1.json new file mode 100644 index 00000000..d22af7d5 -