From 322f522c93a9989af1b9767006e087fbf17812c3 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 22 Oct 2020 09:23:01 +1100 Subject: added enchants constants --- constants/enchants.json | 212 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 constants/enchants.json (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json new file mode 100644 index 00000000..5b95a0b7 --- /dev/null +++ b/constants/enchants.json @@ -0,0 +1,212 @@ +{ + "enchants": { + "SWORD": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "scavenger", + "sharpness", + "smite", + "telekinesis", + "thunderlord", + "vampirism", + "venomous", + "vicious", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], + "BOW": [ + "aiming", + "cubism", + "dragon_hunter", + "flame", + "impaling", + "infinite_quiver", + "piercing", + "overload", + "power", + "punch", + "snipe", + "telekinesis", + "ultimate_chimera", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend" + ], + "AXE": [ + "efficiency", + "telekinesis", + "replenish", + "silk_touch" + ], + "PICKAXE": [ + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "smelting_touch", + "telekinesis" + ], + "FISHING ROD": [ + "angler", + "blessing", + "caster", + "expertise", + "frail", + "looting", + "luck_of_the_sea", + "lure", + "magnet", + "spiked_hook", + "telekinesis" + ], + "SHOVEL": [ + "efficiency", + "silk_touch", + "telekinesis" + ], + "HOE": [ + "replenish", + "harvesting", + "telekinesis" + ], + "HELMET": [ + "protection", + "growth", + "rejuvenate", + "aqua_affinity", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "CHESTPLATE": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "counter_strike", + "true_protection", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "LEGGINGS": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "BOOTS": [ + "protection", + "growth", + "sugar_rush", + "rejuvenate", + "feather_falling", + "depth_strider", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + }, + "enchants_min_level": { + "bane_of_arthropods": 5, + "cleave": 5, + "critical": 5, + "ender_slayer": 5, + "execute": 5, + "fire_aspect": 2, + "first_strike": 4, + "giant_killer": 5, + "knockback": 2, + "lethality": 5, + "life_steal": 3, + "luck": 5, + "scavenger": 3, + "sharpness": 5, + "smite": 5, + "thunderlord": 5, + "vampirism": 5, + "venomous": 5, + "vicious": 4, + "ultimate_chimera": 5, + "ultimate_combo": 5, + "ultimate_swarm": 5, + "ultimate_wise": 5, + "aiming": 5, + "cubism": 5, + "dragon_hunter": 5, + "flame": 1, + "impaling": 3, + "infinite_quiver": 5, + "piercing": 1, + "overload": 5, + "power": 5, + "punch": 2, + "snipe": 3, + "ultimate_rend": 5, + "telekinesis": 1, + "silk_touch": 1, + "compact": 10, + "experience": 4, + "fortune": 3, + "smelting_touch": 1, + "angler": 5, + "blessing": 5, + "caster": 5, + "expertise": 10, + "frail": 5, + "looting": 3, + "luck_of_the_sea": 5, + "lure": 5, + "magnet": 5, + "spiked_hook": 5, + "efficiency": 5, + "replenish": 1, + "harvesting": 5, + "aqua_affinity": 1, + "counter_strike": 5, + "true_protection": 1, + "protection": 5, + "growth": 5, + "sugar_rush": 3, + "rejuvenate": 5, + "feather_falling": 5, + "depth_strider": 3, + "thorns": 3, + "ultimate_bank": 5, + "ultimate_last_stand": 5, + "ultimate_legion": 5, + "ultimate_no_pain_no_gain": 5, + "ultimate_wisdom": 5 + } +} \ No newline at end of file -- cgit From 46c10faaa7c508562c91ead7c7c2086b0b94ccc1 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 22 Oct 2020 09:53:21 +1100 Subject: added enchants constants 2 electric boogaloo --- constants/enchants.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'constants') diff --git a/constants/enchants.json b/constants/enchants.json index 5b95a0b7..b57ec72f 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -138,6 +138,28 @@ "ultimate_wisdom" ] }, + "enchant_pools": [ + [ + "sharpness", + "bane_of_arthropods", + "smite" + ], [ + "silk_touch", + "smelting_touch", + "fortune" + ], [ + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + ], "enchants_min_level": { "bane_of_arthropods": 5, "cleave": 5, -- cgit From 927aeb2bad314589cedbe1820aafc48449582d69 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Sun, 1 Nov 2020 00:18:29 +1100 Subject: disable old neuah --- constants/disable.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/disable.json b/constants/disable.json index 6834ca09..60f398a7 100644 --- a/constants/disable.json +++ b/constants/disable.json @@ -1,3 +1,4 @@ { - "auctions": false + "auctions": true, + "auctions_new": false } \ No newline at end of file -- cgit From 5ca19312e7c4c1df771a67f0f30ab6acf7b92246 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 11 Nov 2020 15:34:39 -0500 Subject: Another Fix by Jani270 - Fixed Epic Wither Skeleton Pet - Fixed Megalodon Pet - Added Ferocity for Ocelot/Ghoul/Pigman/Shredder/Tiger - Fixed Tiger first Ability - Fixed Legy Bat for all other things I just added a wiki url --- constants/petnums.json | 187 ++++++++++++++++++++++++++++------- items/ANTIQUE_REMEDIES.json | 7 +- items/AOTE_STONE.json | 7 +- items/BAT;4.json | 16 +-- items/DANGER_1_PORTAL.json | 14 ++- items/DANGER_2_PORTAL.json | 10 +- items/DANGER_3_PORTAL.json | 10 +- items/DRAGON_CLAW.json | 9 +- items/DRAGON_SCALE.json | 9 +- items/DUNGEON_LORE_PAPER.json | 9 +- items/DUNGEON_STONE.json | 11 ++- items/ENDSTONE_GEODE.json | 9 +- items/FARMING_1_PORTAL.json | 10 +- items/FARMING_2_PORTAL.json | 7 +- items/FORAGING_1_PORTAL.json | 8 +- items/FORAGING_2_PORTAL.json | 10 +- items/FORAGING_3_PORTAL.json | 8 +- items/FORAGING_4_PORTAL.json | 8 +- items/FORAGING_5_PORTAL.json | 8 +- items/FROSTY_SNOW_BALL.json | 7 +- items/GHOUL;3.json | 5 +- items/GHOUL;4.json | 5 +- items/GOLEM_POPPY.json | 7 +- items/HOUND;3.json | 7 +- items/HOUND;4.json | 7 +- items/HUB_PORTAL.json | 9 +- items/MEGALODON;3.json | 5 +- items/MEGALODON;4.json | 9 +- items/MINING_1_PORTAL.json | 9 +- items/MINING_2_PORTAL.json | 8 +- items/MINION_STORAGE_EXPANDER.json | 7 +- items/NETHER_STALK.json | 7 +- items/OCELOT;0.json | 3 +- items/OCELOT;1.json | 3 +- items/OCELOT;2.json | 3 +- items/OCELOT;3.json | 3 +- items/OCELOT;4.json | 3 +- items/PIGMAN;3.json | 3 +- items/PIGMAN;4.json | 3 +- items/PUMPKIN_BOMB.json | 7 +- items/SUPER_MAGIC_MUSHROOM_SOUP.json | 9 +- items/THE_SHREDDER.json | 5 +- items/TIGER;0.json | 6 +- items/TIGER;1.json | 6 +- items/TIGER;2.json | 6 +- items/TIGER;3.json | 6 +- items/TIGER;4.json | 6 +- items/WITHER_SKELETON;3.json | 6 +- 48 files changed, 386 insertions(+), 141 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index b669d827..61443c61 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -56,6 +56,7 @@ 0.1 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -65,6 +66,7 @@ 10 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -79,6 +81,7 @@ 0.2 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -90,6 +93,7 @@ 20 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -105,6 +109,7 @@ 0.2 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -117,6 +122,7 @@ 20 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } @@ -131,6 +137,7 @@ 0.1 ], "statNums": { + "SEA_CREATURE_CHANCE": 0.0, "INTELLIGENCE": 1.0, "SPEED": 0.0 } @@ -142,11 +149,35 @@ 15 ], "statNums": { + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } }, "interp": "1:51" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 0.0, + "INTELLIGENCE": 1.0, + "SPEED": 0.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "SEA_CREATURE_CHANCE": 5.0 + "INTELLIGENCE": 100.0, + "SPEED": 5.0 + } + }, + "interp": "1:23" } }, "BEE": { @@ -1212,6 +1243,7 @@ 0.5 ], "statNums": { + "FEROCITY": 0.0, "HEALTH": 1.0, "INTELLIGENCE": 0.0 } @@ -1222,6 +1254,7 @@ 50 ], "statNums": { + "FEROCITY": 5.0, "HEALTH": 100.0, "INTELLIGENCE": 75.0 } @@ -1236,6 +1269,7 @@ 1.0 ], "statNums": { + "FEROCITY": 0.0, "HEALTH": 1.0, "INTELLIGENCE": 0.0 } @@ -1247,6 +1281,7 @@ 100 ], "statNums": { + "FEROCITY": 5.0, "HEALTH": 100.0, "INTELLIGENCE": 75.0 } @@ -1668,6 +1703,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 0.0, + "FEROCITY": 0.0, "STRENGTH": 0.0 } }, @@ -1678,6 +1714,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 15.0, + "FEROCITY": 5.0, "STRENGTH": 40.0 } }, @@ -1692,6 +1729,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 0.0, + "FEROCITY": 0.0, "STRENGTH": 0.0 } }, @@ -1703,6 +1741,7 @@ ], "statNums": { "BONUS_ATTACK_SPEED": 15.0, + "FEROCITY": 5.0, "STRENGTH": 40.0 } }, @@ -2122,11 +2161,65 @@ "interp": "1:63" } }, + "MEGALODON": { + "EPIC": { + "1": { + "otherNums": [ + 0.2, + 0.2 + ], + "statNums": { + "STRENGTH": 0.0, + "MAGIC_FIND": 0.0, + "FEROCITY":0.0 + } + }, + "100": { + "otherNums": [ + 25, + 20 + ], + "statNums": { + "STRENGTH": 50.0, + "MAGIC_FIND": 10.0, + "FEROCITY": 5.0 + } + }, + "interp": "1:83" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 0.2, + 0.5 + ], + "statNums": { + "STRENGTH": 0.0, + "MAGIC_FIND": 0.0, + "FEROCITY": 0.0 + } + }, + "100": { + "otherNums": [ + 25, + 20, + 50 + ], + "statNums": { + "STRENGTH": 50.0, + "MAGIC_FIND": 10.0, + "FEROCITY": 5.0 + } + }, + "interp": "1:100" + } + }, "MONKEY": { "COMMON": { "1": { "otherNums": [ - 0.2 + 0.4 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2135,7 +2228,7 @@ }, "100": { "otherNums": [ - 20 + 40 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2147,7 +2240,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0 ], "statNums": { @@ -2157,7 +2250,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100 ], "statNums": { @@ -2170,7 +2263,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0, 0.5 ], @@ -2181,7 +2274,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100, 50 ], @@ -2195,7 +2288,7 @@ "RARE": { "1": { "otherNums": [ - 0.2, + 0.5, 0.8 ], "statNums": { @@ -2205,8 +2298,8 @@ }, "100": { "otherNums": [ - 25, - 75 + 50, + 80 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2218,7 +2311,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.2 + 0.5 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2227,7 +2320,7 @@ }, "100": { "otherNums": [ - 25 + 50 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2244,7 +2337,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2252,7 +2346,8 @@ 20 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2264,7 +2359,8 @@ 0.3 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2273,7 +2369,8 @@ 30 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2286,7 +2383,8 @@ 0.3 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2296,7 +2394,8 @@ 30 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:100" @@ -2308,7 +2407,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2317,7 +2417,8 @@ 25 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:80" @@ -2328,7 +2429,8 @@ 0.2 ], "statNums": { - "SPEED": 0.0 + "SPEED": 0.0, + "FEROCITY": 0.0 } }, "100": { @@ -2336,7 +2438,8 @@ 25 ], "statNums": { - "SPEED": 50.0 + "SPEED": 50.0, + "FEROCITY": 10.0 } }, "interp": "1:79" @@ -2570,6 +2673,7 @@ 0.2 ], "statNums": { + "FEROCITY": 0.0, "DEFENSE": 0.0, "STRENGTH": 0.0 } @@ -2581,6 +2685,7 @@ 25 ], "statNums": { + "FEROCITY": 5.0, "DEFENSE": 50.0, "STRENGTH": 50.0 } @@ -2597,6 +2702,7 @@ 100.0 ], "statNums": { + "FEROCITY": 0.0, "DEFENSE": 0.0, "STRENGTH": 0.0 } @@ -2610,6 +2716,7 @@ 100 ], "statNums": { + "FEROCITY": 5.0, "DEFENSE": 50.0, "STRENGTH": 50.0 } @@ -3214,7 +3321,7 @@ "100": { "otherNums": [ 10.0, - 10.0, + 10.0 ], "statNums": { "CRIT_CHANCE": 10.0, @@ -3229,7 +3336,7 @@ 0.1, 10.0, 0.4 - + ], "statNums": { "CRIT_CHANCE": 0.0, @@ -3531,9 +3638,10 @@ "COMMON": { "1": { "otherNums": [ - 0.1 + 0.2 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3541,9 +3649,10 @@ }, "100": { "otherNums": [ - 5 + 20 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3554,11 +3663,12 @@ "EPIC": { "1": { "otherNums": [ - 0.2, + 1.0, 0.6, 10.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3566,11 +3676,12 @@ }, "100": { "otherNums": [ - 20, + 100, 55, 10 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3581,13 +3692,14 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.2, + 1.0, 0.6, 10.0, 0.2, 15.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3595,13 +3707,14 @@ }, "100": { "otherNums": [ - 20, + 100, 55, 10, 20, 15 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3612,11 +3725,12 @@ "RARE": { "1": { "otherNums": [ - 0.1, + 0.5, 0.3, 10.0 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3624,11 +3738,12 @@ }, "100": { "otherNums": [ - 10, + 50, 30, 10 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -3639,9 +3754,10 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.1 + 0.5 ], "statNums": { + "FEROCITY": 0.0, "CRIT_CHANCE": 0.0, "CRIT_DAMAGE": 0.0, "STRENGTH": 5.0 @@ -3649,9 +3765,10 @@ }, "100": { "otherNums": [ - 10 + 50 ], "statNums": { + "FEROCITY": 10.0, "CRIT_CHANCE": 5.0, "CRIT_DAMAGE": 50.0, "STRENGTH": 15.0 @@ -4118,5 +4235,5 @@ }, "interp": "1:70" } - } -} \ No newline at end of file + } +} diff --git a/items/ANTIQUE_REMEDIES.json b/items/ANTIQUE_REMEDIES.json index 9d97998f..c08871d8 100644 --- a/items/ANTIQUE_REMEDIES.json +++ b/items/ANTIQUE_REMEDIES.json @@ -22,6 +22,9 @@ "internalname": "ANTIQUE_REMEDIES", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Antique_Remedies" + ] } \ No newline at end of file diff --git a/items/AOTE_STONE.json b/items/AOTE_STONE.json index fbdc8b78..bbc89b21 100644 --- a/items/AOTE_STONE.json +++ b/items/AOTE_STONE.json @@ -23,6 +23,9 @@ "internalname": "AOTE_STONE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Warped_Stone" + ] } \ No newline at end of file diff --git a/items/BAT;4.json b/items/BAT;4.json index 706c1eb7..3a658123 100644 --- a/items/BAT;4.json +++ b/items/BAT;4.json @@ -9,21 +9,23 @@ "lore": [ "§8Mining Pet", "", + "§7Sea Creature Chance: §a{SEA_CREATURE_CHANCE}", "§7Intelligence: §a{INTELLIGENCE}", "§7Speed: §a{SPEED}", "", - "§6Fast Hooks", - "§7§7Decreases the cooldown of your", - "§7grappling hook by §a{0}%", + "§6Candy Lover", + "§7§7Increases the chance for mobs", + "§7to drop Candy by §a{0}%", "", "§6Nightmare", "§7§7§7During night, gain §a{1}", "§a§b✎ Intelligence§7, §a{2} §f✦", "§fSpeed§7, and night vision", "", - "§6Candy Lover", - "§7§7Increases the chance for mobs", - "§7to drop Candy by §a{3}%", + "§6Wings of Steel", + "§7§7Deals §a{3}% damage to", + "§6Spooky §7enemies during the", + "§6Spooky Festival", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -47,4 +49,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bat_Pet" ] -} \ No newline at end of file +} diff --git a/items/DANGER_1_PORTAL.json b/items/DANGER_1_PORTAL.json index dbd777ad..7f8566b2 100644 --- a/items/DANGER_1_PORTAL.json +++ b/items/DANGER_1_PORTAL.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:skull", - "displayname": "§fPortal to Spider's Den", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea49a4c2-c959-39cf-8d82-6a2d6e1175ff\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NDMxOGEzMzc2ZjQ3MGU0ODFkZmNkNmM4M2E1OWFhNjkwYWQ0YjRkZDc1NzdmZGFkMWMyZWYwOGQ4YWVlNiJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spider's Den§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spider's Den\"},ExtraAttributes:{id:\"DANGER_1_PORTAL\"}}", + "displayname": "§fPortal to Spider\u0027s Den", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea49a4c2-c959-39cf-8d82-6a2d6e1175ff\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzc1NDMxOGEzMzc2ZjQ3MGU0ODFkZmNkNmM4M2E1OWFhNjkwYWQ0YjRkZDc1NzdmZGFkMWMyZWYwOGQ4YWVlNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spider\u0027s Den§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spider\u0027s Den\"},ExtraAttributes:{id:\"DANGER_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", "§7island will create a portal to", - "§7the Spider's Den§7 for you to", + "§7the Spider\u0027s Den§7 for you to", "§7use whenever you want!", "", "§7§8The portal will spawn facing", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Gravel III" + "modver": "1.5-REL", + "crafttext": "Requires: Gravel III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/DANGER_2_PORTAL.json b/items/DANGER_2_PORTAL.json index 5351707b..22215447 100644 --- a/items/DANGER_2_PORTAL.json +++ b/items/DANGER_2_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to Blazing Fortress", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d6fa7fd-2b2c-3a34-ae80-0286f6176acc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM2ODdlMjVjNjMyYmNlOGFhNjFlMGQ2NGMyNGU2OTRjM2VlYTYyOWVhOTQ0ZjRjZjMwZGNmYjRmYmNlMDcxIn19fQ==\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Blazing Fortress§7 for you\",3:\"§7to use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Blazing Fortress\"},ExtraAttributes:{id:\"DANGER_2_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d6fa7fd-2b2c-3a34-ae80-0286f6176acc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzM2ODdlMjVjNjMyYmNlOGFhNjFlMGQ2NGMyNGU2OTRjM2VlYTYyOWVhOTQ0ZjRjZjMwZGNmYjRmYmNlMDcxIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Blazing Fortress§7 for you\",3:\"§7to use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Blazing Fortress\"},ExtraAttributes:{id:\"DANGER_2_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Glowstone Dust II" + "modver": "1.5-REL", + "crafttext": "Requires: Glowstone Dust II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/DANGER_3_PORTAL.json b/items/DANGER_3_PORTAL.json index e10abacc..5fc4fca7 100644 --- a/items/DANGER_3_PORTAL.json +++ b/items/DANGER_3_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aPortal to The End", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeeaaaf6-3e0f-35d4-b3f7-4eddf21036fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY5OTRkNzFiODc1ZjA4N2U2NGRlYTliNGEwYTVjYjlmNGViOWFiMGU4ZDkwNjBkZmRlN2Y2ODAzYmFhMTc3OSJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7The End§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aPortal to The End\"},ExtraAttributes:{id:\"DANGER_3_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeeaaaf6-3e0f-35d4-b3f7-4eddf21036fb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY5OTRkNzFiODc1ZjA4N2U2NGRlYTliNGEwYTVjYjlmNGViOWFiMGU4ZDkwNjBkZmRlN2Y2ODAzYmFhMTc3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7The End§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aPortal to The End\"},ExtraAttributes:{id:\"DANGER_3_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "DANGER_3_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: End Stone III" + "modver": "1.5-REL", + "crafttext": "Requires: End Stone III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/DRAGON_CLAW.json b/items/DRAGON_CLAW.json index d3e2e6c4..5bfaa32c 100644 --- a/items/DRAGON_CLAW.json +++ b/items/DRAGON_CLAW.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_CLAW", - "itemid": 397, + "itemid": "minecraft:skull", "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.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -21,5 +21,10 @@ "§aXXII§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Claw" ] } \ No newline at end of file diff --git a/items/DRAGON_SCALE.json b/items/DRAGON_SCALE.json index 64c6a1b2..4406709b 100644 --- a/items/DRAGON_SCALE.json +++ b/items/DRAGON_SCALE.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_SCALE", - "itemid": 397, + "itemid": "minecraft:skull", "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.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -22,5 +22,10 @@ "§aXX§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Scale" ] } \ No newline at end of file diff --git a/items/DUNGEON_LORE_PAPER.json b/items/DUNGEON_LORE_PAPER.json index b6c5424b..0e82268f 100644 --- a/items/DUNGEON_LORE_PAPER.json +++ b/items/DUNGEON_LORE_PAPER.json @@ -1,12 +1,17 @@ { "internalname": "DUNGEON_LORE_PAPER", - "itemid": 339, + "itemid": "minecraft:paper", "displayname": "§9Journal Entry", "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Journal Entry\"},ExtraAttributes:{id:\"DUNGEON_LORE_PAPER\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§9§lRARE DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Journal_Entry" ] } \ No newline at end of file diff --git a/items/DUNGEON_STONE.json b/items/DUNGEON_STONE.json index 02e053c6..8931ffaf 100644 --- a/items/DUNGEON_STONE.json +++ b/items/DUNGEON_STONE.json @@ -1,11 +1,11 @@ { "internalname": "DUNGEON_STONE", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§6Dungeon Orb", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a558295-cf73-3d17-8c8f-dc5f16a72180\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU1OTI0Nzk4YTQ4N2Y5OWJhMDhlNTRhNWIxMzA2OTJjYzU4NjkwMmE4N2UxZGVlMjEzODEzZWY4YzY2In19fQ==\"}]}},display:{Lore:[0:\"§7When entering a Dungeon, this\",1:\"§7stone adapts to its user and\",2:\"§7allows them to use their class\",3:\"§7abilities.\",4:\"\",5:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Dungeon Orb\"},ExtraAttributes:{id:\"DUNGEON_STONE\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0a558295-cf73-3d17-8c8f-dc5f16a72180\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWU1OTI0Nzk4YTQ4N2Y5OWJhMDhlNTRhNWIxMzA2OTJjYzU4NjkwMmE4N2UxZGVlMjEzODEzZWY4YzY2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7When entering a Dungeon, this\",1:\"§7stone adapts to its user and\",2:\"§7allows them to use their class\",3:\"§7abilities.\",4:\"\",5:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Dungeon Orb\"},ExtraAttributes:{id:\"DUNGEON_STONE\"}}", + "modver": "1.5-REL", "lore": [ "§7When entering a Dungeon, this", "§7stone adapts to its user and", @@ -13,5 +13,10 @@ "§7abilities.", "", "§6§lLEGENDARY DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Classes" ] } \ No newline at end of file diff --git a/items/ENDSTONE_GEODE.json b/items/ENDSTONE_GEODE.json index 0cb13819..dbb8c6e7 100644 --- a/items/ENDSTONE_GEODE.json +++ b/items/ENDSTONE_GEODE.json @@ -1,11 +1,11 @@ { "internalname": "ENDSTONE_GEODE", - "itemid": 397, + "itemid": "minecraft:skull", "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.0.0", + "modver": "1.5-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXIV§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/End_Stone_Geode" ] } \ No newline at end of file diff --git a/items/FARMING_1_PORTAL.json b/items/FARMING_1_PORTAL.json index c604db59..5ad6d364 100644 --- a/items/FARMING_1_PORTAL.json +++ b/items/FARMING_1_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to the Barn", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the The Barn§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Barn\"},ExtraAttributes:{id:\"FARMING_1_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0842969c-2692-3bd7-8483-2b7b2c2b7f63\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGQzYTZiZDk4YWMxODMzYzY2NGM0OTA5ZmY4ZDJkYzYyY2U4ODdiZGNmM2NjNWIzODQ4NjUxYWU1YWY2YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the The Barn§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Barn\"},ExtraAttributes:{id:\"FARMING_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "FARMING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Potato II" + "modver": "1.5-REL", + "crafttext": "Requires: Potato II", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FARMING_2_PORTAL.json b/items/FARMING_2_PORTAL.json index 7ec72071..6a40ddb8 100644 --- a/items/FARMING_2_PORTAL.json +++ b/items/FARMING_2_PORTAL.json @@ -27,7 +27,10 @@ }, "internalname": "FARMING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.5-REL", "crafttext": "Requires: Cocoa Beans III", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FORAGING_1_PORTAL.json b/items/FORAGING_1_PORTAL.json index 86acf992..744725c7 100644 --- a/items/FORAGING_1_PORTAL.json +++ b/items/FORAGING_1_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Birch Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Birch Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FORAGING_2_PORTAL.json b/items/FORAGING_2_PORTAL.json index c6d48231..a1fbafb6 100644 --- a/items/FORAGING_2_PORTAL.json +++ b/items/FORAGING_2_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to Spruce Woods", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121a753-65f3-3c49-89b8-e2a5481e0d69\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY2Y2JkZWY4ZWZiOTE0ZDQzYTIxM2JlNjZiNTM5NmY3NWU1YzFiOTEyNGY3NmY2N2Q3Y2QzMjUyNTc0OCJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spruce Woods§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spruce Woods\"},ExtraAttributes:{id:\"FORAGING_2_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121a753-65f3-3c49-89b8-e2a5481e0d69\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY2Y2JkZWY4ZWZiOTE0ZDQzYTIxM2JlNjZiNTM5NmY3NWU1YzFiOTEyNGY3NmY2N2Q3Y2QzMjUyNTc0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Spruce Woods§7 for you to\",3:\"§7use whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to Spruce Woods\"},ExtraAttributes:{id:\"FORAGING_2_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Spruce Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Spruce Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FORAGING_3_PORTAL.json b/items/FORAGING_3_PORTAL.json index 9ed64a53..e9cd345d 100644 --- a/items/FORAGING_3_PORTAL.json +++ b/items/FORAGING_3_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_3_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Jungle Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Jungle Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FORAGING_4_PORTAL.json b/items/FORAGING_4_PORTAL.json index 61abc53b..1426d90a 100644 --- a/items/FORAGING_4_PORTAL.json +++ b/items/FORAGING_4_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_4_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Acacia Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Acacia Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FORAGING_5_PORTAL.json b/items/FORAGING_5_PORTAL.json index 8f605cca..cea07071 100644 --- a/items/FORAGING_5_PORTAL.json +++ b/items/FORAGING_5_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "FORAGING_5_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Dark Oak Wood III" + "modver": "1.5-REL", + "crafttext": "Requires: Dark Oak Wood III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/FROSTY_SNOW_BALL.json b/items/FROSTY_SNOW_BALL.json index 3470c7cb..f3db2e2d 100644 --- a/items/FROSTY_SNOW_BALL.json +++ b/items/FROSTY_SNOW_BALL.json @@ -5,8 +5,13 @@ "clickcommand": "", "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFrosty Snowball\"},ExtraAttributes:{id:\"FROSTY_SNOW_BALL\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Unobtainable_Items" ] } \ No newline at end of file diff --git a/items/GHOUL;3.json b/items/GHOUL;3.json index b4e05cea..03144c1d 100644 --- a/items/GHOUL;3.json +++ b/items/GHOUL;3.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Intelligence: §a{INTELLIGENCE}", "§7Health: §a{HEALTH}", "", @@ -23,10 +24,10 @@ ], "internalname": "GHOUL;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghoul_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/GHOUL;4.json b/items/GHOUL;4.json index a66d23dd..c479bf39 100644 --- a/items/GHOUL;4.json +++ b/items/GHOUL;4.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Intelligence: §a{INTELLIGENCE}", "§7Health: §a{HEALTH}", "", @@ -29,10 +30,10 @@ ], "internalname": "GHOUL;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ghoul_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/GOLEM_POPPY.json b/items/GOLEM_POPPY.json index 767ed5c7..ec373aca 100644 --- a/items/GOLEM_POPPY.json +++ b/items/GOLEM_POPPY.json @@ -13,5 +13,10 @@ ], "internalname": "GOLEM_POPPY", "clickcommand": "", - "modver": "1.3-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ancient_Rose" + ] } \ No newline at end of file diff --git a/items/HOUND;3.json b/items/HOUND;3.json index f7d5c7cf..88deb557 100644 --- a/items/HOUND;3.json +++ b/items/HOUND;3.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{ATTACK_SPEED}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Scavenger\",6:\"§7§7Gain +§a{0} §7coins per\",7:\"§7monster kill\",8:\"\",9:\"§6Finder\",10:\"§7§7Increases the chance for\",11:\"§7monsters to drop their armor by\",12:\"§7§a{1}%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":341596.47280000115,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":10}\",originTag:\"UNKNOWN\",id:\"HOUND;3\",uuid:\"0ec63d68-87f8-4210-aaed-47d29cbd2f9d\",timestamp:\"5/29/20 1:24 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":341596.47280000115,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":10}\",originTag:\"UNKNOWN\",id:\"HOUND;3\",uuid:\"0ec63d68-87f8-4210-aaed-47d29cbd2f9d\",timestamp:\"5/29/20 1:24 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{ATTACK_SPEED}", + "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", "§6Scavenger", @@ -25,7 +26,7 @@ ], "internalname": "HOUND;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/HOUND;4.json b/items/HOUND;4.json index 824c991d..9a023a9e 100644 --- a/items/HOUND;4.json +++ b/items/HOUND;4.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{ATTACK_SPEED}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Scavenger\",6:\"§7§7Gain +§a{0} §7coins per\",7:\"§7monster kill\",8:\"\",9:\"§6Finder\",10:\"§7§7Increases the chance for\",11:\"§7monsters to drop their armor by\",12:\"§7§a{1}%\",13:\"\",14:\"§6Fury Claws\",15:\"§7§7Grants §a{2}% §7§5⚔ Attack\",16:\"§5Speed\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":115927.13592000132,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"HOUND;4\",uuid:\"b5573fa3-c422-42cd-951a-b7cceee4e942\",timestamp:\"5/30/20 8:13 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Attack Speed: §a{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §a{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§6Fury Claws\",16:\"§7§7Grants §a{2}% §7§5⚔ Attack\",17:\"§5Speed\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":115927.13592000132,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_COMBAT_SKILL_BOOST_COMMON\\\",\\\"candyUsed\\\":0}\",originTag:\"UNKNOWN\",id:\"HOUND;4\",uuid:\"b5573fa3-c422-42cd-951a-b7cceee4e942\",timestamp:\"5/30/20 8:13 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Attack Speed: §a{ATTACK_SPEED}", + "§7Attack Speed: §a{BONUS_ATTACK_SPEED}", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "", "§6Scavenger", @@ -29,7 +30,7 @@ ], "internalname": "HOUND;4", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hound_Pet" diff --git a/items/HUB_PORTAL.json b/items/HUB_PORTAL.json index 0f189a62..5b784ffd 100644 --- a/items/HUB_PORTAL.json +++ b/items/HUB_PORTAL.json @@ -4,8 +4,8 @@ "displayname": "§fPortal to the Hub", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5cd90528-472f-3430-b586-c7ba273edfb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjUxMzU0M2E3NzExOGY4MjAxZjQ5YjdjOGI2MzJkY2ZkMzgwMzdlYmZjNjAxYTFiYzkxYWVkYzRjYWJhIn19fQ==\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Village§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Hub\"},ExtraAttributes:{id:\"HUB_PORTAL\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5cd90528-472f-3430-b586-c7ba273edfb5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjUxMzU0M2E3NzExOGY4MjAxZjQ5YjdjOGI2MzJkY2ZkMzgwMzdlYmZjNjAxYTFiYzkxYWVkYzRjYWJhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Village§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Hub\"},ExtraAttributes:{id:\"HUB_PORTAL\"}}", + "modver": "1.5-REL", "lore": [ "§7Placing the item on your private", "§7island will create a portal to", @@ -16,5 +16,10 @@ "§8you on the block you click on.", "", "§f§lCOMMON" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" ] } \ No newline at end of file diff --git a/items/MEGALODON;3.json b/items/MEGALODON;3.json index 30c263d7..e75cad84 100644 --- a/items/MEGALODON;3.json +++ b/items/MEGALODON;3.json @@ -7,6 +7,7 @@ "§8Fishing Pet", "", "§7Strength: §a+{STRENGTH}", + "§7Ferocity: §a+{FEROCITY}", "§7Magic Find: §a+{MAGIC_FIND}", "", "§6Blood Scent", @@ -26,9 +27,9 @@ "internalname": "MEGALODON;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" ] -} \ No newline at end of file +} diff --git a/items/MEGALODON;4.json b/items/MEGALODON;4.json index 6c740ab8..57394b86 100644 --- a/items/MEGALODON;4.json +++ b/items/MEGALODON;4.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Megalodon", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Magic Find: §a+{MAGIC_FIND}\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+{0}% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a{1}%\",13:\"\",14:\"§6Feeding Frenzy\",15:\"§7§7On kill gain §c{3}❁ Damage\",16:\"§c§7and §f✦ Speed §7for 5 seconds\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":2.535397517928685E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_LUCKY_CLOVER\\\",\\\"candyUsed\\\":10}\",originTag:\"PET_MENU\",id:\"MEGALODON;4\",uuid:\"11535d40-b949-476d-a333-edca6189e2cf\",timestamp:\"9/17/20 11:29 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Magic Find: §a+{MAGIC_FIND}\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+{0}% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a{1}%\",13:\"\",14:\"§6Feeding Frenzy\",15:\"§7§7On kill gain §c{2}❁ Damage\",16:\"§c§7and §f✦ Speed §7for 5 seconds\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":2.535397517928685E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_LUCKY_CLOVER\\\",\\\"candyUsed\\\":10}\",originTag:\"PET_MENU\",id:\"MEGALODON;4\",uuid:\"11535d40-b949-476d-a333-edca6189e2cf\",timestamp:\"9/17/20 11:29 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", "", "§7Strength: §a+{STRENGTH}", + "§7Ferocity: §a+{FEROCITY}", "§7Magic Find: §a+{MAGIC_FIND}", "", "§6Blood Scent", @@ -19,7 +20,7 @@ "§7Armor by §a{1}%", "", "§6Feeding Frenzy", - "§7§7On kill gain §c{3}❁ Damage", + "§7§7On kill gain §c{2}❁ Damage", "§c§7and §f✦ Speed §7for 5 seconds", "", "§7§eRight-click to add this pet to", @@ -30,9 +31,9 @@ "internalname": "MEGALODON;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.5-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" ] -} \ No newline at end of file +} diff --git a/items/MINING_1_PORTAL.json b/items/MINING_1_PORTAL.json index 278483b0..8c017fbe 100644 --- a/items/MINING_1_PORTAL.json +++ b/items/MINING_1_PORTAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fPortal to the Gold Mine", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"877d9432-6278-3022-b96c-b956bad19c53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzNiYzk2NWQ1NzljM2M2MDM5ZjBhMTdlYjdjMmU2ZmFmNTM4YzdhNWRlOGU2MGVjN2E3MTkzNjBkMGE4NTdhOSJ9fX0=\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Gold Mine§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Gold Mine\"},ExtraAttributes:{id:\"MINING_1_PORTAL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"877d9432-6278-3022-b96c-b956bad19c53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzNiYzk2NWQ1NzljM2M2MDM5ZjBhMTdlYjdjMmU2ZmFmNTM4YzdhNWRlOGU2MGVjN2E3MTkzNjBkMGE4NTdhOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Placing the item on your private\",1:\"§7island will create a portal to\",2:\"§7the Gold Mine§7 for you to use\",3:\"§7whenever you want!\",4:\"\",5:\"§7§8The portal will spawn facing\",6:\"§8you on the block you click on.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fPortal to the Gold Mine\"},ExtraAttributes:{id:\"MINING_1_PORTAL\"}}", "damage": 3, "lore": [ "§7Placing the item on your private", @@ -27,5 +27,10 @@ }, "internalname": "MINING_1_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/MINING_2_PORTAL.json b/items/MINING_2_PORTAL.json index 9bff9f08..816b8f37 100644 --- a/items/MINING_2_PORTAL.json +++ b/items/MINING_2_PORTAL.json @@ -27,6 +27,10 @@ }, "internalname": "MINING_2_PORTAL", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Diamond III" + "modver": "1.5-REL", + "crafttext": "Requires: Diamond III", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Portals" + ] } \ No newline at end of file diff --git a/items/MINION_STORAGE_EXPANDER.json b/items/MINION_STORAGE_EXPANDER.json index 723f4724..ecdc4c97 100644 --- a/items/MINION_STORAGE_EXPANDER.json +++ b/items/MINION_STORAGE_EXPANDER.json @@ -16,6 +16,9 @@ "internalname": "MINION_STORAGE_EXPANDER", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Storage_X-pender" + ] } \ No newline at end of file diff --git a/items/NETHER_STALK.json b/items/NETHER_STALK.json index 618a4ac4..12ac0c0e 100644 --- a/items/NETHER_STALK.json +++ b/items/NETHER_STALK.json @@ -9,5 +9,10 @@ ], "internalname": "NETHER_STALK", "clickcommand": "", - "modver": "1.0.0" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nether_Wart" + ] } \ No newline at end of file diff --git a/items/OCELOT;0.json b/items/OCELOT;0.json index 8e15f13e..9acf3d39 100644 --- a/items/OCELOT;0.json +++ b/items/OCELOT;0.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -} \ No newline at end of file +} diff --git a/items/OCELOT;1.json b/items/OCELOT;1.json index b3af02e2..d7e7017d 100644 --- a/items/OCELOT;1.json +++ b/items/OCELOT;1.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -} \ No newline at end of file +} diff --git a/items/OCELOT;2.json b/items/OCELOT;2.json index edb7bfed..71b7a438 100644 --- a/items/OCELOT;2.json +++ b/items/OCELOT;2.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -} \ No newline at end of file +} diff --git a/items/OCELOT;3.json b/items/OCELOT;3.json index cd9e7159..e5eb3000 100644 --- a/items/OCELOT;3.json +++ b/items/OCELOT;3.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -} \ No newline at end of file +} diff --git a/items/OCELOT;4.json b/items/OCELOT;4.json index 6982220f..fcd08430 100644 --- a/items/OCELOT;4.json +++ b/items/OCELOT;4.json @@ -7,6 +7,7 @@ "§8Foraging Pet", "", "§7Speed: §a{SPEED}", + "§7Ferocity: §a{FEROCITY}", "", "§6Foraging Exp Boost", "§7§7§7Boosts your Foraging exp by", @@ -45,4 +46,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ocelot_Pet" ] -} \ No newline at end of file +} diff --git a/items/PIGMAN;3.json b/items/PIGMAN;3.json index 83912369..f8121a2b 100644 --- a/items/PIGMAN;3.json +++ b/items/PIGMAN;3.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "§7Defense: §a{DEFENSE}", "", @@ -43,4 +44,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Pet" ] -} \ No newline at end of file +} diff --git a/items/PIGMAN;4.json b/items/PIGMAN;4.json index f0279af1..367b19c6 100644 --- a/items/PIGMAN;4.json +++ b/items/PIGMAN;4.json @@ -6,6 +6,7 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Strength: §a{STRENGTH}", "§7Defense: §a{DEFENSE}", "", @@ -47,4 +48,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pigman_Pet" ] -} \ No newline at end of file +} diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json index d2eb7808..661d4944 100644 --- a/items/PUMPKIN_BOMB.json +++ b/items/PUMPKIN_BOMB.json @@ -14,6 +14,9 @@ "internalname": "PUMPKIN_BOMB", "crafttext": "", "clickcommand": "", - "modver": "1.4-REL", - "infoType": "" + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blast_o%27_Lantern" + ] } \ No newline at end of file diff --git a/items/SUPER_MAGIC_MUSHROOM_SOUP.json b/items/SUPER_MAGIC_MUSHROOM_SOUP.json index f545a879..88086e8c 100644 --- a/items/SUPER_MAGIC_MUSHROOM_SOUP.json +++ b/items/SUPER_MAGIC_MUSHROOM_SOUP.json @@ -1,11 +1,11 @@ { "internalname": "SUPER_MAGIC_MUSHROOM_SOUP", - "itemid": 282, + "itemid": "minecraft:mushroom_stew", "displayname": "§9Mystical Mushroom Soup", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Consuming this Mushroom Soup on\",1:\"§7your private island allows the\",2:\"§7player to fly for §a200\",3:\"§aminutes§7. Leaving the private\",4:\"§7island will pause the effect!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Mystical Mushroom Soup\"},ExtraAttributes:{id:\"SUPER_MAGIC_MUSHROOM_SOUP\"}}", - "modver": "1.0.0", + "modver": "1.5-REL", "lore": [ "§7Consuming this Mushroom Soup on", "§7your private island allows the", @@ -14,5 +14,10 @@ "§7island will pause the effect!", "", "§9§lRARE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mystical_Mushroom_Soup" ] } \ No newline at end of file diff --git a/items/THE_SHREDDER.json b/items/THE_SHREDDER.json index acd2d2a5..b5e0f347 100644 --- a/items/THE_SHREDDER.json +++ b/items/THE_SHREDDER.json @@ -8,6 +8,9 @@ "modver": "1.0.0", "lore": [ "§7Damage: §c+120", + "§7Strength: §c+15", + "", + "§7Ferocity: §c+50", "", "§7§7Gives §9strength§7 every 50", "§7bait used + §9damage§7 per 100", @@ -25,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shredder" ] -} \ No newline at end of file +} diff --git a/items/TIGER;0.json b/items/TIGER;0.json index cc208f92..e8164b4f 100644 --- a/items/TIGER;0.json +++ b/items/TIGER;0.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/TIGER;1.json b/items/TIGER;1.json index 4a55e8cb..bb4c8d02 100644 --- a/items/TIGER;1.json +++ b/items/TIGER;1.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,4 +27,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/TIGER;2.json b/items/TIGER;2.json index 21beb442..fa648c14 100644 --- a/items/TIGER;2.json +++ b/items/TIGER;2.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/TIGER;3.json b/items/TIGER;3.json index 044453d7..f710905d 100644 --- a/items/TIGER;3.json +++ b/items/TIGER;3.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -31,4 +31,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/TIGER;4.json b/items/TIGER;4.json index d07c4134..2fd0eb0d 100644 --- a/items/TIGER;4.json +++ b/items/TIGER;4.json @@ -6,13 +6,13 @@ "lore": [ "§8Combat Pet", "", + "§7Ferocity: §a{FEROCITY}", "§7Crit Damage: §a{CRIT_DAMAGE}", "§7Strength: §a{STRENGTH}", "§7Crit Chance: §a{CRIT_CHANCE}", "", "§6Merciless Swipe", - "§7§7Attacks have a §a{0}% §7chance", - "§7to strike twice", + "§7Gain §c+{0}% ⫽ Ferocity", "", "§6Hemorrhage", "§7§7Melee attacks reduce healing", @@ -36,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} \ No newline at end of file +} diff --git a/items/WITHER_SKELETON;3.json b/items/WITHER_SKELETON;3.json index 4fa7a973..77a257ca 100644 --- a/items/WITHER_SKELETON;3.json +++ b/items/WITHER_SKELETON;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Wither Skeleton", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"§7Strength: §a{STRENGTH}\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"§7Crit Chance: §a{CRIT_CHANCE}\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from\",10:\"§7skeletons\",11:\"\",12:\"§6Wither Blood\",13:\"§7§7Deal §a{1}% §7more damage to\",14:\"§7wither mobs\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §5Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":69375.77400000505,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"WITHER_SKELETON;3\",uuid:\"f7428128-8dca-460a-bc32-9e4d471cc380\",timestamp:\"4/6/20 12:23 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d928ce5e-e75e-3cdc-aaf1-0c93d49b5c31\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjVlYzk2NDY0NWE4ZWZhYzc2YmUyZjE2MGQ3Yzk5NTYzNjJmMzJiNjUxNzM5MGM1OWMzMDg1MDM0ZjA1MGNmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Defense: §a{DEFENSE}\",4:\"§7Strength: §a{STRENGTH}\",5:\"§7Intelligence: §a{INTELLIGENCE}\",6:\"§7Crit Chance: §a{CRIT_CHANCE}\",7:\"\",8:\"§6Stronger Bones\",9:\"§7§7Take §a{0}% §7less damage from\",10:\"§7skeletons\",11:\"\",12:\"§6Wither Blood\",13:\"§7§7Deal §a{1}% §7more damage to\",14:\"§7wither mobs\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Wither Skeleton\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"WITHER_SKELETON\\\",\\\"active\\\":false,\\\"exp\\\":69375.77400000505,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"WITHER_SKELETON;3\",uuid:\"f7428128-8dca-460a-bc32-9e4d471cc380\",timestamp:\"4/6/20 12:23 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -23,11 +23,11 @@ "§7§eRight-click to add this pet to", "§eyour pet menu!", "", - "§5§lLEGENDARY" + "§5§lEPIC" ], "internalname": "WITHER_SKELETON;3", "clickcommand": "viewrecipe", - "modver": "REL-1.0.0", + "modver": "1.5-REL", "recipe": { "A1": "ENCHANTED_COAL_BLOCK:1", "A2": "ENCHANTED_COAL_BLOCK:1", -- cgit From e58f92919f9e55ad06d34c5dc129ddd839d88bec Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:29:49 -0500 Subject: More fixes from jani270 --- constants/petnums.json | 2 +- items/BASKET_OF_SEEDS.json | 7 +++++-- items/JACOBS_TICKET.json | 7 ++++++- items/MUTANT_NETHER_STALK.json | 6 +++++- items/THEORETICAL_HOE.json | 7 ++++++- items/THEORETICAL_HOE_CANE_1.json | 7 ++++++- items/THEORETICAL_HOE_CANE_2.json | 7 ++++++- items/THEORETICAL_HOE_CANE_3.json | 7 ++++++- items/THEORETICAL_HOE_CARROT_1.json | 7 ++++++- items/THEORETICAL_HOE_CARROT_2.json | 7 ++++++- items/THEORETICAL_HOE_CARROT_3.json | 7 ++++++- items/THEORETICAL_HOE_POTATO_1.json | 7 ++++++- items/THEORETICAL_HOE_POTATO_2.json | 7 ++++++- items/THEORETICAL_HOE_POTATO_3.json | 7 ++++++- items/THEORETICAL_HOE_WARTS_1.json | 7 ++++++- items/THEORETICAL_HOE_WARTS_2.json | 7 ++++++- items/THEORETICAL_HOE_WARTS_3.json | 7 ++++++- items/THEORETICAL_HOE_WHEAT_1.json | 7 ++++++- items/THEORETICAL_HOE_WHEAT_2.json | 7 ++++++- items/THEORETICAL_HOE_WHEAT_3.json | 7 ++++++- items/TURBO_PUMPKIN;1.json | 5 ++++- 21 files changed, 117 insertions(+), 22 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 61443c61..3ee3ba4e 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -172,7 +172,7 @@ 10 ], "statNums": { - "SEA_CREATURE_CHANCE": 5.0 + "SEA_CREATURE_CHANCE": 5.0, "INTELLIGENCE": 100.0, "SPEED": 5.0 } diff --git a/items/BASKET_OF_SEEDS.json b/items/BASKET_OF_SEEDS.json index 3beee715..80f5d92e 100644 --- a/items/BASKET_OF_SEEDS.json +++ b/items/BASKET_OF_SEEDS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Basket of Seeds", - "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"f51f3409-e6be-3151-8289-98b7dc91c656\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E2YmY5MTZlMjhjY2I4MGI0ZWJmYWNmOTg2ODZhZDZhZjdjNGZiMjU3ZTU3YThjYjc4YzcxZDE5ZGNjYjIifX19\"}]}},display:{Lore:[0:\"\",1:\"§6Item Ability: Seed Storage §e§lLEFT CLICK\",2:\"§7Place seeds in the basket.\",3:\"\",4:\"§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK\",5:\"§7Automatically seed a row of\",6:\"§7farmland.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Basket of Seeds\"},ExtraAttributes:{basket_of_seeds_data:[0:\"198 bytes\"],originTag:\"SHOP_PURCHASE\",id:\"BASKET_OF_SEEDS\",uuid:\"b1531129-9bcb-4fee-8e2b-d0fc829f2085\",timestamp:\"11/7/20 8:38 PM\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f51f3409-e6be-3151-8289-98b7dc91c656\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E2YmY5MTZlMjhjY2I4MGI0ZWJmYWNmOTg2ODZhZDZhZjdjNGZiMjU3ZTU3YThjYjc4YzcxZDE5ZGNjYjIifX19\"}]}},display:{Lore:[0:\"\",1:\"§6Item Ability: Seed Storage §e§lLEFT CLICK\",2:\"§7Place seeds in the basket.\",3:\"\",4:\"§6Item Ability: Farmer\u0027s Delight §e§lRIGHT CLICK\",5:\"§7Automatically seed a row of\",6:\"§7farmland.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Basket of Seeds\"},ExtraAttributes:{basket_of_seeds_data:[0:\"198 bytes\"],originTag:\"SHOP_PURCHASE\",id:\"BASKET_OF_SEEDS\",uuid:\"b1531129-9bcb-4fee-8e2b-d0fc829f2085\",timestamp:\"11/7/20 8:38 PM\"}}", "damage": 3, "lore": [ "", @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.5-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Basket_Of_Seeds" + ] } \ No newline at end of file diff --git a/items/JACOBS_TICKET.json b/items/JACOBS_TICKET.json index cdaf5c54..3ffc9098 100644 --- a/items/JACOBS_TICKET.json +++ b/items/JACOBS_TICKET.json @@ -8,5 +8,10 @@ ], "internalname": "JACOBS_TICKET", "clickcommand": "", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jacob\u0027s_Ticket" + ] } \ No newline at end of file diff --git a/items/MUTANT_NETHER_STALK.json b/items/MUTANT_NETHER_STALK.json index 388b440a..c1d63bce 100644 --- a/items/MUTANT_NETHER_STALK.json +++ b/items/MUTANT_NETHER_STALK.json @@ -20,5 +20,9 @@ "internalname": "MUTANT_NETHER_STALK", "clickcommand": "viewrecipe", "modver": "1.5-REL", - "crafttext": "Requires: Nether Wart XII" + "crafttext": "Requires: Nether Wart XII", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mutant_Nether_Wart" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE.json b/items/THEORETICAL_HOE.json index 85c00fff..99ea7064 100644 --- a/items/THEORETICAL_HOE.json +++ b/items/THEORETICAL_HOE.json @@ -15,5 +15,10 @@ ], "internalname": "THEORETICAL_HOE", "clickcommand": "", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mathematical_Hoe_Blueprint" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_1.json b/items/THEORETICAL_HOE_CANE_1.json index d5fb221e..eb50a252 100644 --- a/items/THEORETICAL_HOE_CANE_1.json +++ b/items/THEORETICAL_HOE_CANE_1.json @@ -29,5 +29,10 @@ }, "internalname": "THEORETICAL_HOE_CANE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_2.json b/items/THEORETICAL_HOE_CANE_2.json index a707ddfd..d63fa973 100644 --- a/items/THEORETICAL_HOE_CANE_2.json +++ b/items/THEORETICAL_HOE_CANE_2.json @@ -38,5 +38,10 @@ }, "internalname": "THEORETICAL_HOE_CANE_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CANE_3.json b/items/THEORETICAL_HOE_CANE_3.json index 5286f657..001b3bbd 100644 --- a/items/THEORETICAL_HOE_CANE_3.json +++ b/items/THEORETICAL_HOE_CANE_3.json @@ -41,5 +41,10 @@ }, "internalname": "THEORETICAL_HOE_CANE_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turing_Sugar_Cane_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_1.json b/items/THEORETICAL_HOE_CARROT_1.json index cf7f5be2..0d38bca5 100644 --- a/items/THEORETICAL_HOE_CARROT_1.json +++ b/items/THEORETICAL_HOE_CARROT_1.json @@ -29,5 +29,10 @@ }, "internalname": "THEORETICAL_HOE_CARROT_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_2.json b/items/THEORETICAL_HOE_CARROT_2.json index 6fada10c..aff6ba3a 100644 --- a/items/THEORETICAL_HOE_CARROT_2.json +++ b/items/THEORETICAL_HOE_CARROT_2.json @@ -37,5 +37,10 @@ }, "internalname": "THEORETICAL_HOE_CARROT_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_CARROT_3.json b/items/THEORETICAL_HOE_CARROT_3.json index d3e3eed0..e853eaf1 100644 --- a/items/THEORETICAL_HOE_CARROT_3.json +++ b/items/THEORETICAL_HOE_CARROT_3.json @@ -40,5 +40,10 @@ }, "internalname": "THEORETICAL_HOE_CARROT_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gauss_Carrot_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_1.json b/items/THEORETICAL_HOE_POTATO_1.json index b096d991..11d7bef0 100644 --- a/items/THEORETICAL_HOE_POTATO_1.json +++ b/items/THEORETICAL_HOE_POTATO_1.json @@ -29,5 +29,10 @@ }, "internalname": "THEORETICAL_HOE_POTATO_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_2.json b/items/THEORETICAL_HOE_POTATO_2.json index 07033371..4f4b67cb 100644 --- a/items/THEORETICAL_HOE_POTATO_2.json +++ b/items/THEORETICAL_HOE_POTATO_2.json @@ -37,5 +37,10 @@ }, "internalname": "THEORETICAL_HOE_POTATO_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_POTATO_3.json b/items/THEORETICAL_HOE_POTATO_3.json index 93a4f7dc..9036e625 100644 --- a/items/THEORETICAL_HOE_POTATO_3.json +++ b/items/THEORETICAL_HOE_POTATO_3.json @@ -40,5 +40,10 @@ }, "internalname": "THEORETICAL_HOE_POTATO_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pythagorean_Potato_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_1.json b/items/THEORETICAL_HOE_WARTS_1.json index b257cd7e..aff9cba8 100644 --- a/items/THEORETICAL_HOE_WARTS_1.json +++ b/items/THEORETICAL_HOE_WARTS_1.json @@ -29,5 +29,10 @@ }, "internalname": "THEORETICAL_HOE_WARTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_2.json b/items/THEORETICAL_HOE_WARTS_2.json index 68ed92f0..f2ce1a1b 100644 --- a/items/THEORETICAL_HOE_WARTS_2.json +++ b/items/THEORETICAL_HOE_WARTS_2.json @@ -38,5 +38,10 @@ }, "internalname": "THEORETICAL_HOE_WARTS_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WARTS_3.json b/items/THEORETICAL_HOE_WARTS_3.json index d7d46529..18a776ce 100644 --- a/items/THEORETICAL_HOE_WARTS_3.json +++ b/items/THEORETICAL_HOE_WARTS_3.json @@ -41,5 +41,10 @@ }, "internalname": "THEORETICAL_HOE_WARTS_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Newton_Nether_Warts_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_1.json b/items/THEORETICAL_HOE_WHEAT_1.json index c308a7e1..36eac291 100644 --- a/items/THEORETICAL_HOE_WHEAT_1.json +++ b/items/THEORETICAL_HOE_WHEAT_1.json @@ -29,5 +29,10 @@ }, "internalname": "THEORETICAL_HOE_WHEAT_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_2.json b/items/THEORETICAL_HOE_WHEAT_2.json index 0d213a3f..986353a6 100644 --- a/items/THEORETICAL_HOE_WHEAT_2.json +++ b/items/THEORETICAL_HOE_WHEAT_2.json @@ -37,5 +37,10 @@ }, "internalname": "THEORETICAL_HOE_WHEAT_2", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] } \ No newline at end of file diff --git a/items/THEORETICAL_HOE_WHEAT_3.json b/items/THEORETICAL_HOE_WHEAT_3.json index 036f5840..be228202 100644 --- a/items/THEORETICAL_HOE_WHEAT_3.json +++ b/items/THEORETICAL_HOE_WHEAT_3.json @@ -40,5 +40,10 @@ }, "internalname": "THEORETICAL_HOE_WHEAT_3", "clickcommand": "viewrecipe", - "modver": "1.5-REL" + "modver": "1.5-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Euclid%27s_Wheat_Hoe" + ] } \ No newline at end of file diff --git a/items/TURBO_PUMPKIN;1.json b/items/TURBO_PUMPKIN;1.json index 002130e7..fec8ae44 100644 --- a/items/TURBO_PUMPKIN;1.json +++ b/items/TURBO_PUMPKIN;1.json @@ -17,5 +17,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.5-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Turbo-Pumpkin" + ] } \ No newline at end of file -- cgit