diff options
61 files changed, 244 insertions, 78 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index a2f3d9c3..03e49ce5 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3564,7 +3564,7 @@ "otherNums": [ 15.0, 0.2, - 0.3 + 1.0 ], "statNums": { "DEFENSE": 2.0, @@ -3575,7 +3575,7 @@ "otherNums": [ 15, 25, - 30 + 1.3 ], "statNums": { "DEFENSE": 200.0, diff --git a/items/AATROX_BADPHONE.json b/items/AATROX_BADPHONE.json index bc616a67..b3344ec2 100644 --- a/items/AATROX_BADPHONE.json +++ b/items/AATROX_BADPHONE.json @@ -27,6 +27,7 @@ "crafttext": "Requires: Vampire Slayer 2", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Maddox_Badphone" + "https://wiki.hypixel.net/Maddox_Badphone", + "https://hypixel-skyblock.fandom.com/wiki/Maddox_Badphone" ] }
\ No newline at end of file diff --git a/items/ASPECT_OF_THE_LEECH_1.json b/items/ASPECT_OF_THE_LEECH_1.json index d58865d1..cb5ef218 100644 --- a/items/ASPECT_OF_THE_LEECH_1.json +++ b/items/ASPECT_OF_THE_LEECH_1.json @@ -26,5 +26,8 @@ "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Aspect_Of_The_Leech" + ] }
\ No newline at end of file diff --git a/items/ASPECT_OF_THE_LEECH_2.json b/items/ASPECT_OF_THE_LEECH_2.json index 457d28ae..d364e5e5 100644 --- a/items/ASPECT_OF_THE_LEECH_2.json +++ b/items/ASPECT_OF_THE_LEECH_2.json @@ -26,5 +26,8 @@ "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Aspect_Of_The_Leech" + ] }
\ No newline at end of file diff --git a/items/BEE_HIVE.json b/items/BEE_HIVE.json index de44283a..5552c7d7 100644 --- a/items/BEE_HIVE.json +++ b/items/BEE_HIVE.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bee_Hive" + ] }
\ No newline at end of file diff --git a/items/BINGO_BLASTER.json b/items/BINGO_BLASTER.json index 9c329fc7..b8712b07 100644 --- a/items/BINGO_BLASTER.json +++ b/items/BINGO_BLASTER.json @@ -24,5 +24,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Bingo_Blaster" + ] }
\ No newline at end of file diff --git a/items/BOOK_OF_PROGRESSION.json b/items/BOOK_OF_PROGRESSION.json index c58fb449..7dbcfaa4 100644 --- a/items/BOOK_OF_PROGRESSION.json +++ b/items/BOOK_OF_PROGRESSION.json @@ -19,5 +19,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Book_Of_Progression" + ] }
\ No newline at end of file diff --git a/items/CATALYST.json b/items/CATALYST.json index 1a3b5e81..66be8817 100644 --- a/items/CATALYST.json +++ b/items/CATALYST.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:nether_star", "displayname": "§9Catalyst", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax3§7 for 3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Catalyst\"},ExtraAttributes:{id:\"CATALYST\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §a3x§7 for §a3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Catalyst\"},ExtraAttributes:{id:\"CATALYST\"}}", "damage": 0, "lore": [ "§7Increases the number of", "§7resources created by this minion", - "§7by §ax3§7 for 3 hours§7!", + "§7by §a3x§7 for §a3 hours§7!", "", "§9§lRARE" ], @@ -23,7 +23,7 @@ }, "internalname": "CATALYST", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catalyst", diff --git a/items/DARK_PEBBLE.json b/items/DARK_PEBBLE.json index 3ad760d4..0d31b360 100644 --- a/items/DARK_PEBBLE.json +++ b/items/DARK_PEBBLE.json @@ -13,6 +13,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Dark_Pebble" + "https://wiki.hypixel.net/Dark_Pebble", + "https://hypixel-skyblock.fandom.com/wiki/Dark_Pebble" ] }
\ No newline at end of file diff --git a/items/DEADGEHOG_SPINE.json b/items/DEADGEHOG_SPINE.json index 31cd6203..181f2393 100644 --- a/items/DEADGEHOG_SPINE.json +++ b/items/DEADGEHOG_SPINE.json @@ -19,5 +19,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Deadgehog_Spine", + "https://wiki.hypixel.net/Deadgehog_Spine" + ] }
\ No newline at end of file diff --git a/items/DETECTIVE_SCANNER.json b/items/DETECTIVE_SCANNER.json index b1e4ad17..63099c46 100644 --- a/items/DETECTIVE_SCANNER.json +++ b/items/DETECTIVE_SCANNER.json @@ -18,6 +18,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Detective_Scanner" + "https://wiki.hypixel.net/Detective_Scanner", + "https://hypixel-skyblock.fandom.com/wiki/Detective_Scanner" ] }
\ No newline at end of file diff --git a/items/EMMETT_POINTER.json b/items/EMMETT_POINTER.json index 24889163..7bb0a8f8 100644 --- a/items/EMMETT_POINTER.json +++ b/items/EMMETT_POINTER.json @@ -19,6 +19,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Emmett_Pointer" + "https://wiki.hypixel.net/Emmett_Pointer", + "https://hypixel-skyblock.fandom.com/wiki/Emmett_Pointer" ] }
\ No newline at end of file diff --git a/items/ENCHANTED_VAMPIRIC_MELON.json b/items/ENCHANTED_VAMPIRIC_MELON.json index 1977a564..17ec2061 100644 --- a/items/ENCHANTED_VAMPIRIC_MELON.json +++ b/items/ENCHANTED_VAMPIRIC_MELON.json @@ -27,6 +27,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Enchanted_Vampiric_Melon" + "https://wiki.hypixel.net/Enchanted_Vampiric_Melon", + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Vampiric_Melon" ] }
\ No newline at end of file diff --git a/items/FLORAL_WHEELBARROW.json b/items/FLORAL_WHEELBARROW.json index 55d1d3f8..fe3a8752 100644 --- a/items/FLORAL_WHEELBARROW.json +++ b/items/FLORAL_WHEELBARROW.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Floral_Wheelbarrow" + ] }
\ No newline at end of file diff --git a/items/FLYING_FISH;5.json b/items/FLYING_FISH;5.json index ae9b8700..a9e00ced 100644 --- a/items/FLYING_FISH;5.json +++ b/items/FLYING_FISH;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §dFlying Fish", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"779f930a-7409-3769-bee0-ab0a54f18045\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MTI3NTI3MzI2MCwKICAicHJvZmlsZUlkIiA6ICI2NDU4Mjc0MjEyNDg0MDY0YTRkMDBlNDdjZWM4ZjcyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaDNtMXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBlMjM2M2MyZDQxYTlkMzIzYmE2MjVkZThjMDYzNzA2M2EzNmZlODVhMDQ1ZGUyNzVhN2I3NzM5ZGVkNjA1MSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Strength: §c+{STRENGTH}\",4:\"\",5:\"§6Quick Reel\",6:\"§7§7Grants §b+{0}☂ Fishing Speed§7.\",7:\"\",8:\"§6Lava Bender\",9:\"§7§7Gives §a{1} §c❁ Strength §7and\",10:\"§7§a❈ Defense §7when near lava.\",11:\"\",12:\"§6Magmatic Diver\",13:\"§7§7Increases the stats of Magma\",14:\"§7Lord armor by §a{2}%\",15:\"\",16:\"§6Rapid Decay\",17:\"§7§7Increases the chance to\",18:\"§7activate Flash Enchantment by\",19:\"§7§a{3}%\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§7[Lvl {LVL}] §dFlying Fish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"FLYING_FISH\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"FLYING_FISH;5\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"779f930a-7409-3769-bee0-ab0a54f18045\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MTI3NTI3MzI2MCwKICAicHJvZmlsZUlkIiA6ICI2NDU4Mjc0MjEyNDg0MDY0YTRkMDBlNDdjZWM4ZjcyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaDNtMXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBlMjM2M2MyZDQxYTlkMzIzYmE2MjVkZThjMDYzNzA2M2EzNmZlODVhMDQ1ZGUyNzVhN2I3NzM5ZGVkNjA1MSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Strength: §c+{STRENGTH}\",4:\"\",5:\"§6Quick Reel\",6:\"§7§7Grants §b+{0}☂ Fishing Speed§7.\",7:\"\",8:\"§6Lava Bender\",9:\"§7§7Gives §a{1} §c❁ Strength §7and\",10:\"§7§a❈ Defense §7when near lava.\",11:\"\",12:\"§6Magmatic Diver\",13:\"§7§7Increases the stats of Magma\",14:\"§7Lord armor by §a{2}%§7.\",15:\"\",16:\"§6Rapid Decay\",17:\"§7§7Increases the chance to\",18:\"§7activate the §d§lFlash\",19:\"§d§lEnchantment §7by §7§a{3}%§7.\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§7[Lvl {LVL}] §dFlying Fish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"FLYING_FISH\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"FLYING_FISH;5\"}}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -18,12 +18,12 @@ "", "§6Magmatic Diver", "§7§7Increases the stats of Magma", - "§7Lord armor by §a{2}%", + "§7Lord armor by §a{2}%§7.", "", "§6Rapid Decay", "§7§7Increases the chance to", - "§7activate Flash Enchantment by", - "§7§a{3}%", + "§7activate the §d§lFlash", + "§d§lEnchantment §7by §7§a{3}%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -33,7 +33,7 @@ "internalname": "FLYING_FISH;5", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flying_Fish_Pet", diff --git a/items/FOUR_EYED_FISH.json b/items/FOUR_EYED_FISH.json index db1e1b9d..e233a303 100644 --- a/items/FOUR_EYED_FISH.json +++ b/items/FOUR_EYED_FISH.json @@ -38,6 +38,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Four-Eyed_Fish" + "https://wiki.hypixel.net/Four-Eyed_Fish", + "https://hypixel-skyblock.fandom.com/wiki/Four-Eyed_Fish" ] }
\ No newline at end of file diff --git a/items/GUARDIAN_LUCKY_BLOCK.json b/items/GUARDIAN_LUCKY_BLOCK.json index 5464c586..167805e3 100644 --- a/items/GUARDIAN_LUCKY_BLOCK.json +++ b/items/GUARDIAN_LUCKY_BLOCK.json @@ -18,6 +18,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Guardian_Lucky_Block" + "https://wiki.hypixel.net/Guardian_Lucky_Block", + "https://hypixel-skyblock.fandom.com/wiki/Guardian_Lucky_Block" ] }
\ No newline at end of file diff --git a/items/GUNTHER_SNEAKERS.json b/items/GUNTHER_SNEAKERS.json index cdf4e0af..15d7b80d 100644 --- a/items/GUNTHER_SNEAKERS.json +++ b/items/GUNTHER_SNEAKERS.json @@ -24,5 +24,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gunther%27s_Sneakers", + "https://wiki.hypixel.net/Gunther%27s_Sneakers" + ] }
\ No newline at end of file diff --git a/items/GUNTHESIZER_LICHEN.json b/items/GUNTHESIZER_LICHEN.json index 054524ff..196b645b 100644 --- a/items/GUNTHESIZER_LICHEN.json +++ b/items/GUNTHESIZER_LICHEN.json @@ -10,5 +10,10 @@ ], "internalname": "GUNTHESIZER_LICHEN", "clickcommand": "", - "modver": "2.1.0-REL" + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gunthesizer_Lichen", + "https://wiki.hypixel.net/Gunthesizer_Lichen" + ] }
\ No newline at end of file diff --git a/items/HOT_DOG.json b/items/HOT_DOG.json index 60485fc8..846f7fc5 100644 --- a/items/HOT_DOG.json +++ b/items/HOT_DOG.json @@ -15,6 +15,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Hot_Dog" + "https://wiki.hypixel.net/Hot_Dog", + "https://hypixel-skyblock.fandom.com/wiki/Hot_Dog" ] }
\ No newline at end of file diff --git a/items/HYPER_CATALYST.json b/items/HYPER_CATALYST.json index 9d7066cc..b058b7d3 100644 --- a/items/HYPER_CATALYST.json +++ b/items/HYPER_CATALYST.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:nether_star", "displayname": "§5Hyper Catalyst", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax4§7 for 6 hours§7!\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Hyper Catalyst\"},ExtraAttributes:{id:\"HYPER_CATALYST\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §a4x§7 for §a6 hours§7!\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Hyper Catalyst\"},ExtraAttributes:{id:\"HYPER_CATALYST\"}}", "damage": 0, "lore": [ "§7Increases the number of", "§7resources created by this minion", - "§7by §ax4§7 for 6 hours§7!", + "§7by §a4x§7 for §a6 hours§7!", "", "§5§lEPIC" ], @@ -24,7 +24,7 @@ }, "internalname": "HYPER_CATALYST", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/LATTICE_BENCH.json b/items/LATTICE_BENCH.json index a5838168..9c755fdf 100644 --- a/items/LATTICE_BENCH.json +++ b/items/LATTICE_BENCH.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lattice_Bench" + ] }
\ No newline at end of file diff --git a/items/LEECH_SWORD.json b/items/LEECH_SWORD.json index 221b2b73..7a5c7e1c 100644 --- a/items/LEECH_SWORD.json +++ b/items/LEECH_SWORD.json @@ -26,5 +26,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Leech_Sword", + "https://wiki.hypixel.net/Leech_Sword" + ] }
\ No newline at end of file diff --git a/items/LIL_PAD.json b/items/LIL_PAD.json index 0ea45db2..42293d0a 100644 --- a/items/LIL_PAD.json +++ b/items/LIL_PAD.json @@ -14,5 +14,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lil%27_Pad", + "https://wiki.hypixel.net/Lil%27_Pad" + ] }
\ No newline at end of file diff --git a/items/LM_EGG_BOOTS.json b/items/LM_EGG_BOOTS.json index 9d1e4c90..e3923ece 100644 --- a/items/LM_EGG_BOOTS.json +++ b/items/LM_EGG_BOOTS.json @@ -28,6 +28,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Living_Metal_Bootspawn" + "https://wiki.hypixel.net/Living_Metal_Bootspawn", + "https://hypixel-skyblock.fandom.com/wiki/Living_Metal_Bootspawn" ] }
\ No newline at end of file diff --git a/items/LM_EGG_CAP.json b/items/LM_EGG_CAP.json index 6991569b..0f18ada8 100644 --- a/items/LM_EGG_CAP.json +++ b/items/LM_EGG_CAP.json @@ -28,6 +28,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Living_Metal_Capspawn" + "https://wiki.hypixel.net/Living_Metal_Capspawn", + "https://hypixel-skyblock.fandom.com/wiki/Living_Metal_Capspawn" ] }
\ No newline at end of file diff --git a/items/LM_EGG_CHEST.json b/items/LM_EGG_CHEST.json index 6655586c..90f3dd31 100644 --- a/items/LM_EGG_CHEST.json +++ b/items/LM_EGG_CHEST.json @@ -28,6 +28,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Living_Metal_Chestspawn" + "https://wiki.hypixel.net/Living_Metal_Chestspawn", + "https://hypixel-skyblock.fandom.com/wiki/Living_Metal_Chestspawn" ] }
\ No newline at end of file diff --git a/items/LM_EGG_LEGS.json b/items/LM_EGG_LEGS.json index 9d3aed49..d90497d1 100644 --- a/items/LM_EGG_LEGS.json +++ b/items/LM_EGG_LEGS.json @@ -28,6 +28,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Living_Metal_Pantspawn" + "https://wiki.hypixel.net/Living_Metal_Pantspawn", + "https://hypixel-skyblock.fandom.com/wiki/Living_Metal_Pantspawn" ] }
\ No newline at end of file diff --git a/items/MANA_DISINTEGRATOR.json b/items/MANA_DISINTEGRATOR.json index 9046d7b9..710886dd 100644 --- a/items/MANA_DISINTEGRATOR.json +++ b/items/MANA_DISINTEGRATOR.json @@ -1,22 +1,22 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§9Mana Disintegrator", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9d84e23-a8e5-3992-bace-b6f3b32e34d8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTY0NDY2MjYyOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE1NjVjMWMyNjVmNTAzOThjMDY0NmE5YjdkNjQyODk1MjJjMGIwODkwOTFiYTVhMDRmMWQxOGJhYTg2MGQ4NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Reduces the mana cost of an item\",3:\"§7by §b1% §7when applied to a\",4:\"§7deployable or a wand. Can be\",5:\"§7applied up to §a10 §7times.\",6:\"\",7:\"§9§lRARE\"],Name:\"§f§f§9Mana Disintegrator\"},ExtraAttributes:{id:\"MANA_DISINTEGRATOR\"}}", + "displayname": "§9Mana Disintegrator", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b9d84e23-a8e5-3992-bace-b6f3b32e34d8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTY0NDY2MjYyOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE1NjVjMWMyNjVmNTAzOThjMDY0NmE5YjdkNjQyODk1MjJjMGIwODkwOTFiYTVhMDRmMWQxOGJhYTg2MGQ4NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Applies §9ᛃ §7on wands or\",3:\"§7deployables, reducing their mana\",4:\"§7cost by §b1%§7. Can be applied\",5:\"§7up to §a10 §7times.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Mana Disintegrator\"},ExtraAttributes:{id:\"MANA_DISINTEGRATOR\"}}", "damage": 3, "lore": [ "§7§8Combinable in Anvil", "", - "§7Reduces the mana cost of an item", - "§7by §b1% §7when applied to a", - "§7deployable or a wand. Can be", - "§7applied up to §a10 §7times.", + "§7Applies §9ᛃ §7on wands or", + "§7deployables, reducing their mana", + "§7cost by §b1%§7. Can be applied", + "§7up to §a10 §7times.", "", "§9§lRARE" ], "internalname": "MANA_DISINTEGRATOR", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mana_Disintegrator", diff --git a/items/MCGRUBBER_BURGER.json b/items/MCGRUBBER_BURGER.json index 2ff3497c..5aad6627 100644 --- a/items/MCGRUBBER_BURGER.json +++ b/items/MCGRUBBER_BURGER.json @@ -22,5 +22,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/McGrubber%27s_Burger", + "https://wiki.hypixel.net/McGrubber%27s_Burger" + ] }
\ No newline at end of file diff --git a/items/METAPHYSICAL_SERUM.json b/items/METAPHYSICAL_SERUM.json index a7e5312f..35160822 100644 --- a/items/METAPHYSICAL_SERUM.json +++ b/items/METAPHYSICAL_SERUM.json @@ -20,5 +20,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Metaphysical_Serum", + "https://wiki.hypixel.net/Metaphysical_Serum" + ] }
\ No newline at end of file diff --git a/items/MIRRORED_BOW.json b/items/MIRRORED_BOW.json index 42970199..d39b4a86 100644 --- a/items/MIRRORED_BOW.json +++ b/items/MIRRORED_BOW.json @@ -22,5 +22,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/woB", + "https://wiki.hypixel.net/woB" + ] }
\ No newline at end of file diff --git a/items/MIRRORED_LEASH.json b/items/MIRRORED_LEASH.json index 907d0589..4f15d82d 100644 --- a/items/MIRRORED_LEASH.json +++ b/items/MIRRORED_LEASH.json @@ -19,5 +19,10 @@ }, "internalname": "MIRRORED_LEASH", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL" + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/daeL", + "https://wiki.hypixel.net/daeL" + ] }
\ No newline at end of file diff --git a/items/MIRRORED_STICK.json b/items/MIRRORED_STICK.json index 79c75056..556aa868 100644 --- a/items/MIRRORED_STICK.json +++ b/items/MIRRORED_STICK.json @@ -19,5 +19,10 @@ }, "internalname": "MIRRORED_STICK", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL" + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/kcitS", + "https://wiki.hypixel.net/kcitS" + ] }
\ No newline at end of file diff --git a/items/MIRRORED_STRING.json b/items/MIRRORED_STRING.json index 231ca739..ad622f4a 100644 --- a/items/MIRRORED_STRING.json +++ b/items/MIRRORED_STRING.json @@ -10,5 +10,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/gnirtS", + "https://wiki.hypixel.net/gnirtS" + ] }
\ No newline at end of file diff --git a/items/MUSHROOM_BARN_SKIN.json b/items/MUSHROOM_BARN_SKIN.json new file mode 100644 index 00000000..1933b742 --- /dev/null +++ b/items/MUSHROOM_BARN_SKIN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:red_mushroom", + "displayname": "§6Mushroom Barn Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Consume this item to unlock\",1:\"§7the §6Mushroom Barn Skin §7on\",2:\"§7the §bGarden§7!\",3:\"\",4:\"§eClick to consume!\",5:\"\",6:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Mushroom Barn Skin\"},ExtraAttributes:{id:\"MUSHROOM_BARN_SKIN\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7§7Consume this item to unlock", + "§7the §6Mushroom Barn Skin §7on", + "§7the §bGarden§7!", + "", + "§eClick to consume!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "MUSHROOM_BARN_SKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MUTED_BARK.json b/items/MUTED_BARK.json index 6ac7ffd8..dd5bad68 100644 --- a/items/MUTED_BARK.json +++ b/items/MUTED_BARK.json @@ -14,6 +14,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Muted_Bark" + "https://wiki.hypixel.net/Muted_Bark", + "https://hypixel-skyblock.fandom.com/wiki/Muted_Bark" ] }
\ No newline at end of file diff --git a/items/NEARLY_COHERENT_ROD.json b/items/NEARLY_COHERENT_ROD.json index f6791001..88f9631c 100644 --- a/items/NEARLY_COHERENT_ROD.json +++ b/items/NEARLY_COHERENT_ROD.json @@ -25,5 +25,8 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "Requires: Half-Eaten Carrot IV", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Nearly_Coherent_DoR_GnihsiF" + ] }
\ No newline at end of file diff --git a/items/PLACEABLE_FAIRY_SOUL_RIFT.json b/items/PLACEABLE_FAIRY_SOUL_RIFT.json index d4457d6f..df2340f2 100644 --- a/items/PLACEABLE_FAIRY_SOUL_RIFT.json +++ b/items/PLACEABLE_FAIRY_SOUL_RIFT.json @@ -17,6 +17,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Placeable_Fairy_Soul" + "https://wiki.hypixel.net/Placeable_Fairy_Soul", + "https://hypixel-skyblock.fandom.com/wiki/Placeable_Fairy_Soul" ] }
\ No newline at end of file diff --git a/items/RETRO_ENCABULATING_VISOR.json b/items/RETRO_ENCABULATING_VISOR.json index 3844ccc9..914b7198 100644 --- a/items/RETRO_ENCABULATING_VISOR.json +++ b/items/RETRO_ENCABULATING_VISOR.json @@ -20,6 +20,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Retro-Encabulating_Visor" + "https://wiki.hypixel.net/Retro-Encabulating_Visor", + "https://hypixel-skyblock.fandom.com/wiki/Retro-Encabulating_Visor" ] }
\ No newline at end of file diff --git a/items/RIFTWART_ROOTS.json b/items/RIFTWART_ROOTS.json index fbd58952..cbee7178 100644 --- a/items/RIFTWART_ROOTS.json +++ b/items/RIFTWART_ROOTS.json @@ -14,6 +14,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Riftwart_Roots" + "https://wiki.hypixel.net/Riftwart_Roots", + "https://hypixel-skyblock.fandom.com/wiki/Riftwart_Roots" ] }
\ No newline at end of file diff --git a/items/RIFT_JUMP_ELIXIR.json b/items/RIFT_JUMP_ELIXIR.json index ce430b5c..3eff2255 100644 --- a/items/RIFT_JUMP_ELIXIR.json +++ b/items/RIFT_JUMP_ELIXIR.json @@ -14,6 +14,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Jump_Elixir" + "https://wiki.hypixel.net/Jump_Elixir", + "https://hypixel-skyblock.fandom.com/wiki/Jump_Elixir" ] }
\ No newline at end of file diff --git a/items/RIFT_SPEED_ELIXIR.json b/items/RIFT_SPEED_ELIXIR.json index 32fd4706..0d7b65fa 100644 --- a/items/RIFT_SPEED_ELIXIR.json +++ b/items/RIFT_SPEED_ELIXIR.json @@ -14,6 +14,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Speed_Elixir" + "https://wiki.hypixel.net/Speed_Elixir", + "https://hypixel-skyblock.fandom.com/wiki/Speed_Elixir" ] }
\ No newline at end of file diff --git a/items/RIFT_STRENGTH_ELIXIR.json b/items/RIFT_STRENGTH_ELIXIR.json index 5a3e9049..0f6886b1 100644 --- a/items/RIFT_STRENGTH_ELIXIR.json +++ b/items/RIFT_STRENGTH_ELIXIR.json @@ -15,6 +15,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Strength_Elixir" + "https://wiki.hypixel.net/Strength_Elixir", + "https://hypixel-skyblock.fandom.com/wiki/Strength_Elixir" ] }
\ No newline at end of file diff --git a/items/ROCK;2.json b/items/ROCK;2.json index b99b3f4b..a4c74f4d 100644 --- a/items/ROCK;2.json +++ b/items/ROCK;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Rock", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7 defense.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7defense.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -19,7 +19,7 @@ "", "§6Fortify", "§7§7While sitting on your rock,", - "§7gain +§a{1}% §7 defense.", + "§7gain +§a{1}% §7defense.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/ROCK;3.json b/items/ROCK;3.json index 8f9ae5ec..c5559f79 100644 --- a/items/ROCK;3.json +++ b/items/ROCK;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Rock", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7 defense.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7defense.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -19,7 +19,7 @@ "", "§6Fortify", "§7§7While sitting on your rock,", - "§7gain +§a{1}% §7 defense.", + "§7gain +§a{1}% §7defense.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/ROCK;4.json b/items/ROCK;4.json index d6814140..b4484501 100644 --- a/items/ROCK;4.json +++ b/items/ROCK;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Rock", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7 defense.\",16:\"\",17:\"§6Steady Ground\",18:\"§7§7While sitting on your rock,\",19:\"§7gain +§a{2}% §7 damage.\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1ed7c993-8190-3055-a48c-f70f71b17284\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyYjVkNDhlNTc1Nzc1NjNhY2EzMTczNTUxOWNiNjIyMjE5YmMwNThiMWYzNDY0OGI2N2I4ZTcxYmMwZmEifX19\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7True Defense: §a{TRUE_DEFENSE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Sailing Stone\",10:\"§7§7Sneak to move your rock to\",11:\"§7your location (15s cooldown).\",12:\"\",13:\"§6Fortify\",14:\"§7§7While sitting on your rock,\",15:\"§7gain +§a{1}% §7defense.\",16:\"\",17:\"§6Steady Ground\",18:\"§7§7While sitting on your rock,\",19:\"§7deal §c+{2}x §7damage.\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Rock\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ROCK\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"ROCK;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -19,11 +19,11 @@ "", "§6Fortify", "§7§7While sitting on your rock,", - "§7gain +§a{1}% §7 defense.", + "§7gain +§a{1}% §7defense.", "", "§6Steady Ground", "§7§7While sitting on your rock,", - "§7gain +§a{2}% §7 damage.", + "§7deal §c+{2}x §7damage.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/SCRIBE_MONSTER.json b/items/SCRIBE_MONSTER.json index 4cb46149..81d22e7c 100644 --- a/items/SCRIBE_MONSTER.json +++ b/items/SCRIBE_MONSTER.json @@ -15,7 +15,7 @@ { "coins": 0, "xp": 0, - "name": "§eVolt", + "name": "§6Scribe", "render": "@neurepo:mobs/scribe.json", "level": 5, "combat_xp": 6, diff --git a/items/SHADOW_CRUX.json b/items/SHADOW_CRUX.json index 1af97cca..4bda883f 100644 --- a/items/SHADOW_CRUX.json +++ b/items/SHADOW_CRUX.json @@ -16,5 +16,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Crux", + "https://wiki.hypixel.net/Shadow_Crux" + ] }
\ No newline at end of file diff --git a/items/SHAME_CRUX.json b/items/SHAME_CRUX.json index 2599fc44..45c2b444 100644 --- a/items/SHAME_CRUX.json +++ b/items/SHAME_CRUX.json @@ -16,5 +16,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shy_Crux", + "https://wiki.hypixel.net/Shy_Crux" + ] }
\ No newline at end of file diff --git a/items/SILKWIRE_STICK.json b/items/SILKWIRE_STICK.json index 3352f7e0..0650ab4b 100644 --- a/items/SILKWIRE_STICK.json +++ b/items/SILKWIRE_STICK.json @@ -19,6 +19,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Silkwire_Stick" + "https://wiki.hypixel.net/Silkwire_Stick", + "https://hypixel-skyblock.fandom.com/wiki/Silkwire_Stick" ] }
\ No newline at end of file diff --git a/items/TINY_DANCER.json b/items/TINY_DANCER.json index f3538032..a63d0a14 100644 --- a/items/TINY_DANCER.json +++ b/items/TINY_DANCER.json @@ -14,5 +14,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tiny_Dancer", + "https://wiki.hypixel.net/Tiny_Dancer" + ] }
\ No newline at end of file diff --git a/items/TINY_HAMMER.json b/items/TINY_HAMMER.json index 4488eb21..0912e2ff 100644 --- a/items/TINY_HAMMER.json +++ b/items/TINY_HAMMER.json @@ -21,5 +21,9 @@ }, "internalname": "TINY_HAMMER", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL" + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/remmaH_YniT" + ] }
\ No newline at end of file diff --git a/items/TURBOMAX_VACUUM.json b/items/TURBOMAX_VACUUM.json index d56cea69..3e6c0785 100644 --- a/items/TURBOMAX_VACUUM.json +++ b/items/TURBOMAX_VACUUM.json @@ -27,6 +27,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Turbomax_Vacuum_Cleaner" + "https://wiki.hypixel.net/Turbomax_Vacuum_Cleaner", + "https://hypixel-skyblock.fandom.com/wiki/Turbomax_Vacuum_Cleaner" ] }
\ No newline at end of file diff --git a/items/VAMPIRIC_MELON.json b/items/VAMPIRIC_MELON.json index 440a864f..e577d734 100644 --- a/items/VAMPIRIC_MELON.json +++ b/items/VAMPIRIC_MELON.json @@ -16,6 +16,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Vampiric_Melon" + "https://wiki.hypixel.net/Vampiric_Melon", + "https://hypixel-skyblock.fandom.com/wiki/Vampiric_Melon" ] }
\ No newline at end of file diff --git a/items/VOODOO_DOLL_WILTED.json b/items/VOODOO_DOLL_WILTED.json index a393795d..92a2e381 100644 --- a/items/VOODOO_DOLL_WILTED.json +++ b/items/VOODOO_DOLL_WILTED.json @@ -37,6 +37,7 @@ "crafttext": "Requires: Wilted Berberis III", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Jinxed_Voodoo_Doll" + "https://wiki.hypixel.net/Jinxed_Voodoo_Doll", + "https://hypixel-skyblock.fandom.com/wiki/Jinxed_Voodoo_Doll" ] }
\ No newline at end of file diff --git a/items/WAND_OF_WARDING.json b/items/WAND_OF_WARDING.json index df8088a6..f30751bc 100644 --- a/items/WAND_OF_WARDING.json +++ b/items/WAND_OF_WARDING.json @@ -19,6 +19,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Warding_Diamathame" + "https://wiki.hypixel.net/Warding_Diamathame", + "https://hypixel-skyblock.fandom.com/wiki/Warding_Diamathame" ] }
\ No newline at end of file diff --git a/items/WET_NAPKIN.json b/items/WET_NAPKIN.json new file mode 100644 index 00000000..19261ac9 --- /dev/null +++ b/items/WET_NAPKIN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:filled_map", + "displayname": "§cWet Napkin", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7An old wet napkin that appears\",1:\"§7to have some scribbling on the\",2:\"§7back, but part of it is too\",3:\"§7blurry to make out:\",4:\"\",5:\"§8§oThe total §8§o§k--------§8§o plus time\",6:\"§8§otimes time, all that subtracted\",7:\"§8§ofrom thrice the commencement,\",8:\"§8§othen add §k--§8§o of yourself,\",9:\"§8§othe whole thing elbuod.\",10:\"\",11:\"§8§l* §8Co-op Soulbound §8§l*\",12:\"§c§lSPECIAL\"],Name:\"§cWet Napkin\"},ExtraAttributes:{id:\"WET_NAPKIN\"}}", + "damage": 30878, + "lore": [ + "§7An old wet napkin that appears", + "§7to have some scribbling on the", + "§7back, but part of it is too", + "§7blurry to make out:", + "", + "§8§oThe total §8§o§k--------§8§o plus time", + "§8§otimes time, all that subtracted", + "§8§ofrom thrice the commencement,", + "§8§othen add §k--§8§o of yourself,", + "§8§othe whole thing elbuod.", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§c§lSPECIAL" + ], + "internalname": "WET_NAPKIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wet_Napkin", + "https://wiki.hypixel.net/Wet_Napkin" + ] +}
\ No newline at end of file diff --git a/items/WINTER_ISLAND_CRYSTAL.json b/items/WINTER_ISLAND_CRYSTAL.json index f3230e35..66b638ff 100644 --- a/items/WINTER_ISLAND_CRYSTAL.json +++ b/items/WINTER_ISLAND_CRYSTAL.json @@ -18,6 +18,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Winter_Crystal" + "https://wiki.hypixel.net/Winter_Crystal", + "https://hypixel-skyblock.fandom.com/wiki/Winter_Crystal" ] }
\ No newline at end of file diff --git a/items/WYLD_BOOTS.json b/items/WYLD_BOOTS.json index 5d8949d7..08c50a01 100644 --- a/items/WYLD_BOOTS.json +++ b/items/WYLD_BOOTS.json @@ -12,5 +12,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wyld_Boots", + "https://wiki.hypixel.net/Wyld_Boots" + ] }
\ No newline at end of file diff --git a/items/ZEALOT_BRUISER_MONSTER.json b/items/ZEALOT_BRUISER_MONSTER.json index 885ed453..f5d8e4c4 100644 --- a/items/ZEALOT_BRUISER_MONSTER.json +++ b/items/ZEALOT_BRUISER_MONSTER.json @@ -21,7 +21,7 @@ "coins": 24, "xp": 20, "combat_xp": 78, - "name": "§cZealot Brzuser", + "name": "§cZealot Bruiser", "render": "Enderman", "panorama": "combat_3", "type": "drops", |