From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- constants/enchants.json | 4 ++++ constants/petnums.json | 4 ++-- constants/reforgestones.json | 14 ++++++------ items/ABINGOPHONE.json | 24 +++++++++++++++++++++ items/BINGHOE.json | 34 ++++++++++++++++++++++++++++++ items/BINGO_BLASTER.json | 28 ++++++++++++++++++++++++ items/BURNING_HOLLOW_BOOTS.json | 7 +++--- items/BURNING_HOLLOW_CHESTPLATE.json | 7 +++--- items/BURNING_HOLLOW_HELMET.json | 7 +++--- items/BURNING_HOLLOW_LEGGINGS.json | 7 +++--- items/BURNING_TERROR_BOOTS.json | 8 +++---- items/BURNING_TERROR_CHESTPLATE.json | 10 ++++----- items/BURNING_TERROR_HELMET.json | 10 ++++----- items/BURNING_TERROR_LEGGINGS.json | 10 ++++----- items/DIVAN_DRILL.json | 4 ++-- items/DRAGON_EGG_BACKPACK.json | 28 ++++++++++++++++++++++++ items/ETHERWARP_MERGER.json | 11 +++++----- items/FIERY_HOLLOW_BOOTS.json | 6 +++--- items/FIERY_HOLLOW_CHESTPLATE.json | 7 +++--- items/FIERY_HOLLOW_HELMET.json | 7 +++--- items/FIERY_HOLLOW_LEGGINGS.json | 7 +++--- items/FIERY_TERROR_BOOTS.json | 10 ++++----- items/FIERY_TERROR_CHESTPLATE.json | 10 ++++----- items/FIERY_TERROR_HELMET.json | 10 ++++----- items/FIERY_TERROR_LEGGINGS.json | 10 ++++----- items/FLYING_FISH;2.json | 7 +++--- items/FLYING_FISH;3.json | 7 +++--- items/FUNGI_CUTTER.json | 13 ++++++------ items/GOLD_PICKAXE.json | 4 ++-- items/GRIZZLY_BAIT.json | 9 ++++---- items/HEMOBOMB.json | 15 +++++++++++-- items/HOLLOW_BOOTS.json | 6 +++--- items/HOLLOW_HELMET.json | 6 +++--- items/HOLLOW_LEGGINGS.json | 6 +++--- items/HOT_HOLLOW_BOOTS.json | 6 +++--- items/HOT_HOLLOW_CHESTPLATE.json | 7 +++--- items/HOT_HOLLOW_HELMET.json | 6 +++--- items/HOT_HOLLOW_LEGGINGS.json | 7 +++--- items/HOT_TERROR_BOOTS.json | 10 ++++----- items/HOT_TERROR_CHESTPLATE.json | 10 ++++----- items/HOT_TERROR_HELMET.json | 10 ++++----- items/HOT_TERROR_LEGGINGS.json | 10 ++++----- items/INFERNAL_HOLLOW_BOOTS.json | 7 +++--- items/INFERNAL_HOLLOW_CHESTPLATE.json | 7 +++--- items/INFERNAL_HOLLOW_HELMET.json | 7 +++--- items/INFERNAL_HOLLOW_LEGGINGS.json | 7 +++--- items/INFERNAL_TERROR_BOOTS.json | 10 ++++----- items/INFERNAL_TERROR_CHESTPLATE.json | 10 ++++----- items/INFERNAL_TERROR_HELMET.json | 10 ++++----- items/INFERNAL_TERROR_LEGGINGS.json | 10 ++++----- items/KUUDRA_MANDIBLE.json | 16 ++++++++++++-- items/METAPHYSICAL_SERUM.json | 24 +++++++++++++++++++++ items/MINIATURE_NUKE.json | 24 +++++++++++++++++++++ items/MINOTAUR_MONSTER.json | 6 +++--- items/PET_ITEM_BINGO_BOOSTER.json | 32 ++++++++++++++++++++++++++++ items/PET_SKIN_ENDER_DRAGON_BABY.json | 33 +++++++++++++++++++++++++++++ items/PET_SKIN_ENDER_DRAGON_BABY_BLUE.json | 31 +++++++++++++++++++++++++++ items/PROMISING_PICKAXE.json | 10 ++++++--- items/PROMISING_SPADE.json | 15 ++++++------- items/ROOKIE_PICKAXE.json | 10 ++++++--- items/SUGAR_CANE_GENERATOR_12.json | 6 +++--- items/TARANTULA_BROODFATHER_3_BOSS.json | 2 +- items/TARANTULA_BROODFATHER_4_BOSS.json | 2 +- items/TENTACLE_DYE.json | 23 ++++++++++++++++++++ items/TERROR_BOOTS.json | 10 ++++----- items/TERROR_CHESTPLATE.json | 10 ++++----- items/TERROR_HELMET.json | 10 ++++----- items/TERROR_LEGGINGS.json | 10 ++++----- 68 files changed, 546 insertions(+), 219 deletions(-) create mode 100644 items/ABINGOPHONE.json create mode 100644 items/BINGHOE.json create mode 100644 items/BINGO_BLASTER.json create mode 100644 items/DRAGON_EGG_BACKPACK.json create mode 100644 items/METAPHYSICAL_SERUM.json create mode 100644 items/MINIATURE_NUKE.json create mode 100644 items/PET_ITEM_BINGO_BOOSTER.json create mode 100644 items/PET_SKIN_ENDER_DRAGON_BABY.json create mode 100644 items/PET_SKIN_ENDER_DRAGON_BABY_BLUE.json create mode 100644 items/TENTACLE_DYE.json diff --git a/constants/enchants.json b/constants/enchants.json index 4ae5ea01..7794753b 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -619,6 +619,10 @@ [ "ultimate_one_for_all", "smoldering" + ], + [ + "reflection", + "thorns" ] ], "enchants_xp_cost": { diff --git a/constants/petnums.json b/constants/petnums.json index 5720b9bd..a2f3d9c3 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1545,7 +1545,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.7, + 0.8, 1.0, 0.2 ], @@ -1569,7 +1569,7 @@ "MYTHIC": { "1": { "otherNums": [ - 0.7, + 0.8, 1.0, 0.2, 0.5 diff --git a/constants/reforgestones.json b/constants/reforgestones.json index d24fa2d6..f5670c2a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1229,37 +1229,37 @@ "LEGENDARY": 300000, "MYTHIC": 600000 }, - "reforgeAbility": "§7Lava Sea Creatures have their max Health reduced for each unique lava sea creature that you've killed with this rod!", + "reforgeAbility": "§7Decreases the health of Lava Sea Creatures by 1% for each unique Lava Sea Creature you have killed with this rod in your inventory.", "reforgeStats": { "COMMON": { "strength": 5, "crit_chance": 5, - "fishing_speed": 1 + "fishing_speed": 2 }, "UNCOMMON": { "strength": 10, "crit_chance": 10, - "fishing_speed": 2 + "fishing_speed": 3 }, "RARE": { "strength": 17, "crit_chance": 17, - "fishing_speed": 4 + "fishing_speed": 5 }, "EPIC": { "strength": 25, "crit_chance": 25, - "fishing_speed": 6 + "fishing_speed": 7 }, "LEGENDARY": { "strength": 35, "crit_chance": 35, - "fishing_speed": 8 + "fishing_speed": 9 }, "MYTHIC": { "strength": 50, "crit_chance": 50, - "fishing_speed": 10 + "fishing_speed": 11 } } }, diff --git a/items/ABINGOPHONE.json b/items/ABINGOPHONE.json new file mode 100644 index 00000000..462c8e36 --- /dev/null +++ b/items/ABINGOPHONE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cAⒷiphone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2780c106-e8bf-3a97-8219-149fe4332133\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4NjgyMDI5MTY3NiwKICAicHJvZmlsZUlkIiA6ICJkZjRiYzNkNTA2MWM0YThkODk4M2FlNzU1MTgxZDVhZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJEaWRpX0paIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZjMzM3N2UwNGQ3YTI4ZTkzMDI1NzRhYjYwOWZiN2FjNGU3MmJkZWRhMTAxODlmM2U1NjBjZmE1ZjlmMTZlZmIiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A device that can be used to\",1:\"§7contact people! Click NPCs to\",2:\"§7add them to your contacts!\",3:\"\",4:\"§7Features:\",5:\" §7Maximum Contacts: §b20 \",6:\"\",7:\"§eRight-click to open!\",8:\"\",9:\"§8§l* §8Soulbound §8§l*\",10:\"§c§lSPECIAL\"],Name:\"§cAⒷiphone\"},ExtraAttributes:{soulbound:1b,id:\"ABINGOPHONE\"}}", + "damage": 3, + "lore": [ + "§7A device that can be used to", + "§7contact people! Click NPCs to", + "§7add them to your contacts!", + "", + "§7Features:", + " §7Maximum Contacts: §b20 ", + "", + "§eRight-click to open!", + "", + "§8§l* §8Soulbound §8§l*", + "§c§lSPECIAL" + ], + "internalname": "ABINGOPHONE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/BINGHOE.json b/items/BINGHOE.json new file mode 100644 index 00000000..3a374f11 --- /dev/null +++ b/items/BINGHOE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:golden_hoe", + "displayname": "§5Binghoe", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Farming Fortune: §a+25\",1:\"\",2:\"§9Delicate V\",3:\"§7Avoids breaking stems and baby\",4:\"§7crops.\",5:\"§9Replenish I\",6:\"§7Upon breaking crops, nether\",7:\"§7wart, or cocoa, automatically\",8:\"§7replant from materials in your\",9:\"§7inventory.\",10:\"\",11:\"§7§7Gives §6+3☘ Farming Fortune\",12:\"§6§7for each SkyBlock Level (Max\",13:\"§725).\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§8§l* §8Soulbound §8§l*\",17:\"§5§lEPIC HOE\"],Name:\"§5Binghoe\"},ExtraAttributes:{id:\"BINGHOE\",enchantments:{delicate:5,replenish:1}}}", + "damage": 0, + "lore": [ + "§7Farming Fortune: §a+25", + "", + "§9Delicate V", + "§7Avoids breaking stems and baby", + "§7crops.", + "§9Replenish I", + "§7Upon breaking crops, nether", + "§7wart, or cocoa, automatically", + "§7replant from materials in your", + "§7inventory.", + "", + "§7§7Gives §6+3☘ Farming Fortune", + "§6§7for each SkyBlock Level (Max", + "§725).", + "", + "§7§8This item can be reforged!", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC HOE" + ], + "internalname": "BINGHOE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Binghoe" + ] +} \ No newline at end of file diff --git a/items/BINGO_BLASTER.json b/items/BINGO_BLASTER.json new file mode 100644 index 00000000..9c329fc7 --- /dev/null +++ b/items/BINGO_BLASTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:golden_horse_armor", + "displayname": "§5Bingo Blaster", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Ability Damage: §c+20%\",1:\"§7Intelligence: §a+300\",2:\"\",3:\"§6Ability: Bingo Blast §e§lRIGHT CLICK\",4:\"§7Shoots out a piercing ray of\",5:\"§7water that travels up to 15\",6:\"§7blocks. Deals §c865.2 §7damage\",7:\"§7to the first enemy hit. Damage\",8:\"§7is halved for each subsequent\",9:\"§7enemy hit.\",10:\"§8Mana Cost: §3125\",11:\"§8Cooldown: §a1s\",12:\"\",13:\"§8§l* §8Soulbound §8§l*\",14:\"§5§lEPIC WAND\"],Name:\"§5Bingo Blaster\"},ExtraAttributes:{id:\"BINGO_BLASTER\"}}", + "damage": 0, + "lore": [ + "§7Ability Damage: §c+20%", + "§7Intelligence: §a+300", + "", + "§6Ability: Bingo Blast §e§lRIGHT CLICK", + "§7Shoots out a piercing ray of", + "§7water that travels up to 15", + "§7blocks. Deals §c865.2 §7damage", + "§7to the first enemy hit. Damage", + "§7is halved for each subsequent", + "§7enemy hit.", + "§8Mana Cost: §3125", + "§8Cooldown: §a1s", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC WAND" + ], + "internalname": "BINGO_BLASTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file diff --git a/items/BURNING_HOLLOW_BOOTS.json b/items/BURNING_HOLLOW_BOOTS.json index b8d260fb..47550577 100644 --- a/items/BURNING_HOLLOW_BOOTS.json +++ b/items/BURNING_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow\",15:\"§6Boots§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Burning Hollow", + "§6Boots§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "BURNING_HOLLOW_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/BURNING_HOLLOW_CHESTPLATE.json b/items/BURNING_HOLLOW_CHESTPLATE.json index f58b4c29..bb9dfe0c 100644 --- a/items/BURNING_HOLLOW_CHESTPLATE.json +++ b/items/BURNING_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow\",15:\"§6Chestplate§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Burning Hollow", + "§6Chestplate§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "BURNING_HOLLOW_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/BURNING_HOLLOW_HELMET.json b/items/BURNING_HOLLOW_HELMET.json index 1a7f82c5..436a21fa 100644 --- a/items/BURNING_HOLLOW_HELMET.json +++ b/items/BURNING_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Burning Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow\",15:\"§6Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+24", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Burning Hollow", + "§6Helmet§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "BURNING_HOLLOW_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/BURNING_HOLLOW_LEGGINGS.json b/items/BURNING_HOLLOW_LEGGINGS.json index 76ec06ed..23652d11 100644 --- a/items/BURNING_HOLLOW_LEGGINGS.json +++ b/items/BURNING_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Burning Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow\",15:\"§6Leggings§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Burning Hollow", + "§6Leggings§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "BURNING_HOLLOW_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/BURNING_TERROR_BOOTS.json b/items/BURNING_TERROR_BOOTS.json index 28214021..030880a1 100644 --- a/items/BURNING_TERROR_BOOTS.json +++ b/items/BURNING_TERROR_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Terror Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+206\",2:\"§7Defense: §a+64\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY BOOTS\"],color:8144108,Name:\"§6Burning Terror Boots\"},ExtraAttributes:{id:\"BURNING_TERROR_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+206\",2:\"§7Defense: §a+64\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY BOOTS\"],color:8144108,Name:\"§6Burning Terror Boots\"},ExtraAttributes:{id:\"BURNING_TERROR_BOOTS\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+79%", @@ -12,8 +12,8 @@ " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "BURNING_TERROR_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Burning_Terror_Boots", diff --git a/items/BURNING_TERROR_CHESTPLATE.json b/items/BURNING_TERROR_CHESTPLATE.json index db722f05..f14c1343 100644 --- a/items/BURNING_TERROR_CHESTPLATE.json +++ b/items/BURNING_TERROR_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Terror Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+365\",2:\"§7Defense: §a+103\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY CHESTPLATE\"],color:4064687,Name:\"§6Burning Terror Chestplate\"},ExtraAttributes:{id:\"BURNING_TERROR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+365\",2:\"§7Defense: §a+103\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY CHESTPLATE\"],color:4064687,Name:\"§6Burning Terror Chestplate\"},ExtraAttributes:{id:\"BURNING_TERROR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+79%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "BURNING_TERROR_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Burning_Terror_Chestplate", diff --git a/items/BURNING_TERROR_HELMET.json b/items/BURNING_TERROR_HELMET.json index c729e370..a238e6c6 100644 --- a/items/BURNING_TERROR_HELMET.json +++ b/items/BURNING_TERROR_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Burning Terror Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b63578c-5204-3816-ab74-126ba730e2b5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDExMzIwNywKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ODJlYzM1MWYzNTM0NDU3NzViNDM5ZWJjOTA5ZDU3MDI3MzJmOGJhZTlkMzJiMGIwODg2MGIzZDY0MzkwNjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+254\",2:\"§7Defense: §a+79\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+24\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Terror Helmet\"},ExtraAttributes:{id:\"BURNING_TERROR_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b63578c-5204-3816-ab74-126ba730e2b5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDExMzIwNywKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ODJlYzM1MWYzNTM0NDU3NzViNDM5ZWJjOTA5ZDU3MDI3MzJmOGJhZTlkMzJiMGIwODg2MGIzZDY0MzkwNjEiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+254\",2:\"§7Defense: §a+79\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+24\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Terror Helmet\"},ExtraAttributes:{id:\"BURNING_TERROR_HELMET\"}}", "damage": 3, "lore": [ "§7Crit Damage: §c+79%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+24", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "BURNING_TERROR_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Burning_Terror_Helmet", diff --git a/items/BURNING_TERROR_LEGGINGS.json b/items/BURNING_TERROR_LEGGINGS.json index 9f984eaf..e845cd38 100644 --- a/items/BURNING_TERROR_LEGGINGS.json +++ b/items/BURNING_TERROR_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Burning Terror Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+325\",2:\"§7Defense: §a+87\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY LEGGINGS\"],color:6104017,Name:\"§6Burning Terror Leggings\"},ExtraAttributes:{id:\"BURNING_TERROR_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+79%\",1:\"§7Health: §a+325\",2:\"§7Defense: §a+87\",3:\"§7Speed: §a+19\",4:\"§7Intelligence: §a+8\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY LEGGINGS\"],color:6104017,Name:\"§6Burning Terror Leggings\"},ExtraAttributes:{id:\"BURNING_TERROR_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+79%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "BURNING_TERROR_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Burning_Terror_Leggings", diff --git a/items/DIVAN_DRILL.json b/items/DIVAN_DRILL.json index cdfd86ed..9eb3e98d 100644 --- a/items/DIVAN_DRILL.json +++ b/items/DIVAN_DRILL.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§dDivan\u0027s Drill", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+70\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to a §2Drill\",21:\"§2Mechanic§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 7§c.\",28:\"§d§lMYTHIC DRILL\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,800 \",4:\"§7Mining Fortune: §a+150\",5:\" §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to a §2Drill\",21:\"§2Mechanic§7!\",22:\"\",23:\"§7Fuel: §23,000§8/3k\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §5Heart of the\",27:\"§5Mountain Tier 7§c.\",28:\"§d§lMYTHIC DRILL\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 10", "", - "§7Damage: §c+70", + "§7Damage: §c+75", "§7Mining Speed: §a+1,800 ", "§7Mining Fortune: §a+150", " §8[§7⸕§8] §8[§7⸕§8] §8[§8☘§8] §8[§8☘§8] §8[§8✦§8]", diff --git a/items/DRAGON_EGG_BACKPACK.json b/items/DRAGON_EGG_BACKPACK.json new file mode 100644 index 00000000..26a911f8 --- /dev/null +++ b/items/DRAGON_EGG_BACKPACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Dragon Egg Backpack Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"87060d34-378a-3777-bb24-676b75e0c08d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MDUwNzkwMTQ5MSwKICAicHJvZmlsZUlkIiA6ICIzOTg5OGFiODFmMjU0NmQxOGIyY2ExMTE1MDRkZGU1MCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YjJjYTExMTUwNGRkZTUwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VlM2E4YWE4NTU1NDFlMTg1MmMxMjlhYjgwYjE4NWZkYWViODRmMGRiN2Y4YmE3YzE0ZGYwMTUwYzdkMjRiOWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§aBackpacks§7.\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§f§f§5Dragon Egg Backpack Skin\"},ExtraAttributes:{id:\"DRAGON_EGG_BACKPACK\"}}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§aBackpacks§7.", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "DRAGON_EGG_BACKPACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +} \ No newline at end of file diff --git a/items/ETHERWARP_MERGER.json b/items/ETHERWARP_MERGER.json index 8b386fb8..55f86792 100644 --- a/items/ETHERWARP_MERGER.json +++ b/items/ETHERWARP_MERGER.json @@ -1,20 +1,21 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Etherwarp Merger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"209e7834-3376-36e1-84eb-da13ef083836\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTYxNzYxOTExMywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U1MzE0ZjQ5MTk2OTFjY2JmODA3NzQzZGFlNDdhZTQ1YWMyZTNmZjA4Zjc5ZWVjZGQ0NTJmZTYwMmVmZjdmNiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§7§8Crafted by the Etherchemist\",3:\"§8and dropped by the Enderseraph.\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Etherwarp Merger\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ETHERWARP_MERGER\"},AttributeModifiers:[]}", + "displayname": "§5Etherwarp Merger", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"209e7834-3376-36e1-84eb-da13ef083836\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTYxNzYxOTExMywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U1MzE0ZjQ5MTk2OTFjY2JmODA3NzQzZGFlNDdhZTQ1YWMyZTNmZjA4Zjc5ZWVjZGQ0NTJmZTYwMmVmZjdmNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7§8Crafted by the Etherchemist\",2:\"§8and dropped by the Voidgloom\",3:\"§8Seraph.\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Etherwarp Merger\"},ExtraAttributes:{id:\"ETHERWARP_MERGER\"}}", "damage": 3, "lore": [ - "§eRight-click to view recipes!", "", "§7§8Crafted by the Etherchemist", - "§8and dropped by the Enderseraph.", + "§8and dropped by the Voidgloom", + "§8Seraph.", + "§eRight-click to view recipes!", "", "§5§lEPIC" ], "internalname": "ETHERWARP_MERGER", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Etherwarp_Merger", diff --git a/items/FIERY_HOLLOW_BOOTS.json b/items/FIERY_HOLLOW_BOOTS.json index 49127074..85c87d86 100644 --- a/items/FIERY_HOLLOW_BOOTS.json +++ b/items/FIERY_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Fiery Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Fiery Hollow Boots§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -18,7 +18,7 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Fiery Hollow Boots§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +30,7 @@ "internalname": "FIERY_HOLLOW_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/FIERY_HOLLOW_CHESTPLATE.json b/items/FIERY_HOLLOW_CHESTPLATE.json index 98f29982..5ca06bf8 100644 --- a/items/FIERY_HOLLOW_CHESTPLATE.json +++ b/items/FIERY_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Fiery Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Fiery Hollow\",15:\"§6Chestplate§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Fiery Hollow", + "§6Chestplate§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "FIERY_HOLLOW_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/FIERY_HOLLOW_HELMET.json b/items/FIERY_HOLLOW_HELMET.json index 3ec0b68c..ad65bb1b 100644 --- a/items/FIERY_HOLLOW_HELMET.json +++ b/items/FIERY_HOLLOW_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Fiery Hollow Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Fiery Hollow\",15:\"§6Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+30", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Fiery Hollow", + "§6Helmet§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "FIERY_HOLLOW_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/FIERY_HOLLOW_LEGGINGS.json b/items/FIERY_HOLLOW_LEGGINGS.json index c8511d95..22518623 100644 --- a/items/FIERY_HOLLOW_LEGGINGS.json +++ b/items/FIERY_HOLLOW_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Fiery Hollow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Fiery Hollow\",15:\"§6Leggings§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+30", @@ -18,7 +18,8 @@ "§6⚶§7. §8(Max 30)", "§7", "§7§7Each §6Spirit ⚶ §7stack can be used as", - "§7charge for the §6§6Hollow Chestplate§7.", + "§7charge for the §6§6Fiery Hollow", + "§6Leggings§7.", "§7", "§7Lose 1 stack after §c4s §7of not gaining", "§7a stack.", @@ -30,7 +31,7 @@ "internalname": "FIERY_HOLLOW_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/FIERY_TERROR_BOOTS.json b/items/FIERY_TERROR_BOOTS.json index 2307f590..f9da5ff2 100644 --- a/items/FIERY_TERROR_BOOTS.json +++ b/items/FIERY_TERROR_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Fiery Terror Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+80\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY BOOTS\"],color:8144108,Name:\"§6Fiery Terror Boots\"},ExtraAttributes:{id:\"FIERY_TERROR_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+80\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY BOOTS\"],color:8144108,Name:\"§6Fiery Terror Boots\"},ExtraAttributes:{id:\"FIERY_TERROR_BOOTS\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+100%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+10", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "FIERY_TERROR_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fiery_Terror_Boots", diff --git a/items/FIERY_TERROR_CHESTPLATE.json b/items/FIERY_TERROR_CHESTPLATE.json index 0a969907..ada79fdf 100644 --- a/items/FIERY_TERROR_CHESTPLATE.json +++ b/items/FIERY_TERROR_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Fiery Terror Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+460\",2:\"§7Defense: §a+130\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY CHESTPLATE\"],color:4064687,Name:\"§6Fiery Terror Chestplate\"},ExtraAttributes:{id:\"FIERY_TERROR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+460\",2:\"§7Defense: §a+130\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+10\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY CHESTPLATE\"],color:4064687,Name:\"§6Fiery Terror Chestplate\"},ExtraAttributes:{id:\"FIERY_TERROR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+100%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+10", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "FIERY_TERROR_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fiery_Terror_Chestplate", diff --git a/items/FIERY_TERROR_HELMET.json b/items/FIERY_TERROR_HELMET.json index d776e661..ef721ba8 100644 --- a/items/FIERY_TERROR_HELMET.json +++ b/items/FIERY_TERROR_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Fiery Terror Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2b529cab-98f1-352f-8357-e7d5ef06b9be\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDEwMDgwOSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iNDY5MDJlMTc1NmEyNDJmNDAxZDBjMjU2N2VjNjQ4MWM2NTA4NGFmOWIxYWFhYmI5NzMyZjU2Y2FkZTU0MmYzIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+320\",2:\"§7Defense: §a+100\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+30\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Hitting enemies grants §c1 §7stack of\",9:\"§7§6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Terror Helmet\"},ExtraAttributes:{id:\"FIERY_TERROR_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2b529cab-98f1-352f-8357-e7d5ef06b9be\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDEwMDgwOSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iNDY5MDJlMTc1NmEyNDJmNDAxZDBjMjU2N2VjNjQ4MWM2NTA4NGFmOWIxYWFhYmI5NzMyZjU2Y2FkZTU0MmYzIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+100%\",1:\"§7Health: §a+320\",2:\"§7Defense: §a+100\",3:\"§7Speed: §a+24\",4:\"§7Intelligence: §a+30\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Hydra Strike (0/4)\",8:\"§7Successful arrow hits grant §c1\",9:\"§c§7stack of §6Hydra Strike ⁑§7.\",10:\"§7\",11:\"§7Each §6Hydra Strike ⁑ §7stack makes\",12:\"§7your arrows fly §c30% §7faster, and\",13:\"§7deal §c+10% §7more damage.\",14:\"§7\",15:\"§7At §c10 §7stacks your bow fires §d2\",16:\"§d§7extra arrows.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not\",19:\"§7gaining a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Terror Helmet\"},ExtraAttributes:{id:\"FIERY_TERROR_HELMET\"}}", "damage": 3, "lore": [ "§7Crit Damage: §c+100%", @@ -11,9 +11,9 @@ "§7Intelligence: §a+30", " §8[§8⚔§8] §8[§8⚔§8]", "", - "§8Tiered Bonus: Hydra Strike (0/4)", - "§7Hitting enemies grants §c1 §7stack of", - "§7§6Hydra Strike ⁑§7.", + "§8Tiered Bonus: Hydra Strike (0/4)", + "§7Successful arrow hits grant §c1", + "§c§7stack of §6Hydra Strike ⁑§7.", "§7", "§7Each §6Hydra Strike ⁑ §7stack makes", "§7your arrows fly §c30% §7faster, and", @@ -32,7 +32,7 @@ "internalname": "FIERY_TERROR_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fiery_Terror_Helmet", diff --git a/items/FIERY_TERROR_LEGGINGS.json b/items/FIERY_TERROR_LEGGINGS.json index ae7fd091..5daf6bca 100644 --- a/items/FIERY_TERROR_LEGGINGS.json +++ b/items/FIERY_TERROR_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Fiery Terror Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7