diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-05 15:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 23:43:22 +1000 |
commit | 16e1f31a5a5e98a734680c29169c382dc6aecc1e (patch) | |
tree | cc6085cbae937122ec8fbe2748a253c259cfd7aa | |
parent | 56e3b2d8f7a04ec11eb897e4ead34c821cd7688b (diff) | |
download | NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.gz NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.tar.bz2 NotEnoughUpdates-REPO-16e1f31a5a5e98a734680c29169c382dc6aecc1e.zip |
Melon (Block) (#922)
195 files changed, 996 insertions, 702 deletions
diff --git a/constants/misc.json b/constants/misc.json index fcf7d023..2252c8aa 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1282,6 +1282,13 @@ ], "KUUDRA_FOLLOWER_ARTIFACT": [ "KUUDRA_FOLLOWER_RELIC" + ], + "CROPIE_TALISMAN": [ + "SQUASH_RING", + "FERMENTO_ARTIFACT" + ], + "SQUASH_RING": [ + "FERMENTO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/petnums.json b/constants/petnums.json index aecf469e..16a3e00f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2874,7 +2874,7 @@ "COMMON": { "1": { "otherNums": [ - 0.3 + 0.2 ], "statNums": { "FARMING_FORTUNE": 11.0, @@ -2883,7 +2883,7 @@ }, "100": { "otherNums": [ - 30 + 20 ], "statNums": { "FARMING_FORTUNE": 110.0, @@ -2894,7 +2894,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.3 + 0.2 ], "statNums": { "FARMING_FORTUNE": 11.0, @@ -2903,7 +2903,7 @@ }, "100": { "otherNums": [ - 30 + 20 ], "statNums": { "FARMING_FORTUNE": 110.0, @@ -2914,7 +2914,7 @@ "RARE": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0 ], "statNums": { @@ -2924,7 +2924,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100 ], "statNums": { @@ -2936,7 +2936,7 @@ "EPIC": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0 ], "statNums": { @@ -2946,7 +2946,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100 ], "statNums": { @@ -2958,7 +2958,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.4, + 0.3, 2.0, 40 ], @@ -2969,7 +2969,7 @@ }, "100": { "otherNums": [ - 40, + 30, 100, 20 ], diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 938c3407..6ecb7497 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -853,6 +853,60 @@ } } }, + "FROZEN_BAUBLE": { + "internalName": "FROZEN_BAUBLE", + "reforgeName": "Festive", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "ARMOR", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 25000, + "UNCOMMON": 75000, + "RARE": 150000, + "EPIC": 250000, + "LEGENDARY": 400000, + "MYTHIC": 600000 + }, + "reforgeStats": { + "COMMON": { + "intelligence": 5, + "sea_creature_chance": 0.05, + "fishing_speed": 2 + }, + "UNCOMMON": { + "intelligence": 10, + "sea_creature_chance": 0.05, + "fishing_speed": 3 + }, + "RARE": { + "intelligence": 15, + "sea_creature_chance": 0.1, + "fishing_speed": 4 + }, + "EPIC": { + "intelligence": 20, + "sea_creature_chance": 0.15, + "fishing_speed": 6 + }, + "LEGENDARY": { + "intelligence": 25, + "sea_creature_chance": 0.2, + "fishing_speed": 8 + }, + "MYTHIC": { + "intelligence": 30, + "sea_creature_chance": 0.25, + "fishing_speed": 10 + } + } + }, "GIANT_TOOTH": { "internalName": "GIANT_TOOTH", "reforgeName": "Giant", @@ -2638,6 +2692,54 @@ } } }, + "TERRY_SNOWGLOBE": { + "internalName": "TERRY_SNOWGLOBE", + "reforgeName": "Snowy", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "EQUIPMENT", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 10000, + "UNCOMMON": 25000, + "RARE": 50000, + "EPIC": 100000, + "LEGENDARY": 200000, + "MYTHIC": 300000 + }, + "reforgeStats": { + "COMMON": { + "sea_creature_chance": 0.2, + "fishing_speed": 0.5 + }, + "UNCOMMON": { + "sea_creature_chance": 0.2, + "fishing_speed": 1 + }, + "RARE": { + "sea_creature_chance": 0.4, + "fishing_speed": 1.5 + }, + "EPIC": { + "sea_creature_chance": 0.6, + "fishing_speed": 2 + }, + "LEGENDARY": { + "sea_creature_chance": 0.8, + "fishing_speed": 2.5 + }, + "MYTHIC": { + "sea_creature_chance": 1, + "fishing_speed": 3 + } + } + }, "TOIL_LOG": { "internalName": "TOIL_LOG", "reforgeName": "Toil", diff --git a/items/ADAPTIVE_BOOTS.json b/items/ADAPTIVE_BOOTS.json index 92adf5d2..3c35ba89 100644 --- a/items/ADAPTIVE_BOOTS.json +++ b/items/ADAPTIVE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Adaptive Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d253\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+90\",3:\"§7Defense: §a+45\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor III\",26:\"§aCompletion\",27:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5Adaptive Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d253\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+90\",3:\"§7Defense: §a+45\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5Adaptive Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d253", @@ -29,14 +29,14 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor III", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON BOOTS" ], "internalname": "ADAPTIVE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor", diff --git a/items/ADAPTIVE_CHESTPLATE.json b/items/ADAPTIVE_CHESTPLATE.json index ebb0da4f..7f2f46ae 100644 --- a/items/ADAPTIVE_CHESTPLATE.json +++ b/items/ADAPTIVE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Adaptive Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d413\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+170\",3:\"§7Defense: §a+85\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor III\",26:\"§aCompletion\",27:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d413\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+170\",3:\"§7Defense: §a+85\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d413", @@ -29,14 +29,14 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor III", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON CHESTPLATE" ], "internalname": "ADAPTIVE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor", diff --git a/items/ADAPTIVE_HELMET.json b/items/ADAPTIVE_HELMET.json index b65ac3a1..877aa246 100644 --- a/items/ADAPTIVE_HELMET.json +++ b/items/ADAPTIVE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Adaptive Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d283\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+110\",3:\"§7Defense: §a+50\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor III\",26:\"§aCompletion\",27:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Adaptive Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d283\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+110\",3:\"§7Defense: §a+50\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Adaptive Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d283", @@ -29,14 +29,14 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor III", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON HELMET" ], "internalname": "ADAPTIVE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor", diff --git a/items/ADAPTIVE_LEGGINGS.json b/items/ADAPTIVE_LEGGINGS.json index 46d1757a..103ba4b6 100644 --- a/items/ADAPTIVE_LEGGINGS.json +++ b/items/ADAPTIVE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Adaptive Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d348\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor III\",26:\"§aCompletion\",27:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5Adaptive Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d348\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Intelligence: §a+15\",5:\" §8[§7☤§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5Adaptive Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d348", @@ -29,14 +29,14 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor III", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON LEGGINGS" ], "internalname": "ADAPTIVE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor", diff --git a/items/ASTRAEA.json b/items/ASTRAEA.json index dbd164e7..f1d5126a 100644 --- a/items/ASTRAEA.json +++ b/items/ASTRAEA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Astraea", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d985\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"§7Defense: §a+250\",4:\"§7Intelligence: §a+50\",5:\"§7True Defense: §a+20\",6:\"§7Ferocity: §a+30\",7:\" §8[§8☤§8] §8[§8⚔§8]\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+2 §a❈ Defense §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{dungeon_item_level:0,id:\"ASTRAEA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d985\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"§7Defense: §a+250\",4:\"§7Intelligence: §a+50\",5:\"§7True Defense: §a+20\",6:\"§7Ferocity: §a+30\",7:\" §8[§8☤§8] §8[§8⚔§8]\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+2 §a❈ Defense §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Astraea\"},ExtraAttributes:{dungeon_item_level:0,id:\"ASTRAEA\"}}", "damage": 0, "lore": [ "§7Gear Score: §d985", @@ -23,8 +23,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -41,7 +41,7 @@ "internalname": "ASTRAEA", "parent": "NECRON_BLADE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/AUGER_ROD.json b/items/AUGER_ROD.json index 485571fb..3ba6b99b 100644 --- a/items/AUGER_ROD.json +++ b/items/AUGER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Auger Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+135\",1:\"§7Strength: §c+90\",2:\"§7Fishing Speed: §a+110\",3:\"\",4:\"§7Breaks nearby ice blocks where\",5:\"§7it lands.\",6:\"\",7:\"§7Triples the chance of the sea\",8:\"§7creatures that you spawn to be\",9:\"§7winter sea creatures.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 25\",13:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Auger Rod\"},ExtraAttributes:{id:\"AUGER_ROD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+135\",1:\"§7Strength: §c+90\",2:\"§7Fishing Speed: §a+110\",3:\"\",4:\"§7Breaks nearby ice blocks where\",5:\"§7it lands.\",6:\"\",7:\"§7Triples the chance of the sea\",8:\"§7creatures that you spawn to be\",9:\"§7winter sea creatures.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 25§c.\",13:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Auger Rod\"},ExtraAttributes:{id:\"AUGER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+135", @@ -16,7 +16,7 @@ "§7winter sea creatures.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 25", + "§7§4❣ §cRequires §aFishing Skill 25§c.", "§6§lLEGENDARY FISHING ROD" ], "recipe": { @@ -32,7 +32,7 @@ }, "internalname": "AUGER_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "Requires: Ice X", "infoType": "WIKI_URL", "info": [ diff --git a/items/AUTUMN_HUT_BARN_SKIN.json b/items/AUTUMN_HUT_BARN_SKIN.json index 7312ebe3..325bf240 100644 --- a/items/AUTUMN_HUT_BARN_SKIN.json +++ b/items/AUTUMN_HUT_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Autumn_Hut_Barn_Skin" + "https://wiki.hypixel.net/Autumn_Hut_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Autumn_Hut_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/BAMBOO_BARN_SKIN.json b/items/BAMBOO_BARN_SKIN.json index 7ab8030f..320015d1 100644 --- a/items/BAMBOO_BARN_SKIN.json +++ b/items/BAMBOO_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Bamboo_Barn_Skin" + "https://wiki.hypixel.net/Bamboo_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Bamboo_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json index 72a4a38f..770173d2 100644 --- a/items/BAT_WAND.json +++ b/items/BAT_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§f§f§6Spirit Sceptre", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Damage: §c+180\",2:\"§7Intelligence: §a+300\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c2,220 §7damage.\",9:\"§8Mana Cost: §3200\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Spirit Sceptre\"},ExtraAttributes:{id:\"BAT_WAND\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Damage: §c+180\",2:\"§7Intelligence: §a+300\",3:\" §8[§8✎§8]\",4:\"\",5:\"§6Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c2,220 §7damage.\",9:\"§8Mana Cost: §3200\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aIV Completion§c.\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Spirit Sceptre\"},ExtraAttributes:{id:\"BAT_WAND\"},AttributeModifiers:[]}", "damage": 2, "lore": [ "§7Gear Score: §d370", @@ -16,8 +16,8 @@ "§8Mana Cost: §3200", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor IV", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -34,7 +34,7 @@ "internalname": "BAT_WAND", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sceptre", diff --git a/items/BIOFUEL.json b/items/BIOFUEL.json index 1a5b20b6..8f104ccb 100644 --- a/items/BIOFUEL.json +++ b/items/BIOFUEL.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:dye", "displayname": "§9Biofuel", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Drill Fuel\",1:\"\",2:\"§7§7Adds §2+3,000 Drill Fuel §7to\",3:\"§7a Drill when applied in a Drill\",4:\"§7Anvil.\",5:\"\",6:\"§7§7Talk to a §2Drill Mechanic\",7:\"§2§7to refuel your Drills.\",8:\"§7§7§o100% renewable energy!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Biofuel\"},ExtraAttributes:{id:\"BIOFUEL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Machine Fuel\",1:\"\",2:\"§7§7Adds §2+3,000♢ Fuel §7to a\",3:\"§7refuelable machine.\",4:\"§7§7§o100% renewable energy!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Biofuel\"},ExtraAttributes:{id:\"BIOFUEL\"}}", "damage": 2, "lore": [ - "§8Drill Fuel", + "§8Machine Fuel", "", - "§7§7Adds §2+3,000 Drill Fuel §7to", - "§7a Drill when applied in a Drill", - "§7Anvil.", - "", - "§7§7Talk to a §2Drill Mechanic", - "§2§7to refuel your Drills.", + "§7§7Adds §2+3,000♢ Fuel §7to a", + "§7refuelable machine.", "§7§7§o100% renewable energy!", "", "§9§lRARE" @@ -19,7 +15,7 @@ "internalname": "BIOFUEL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Biofuel", diff --git a/items/BONE_BOOMERANG.json b/items/BONE_BOOMERANG.json index 4fdad867..08145b2f 100644 --- a/items/BONE_BOOMERANG.json +++ b/items/BONE_BOOMERANG.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bone", "displayname": "§f§f§6Bonemerang", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 \",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+130 \",3:\"\",4:\"§6Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{id:\"BONE_BOOMERANG\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 \",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+130 \",3:\"\",4:\"§6Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIV Completion§c.\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{id:\"BONE_BOOMERANG\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Gear Score: §d490 ", @@ -19,8 +19,8 @@ "", "§7§8This item can be reforged!", "§aPerfect 70000 / 70000", - "§7§4❣ §cRequires §aCatacombs Floor IV", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", "§6§lLEGENDARY DUNGEON BOW" ], "recipe": { @@ -37,7 +37,7 @@ "internalname": "BONE_BOOMERANG", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bonemerang", diff --git a/items/BONZO_MASK.json b/items/BONZO_MASK.json index 85bc7e9c..ebd11c4b 100644 --- a/items/BONZO_MASK.json +++ b/items/BONZO_MASK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Bonzo's Mask", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d350\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+100\",4:\"\",5:\"§6Ability: Clownin' Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+20 §c❁ Strength\",8:\"§c§7for §a3s §7and fully replenish\",9:\"§7your health. The cooldown and\",10:\"§7Strength bonus you receive\",11:\"§7improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a360s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Floor I\",19:\"§aCompletion\",20:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Bonzo's Mask\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_MASK\"}}", + "displayname": "§9Bonzo\u0027s Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d350\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+100\",4:\"\",5:\"§6Ability: Clownin\u0027 Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+20 §c❁ Strength\",8:\"§c§7for §a3s §7and fully replenish\",9:\"§7your health. The cooldown and\",10:\"§7Strength bonus you receive\",11:\"§7improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a360s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aThe Catacombs Floor\",19:\"§aI Completion§c.\",20:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9Bonzo\u0027s Mask\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_MASK\"}}", "damage": 3, "lore": [ "§7Gear Score: §d350", @@ -9,7 +9,7 @@ "§7Defense: §a+100", "§7Intelligence: §a+100", "", - "§6Ability: Clownin' Around", + "§6Ability: Clownin\u0027 Around", "§7Instead of dying, gain damage", "§7immunity and §a+20 §c❁ Strength", "§c§7for §a3s §7and fully replenish", @@ -22,17 +22,17 @@ "§8Cooldown: §a360s", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor I", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aI Completion§c.", "§9§lRARE DUNGEON HELMET" ], "internalname": "BONZO_MASK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bonzo's_Mask", - "https://wiki.hypixel.net/Bonzo's_Mask" + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Mask", + "https://wiki.hypixel.net/Bonzo\u0027s_Mask" ] }
\ No newline at end of file diff --git a/items/BONZO_STAFF.json b/items/BONZO_STAFF.json index 54669683..33aaf6f3 100644 --- a/items/BONZO_STAFF.json +++ b/items/BONZO_STAFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", - "displayname": "§9Bonzo's Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d285\",1:\"§7Damage: §c+160\",2:\"§7Intelligence: §a+250\",3:\" §8[§7✎§8]\",4:\"\",5:\"§6Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,068 §7damage.\",9:\"§8Mana Cost: §3100\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor I\",13:\"§aCompletion\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Bonzo's Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_STAFF\"}}", + "displayname": "§9Bonzo\u0027s Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d285\",1:\"§7Damage: §c+160\",2:\"§7Intelligence: §a+250\",3:\" §8[§7✎§8]\",4:\"\",5:\"§6Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,068 §7damage.\",9:\"§8Mana Cost: §3100\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aI Completion§c.\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Bonzo\u0027s Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_STAFF\"}}", "damage": 0, "lore": [ "§7Gear Score: §d285", @@ -16,17 +16,17 @@ "§8Mana Cost: §3100", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor I", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aI Completion§c.", "§9§lRARE DUNGEON SWORD" ], "internalname": "BONZO_STAFF", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bonzo's_Staff", - "https://wiki.hypixel.net/Bonzo's_Staff" + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff", + "https://wiki.hypixel.net/Bonzo\u0027s_Staff" ] }
\ No newline at end of file diff --git a/items/BURROWING_SPORES.json b/items/BURROWING_SPORES.json index 8d34a8dc..48219ab4 100644 --- a/items/BURROWING_SPORES.json +++ b/items/BURROWING_SPORES.json @@ -25,6 +25,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Burrowing_Spores" + "https://wiki.hypixel.net/Burrowing_Spores", + "https://hypixel-skyblock.fandom.com/wiki/Burrowing_Spores" ] }
\ No newline at end of file diff --git a/items/CASHMERE_JACKET.json b/items/CASHMERE_JACKET.json index dcf11751..f107cc74 100644 --- a/items/CASHMERE_JACKET.json +++ b/items/CASHMERE_JACKET.json @@ -16,6 +16,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Cashmere_Jacket" + "https://wiki.hypixel.net/Cashmere_Jacket", + "https://hypixel-skyblock.fandom.com/wiki/Cashmere_Jacket" ] }
\ No newline at end of file diff --git a/items/CASTLE_BARN_SKIN.json b/items/CASTLE_BARN_SKIN.json index 57c9a356..b944d88e 100644 --- a/items/CASTLE_BARN_SKIN.json +++ b/items/CASTLE_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Castle_Barn_Skin" + "https://wiki.hypixel.net/Castle_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Castle_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/CELESTE_BOOTS.json b/items/CELESTE_BOOTS.json index cb2b9f69..039ea4d1 100644 --- a/items/CELESTE_BOOTS.json +++ b/items/CELESTE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§aCeleste Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+5\",1:\"§7Defense: §a+5\",2:\"§7Intelligence: §a+20\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4.\",6:\"§a§lUNCOMMON BOOTS\"],color:16748214,Name:\"§aCeleste Boots\"},ExtraAttributes:{id:\"CELESTE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+5\",1:\"§7Defense: §a+5\",2:\"§7Intelligence: §a+20\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4§c.\",6:\"§a§lUNCOMMON BOOTS\"],color:16748214,Name:\"§aCeleste Boots\"},ExtraAttributes:{id:\"CELESTE_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+5", @@ -9,13 +9,13 @@ "§7Intelligence: §a+20", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON BOOTS" ], "internalname": "CELESTE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Celeste_Armor", diff --git a/items/CELESTE_CHESTPLATE.json b/items/CELESTE_CHESTPLATE.json index 3b4e295d..16c379ac 100644 --- a/items/CELESTE_CHESTPLATE.json +++ b/items/CELESTE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§aCeleste Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"§7Intelligence: §a+60\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4.\",6:\"§a§lUNCOMMON CHESTPLATE\"],color:16748254,Name:\"§aCeleste Chestplate\"},ExtraAttributes:{id:\"CELESTE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"§7Intelligence: §a+60\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4§c.\",6:\"§a§lUNCOMMON CHESTPLATE\"],color:16748254,Name:\"§aCeleste Chestplate\"},ExtraAttributes:{id:\"CELESTE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+20", @@ -9,13 +9,13 @@ "§7Intelligence: §a+60", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON CHESTPLATE" ], "internalname": "CELESTE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Celeste_Armor", diff --git a/items/CELESTE_HELMET.json b/items/CELESTE_HELMET.json index 11ab674b..2fcab005 100644 --- a/items/CELESTE_HELMET.json +++ b/items/CELESTE_HELMET.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§aCeleste Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+10\",1:\"§7Intelligence: §a+30\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON HELMET\"],color:13930226,Name:\"§aCeleste Helmet\"},ExtraAttributes:{id:\"CELESTE_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+10\",1:\"§7Intelligence: §a+30\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON HELMET\"],color:13930226,Name:\"§aCeleste Helmet\"},ExtraAttributes:{id:\"CELESTE_HELMET\"}}", "damage": 0, "lore": [ "§7Defense: §a+10", "§7Intelligence: §a+30", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON HELMET" ], "internalname": "CELESTE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Celeste_Armor", diff --git a/items/CELESTE_LEGGINGS.json b/items/CELESTE_LEGGINGS.json index 80bf1b97..57fcbf71 100644 --- a/items/CELESTE_LEGGINGS.json +++ b/items/CELESTE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§aCeleste Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"§7Intelligence: §a+40\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4.\",6:\"§a§lUNCOMMON LEGGINGS\"],color:16748234,Name:\"§aCeleste Leggings\"},ExtraAttributes:{id:\"CELESTE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Defense: §a+15\",2:\"§7Intelligence: §a+40\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§4❣ §cRequires §aCombat Skill 4§c.\",6:\"§a§lUNCOMMON LEGGINGS\"],color:16748234,Name:\"§aCeleste Leggings\"},ExtraAttributes:{id:\"CELESTE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+15", @@ -9,13 +9,13 @@ "§7Intelligence: §a+40", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON LEGGINGS" ], "internalname": "CELESTE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Celeste_Armor", diff --git a/items/CELESTE_WAND.json b/items/CELESTE_WAND.json index 6b27a6e2..096a38b5 100644 --- a/items/CELESTE_WAND.json +++ b/items/CELESTE_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§aCeleste Wand", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Lightning Strike §e§lRIGHT CLICK\",1:\"§7Strikes lightning up to §f10\",2:\"§fblocks §7away, dealing §c237.6\",3:\"§c§7damage to the nearest monster.\",4:\"§8Mana Cost: §370\",5:\"\",6:\"§4❣ §cRequires §aCombat Skill 4.\",7:\"§a§lUNCOMMON WAND\"],Name:\"§aCeleste Wand\"},ExtraAttributes:{id:\"CELESTE_WAND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Lightning Strike §e§lRIGHT CLICK\",1:\"§7Strikes lightning up to §f10\",2:\"§fblocks §7away, dealing §c237.6\",3:\"§c§7damage to the nearest monster.\",4:\"§8Mana Cost: §370\",5:\"\",6:\"§4❣ §cRequires §aCombat Skill 4§c.\",7:\"§a§lUNCOMMON WAND\"],Name:\"§aCeleste Wand\"},ExtraAttributes:{id:\"CELESTE_WAND\"}}", "damage": 0, "lore": [ "§6Ability: Lightning Strike §e§lRIGHT CLICK", @@ -10,13 +10,13 @@ "§c§7damage to the nearest monster.", "§8Mana Cost: §370", "", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON WAND" ], "internalname": "CELESTE_WAND", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Celeste_Wand", diff --git a/items/CHALLENGE_ROD.json b/items/CHALLENGE_ROD.json index d9cd21ba..c3b95281 100644 --- a/items/CHALLENGE_ROD.json +++ b/items/CHALLENGE_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§9Challenging Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"§7Strength: §c+60\",2:\"§7Sea Creature Chance: §c+2%\",3:\"§7Fishing Speed: §a+75\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 10\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Challenging Rod\"},ExtraAttributes:{id:\"CHALLENGE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+60\",1:\"§7Strength: §c+60\",2:\"§7Sea Creature Chance: §c+2%\",3:\"§7Fishing Speed: §a+75\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§7§4❣ §cRequires §aFishing Skill 10§c.\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Challenging Rod\"},ExtraAttributes:{id:\"CHALLENGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+60", @@ -10,7 +10,7 @@ "§7Fishing Speed: §a+75", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 10", + "§7§4❣ §cRequires §aFishing Skill 10§c.", "§9§lRARE FISHING ROD" ], "recipe": { @@ -26,7 +26,7 @@ }, "internalname": "CHALLENGE_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Challenging_Rod", diff --git a/items/CHAMP_ROD.json b/items/CHAMP_ROD.json index c046fa5f..e9c491d2 100644 --- a/items/CHAMP_ROD.json +++ b/items/CHAMP_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§9Rod of Champions", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Strength: §c+80\",2:\"§7Sea Creature Chance: §c+4%\",3:\"§7Fishing Speed: §a+90\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 15\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+85\",1:\"§7Strength: §c+80\",2:\"§7Sea Creature Chance: §c+4%\",3:\"§7Fishing Speed: §a+90\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§7§4❣ §cRequires §aFishing Skill 15§c.\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Rod of Champions\"},ExtraAttributes:{id:\"CHAMP_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+85", @@ -10,7 +10,7 @@ "§7Fishing Speed: §a+90", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 15", + "§7§4❣ §cRequires §aFishing Skill 15§c.", "§9§lRARE FISHING ROD" ], "recipe": { @@ -26,7 +26,7 @@ }, "internalname": "CHAMP_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rod_of_Champions", diff --git a/items/CONNECT_FOUR.json b/items/CONNECT_FOUR.json index a22e34e1..72c26819 100644 --- a/items/CONNECT_FOUR.json +++ b/items/CONNECT_FOUR.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§aFour in a Row", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0=\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7§c.\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}", "damage": 3, "lore": [ "§7Click another player to initiate", "§7a game of Four in a Row!", "", - "§7§4❣ §cRequires §aSocial Skill 7", + "§7§4❣ §cRequires §aSocial Skill 7§c.", "§a§lUNCOMMON" ], "internalname": "CONNECT_FOUR", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Four_in_a_Row", diff --git a/items/COZY_COTTAGE_BARN_SKIN.json b/items/COZY_COTTAGE_BARN_SKIN.json index dbf3759f..ce798adc 100644 --- a/items/COZY_COTTAGE_BARN_SKIN.json +++ b/items/COZY_COTTAGE_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Cozy_Cottage_Barn_Skin" + "https://wiki.hypixel.net/Cozy_Cottage_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Cozy_Cottage_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/CROPIE_TALISMAN.json b/items/CROPIE_TALISMAN.json index 5b2c1c1f..2835fda8 100644 --- a/items/CROPIE_TALISMAN.json +++ b/items/CROPIE_TALISMAN.json @@ -27,6 +27,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Cropie_Talisman" + "https://wiki.hypixel.net/Cropie_Talisman", + "https://hypixel-skyblock.fandom.com/wiki/Cropie_Talisman" ] }
\ No newline at end of file diff --git a/items/CRYSTAL_HOLLOWS_SACK.json b/items/CRYSTAL_HOLLOWS_SACK.json index 7f175838..a9bb6bb4 100644 --- a/items/CRYSTAL_HOLLOWS_SACK.json +++ b/items/CRYSTAL_HOLLOWS_SACK.json @@ -25,5 +25,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crystal_Hollows_Sack", + "https://wiki.hypixel.net/Crystal_Hollows_Sack" + ] }
\ No newline at end of file diff --git a/items/CUBE_BARN_SKIN.json b/items/CUBE_BARN_SKIN.json index 01f1e887..74727caa 100644 --- a/items/CUBE_BARN_SKIN.json +++ b/items/CUBE_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Cube_Barn_Skin" + "https://wiki.hypixel.net/Cube_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Cube_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json index ce14cb78..928502b9 100644 --- a/items/DARK_CLAYMORE.json +++ b/items/DARK_CLAYMORE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§f§f§6Dark Claymore", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d624 §8(2615)\",1:\"§7Damage: §c+500 §8(+2,095)\",2:\"§7Strength: §c+100 §8(+419)\",3:\"§7Crit Damage: §c+30% §8(+125.7%)\",4:\"§7Swing Range: §c5\",5:\" §8[§8❁§8] §8[§8❁§8]\",6:\"\",7:\"§7§7§oThat thing was too big to be\",8:\"§7§ocalled a sword, it was more like\",9:\"§7§oa large hunk of stone.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aMaster Mode\",13:\"§7§aCatacombs Floor VII §aCompletion.\",14:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d624 §8(2615)\",1:\"§7Damage: §c+500 §8(+2,095)\",2:\"§7Strength: §c+100 §8(+419)\",3:\"§7Crit Damage: §c+30% §8(+125.7%)\",4:\"§7Swing Range: §c5\",5:\" §8[§8❁§8] §8[§8❁§8]\",6:\"\",7:\"§7§7§oThat thing was too big to be\",8:\"§7§ocalled a sword, it was more like\",9:\"§7§oa large hunk of stone.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aMaster Mode\",13:\"§aCatacombs Floor VII Completion§c.\",14:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d624 §8(2615)", @@ -17,13 +17,13 @@ "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aMaster Mode", - "§7§aCatacombs Floor VII §aCompletion.", + "§aCatacombs Floor VII Completion§c.", "§6§lLEGENDARY LONGSWORD" ], "internalname": "DARK_CLAYMORE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Dark_Claymore", diff --git a/items/DIVER_BOOTS.json b/items/DIVER_BOOTS.json index 54b48107..923f9667 100644 --- a/items/DIVER_BOOTS.json +++ b/items/DIVER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_boots", - "displayname": "§6Diver's Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+110\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 20\",12:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Diver's Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"DIVER_BOOTS\"}}", + "displayname": "§6Diver\u0027s Boots", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+110\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",12:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Diver\u0027s Boots\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"DIVER_BOOTS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2%", @@ -15,7 +15,7 @@ "§9slow down).", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§6§lLEGENDARY BOOTS" ], "recipe": { @@ -31,11 +31,11 @@ }, "internalname": "DIVER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diver's_Armor", - "https://wiki.hypixel.net/Diver's_Boots" + "https://hypixel-skyblock.fandom.com/wiki/Diver\u0027s_Armor", + "https://wiki.hypixel.net/Diver\u0027s_Boots" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/DIVER_CHESTPLATE.json b/items/DIVER_CHESTPLATE.json index 79a0eeef..d598038c 100644 --- a/items/DIVER_CHESTPLATE.json +++ b/items/DIVER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_chestplate", - "displayname": "§6Diver's Shirt", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+200\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 20\",12:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diver's Shirt\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIVER_CHESTPLATE\"}}", + "displayname": "§6Diver\u0027s Shirt", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+200\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",12:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Diver\u0027s Shirt\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIVER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2%", @@ -15,7 +15,7 @@ "§9slow down).", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§6§lLEGENDARY CHESTPLATE" ], "recipe": { @@ -31,11 +31,11 @@ }, "internalname": "DIVER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diver's_Armor", - "https://wiki.hypixel.net/Diver's_Shirt" + "https://hypixel-skyblock.fandom.com/wiki/Diver\u0027s_Armor", + "https://wiki.hypixel.net/Diver\u0027s_Shirt" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/DIVER_HELMET.json b/items/DIVER_HELMET.json index 4731bd63..826e3b4e 100644 --- a/items/DIVER_HELMET.json +++ b/items/DIVER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Diver's Mask", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b718a978-c064-3bbf-9faf-66641e2cc58a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc4MzBjMWQ4Mjg0NWM5MWI4MzQyOWY5ZGM1OTczMTc4NDE1MzhlMTRkNGZiZWQ2MWFlMWEzYjBlYjdjY2QifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+65\",2:\"§7Defense: §a+120\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 20\",12:\"§6§lLEGENDARY HELMET\"],Name:\"§6Diver's Mask\"},ExtraAttributes:{id:\"DIVER_HELMET\"}}", + "displayname": "§6Diver\u0027s Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b718a978-c064-3bbf-9faf-66641e2cc58a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc4MzBjMWQ4Mjg0NWM5MWI4MzQyOWY5ZGM1OTczMTc4NDE1MzhlMTRkNGZiZWQ2MWFlMWEzYjBlYjdjY2QifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+65\",2:\"§7Defense: §a+120\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",12:\"§6§lLEGENDARY HELMET\"],Name:\"§6Diver\u0027s Mask\"},ExtraAttributes:{id:\"DIVER_HELMET\"}}", "damage": 3, "lore": [ "§7Sea Creature Chance: §c+2%", @@ -15,7 +15,7 @@ "§9slow down).", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§6§lLEGENDARY HELMET" ], "recipe": { @@ -31,11 +31,11 @@ }, "internalname": "DIVER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diver's_Armor", - "https://wiki.hypixel.net/Diver's_Mask" + "https://hypixel-skyblock.fandom.com/wiki/Diver\u0027s_Armor", + "https://wiki.hypixel.net/Diver\u0027s_Mask" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/DIVER_LEGGINGS.json b/items/DIVER_LEGGINGS.json index 342c77bc..3461ca74 100644 --- a/items/DIVER_LEGGINGS.json +++ b/items/DIVER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_leggings", - "displayname": "§6Diver's Trunks", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+170\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§4❣ §cRequires §aFishing Skill 20\",12:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Diver's Trunks\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"DIVER_LEGGINGS\"}}", + "displayname": "§6Diver\u0027s Trunks", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+170\",3:\"\",4:\"§6Full Set Bonus: One with the Fish\",5:\"§7While touching water you move\",6:\"§7§9incredibly fast§7 and can\",7:\"§7breathe §9permanently (sneak to\",8:\"§9slow down).\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",12:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Diver\u0027s Trunks\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"DIVER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2%", @@ -15,7 +15,7 @@ "§9slow down).", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§6§lLEGENDARY LEGGINGS" ], "recipe": { @@ -31,11 +31,11 @@ }, "internalname": "DIVER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diver's_Armor", - "https://wiki.hypixel.net/Diver's_Trunks" + "https://hypixel-skyblock.fandom.com/wiki/Diver\u0027s_Armor", + "https://wiki.hypixel.net/Diver\u0027s_Trunks" ], "crafttext": "" }
\ No newline at end of file diff --git a/items/DWARVEN_MINES_SACK.json b/items/DWARVEN_MINES_SACK.json index 5bbc6be6..19877bc2 100644 --- a/items/DWARVEN_MINES_SACK.json +++ b/items/DWARVEN_MINES_SACK.json @@ -24,5 +24,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dwarven_Sack", + "https://wiki.hypixel.net/Dwarven_Sack" + ] }
\ No newline at end of file diff --git a/items/EGG_HUNT.json b/items/EGG_HUNT.json index 205af8cc..44fd4aa9 100644 --- a/items/EGG_HUNT.json +++ b/items/EGG_HUNT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§fEgg Hunt", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"733f9a77-9671-3e84-9940-f8ee197f252b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM3MDQwNmU3NTM5NDIxMzU0MjRiYjk5NjkyYjc0NGM5YTAzNDVkM2YzYzgxOTNlOWQ4ZTMwZDU0NDEyMThlMyJ9fX0\"}]}},display:{Lore:[0:\"§7§7Place an egg which can be\",1:\"§7found on your island by guests\",2:\"§7for island points.\",3:\"\",4:\"§7§7Maximum of 10.\",5:\"\",6:\"§7§4❣ §cRequires §aSocial Skill 3\",7:\"§f§lCOMMON\"],Name:\"§fEgg Hunt\"},ExtraAttributes:{id:\"EGG_HUNT\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"733f9a77-9671-3e84-9940-f8ee197f252b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmM3MDQwNmU3NTM5NDIxMzU0MjRiYjk5NjkyYjc0NGM5YTAzNDVkM2YzYzgxOTNlOWQ4ZTMwZDU0NDEyMThlMyJ9fX0\"}]}},display:{Lore:[0:\"§7§7Place an egg which can be\",1:\"§7found on your island by guests\",2:\"§7for island points.\",3:\"\",4:\"§7§7Maximum of 10.\",5:\"\",6:\"§7§4❣ §cRequires §aSocial Skill 3§c.\",7:\"§f§lCOMMON\"],Name:\"§fEgg Hunt\"},ExtraAttributes:{id:\"EGG_HUNT\"}}", "damage": 3, "lore": [ "§7§7Place an egg which can be", @@ -10,13 +10,13 @@ "", "§7§7Maximum of 10.", "", - "§7§4❣ §cRequires §aSocial Skill 3", + "§7§4❣ §cRequires §aSocial Skill 3§c.", "§f§lCOMMON" ], "internalname": "EGG_HUNT", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Egg_Hunt", diff --git a/items/FARMER_ROD.json b/items/FARMER_ROD.json index f9806d68..07b6f7c3 100644 --- a/items/FARMER_ROD.json +++ b/items/FARMER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aFarmer\u0027s Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"§7Strength: §c+20\",2:\"§7Fishing Speed: §a+60\",3:\"\",4:\"§7Chance to fish up farm animals!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 8\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{id:\"FARMER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+45\",1:\"§7Strength: §c+20\",2:\"§7Fishing Speed: §a+60\",3:\"\",4:\"§7Chance to fish up farm animals!\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §aFishing Skill 8§c.\",8:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aFarmer\u0027s Rod\"},ExtraAttributes:{id:\"FARMER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+45", @@ -11,7 +11,7 @@ "§7Chance to fish up farm animals!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 8", + "§7§4❣ §cRequires §aFishing Skill 8§c.", "§a§lUNCOMMON FISHING ROD" ], "recipe": { @@ -27,7 +27,7 @@ }, "internalname": "FARMER_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "Requires: Clay V", "infoType": "WIKI_URL", "info": [ diff --git a/items/FERMENTO.json b/items/FERMENTO.json index ed6726e5..21388ea0 100644 --- a/items/FERMENTO.json +++ b/items/FERMENTO.json @@ -14,6 +14,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Fermento" + "https://wiki.hypixel.net/Fermento", + "https://hypixel-skyblock.fandom.com/wiki/Fermento" ] }
\ No newline at end of file diff --git a/items/FERMENTO_ARTIFACT.json b/items/FERMENTO_ARTIFACT.json index 43ccc9b6..40fa6d06 100644 --- a/items/FERMENTO_ARTIFACT.json +++ b/items/FERMENTO_ARTIFACT.json @@ -26,6 +26,7 @@ "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Fermento_Artifact" + "https://wiki.hypixel.net/Fermento_Artifact", + "https://hypixel-skyblock.fandom.com/wiki/Fermento_Artifact" ] }
\ No newline at end of file diff --git a/items/FLAMING_CHESTPLATE.json b/items/FLAMING_CHESTPLATE.json index f69fb821..6c89bfe8 100644 --- a/items/FLAMING_CHESTPLATE.json +++ b/items/FLAMING_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Flaming Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+210\",3:\"§7Defense: §a+210\",4:\" §8[§7❤§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 33.\",13:\"§9§lRARE CHESTPLATE\"],color:15558162,Name:\"§9Flaming Chestplate\"},ExtraAttributes:{id:\"FLAMING_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+210\",3:\"§7Defense: §a+210\",4:\" §8[§7❤§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 33§c.\",13:\"§9§lRARE CHESTPLATE\"],color:15558162,Name:\"§9Flaming Chestplate\"},ExtraAttributes:{id:\"FLAMING_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -16,13 +16,13 @@ "§7by §c1.1x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 33.", + "§7§4❣ §cRequires §aFishing Skill 33§c.", "§9§lRARE CHESTPLATE" ], "internalname": "FLAMING_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flaming_Chestplate", diff --git a/items/FLOWERING_BOUQUET.json b/items/FLOWERING_BOUQUET.json index c1cc64cd..c5d3acab 100644 --- a/items/FLOWERING_BOUQUET.json +++ b/items/FLOWERING_BOUQUET.json @@ -25,6 +25,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Flowering_Bouquet" + "https://wiki.hypixel.net/Flowering_Bouquet", + "https://hypixel-skyblock.fandom.com/wiki/Flowering_Bouquet" ] }
\ No newline at end of file diff --git a/items/FLOWER_SACK.json b/items/FLOWER_SACK.json index 719bf115..b1d79f9e 100644 --- a/items/FLOWER_SACK.json +++ b/items/FLOWER_SACK.json @@ -27,5 +27,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Flower_Sack", + "https://wiki.hypixel.net/Flower_Sack" + ] }
\ No newline at end of file diff --git a/items/FROG_BARN_SKIN.json b/items/FROG_BARN_SKIN.json index 1bc76fad..fcf81394 100644 --- a/items/FROG_BARN_SKIN.json +++ b/items/FROG_BARN_SKIN.json @@ -18,6 +18,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Frog_Barn_Skin" + "https://wiki.hypixel.net/Frog_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Frog_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/FROZEN_BAUBLE.json b/items/FROZEN_BAUBLE.json index 5497ae78..0df878c6 100644 --- a/items/FROZEN_BAUBLE.json +++ b/items/FROZEN_BAUBLE.json @@ -24,5 +24,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frozen_Bauble", + "https://wiki.hypixel.net/Frozen_Bauble" + ] }
\ No newline at end of file diff --git a/items/GIANTS_SWORD.json b/items/GIANTS_SWORD.json index 01da9f19..991d0584 100644 --- a/items/GIANTS_SWORD.json +++ b/items/GIANTS_SWORD.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:iron_sword", - "displayname": "§6Giant's Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\" §8[§8❁§8] §8[§8❁§8]\",3:\"\",4:\"§6Ability: Giant's Slam §e§lRIGHT CLICK\",5:\"§7Slam your sword into the ground\",6:\"§7dealing §c111,550 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3100\",9:\"§8Cooldown: §a30s\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor VI\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Giant's Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_SWORD\"}}", + "displayname": "§6Giant\u0027s Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\" §8[§8❁§8] §8[§8❁§8]\",3:\"\",4:\"§6Ability: Giant\u0027s Slam §e§lRIGHT CLICK\",5:\"§7Slam your sword into the ground\",6:\"§7dealing §c111,550 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3100\",9:\"§8Cooldown: §a30s\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aVI Completion§c.\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Giant\u0027s Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d600 ", "§7Damage: §c+500 ", " §8[§8❁§8] §8[§8❁§8]", "", - "§6Ability: Giant's Slam §e§lRIGHT CLICK", + "§6Ability: Giant\u0027s Slam §e§lRIGHT CLICK", "§7Slam your sword into the ground", "§7dealing §c111,550 §7damage to", "§7nearby enemies.", @@ -16,17 +16,17 @@ "§8Cooldown: §a30s", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "internalname": "GIANTS_SWORD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Giant%27s_Sword", - "https://wiki.hypixel.net/Giant's_Sword" + "https://wiki.hypixel.net/Giant\u0027s_Sword" ] }
\ No newline at end of file diff --git a/items/GREEN_BANDANA.json b/items/GREEN_BANDANA.json index 13f4c094..4380251f 100644 --- a/items/GREEN_BANDANA.json +++ b/items/GREEN_BANDANA.json @@ -26,6 +26,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Green_Bandana" + "https://wiki.hypixel.net/Green_Bandana", + "https://hypixel-skyblock.fandom.com/wiki/Green_Bandana" ] }
\ No newline at end of file diff --git a/items/HYPERION.json b/items/HYPERION.json index 80f49feb..2094f22a 100644 --- a/items/HYPERION.json +++ b/items/HYPERION.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Hyperion", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d615\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"§7Intelligence: §a+350\",4:\"§7Ferocity: §a+30\",5:\" §8[§8✎§8] §8[§8⚔§8]\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+2 §b✎ Intelligence\",10:\"§b§7per §cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Hyperion\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPERION\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d615\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+150\",3:\"§7Intelligence: §a+350\",4:\"§7Ferocity: §a+30\",5:\" §8[§8✎§8] §8[§8⚔§8]\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+2 §b✎ Intelligence\",10:\"§b§7per §cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Hyperion\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPERION\"}}", "damage": 0, "lore": [ "§7Gear Score: §d615", @@ -21,8 +21,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -40,7 +40,7 @@ "parent": "NECRON_BLADE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyperion", diff --git a/items/ICE_ROD.json b/items/ICE_ROD.json index 47b1d39e..bf34b94f 100644 --- a/items/ICE_ROD.json +++ b/items/ICE_ROD.json @@ -4,8 +4,8 @@ "displayname": "§9Ice Rod", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Fishing Speed: §a+15\",2:\"\",3:\"§7Grants a §a25% §7chance of\",4:\"§7catching ice blocks.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§4❣ §cRequires §aFishing Skill 3\",8:\"§9§lRARE FISHING ROD\"],Name:\"§9Ice Rod\"},ExtraAttributes:{id:\"ICE_ROD\"}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Fishing Speed: §a+15\",2:\"\",3:\"§7Grants a §a25% §7chance of\",4:\"§7catching ice blocks.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4❣ §cRequires §aFishing Skill 3§c.\",8:\"§9§lRARE FISHING ROD\"],Name:\"§9Ice Rod\"},ExtraAttributes:{id:\"ICE_ROD\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Damage: §c+30", "§7Fishing Speed: §a+15", @@ -14,7 +14,7 @@ "§7catching ice blocks.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 3", + "§7§4❣ §cRequires §aFishing Skill 3§c.", "§9§lRARE FISHING ROD" ], "infoType": "WIKI_URL", diff --git a/items/ISLAND_NPC.json b/items/ISLAND_NPC.json index 5b029eaf..d63dd3e6 100644 --- a/items/ISLAND_NPC.json +++ b/items/ISLAND_NPC.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§9Island NPC", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Spawn island NPCs for your\",1:\"§7private world! Right-Click one\",2:\"§7to edit its settings and add\",3:\"§7dialogue.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 5\",6:\"§9§lRARE\"],Name:\"§9Island NPC\"},ExtraAttributes:{id:\"ISLAND_NPC\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Spawn island NPCs for your\",1:\"§7private world! Right-Click one\",2:\"§7to edit its settings and add\",3:\"§7dialogue.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 5§c.\",6:\"§9§lRARE\"],Name:\"§9Island NPC\"},ExtraAttributes:{id:\"ISLAND_NPC\"}}", "damage": 0, "lore": [ "§7Spawn island NPCs for your", @@ -9,16 +9,16 @@ "§7to edit its settings and add", "§7dialogue.", "", - "§7§4❣ §cRequires §aSocial Skill 5", + "§7§4❣ §cRequires §aSocial Skill 5§c.", "§9§lRARE" ], "internalname": "ISLAND_NPC", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Island_NPC", "https://wiki.hypixel.net/Island_NPC" ] -} +}
\ No newline at end of file diff --git a/items/ITEM_SPIRIT_BOW.json b/items/ITEM_SPIRIT_BOW.json index 95334b6f..b1077f70 100644 --- a/items/ITEM_SPIRIT_BOW.json +++ b/items/ITEM_SPIRIT_BOW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§f§f§6Spirit Bow", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d350 §8(1296)\",1:\"§7Damage: §c+210 §8(+850.5)\",2:\"§7Strength: §c+100 §8(+405)\",3:\"§7Shot Cooldown: §a0.8s\",4:\"\",5:\"§aShortbow: Instantly shoots!\",6:\"§7Deals §a+2% §7damage to §aUndead\",7:\"§amonsters §7for every §a1% §7of\",8:\"§7your missing health.\",9:\"\",10:\"§7§bSpirit Item: §7When turned\",11:\"§7into a ghost, this item becomes\",12:\"§7a Ghost Ability.\",13:\"\",14:\"§6Spirit Ability: Spirit Bomb\",15:\"§7Shoots a spirit that deals\",16:\"§7§c8000 §7damage on impact.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor IV\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Spirit Bow\"},ExtraAttributes:{id:\"ITEM_SPIRIT_BOW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d350 §8(1296)\",1:\"§7Damage: §c+210 §8(+850.5)\",2:\"§7Strength: §c+100 §8(+405)\",3:\"§7Shot Cooldown: §a0.8s\",4:\"\",5:\"§aShortbow: Instantly shoots!\",6:\"§7Deals §a+2% §7damage to §aUndead\",7:\"§amonsters §7for every §a1% §7of\",8:\"§7your missing health.\",9:\"\",10:\"§7§bSpirit Item: §7When turned\",11:\"§7into a ghost, this item becomes\",12:\"§7a Ghost Ability.\",13:\"\",14:\"§6Spirit Ability: Spirit Bomb\",15:\"§7Shoots a spirit that deals\",16:\"§7§c8000 §7damage on impact.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aIV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Spirit Bow\"},ExtraAttributes:{id:\"ITEM_SPIRIT_BOW\"}}", "damage": 0, "lore": [ "§7Gear Score: §d350 §8(1296)", @@ -23,14 +23,14 @@ "§7§c8000 §7damage on impact.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor IV", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", "§6§lLEGENDARY DUNGEON BOW" ], "internalname": "ITEM_SPIRIT_BOW", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Bow", diff --git a/items/JERRY_BARN_SKIN.json b/items/JERRY_BARN_SKIN.json index f8b66e1a..98757113 100644 --- a/items/JERRY_BARN_SKIN.json +++ b/items/JERRY_BARN_SKIN.json @@ -18,6 +18,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Jerry_Barn_Skin" + "https://wiki.hypixel.net/Jerry_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Jerry_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/KUUDRA_WASHING_MACHINE.json b/items/KUUDRA_WASHING_MACHINE.json index e3ea8f00..bd8538d2 100644 --- a/items/KUUDRA_WASHING_MACHINE.json +++ b/items/KUUDRA_WASHING_MACHINE.json @@ -16,6 +16,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Kuudra_Washing_Machine" + "https://wiki.hypixel.net/Kuudra_Washing_Machine", + "https://hypixel-skyblock.fandom.com/wiki/Kuudra_Washing_Machine" ] }
\ No newline at end of file diff --git a/items/LARGE_DRAGON_SACK.json b/items/LARGE_DRAGON_SACK.json index 675975ec..4eeda186 100644 --- a/items/LARGE_DRAGON_SACK.json +++ b/items/LARGE_DRAGON_SACK.json @@ -35,5 +35,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Dragon_Sack", + "https://wiki.hypixel.net/Large_Dragon_Sack" + ] }
\ No newline at end of file diff --git a/items/LARGE_WALNUT.json b/items/LARGE_WALNUT.json index f71b90e9..7936e77b 100644 --- a/items/LARGE_WALNUT.json +++ b/items/LARGE_WALNUT.json @@ -28,6 +28,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Large_Walnut" + "https://wiki.hypixel.net/Large_Walnut", + "https://hypixel-skyblock.fandom.com/wiki/Large_Walnut" ] }
\ No newline at end of file diff --git a/items/LAST_BREATH.json b/items/LAST_BREATH.json index 4165de0c..c99ea22d 100644 --- a/items/LAST_BREATH.json +++ b/items/LAST_BREATH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§6Last Breath", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460 \",1:\"§7Damage: §c+200 \",2:\"§7Strength: §c+180 \",3:\"§7Crit Damage: §c+50% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor V\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"LAST_BREATH\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460 \",1:\"§7Damage: §c+200 \",2:\"§7Strength: §c+180 \",3:\"§7Crit Damage: §c+50% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aThe Catacombs Floor\",12:\"§aV Completion§c.\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"LAST_BREATH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d460 ", @@ -15,14 +15,14 @@ "§7up to §a5 §7times.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON BOW" ], "internalname": "LAST_BREATH", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Last_Breath", diff --git a/items/LEGEND_ROD.json b/items/LEGEND_ROD.json index 2bd8b71d..22268186 100644 --- a/items/LEGEND_ROD.json +++ b/items/LEGEND_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§5Rod of Legends", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+120\",2:\"§7Sea Creature Chance: §c+6%\",3:\"§7Fishing Speed: §a+105\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 20\",7:\"§5§lEPIC FISHING ROD\"],Name:\"§5Rod of Legends\"},ExtraAttributes:{id:\"LEGEND_ROD\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+120\",2:\"§7Sea Creature Chance: §c+6%\",3:\"§7Fishing Speed: §a+105\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",7:\"§5§lEPIC FISHING ROD\"],Name:\"§5Rod of Legends\"},ExtraAttributes:{id:\"LEGEND_ROD\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+130", @@ -10,7 +10,7 @@ "§7Fishing Speed: §a+105", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§5§lEPIC FISHING ROD" ], "recipe": { @@ -26,7 +26,7 @@ }, "internalname": "LEGEND_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rod_of_Legends", diff --git a/items/LIVID_DAGGER.json b/items/LIVID_DAGGER.json index 95113240..9889ccd7 100644 --- a/items/LIVID_DAGGER.json +++ b/items/LIVID_DAGGER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Livid Dagger", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d785 \",1:\"§7Damage: §c+210 \",2:\"§7Strength: §c+60 \",3:\"§7Crit Chance: §c+100%\",4:\"§7Crit Damage: §c+50% \",5:\"§7Bonus Attack Speed: §c+50%\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Ability: Throw §e§lRIGHT CLICK\",9:\"§7Throw your dagger at your\",10:\"§7enemies!\",11:\"§8Mana Cost: §3150\",12:\"§8Cooldown: §a5s\",13:\"\",14:\"§7Your Critical Hits deal §9100%\",15:\"§9§7more damage if you are behind\",16:\"§7your target.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Livid Dagger\"},ExtraAttributes:{dungeon_item_level:0,id:\"LIVID_DAGGER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d785 \",1:\"§7Damage: §c+210 \",2:\"§7Strength: §c+60 \",3:\"§7Crit Chance: §c+100%\",4:\"§7Crit Damage: §c+50% \",5:\"§7Bonus Attack Speed: §c+50%\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Ability: Throw §e§lRIGHT CLICK\",9:\"§7Throw your dagger at your\",10:\"§7enemies!\",11:\"§8Mana Cost: §3150\",12:\"§8Cooldown: §a5s\",13:\"\",14:\"§7Your Critical Hits deal §9100%\",15:\"§9§7more damage if you are behind\",16:\"§7your target.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Livid Dagger\"},ExtraAttributes:{dungeon_item_level:0,id:\"LIVID_DAGGER\"}}", "damage": 0, "lore": [ "§7Gear Score: §d785 ", @@ -23,14 +23,14 @@ "§7your target.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "internalname": "LIVID_DAGGER", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Livid_Dagger", diff --git a/items/MAXED_ATTRIBUTE_SHARD.json b/items/MAXED_ATTRIBUTE_SHARD.json index ead3f9e4..2dc3e219 100644 --- a/items/MAXED_ATTRIBUTE_SHARD.json +++ b/items/MAXED_ATTRIBUTE_SHARD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§cMax Attribute Shard", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§bArachno X\",1:\"§bArachno Resistance X\",2:\"§bAttack Speed X\",3:\"§bBlazing X\",4:\"§bBlazing Fortune X\",5:\"§bBlazing Resistance X\",6:\"§bBreeze X\",7:\"§bCombo X\",8:\"§bDeadeye X\",9:\"§bDominance X\",10:\"§bDouble Hook X\",11:\"§bElite X\",12:\"§bEnder X\",13:\"§bEnder Resistance X\",14:\"§bExperience X\",15:\"§bFortitude X\",16:\"§bFisherman X\",17:\"§bFishing Experience X\",18:\"§bFishing Speed X\",19:\"§bHunter X\",20:\"§bIgnition X\",21:\"§bInfection X\",22:\"§bLife Recovery X\",23:\"§bLife Regeneration X\",24:\"§bLifeline X\",25:\"§bMagic Find X\",26:\"§bMana Pool X\",27:\"§bMana Regeneration X\",28:\"§bMana Steal X\",29:\"§bMending X\",30:\"§bMidas Touch X\",31:\"§bSpeed X\",32:\"§bTrophy Hunter X\",33:\"§bUndead X\",34:\"§bUndead Resistance X\",35:\"§bVeteran X\",36:\"§bWarrior X\",37:\"\",38:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Attribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:1},id:\"MAXED_ATTRIBUTE_SHARD\",uuid:\"33795f2f-c267-4e84-9239-60d0ff5fa5c4\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§bArachno X\",1:\"§bArachno Resistance X\",2:\"§bAttack Speed X\",3:\"§bBlazing X\",4:\"§bBlazing Fortune X\",5:\"§bBlazing Resistance X\",6:\"§bBreeze X\",7:\"§bCombo X\",8:\"§bDeadeye X\",9:\"§bDominance X\",10:\"§bDouble Hook X\",11:\"§bElite X\",12:\"§bEnder X\",13:\"§bEnder Resistance X\",14:\"§bExperience X\",15:\"§bFortitude X\",16:\"§bFisherman X\",17:\"§bFishing Experience X\",18:\"§bFishing Speed X\",19:\"§bHunter X\",20:\"§bIgnition X\",21:\"§bInfection X\",22:\"§bLife Recovery X\",23:\"§bLife Regeneration X\",24:\"§bLifeline X\",25:\"§bMagic Find X\",26:\"§bMana Pool X\",27:\"§bMana Regeneration X\",28:\"§bMana Steal X\",29:\"§bMidas Touch X\",30:\"§bSpeed X\",31:\"§bTrophy Hunter X\",32:\"§bUndead X\",33:\"§bUndead Resistance X\",34:\"§bVeteran X\",35:\"§bWarrior X\",36:\"\",37:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Attribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:1},id:\"MAXED_ATTRIBUTE_SHARD\"}}", "damage": 0, "lore": [ "§bArachno X", @@ -33,7 +33,6 @@ "§bMana Pool X", "§bMana Regeneration X", "§bMana Steal X", - "§bMending X", "§bMidas Touch X", "§bSpeed X", "§bTrophy Hunter X", @@ -47,7 +46,7 @@ "internalname": "MAXED_ATTRIBUTE_SHARD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "§aUsed to test /neuec" diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json index 78b172f0..95baa5c9 100644 --- a/items/MAXED_ENCHANT_BOOK.json +++ b/items/MAXED_ENCHANT_BOOK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§cMax Enchanted Book", - "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V§9, §9§d§lChimera V§9,\",3:\"§9§d§lCombo V§9, §9§d§lDuplex V§9,\",4:\"§9§d§lFatal Tempo V§9, §9§d§lFlash V§9,\",5:\"§9§d§lHabanero Tactics V§9, §9§d§lInferno V§9,\",6:\"§9§d§lLast Stand V§9, §9§d§lLegion V§9,\",7:\"§9§d§lNo Pain No Gain V§9, §9§d§lOne For All I§9,\",8:\"§9§d§lRend V§9, §9§d§lSoul Eater V§9,\",9:\"§9§d§lSwarm V§9, §9§d§lUltimate Jerry V§9,\",10:\"§9§d§lUltimate Wise V§9, §9§d§lWisdom V§9,\",11:\"§9Angler VI§9, §9Aqua Affinity I§9,\",12:\"§9Bane of Arthropods VII§9, §9Big Brain V§9,\",13:\"§9Blast Protection VII§9, §9Blessing VI§9,\",14:\"§9Caster VI§9, §9Cayenne V§9,\",15:\"§9Champion X§9, §9Chance V§9,\",16:\"§9Charm V§9, §9Cleave VI§9,\",17:\"§9Compact X§9, §9Corruption V§9,\",18:\"§9Counter-Strike V§9, §9Critical VII§9,\",19:\"§9Cubism VI§9, §9Cultivating X§9,\",20:\"§9Delicate V§9, §9Depth Strider III§9,\",21:\"§9Dragon Hunter V§9, §9Dragon Tracer V§9,\",22:\"§9Efficiency X§9, §9Ender Slayer VII§9,\",23:\"§9Execute VI§9, §9Experience V§9,\",24:\"§9Expertise X§9, §9Feather Falling X§9,\",25:\"§9Ferocious Mana X§9, §9Fire Aspect III§9,\",26:\"§9Fire Protection VII§9, §9First Strike V§9,\",27:\"§9Flame II§9, §9Fortune IV§9,\",28:\"§9Frail VI§9, §9Frost Walker II§9,\",29:\"§9Giant Killer VII§9, §9Growth VII§9,\",30:\"§9Hardened Mana X§9, §9Harvesting VI§9,\",31:\"§9Hecatomb X§9, §9Impaling III§9,\",32:\"§9Infinite Quiver X§9, §9Knockback II§9,\",33:\"§9Lethality VI§9, §9Life Steal V§9,\",34:\"§9Looting V§9, §9Luck VII§9,\",35:\"§9Luck of the Sea VI§9, §9Lure VI§9,\",36:\"§9Magnet VI§9, §9Mana Steal III§9,\",37:\"§9Mana Vampire X§9, §9Overload V§9,\",38:\"§9Piercing I§9, §9Piscary VI§9,\",39:\"§9Power VII§9, §9Pristine V§9,\",40:\"§9Projectile Protection VII§9, §9Prosecute VI§9, \",41:\"§9Prosperity V§9, §9Protection VII§9,\",42:\"§9Punch II§9, §9Rainbow II§9,\",43:\"§9Rejuvenate V§9, §9Replenish I§9,\",44:\"§9Respiration III§9, §9Respite V§9,\",45:\"§9Scavenger V§9, §9Sharpness VII§9,\",46:\"§9Silk Touch I§9, §9Smarty Pants V§9,\",47:\"§9Smelting Touch I§9, §9Smite VII§9,\",48:\"§9Smoldering V§9, §9Snipe IV§9,\",49:\"§9Spiked Hook VI§9, §9Strong Mana X§9,\",50:\"§9Sugar Rush III§9, §9Sunder V§9,\",51:\"§9Syphon V§9, §9Tabasco III§9,\",52:\"§9Thorns III§9, §9Thunderbolt VI§9,\",53:\"§9Thunderlord VII§9, §9Titan Killer VII§9,\",54:\"§9Triple-Strike V§9, §9True Protection I§9,\",55:\"§9Turbo-Cacti V§9, §9Turbo-Cane V§9,\",56:\"§9Turbo-Carrot V§9, §9Turbo-Cocoa V§9,\",57:\"§9Turbo-Melon V§9, §9Turbo-Mushrooms V§9,\",58:\"§9Turbo-Potato V§9, §9Turbo-Pumpkin V§9,\",59:\"§9Turbo-Warts V§9, §9Turbo-Wheat V§9,\",60:\"§9Vampirism VI§9, §9Venomous VI§9,\",61:\"§9Vicious V,\",62:\"\",63:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{ultimate_bank:5,ultimate_chimera:5,ultimate_combo:5,ultimate_duplex:5,ultimate_fatal_tempo:5,ultimate_flash:5,ultimate_habanero_tactics:5,ultimate_inferno:5,ultimate_last_stand:5,ultimate_legion:5,ultimate_no_pain_no_gain:5,ultimate_one_for_all:1,ultimate_rend:5,ultimate_soul_eater:5,ultimate_swarm:5,ultimate_ultimate_jerry:5,ultimate_ultimate_wise:5,ultimate_wisdom:5,angler:6,aqua_affinity:1,bane_of_arthropods:7,big_brain:5,blast_protection:7,blessing:6,caster:6,cayenne:5,champion:10,chance:5,charm:5,cleave:6,compact:10,corruption:5,counter_strike:5,critical:7,cubism:6,cultivating:10,delicate:5,depth_strider:3,dragon_hunter:5,dragon_tracer:5,efficiency:10,ender_slayer:7,execute:6,experience:5,expertise:10,feather_falling:10,ferocious_mana:10,fire_aspect:3,fire_protection:7,first_strike:5,flame:2,fortune:4,frail:6,frost_walker:2,giant_killer:7,growth:7,hardened_mana:10,harvesting:6,hecatomb:10,impaling:3,infinite_quiver:10,knockback:2,lethality:6,life_steal:5,looting:5,luck:7,luck_of_the_sea:6,lure:6,magnet:6,mana_steal:3,mana_vampire:10,overload:5,piercing:1,piscary:6,power:7,pristine:5,projectile_protection:7,prosecute:6,prosperity:5,protection:7,punch:2,rainbow:2,rejuvenate:5,replenish:1,respiration:3,respite:5,scavenger:5,sharpness:7,silk_touch:1,smarty_pants:5,smelting_touch:1,smite:7,smoldering:5,snipe:4,spiked_hook:6,strong_mana:10,sugar_rush:3,sunder:5,syphon:5,tabasco:3,thorns:3,thunderbolt:6,thunderlord:7,titan_killer:7,triple_strike:5,true_protection:1,turbo_cacti:5,turbo_cane:5,turbo_carrot:5,turbo_cocoa:5,turbo_melon:5,turbo_mushrooms:5,turbo_potato:5,turbo_pumpkin:5,turbo_warts:5,turbo_wheat:5,vampirism:6,venomous:6,vicious:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V§9, §9§d§lChimera V§9,\",3:\"§9§d§lCombo V§9, §9§d§lDuplex V§9,\",4:\"§9§d§lFatal Tempo V§9, §9§d§lFlash V§9,\",5:\"§9§d§lHabanero Tactics V§9, §9§d§lInferno V§9,\",6:\"§9§d§lLast Stand V§9, §9§d§lLegion V§9,\",7:\"§9§d§lNo Pain No Gain V§9, §9§d§lOne For All I§9,\",8:\"§9§d§lRend V§9, §9§d§lSoul Eater V§9,\",9:\"§9§d§lSwarm V§9, §9§d§lUltimate Jerry V§9,\",10:\"§9§d§lUltimate Wise V§9, §9§d§lWisdom V§9,\",11:\"§9Angler VI§9, §9Aqua Affinity I§9,\",12:\"§9Bane of Arthropods VII§9, §9Big Brain V§9,\",13:\"§9Blast Protection VII§9, §9Blessing VI§9,\",14:\"§9Caster VI§9, §9Cayenne V§9,\",15:\"§9Champion X§9, §9Chance V§9,\",16:\"§9Charm V§9, §9Cleave VI§9,\",17:\"§9Compact X§9, §9Corruption V§9,\",18:\"§9Counter-Strike V§9, §9Critical VII§9,\",19:\"§9Cubism VI§9, §9Cultivating X§9,\",20:\"§9Dedication IV§9, §9Delicate V§9,\",21:\"§9Depth Strider III§9, §9Dragon Hunter V§9,\",22:\"§9Dragon Tracer V§9, §9Efficiency X§9,\",23:\"§9Ender Slayer VII§9, §9Execute VI§9,\",24:\"§9Experience V§9, §9Expertise X§9,\",25:\"§9Feather Falling X§9, §9Ferocious Mana X§9,\",26:\"§9Fire Aspect III§9, §9Fire Protection VII§9,\",27:\"§9First Strike V§9, §9Flame II§9,\",28:\"§9Fortune IV§9, §9Frail VI§9,\",29:\"§9Frost Walker II§9, §9Giant Killer VII§9,\",30:\"§9Green Thumb V§9, §9Growth VII§9,\",31:\"§9Hardened Mana X§9, §9Harvesting VI§9,\",32:\"§9Hecatomb X§9, §9Impaling III§9,\",33:\"§9Infinite Quiver X§9, §9Knockback II§9,\",34:\"§9Lethality VI§9, §9Life Steal V§9,\",35:\"§9Looting V§9, §9Luck VII§9,\",36:\"§9Luck of the Sea VI§9, §9Lure VI§9,\",37:\"§9Magnet VI§9, §9Mana Steal III§9,\",38:\"§9Mana Vampire X§9, §9Overload V§9,\",39:\"§9Piercing I§9, §9Piscary VI§9,\",40:\"§9Power VII§9, §9Pristine V§9,\",41:\"§9Projectile Protection VII§9, §9Prosecute VI§9, \",42:\"§9Prosperity V§9, §9Protection VII§9,\",43:\"§9Punch II§9, §9Rainbow II§9,\",44:\"§9Rejuvenate V§9, §9Replenish I§9,\",45:\"§9Respiration III§9, §9Respite V§9,\",46:\"§9Scavenger V§9, §9Sharpness VII§9,\",47:\"§9Silk Touch I§9, §9Smarty Pants V§9,\",48:\"§9Smelting Touch I§9, §9Smite VII§9,\",49:\"§9Smoldering V§9, §9Snipe IV§9,\",50:\"§9Spiked Hook VI§9, §9Strong Mana X§9,\",51:\"§9Sugar Rush III§9, §9Sunder V§9,\",52:\"§9Syphon V§9, §9Tabasco III§9,\",53:\"§9Thorns III§9, §9Thunderbolt VI§9,\",54:\"§9Thunderlord VII§9, §9Titan Killer VII§9,\",55:\"§9Triple-Strike V§9, §9True Protection I§9,\",56:\"§9Turbo-Cacti V§9, §9Turbo-Cane V§9,\",57:\"§9Turbo-Carrot V§9, §9Turbo-Cocoa V§9,\",58:\"§9Turbo-Melon V§9, §9Turbo-Mushrooms V§9,\",59:\"§9Turbo-Potato V§9, §9Turbo-Pumpkin V§9,\",60:\"§9Turbo-Warts V§9, §9Turbo-Wheat V§9,\",61:\"§9Vampirism VI§9, §9Venomous VI§9,\",62:\"§9Vicious V,\",63:\"\",64:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{ultimate_bank:5,ultimate_chimera:5,ultimate_combo:5,ultimate_duplex:5,ultimate_fatal_tempo:5,ultimate_flash:5,ultimate_habanero_tactics:5,ultimate_inferno:5,ultimate_last_stand:5,ultimate_legion:5,ultimate_no_pain_no_gain:5,ultimate_one_for_all:1,ultimate_rend:5,ultimate_soul_eater:5,ultimate_swarm:5,ultimate_ultimate_jerry:5,ultimate_ultimate_wise:5,ultimate_wisdom:5,angler:6,aqua_affinity:1,bane_of_arthropods:7,big_brain:5,blast_protection:7,blessing:6,caster:6,cayenne:5,champion:10,chance:5,charm:5,cleave:6,compact:10,corruption:5,counter_strike:5,critical:7,cubism:6,cultivating:10,dedication:4,delicate:5,depth_strider:3,dragon_hunter:5,dragon_tracer:5,efficiency:10,ender_slayer:7,execute:6,experience:5,expertise:10,feather_falling:10,ferocious_mana:10,fire_aspect:3,fire_protection:7,first_strike:5,flame:2,fortune:4,frail:6,frost_walker:2,giant_killer:7,green_thumb:5,growth:7,hardened_mana:10,harvesting:6,hecatomb:10,impaling:3,infinite_quiver:10,knockback:2,lethality:6,life_steal:5,looting:5,luck:7,luck_of_the_sea:6,lure:6,magnet:6,mana_steal:3,mana_vampire:10,overload:5,piercing:1,piscary:6,power:7,pristine:5,projectile_protection:7,prosecute:6,prosperity:5,protection:7,punch:2,rainbow:2,rejuvenate:5,replenish:1,respiration:3,respite:5,scavenger:5,sharpness:7,silk_touch:1,smarty_pants:5,smelting_touch:1,smite:7,smoldering:5,snipe:4,spiked_hook:6,strong_mana:10,sugar_rush:3,sunder:5,syphon:5,tabasco:3,thorns:3,thunderbolt:6,thunderlord:7,titan_killer:7,triple_strike:5,true_protection:1,turbo_cacti:5,turbo_cane:5,turbo_carrot:5,turbo_cocoa:5,turbo_melon:5,turbo_mushrooms:5,turbo_potato:5,turbo_pumpkin:5,turbo_warts:5,turbo_wheat:5,vampirism:6,venomous:6,vicious:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§aThis is to test custom enchant color.", @@ -24,16 +24,17 @@ "§9Compact X§9, §9Corruption V§9,", "§9Counter-Strike V§9, §9Critical VII§9,", "§9Cubism VI§9, §9Cultivating X§9,", - "§9Delicate V§9, §9Depth Strider III§9,", - "§9Dragon Hunter V§9, §9Dragon Tracer V§9,", - "§9Efficiency X§9, §9Ender Slayer VII§9,", - "§9Execute VI§9, §9Experience V§9,", - "§9Expertise X§9, §9Feather Falling X§9,", - "§9Ferocious Mana X§9, §9Fire Aspect III§9,", - "§9Fire Protection VII§9, §9First Strike V§9,", - "§9Flame II§9, §9Fortune IV§9,", - "§9Frail VI§9, §9Frost Walker II§9,", - "§9Giant Killer VII§9, §9Growth VII§9,", + "§9Dedication IV§9, §9Delicate V§9,", + "§9Depth Strider III§9, §9Dragon Hunter V§9,", + "§9Dragon Tracer V§9, §9Efficiency X§9,", + "§9Ender Slayer VII§9, §9Execute VI§9,", + "§9Experience V§9, §9Expertise X§9,", + "§9Feather Falling X§9, §9Ferocious Mana X§9,", + "§9Fire Aspect III§9, §9Fire Protection VII§9,", + "§9First Strike V§9, §9Flame II§9,", + "§9Fortune IV§9, §9Frail VI§9,", + "§9Frost Walker II§9, §9Giant Killer VII§9,", + "§9Green Thumb V§9, §9Growth VII§9,", "§9Hardened Mana X§9, §9Harvesting VI§9,", "§9Hecatomb X§9, §9Impaling III§9,", "§9Infinite Quiver X§9, §9Knockback II§9,", diff --git a/items/MEDIUM_DRAGON_SACK.json b/items/MEDIUM_DRAGON_SACK.json index ebc5cd65..b4f46734 100644 --- a/items/MEDIUM_DRAGON_SACK.json +++ b/items/MEDIUM_DRAGON_SACK.json @@ -35,5 +35,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "Requires: Ender Pearl VI", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Medium_Dragon_Sack", + "https://wiki.hypixel.net/Medium_Dragon_Sack" + ] }
\ No newline at end of file diff --git a/items/MELON_BLOCK.json b/items/MELON_BLOCK.json index b29d521f..00c9d5dd 100644 --- a/items/MELON_BLOCK.json +++ b/items/MELON_BLOCK.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:melon_block", - "displayname": "§fMelon", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMelon\"},ExtraAttributes:{id:\"MELON_BLOCK\"}}", + "displayname": "§fMelon Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMelon Block\"},ExtraAttributes:{id:\"MELON_BLOCK\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "MELON_BLOCK", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -24,5 +24,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Melon" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/MERCENARY_AXE.json b/items/MERCENARY_AXE.json index 0900dd90..7a758250 100644 --- a/items/MERCENARY_AXE.json +++ b/items/MERCENARY_AXE.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:iron_axe", "displayname": "§f§f§9Mercenary Axe", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+70\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 8.\",5:\"§9§lRARE SWORD\"],Name:\"§f§f§9Mercenary Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_AXE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+70\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 8§c.\",5:\"§9§lRARE SWORD\"],Name:\"§f§f§9Mercenary Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_AXE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+70", "§7Strength: §c+20", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE SWORD" ], "internalname": "MERCENARY_AXE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mercenary_Axe", diff --git a/items/MERCENARY_BOOTS.json b/items/MERCENARY_BOOTS.json index 759cb1c8..4c2c89b1 100644 --- a/items/MERCENARY_BOOTS.json +++ b/items/MERCENARY_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§9Mercenary Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8.\",10:\"§9§lRARE BOOTS\"],color:14744823,Name:\"§f§f§9Mercenary Boots\"},ExtraAttributes:{color:\"224:252:247\",originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8§c.\",10:\"§9§lRARE BOOTS\"],color:14744823,Name:\"§f§f§9Mercenary Boots\"},ExtraAttributes:{color:\"224:252:247\",originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+30", @@ -13,13 +13,13 @@ "§8Only against level 10+ mobs!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE BOOTS" ], "internalname": "MERCENARY_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mercenary_Armor", diff --git a/items/MERCENARY_CHESTPLATE.json b/items/MERCENARY_CHESTPLATE.json index b31c4406..c16c1abf 100644 --- a/items/MERCENARY_CHESTPLATE.json +++ b/items/MERCENARY_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_chestplate", "displayname": "§f§f§9Mercenary Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70\",1:\"§7Defense: §a+70\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8.\",10:\"§9§lRARE CHESTPLATE\"],Name:\"§f§f§9Mercenary Chestplate\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70\",1:\"§7Defense: §a+70\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill §c.\",10:\"§9§lRARE CHESTPLATE\"],Name:\"§f§f§9Mercenary Chestplate\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+70", @@ -13,13 +13,13 @@ "§8Only against level 10+ mobs!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill §c.", "§9§lRARE CHESTPLATE" ], "internalname": "MERCENARY_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mercenary_Armor", diff --git a/items/MERCENARY_HELMET.json b/items/MERCENARY_HELMET.json index 037a4445..5c5ef2c0 100644 --- a/items/MERCENARY_HELMET.json +++ b/items/MERCENARY_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_helmet", "displayname": "§f§f§9Mercenary Helmet", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8.\",10:\"§9§lRARE HELMET\"],Name:\"§f§f§9Mercenary Helmet\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8§c.\",10:\"§9§lRARE HELMET\"],Name:\"§f§f§9Mercenary Helmet\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_HELMET\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+40", @@ -13,13 +13,13 @@ "§8Only against level 10+ mobs!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE HELMET" ], "internalname": "MERCENARY_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mercenary_Armor", diff --git a/items/MERCENARY_LEGGINGS.json b/items/MERCENARY_LEGGINGS.json index a2a88dc6..ef3107de 100644 --- a/items/MERCENARY_LEGGINGS.json +++ b/items/MERCENARY_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§f§f§9Mercenary Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60\",1:\"§7Defense: §a+60\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8.\",10:\"§9§lRARE LEGGINGS\"],Name:\"§f§f§9Mercenary Leggings\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60\",1:\"§7Defense: §a+60\",2:\"\",3:\"§6Full Set Bonus: Death Tax\",4:\"§7Earn §6+5 coins §7and heal §c20❤\",5:\"§c§7each kill.\",6:\"§8Only against level 10+ mobs!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aCombat Skill 8§c.\",10:\"§9§lRARE LEGGINGS\"],Name:\"§f§f§9Mercenary Leggings\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MERCENARY_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+60", @@ -13,13 +13,13 @@ "§8Only against level 10+ mobs!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE LEGGINGS" ], "internalname": "MERCENARY_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mercenary_Armor", diff --git a/items/MOBY_NPC.json b/items/MOBY_NPC.json new file mode 100644 index 00000000..2c298bb8 --- /dev/null +++ b/items/MOBY_NPC.json @@ -0,0 +1,71 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Moby (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4e18839d-6ff6-27c3-ae70-f715f3403b71\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzliNjg4NTQ1ZTMyNmU0ZjFmZDFjNDA1ODczZDljNWI4YmJlNjlkZDI2ODg5Y2UzZGVhMTBiNGQ5ZTNkN2I0ZGIifX19\"}]},Name:\"4e18839d-6ff6-27c3-ae70-f715f3403b71\"},display:{Lore:[0:\"\"],Name:\"§9Moby (NPC)\"},ExtraAttributes:{id:\"MOBY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MOBY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 206, + "y": 44, + "z": -500, + "island": "farming_1", + "recipes": [ + { + "type": "npc_shop", + "result": "EMPTY_CHUM_BUCKET:1.0", + "cost": [ + "SKYBLOCK_COIN:1940", + "GLOWING_MUSHROOM:8" + ] + }, + { + "type": "npc_shop", + "result": "GLOWY_CHUM_BAIT:16", + "cost": [ + "FULL_CHUM_BUCKET:1", + "GLOWING_MUSHROOM:4" + ] + }, + { + "type": "npc_shop", + "result": "LUMINOUS_BRACELET:1", + "cost": [ + "FULL_CHUM_BUCKET:2", + "GLOWING_MUSHROOM:10" + ] + }, + { + "type": "npc_shop", + "result": "CHUM_ROD:1", + "cost": [ + "FULL_CHUM_BUCKET:4", + "GLOWING_MUSHROOM:15" + ] + }, + { + "type": "npc_shop", + "result": "MOBYS_SHEARS:1", + "cost": [ + "FULL_CHUM_BUCKET:5", + "GLOWING_MUSHROOM:15" + ] + }, + { + "type": "npc_shop", + "result": "CHUMMING_TALISMAN:1", + "cost": [ + "FULL_CHUM_BUCKET:32" + ] + } + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Moby", + "https://wiki.hypixel.net/Moby" + ] +}
\ No newline at end of file diff --git a/items/MOOGMA_LEGGINGS.json b/items/MOOGMA_LEGGINGS.json index f0da46f0..2866b422 100644 --- a/items/MOOGMA_LEGGINGS.json +++ b/items/MOOGMA_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Moogma Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+15%\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+190\",3:\"§7Defense: §a+160\",4:\" §8[§7❈§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 28.\",13:\"§9§lRARE LEGGINGS\"],color:13511724,Name:\"§9Moogma Leggings\"},ExtraAttributes:{id:\"MOOGMA_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Crit Damage: §c+15%\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+190\",3:\"§7Defense: §a+160\",4:\" §8[§7❈§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 28§c.\",13:\"§9§lRARE LEGGINGS\"],color:13511724,Name:\"§9Moogma Leggings\"},ExtraAttributes:{id:\"MOOGMA_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Crit Damage: §c+15%", @@ -16,13 +16,13 @@ "§7by §c1.1x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 28.", + "§7§4❣ §cRequires §aFishing Skill 28§c.", "§9§lRARE LEGGINGS" ], "internalname": "MOOGMA_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Moogma_Leggings", diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json index 60e7c1c5..d732da61 100644 --- a/items/NECROMANCER_LORD_BOOTS.json +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Necromancer Lord Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VI\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:4195154,Name:\"§6Necromancer Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVI Completion§c.\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:4195154,Name:\"§6Necromancer Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d510 ", @@ -21,14 +21,14 @@ "§7necromancer weapon.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "internalname": "NECROMANCER_LORD_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor", diff --git a/items/NECROMANCER_LORD_CHESTPLATE.json b/items/NECROMANCER_LORD_CHESTPLATE.json index fe31653b..db8eb411 100644 --- a/items/NECROMANCER_LORD_CHESTPLATE.json +++ b/items/NECROMANCER_LORD_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Necromancer Lord Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VI\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Necromancer Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVI Completion§c.\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Necromancer Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d830 ", @@ -21,14 +21,14 @@ "§7necromancer weapon.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "internalname": "NECROMANCER_LORD_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor", diff --git a/items/NECROMANCER_LORD_HELMET.json b/items/NECROMANCER_LORD_HELMET.json index fd1daf0a..f379d446 100644 --- a/items/NECROMANCER_LORD_HELMET.json +++ b/items/NECROMANCER_LORD_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Necromancer Lord Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e24c542-e7c7-3fee-94b5-415eeaf3e169\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODUyZjkyNjk0YWQ4MWU2MzU4YjQzMDcyYWFlZjI1ZjhlMDA5OTE4NGJiNGM3ZmQzODhlNGFkZjcwYWNjN2UwZiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d553 \",1:\"§7Health: §a+200\",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VI\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necromancer Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e24c542-e7c7-3fee-94b5-415eeaf3e169\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODUyZjkyNjk0YWQ4MWU2MzU4YjQzMDcyYWFlZjI1ZjhlMDA5OTE4NGJiNGM3ZmQzODhlNGFkZjcwYWNjN2UwZiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d553 \",1:\"§7Health: §a+200\",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVI Completion§c.\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necromancer Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d553 ", @@ -21,14 +21,14 @@ "§7necromancer weapon.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "internalname": "NECROMANCER_LORD_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor", diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json index d4cc2c22..e01162b2 100644 --- a/items/NECROMANCER_LORD_LEGGINGS.json +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Necromancer Lord Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VI\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:3604807,Name:\"§6Necromancer Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Soul Whisper\",7:\"§7Increase the damage of your\",8:\"§7necromancer summoned mobs by\",9:\"§7§c20%§7.\",10:\"\",11:\"§7Allows the wearer to store\",12:\"§7and summon an additional\",13:\"§7§e1 §7souls in their\",14:\"§7necromancer weapon.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVI Completion§c.\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:3604807,Name:\"§6Necromancer Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d720 ", @@ -21,14 +21,14 @@ "§7necromancer weapon.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "internalname": "NECROMANCER_LORD_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor", diff --git a/items/NECROMANCER_SWORD.json b/items/NECROMANCER_SWORD.json index 23c881f3..c6f5272d 100644 --- a/items/NECROMANCER_SWORD.json +++ b/items/NECROMANCER_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Necromancer Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d675 \",1:\"§7Damage: §c+250 \",2:\"§7Strength: §c+125 \",3:\"§7Defense: §a+125 \",4:\"\",5:\"§6Ability: Raise Souls §e§lRIGHT CLICK\",6:\"§7Monsters you kill using this\",7:\"§7item will drop their soul. You\",8:\"§7can click on their souls on the\",9:\"§7ground using this item to absorb\",10:\"§7them and then spawn them to\",11:\"§7fight by your side.\",12:\"§7\",13:\"§7Mana cost is based on the power\",14:\"§7of the monsters that you summon.\",15:\"§7Shift right-click to view and\",16:\"§7remove souls from this item. If\",17:\"§7your summoned monster dies the\",18:\"§7soul will be removed.\",19:\"§8Cooldown: §a1s\",20:\"\",21:\"§7Max Souls: §d2\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§7§4❣ §cRequires §aCatacombs Floor VI\",25:\"§aCompletion\",26:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necromancer Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d675 \",1:\"§7Damage: §c+250 \",2:\"§7Strength: §c+125 \",3:\"§7Defense: §a+125 \",4:\"\",5:\"§6Ability: Raise Souls §e§lRIGHT CLICK\",6:\"§7Monsters you kill using this\",7:\"§7item will drop their soul. You\",8:\"§7can click on their souls on the\",9:\"§7ground using this item to absorb\",10:\"§7them and then spawn them to\",11:\"§7fight by your side.\",12:\"§7\",13:\"§7Mana cost is based on the power\",14:\"§7of the monsters that you summon.\",15:\"§7Shift right-click to view and\",16:\"§7remove souls from this item. If\",17:\"§7your summoned monster dies the\",18:\"§7soul will be removed.\",19:\"§8Cooldown: §a1s\",20:\"\",21:\"§7Max Souls: §d2\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§7§4❣ §cRequires §aThe Catacombs Floor\",25:\"§aVI Completion§c.\",26:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necromancer Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d675 ", @@ -28,14 +28,14 @@ "§7Max Souls: §d2", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "internalname": "NECROMANCER_SWORD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Sword", diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json index 06ecfa37..9584c84f 100644 --- a/items/NECRON_BLADE.json +++ b/items/NECRON_BLADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Necron\u0027s Blade (Unrefined)", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+110\",3:\"§7Intelligence: §a+50\",4:\"§7Ferocity: §a+30\",5:\"\",6:\"§7Deals +§c50% §7damage to\",7:\"§7Withers.\",8:\"\",9:\"§eRight-click to use your class ability!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor VII\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECRON_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Damage: §c+260\",2:\"§7Strength: §c+110\",3:\"§7Intelligence: §a+50\",4:\"§7Ferocity: §a+30\",5:\"\",6:\"§7Deals +§c50% §7damage to\",7:\"§7Withers.\",8:\"\",9:\"§eRight-click to use your class ability!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aThe Catacombs Floor\",13:\"§aVII Completion§c.\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necron\u0027s Blade (Unrefined)\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECRON_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d425", @@ -16,8 +16,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -34,7 +34,7 @@ "internalname": "NECRON_BLADE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade", diff --git a/items/OIL_BARREL.json b/items/OIL_BARREL.json index 9a6a2c5c..7e9cec2b 100644 --- a/items/OIL_BARREL.json +++ b/items/OIL_BARREL.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§aOil Barrel", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e6670331-bbb6-301f-b8c4-84d8597843fd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDg0OTg4MDg2NSwKICAicHJvZmlsZUlkIiA6ICIyMzYxYmNlZjZkMWM0ZWI1OGNhMDUzNDFjNGU4MGM0YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIaXJvQ2FwdWNjaW5vODciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDVkMjc1MDU5NTQ3N2VjYzEzODY5NTgwYjEyZmZjM2IxM2ZjMmIzYWMzZTUwMzVlY2ZjOWFhZmEwMzY3MjJhMiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Fuel\",1:\"\",2:\"§7§7Adds §2+10,000 Drill Fuel §7to\",3:\"§7a Drill when applied in a Drill\",4:\"§7Anvil.\",5:\"\",6:\"§7§7Talk to a §2Drill Mechanic\",7:\"§2§7to refuel your Drills.\",8:\"§7§7§o100% unrenewable energy!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aOil Barrel\"},ExtraAttributes:{id:\"OIL_BARREL\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e6670331-bbb6-301f-b8c4-84d8597843fd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDg0OTg4MDg2NSwKICAicHJvZmlsZUlkIiA6ICIyMzYxYmNlZjZkMWM0ZWI1OGNhMDUzNDFjNGU4MGM0YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIaXJvQ2FwdWNjaW5vODciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDVkMjc1MDU5NTQ3N2VjYzEzODY5NTgwYjEyZmZjM2IxM2ZjMmIzYWMzZTUwMzVlY2ZjOWFhZmEwMzY3MjJhMiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Machine Fuel\",1:\"\",2:\"§7§7Adds §2+10,000♢ Fuel §7to a\",3:\"§7refuelable machine.\",4:\"§7§7§o100% unrenewable energy!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aOil Barrel\"},ExtraAttributes:{id:\"OIL_BARREL\"}}", "damage": 3, "lore": [ - "§8Drill Fuel", + "§8Machine Fuel", "", - "§7§7Adds §2+10,000 Drill Fuel §7to", - "§7a Drill when applied in a Drill", - "§7Anvil.", - "", - "§7§7Talk to a §2Drill Mechanic", - "§2§7to refuel your Drills.", + "§7§7Adds §2+10,000♢ Fuel §7to a", + "§7refuelable machine.", "§7§7§o100% unrenewable energy!", "", "§a§lUNCOMMON" @@ -19,7 +15,7 @@ "internalname": "OIL_BARREL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Oil_Barrel", diff --git a/items/OVERGROWN_GRASS.json b/items/OVERGROWN_GRASS.json index baa5fc69..a8b88d40 100644 --- a/items/OVERGROWN_GRASS.json +++ b/items/OVERGROWN_GRASS.json @@ -25,6 +25,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Overgrown_Grass" + "https://wiki.hypixel.net/Overgrown_Grass", + "https://hypixel-skyblock.fandom.com/wiki/Overgrown_Grass" ] }
\ No newline at end of file diff --git a/items/OXFORD_SHOES.json b/items/OXFORD_SHOES.json index cb2a65d0..a9501701 100644 --- a/items/OXFORD_SHOES.json +++ b/items/OXFORD_SHOES.json @@ -16,6 +16,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Oxford_Shoes" + "https://wiki.hypixel.net/Oxford_Shoes", + "https://hypixel-skyblock.fandom.com/wiki/Oxford_Shoes" ] }
\ No newline at end of file diff --git a/items/PARKOUR_CONTROLLER.json b/items/PARKOUR_CONTROLLER.json index b39f7d54..268dc0a5 100644 --- a/items/PARKOUR_CONTROLLER.json +++ b/items/PARKOUR_CONTROLLER.json @@ -1,22 +1,22 @@ { "itemid": "minecraft:light_weighted_pressure_plate", "displayname": "§fParkour Start/End", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create the start/end of parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1\",4:\"§f§lCOMMON\"],Name:\"§fParkour Start/End\"},ExtraAttributes:{id:\"PARKOUR_CONTROLLER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create the start/end of parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1§c.\",4:\"§f§lCOMMON\"],Name:\"§fParkour Start/End\"},ExtraAttributes:{id:\"PARKOUR_CONTROLLER\"}}", "damage": 0, "lore": [ "§7Create the start/end of parkour", "§7courses on your private island!", "", - "§7§4❣ §cRequires §aSocial Skill 1", + "§7§4❣ §cRequires §aSocial Skill 1§c.", "§f§lCOMMON" ], "internalname": "PARKOUR_CONTROLLER", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Parkour_Start/End", "https://wiki.hypixel.net/Parkour_Start/End" ] -} +}
\ No newline at end of file diff --git a/items/PARKOUR_POINT.json b/items/PARKOUR_POINT.json index 2c8823c1..f0495f80 100644 --- a/items/PARKOUR_POINT.json +++ b/items/PARKOUR_POINT.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:heavy_weighted_pressure_plate", "displayname": "§fParkour Checkpoint", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create checkpoints for parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1\",4:\"§f§lCOMMON\"],Name:\"§fParkour Checkpoint\"},ExtraAttributes:{id:\"PARKOUR_POINT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Create checkpoints for parkour\",1:\"§7courses on your private island!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 1§c.\",4:\"§f§lCOMMON\"],Name:\"§fParkour Checkpoint\"},ExtraAttributes:{id:\"PARKOUR_POINT\"}}", "damage": 0, "lore": [ "§7Create checkpoints for parkour", "§7courses on your private island!", "", - "§7§4❣ §cRequires §aSocial Skill 1", + "§7§4❣ §cRequires §aSocial Skill 1§c.", "§f§lCOMMON" ], "internalname": "PARKOUR_POINT", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Parkour_Checkpoint", diff --git a/items/PARKOUR_TIMES.json b/items/PARKOUR_TIMES.json index 94cd703b..505f53e5 100644 --- a/items/PARKOUR_TIMES.json +++ b/items/PARKOUR_TIMES.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_block", "displayname": "§fParkour Times", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top parkour times of players on\",2:\"§7your island. Click to select\",3:\"§7which parkour is displayed.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 1\",6:\"§f§lCOMMON\"],Name:\"§fParkour Times\"},ExtraAttributes:{id:\"PARKOUR_TIMES\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top parkour times of players on\",2:\"§7your island. Click to select\",3:\"§7which parkour is displayed.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 1§c.\",6:\"§f§lCOMMON\"],Name:\"§fParkour Times\"},ExtraAttributes:{id:\"PARKOUR_TIMES\"}}", "damage": 0, "lore": [ "§7Places a hologram displaying the", @@ -9,13 +9,13 @@ "§7your island. Click to select", "§7which parkour is displayed.", "", - "§7§4❣ §cRequires §aSocial Skill 1", + "§7§4❣ §cRequires §aSocial Skill 1§c.", "§f§lCOMMON" ], "internalname": "PARKOUR_TIMES", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Parkour_Times", diff --git a/items/PET_ITEM_TOY_JERRY.json b/items/PET_ITEM_TOY_JERRY.json index c015b29f..255c6ea7 100644 --- a/items/PET_ITEM_TOY_JERRY.json +++ b/items/PET_ITEM_TOY_JERRY.json @@ -1,30 +1,18 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§6Jerry 3D Glasses", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e159c918-6ac9-377b-a977-38ac2459881f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZjZkMTgzOGQwMzJiOWJiMjhjNjc4Y2M5MzM1MzMzZDRkMjFjNDFiM2M0ZjVhMmY2NTBkMmIzOTFiMTMxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Upgrades a Jerry pet from\",8:\"§7§6Legendary §7to §dMythic§7,\",9:\"§7bestowing even more damage upon\",10:\"§7the Aotj!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§egive it this item!\",14:\"\",15:\"§6§lLEGENDARY PET ITEM\"],Name:\"§f§f§6Jerry 3D Glasses\"},ExtraAttributes:{id:\"PET_ITEM_TOY_JERRY\"},AttributeModifiers:[]}", + "displayname": "§6Jerry 3D Glasses", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e159c918-6ac9-377b-a977-38ac2459881f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZjZkMTgzOGQwMzJiOWJiMjhjNjc4Y2M5MzM1MzMzZDRkMjFjNDFiM2M0ZjVhMmY2NTBkMmIzOTFiMTMxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Jerry\",1:\"§7pet to §dmythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Jerry 3D Glasses\"},ExtraAttributes:{id:\"PET_ITEM_TOY_JERRY\"}}", "damage": 3, "lore": [ - "§8Consumed on use", + "§7Use at Kat to upgrade a Jerry", + "§7pet to §dmythic §7rarity.", "", - "§7§7Pet items can boost pets in", - "§7various ways but pets can only", - "§7hold 1 item at a time so choose", - "§7wisely!", - "", - "§7§7Upgrades a Jerry pet from", - "§7§6Legendary §7to §dMythic§7,", - "§7bestowing even more damage upon", - "§7the Aotj!", - "", - "§7§eRight click on your pet to", - "§egive it this item!", - "", - "§6§lLEGENDARY PET ITEM" + "§6§lLEGENDARY" ], "internalname": "PET_ITEM_TOY_JERRY", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pet_Items", diff --git a/items/PET_ITEM_VAMPIRE_FANG.json b/items/PET_ITEM_VAMPIRE_FANG.json index 3fd06083..ced436ff 100644 --- a/items/PET_ITEM_VAMPIRE_FANG.json +++ b/items/PET_ITEM_VAMPIRE_FANG.json @@ -1,25 +1,13 @@ { "itemid": "minecraft:ghast_tear", - "displayname": "§f§f§6Vampire Fang", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Upgrades a Bat pet from\",8:\"§7§6Legendary §7to §dMythic\",9:\"§d§7adding a bonus perk and bonus\",10:\"§7stats!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§egive it this item!\",14:\"\",15:\"§6§lLEGENDARY PET ITEM\"],Name:\"§f§f§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", + "displayname": "§6Vampire Fang", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade a Bat pet\",1:\"§7to §dmythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", "damage": 0, "lore": [ - "§8Consumed on use", + "§7Use at Kat to upgrade a Bat pet", + "§7to §dmythic §7rarity.", "", - "§7§7Pet items can boost pets in", - "§7various ways but pets can only", - "§7hold 1 item at a time so choose", - "§7wisely!", - "", - "§7§7Upgrades a Bat pet from", - "§7§6Legendary §7to §dMythic", - "§d§7adding a bonus perk and bonus", - "§7stats!", - "", - "§7§eRight click on your pet to", - "§egive it this item!", - "", - "§6§lLEGENDARY PET ITEM" + "§6§lLEGENDARY" ], "internalname": "PET_ITEM_VAMPIRE_FANG", "crafttext": "", diff --git a/items/PHANTOM_ROD.json b/items/PHANTOM_ROD.json index 4f54b918..48251407 100644 --- a/items/PHANTOM_ROD.json +++ b/items/PHANTOM_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§f§f§6Phantom Rod", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+125\",2:\"§7Fishing Speed: §a+100\",3:\"\",4:\"§6Ability: Phantom Impel §e§lLEFT CLICK\",5:\"§7Terrify hooked enemies pushing\",6:\"§7them away and dealing massive\",7:\"§7damage.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aFishing Skill 21\",11:\"§6§lLEGENDARY FISHING WEAPON\"],Name:\"§f§f§6Phantom Rod\"},ExtraAttributes:{id:\"PHANTOM_ROD\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+125\",2:\"§7Fishing Speed: §a+100\",3:\"\",4:\"§6Ability: Phantom Impel §e§lLEFT CLICK\",5:\"§7Terrify hooked enemies pushing\",6:\"§7them away and dealing massive\",7:\"§7damage.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aFishing Skill 21§c.\",11:\"§6§lLEGENDARY FISHING WEAPON\"],Name:\"§f§f§6Phantom Rod\"},ExtraAttributes:{id:\"PHANTOM_ROD\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -14,13 +14,13 @@ "§7damage.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 21", + "§7§4❣ §cRequires §aFishing Skill 21§c.", "§6§lLEGENDARY FISHING WEAPON" ], "internalname": "PHANTOM_ROD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Phantom_Rod", diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json index 479a293b..9e129b58 100644 --- a/items/POWER_WITHER_BOOTS.json +++ b/items/POWER_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§6Necron's Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d409\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+145\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:15167036,Name:\"§6Necron's Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_BOOTS\"}}", + "displayname": "§6Necron\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d409\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+145\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:15167036,Name:\"§6Necron\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d409", @@ -23,8 +23,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "recipe": { @@ -41,11 +41,11 @@ "internalname": "POWER_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor", - "https://wiki.hypixel.net/Necron's_Boots" + "https://wiki.hypixel.net/Necron\u0027s_Boots" ] }
\ No newline at end of file diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json index 0588c289..081928d8 100644 --- a/items/POWER_WITHER_CHESTPLATE.json +++ b/items/POWER_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Necron's Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d634\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+260\",4:\"§7Defense: §a+140\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:15155516,Name:\"§6Necron's Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_CHESTPLATE\"}}", + "displayname": "§6Necron\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d634\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+260\",4:\"§7Defense: §a+140\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:15155516,Name:\"§6Necron\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d634", @@ -23,8 +23,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "recipe": { @@ -41,11 +41,11 @@ "internalname": "POWER_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor", - "https://wiki.hypixel.net/Necron's_Chestplate" + "https://wiki.hypixel.net/Necron\u0027s_Chestplate" ] }
\ No newline at end of file diff --git a/items/POWER_WITHER_HELMET.json b/items/POWER_WITHER_HELMET.json index 7e220612..49196ecc 100644 --- a/items/POWER_WITHER_HELMET.json +++ b/items/POWER_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Necron's Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"16b91b55-02b7-3315-bd9a-7da8467e4a96\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzI0OTc5MywKICAicHJvZmlsZUlkIiA6ICIwNjEzY2I1Y2QxYjg0M2JjYjI4OTk1NWU4N2QzMGEyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJicmVhZGxvYWZzcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yYmJiMmZhN2E2Y2EwODcyODBlYTBjYjU2NGI0MWVmMWFlNDA0YTE5ZjdhODEyOGQzZDI4YzUxOWE4NWUwNjNmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d484\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+180\",4:\"§7Defense: §a+100\",5:\"§7Intelligence: §a+30\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron's Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_HELMET\"}}", + "displayname": "§6Necron\u0027s Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"16b91b55-02b7-3315-bd9a-7da8467e4a96\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzI0OTc5MywKICAicHJvZmlsZUlkIiA6ICIwNjEzY2I1Y2QxYjg0M2JjYjI4OTk1NWU4N2QzMGEyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJicmVhZGxvYWZzcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yYmJiMmZhN2E2Y2EwODcyODBlYTBjYjU2NGI0MWVmMWFlNDA0YTE5ZjdhODEyOGQzZDI4YzUxOWE4NWUwNjNmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d484\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+180\",4:\"§7Defense: §a+100\",5:\"§7Intelligence: §a+30\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d484", @@ -23,8 +23,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "recipe": { @@ -41,11 +41,11 @@ "internalname": "POWER_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor", - "https://wiki.hypixel.net/Necron's_Helmet" + "https://wiki.hypixel.net/Necron\u0027s_Helmet" ] }
\ No newline at end of file diff --git a/items/POWER_WITHER_LEGGINGS.json b/items/POWER_WITHER_LEGGINGS.json index c87829ee..53605cb3 100644 --- a/items/POWER_WITHER_LEGGINGS.json +++ b/items/POWER_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§6Necron's Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d574\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+230\",4:\"§7Defense: §a+125\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:15162428,Name:\"§6Necron's Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_LEGGINGS\"}}", + "displayname": "§6Necron\u0027s Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d574\",1:\"§7Strength: §c+40\",2:\"§7Crit Damage: §c+30%\",3:\"§7Health: §a+230\",4:\"§7Defense: §a+125\",5:\"§7Intelligence: §a+10\",6:\" §8[§8❁§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take\",9:\"§7from withers by §c10%§7.\",10:\"\",11:\"§6Full Set Bonus: Witherborn\",12:\"§7Spawns a wither minion every\",13:\"§7§e30 §7seconds up to a maximum\",14:\"§7§a1 §7wither. Your withers will\",15:\"§7travel to and explode on nearby\",16:\"§7enemies.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:15162428,Name:\"§6Necron\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d574", @@ -23,8 +23,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "recipe": { @@ -41,11 +41,11 @@ "internalname": "POWER_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor", - "https://wiki.hypixel.net/Necron's_Leggings" + "https://wiki.hypixel.net/Necron\u0027s_Leggings" ] }
\ No newline at end of file diff --git a/items/PRECURSOR_EYE.json b/items/PRECURSOR_EYE.json index 14e2cbfd..c74ab699 100644 --- a/items/PRECURSOR_EYE.json +++ b/items/PRECURSOR_EYE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Precursor Eye", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78aecd0f-e1ad-3b10-b74f-c991afb8ea1d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ3OTI0MjkyNCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MmMwNjgzYjIwMTljYTNkMzk0NzI3M2UzOTRiZmNhMWI0ZDcxYjYxYjY3YjM5NDc0YzJkNmQ3M2E5YjY3NTA4IgogICAgfQogIH0KfQ==\"}]}},display:{Lore:[0:\"§7Gear Score: §d877 \",1:\"§7Health: §a+222\",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\" §8[§8❤§8] §8[§8✎§8]\",5:\"\",6:\"§6Ability: Eye Beam §e§lSNEAK\",7:\"§7Fire a laser in front of you\",8:\"§7dealing §c4000 §7damage and\",9:\"§7costing §b40 §7mana. The damage\",10:\"§7increases by §c100% §7every\",11:\"§7second for §b5 §7seconds and the\",12:\"§7mana cost increases by §d25%\",13:\"§d§7every second. You can sneak\",14:\"§7again to de-activate the laser.\",15:\"\",16:\"§7Mana is consumed on damage.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§aPerfect 70000 / 70000\",20:\"§7§4❣ §cRequires §aCatacombs Floor VI\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Precursor Eye\"},ExtraAttributes:{dungeon_item_level:0,id:\"PRECURSOR_EYE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78aecd0f-e1ad-3b10-b74f-c991afb8ea1d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ3OTI0MjkyNCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MmMwNjgzYjIwMTljYTNkMzk0NzI3M2UzOTRiZmNhMWI0ZDcxYjYxYjY3YjM5NDc0YzJkNmQ3M2E5YjY3NTA4IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d877 \",1:\"§7Health: §a+222\",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\" §8[§8❤§8] §8[§8✎§8]\",5:\"\",6:\"§6Ability: Eye Beam §e§lSNEAK\",7:\"§7Fire a laser in front of you\",8:\"§7dealing §c4000 §7damage and\",9:\"§7costing §b40 §7mana. The damage\",10:\"§7increases by §c100% §7every\",11:\"§7second for §b5 §7seconds and the\",12:\"§7mana cost increases by §d25%\",13:\"§d§7every second. You can sneak\",14:\"§7again to de-activate the laser.\",15:\"\",16:\"§7Mana is consumed on damage.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§aPerfect 70000 / 70000\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aVI Completion§c.\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Precursor Eye\"},ExtraAttributes:{dungeon_item_level:0,id:\"PRECURSOR_EYE\"}}", "damage": 3, "lore": [ "§7Gear Score: §d877 ", @@ -24,14 +24,14 @@ "", "§7§8This item can be reforged!", "§aPerfect 70000 / 70000", - "§7§4❣ §cRequires §aCatacombs Floor VI", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "internalname": "PRECURSOR_EYE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Precursor_Eye", diff --git a/items/PRISMARINE_ROD.json b/items/PRISMARINE_ROD.json index ff2b63b0..1c743aea 100644 --- a/items/PRISMARINE_ROD.json +++ b/items/PRISMARINE_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fPrismarine Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"§7Strength: §c+10\",2:\"§7Fishing Speed: §a+15\",3:\"\",4:\"§7This fishing rod grants a\",5:\"§7§a25%§7 chance to catch\",6:\"§7Prismarine Shards or Prismarine\",7:\"§7Crystals.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aFishing Skill 3\",11:\"§f§lCOMMON FISHING ROD\"],Name:\"§fPrismarine Rod\"},ExtraAttributes:{id:\"PRISMARINE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"§7Strength: §c+10\",2:\"§7Fishing Speed: §a+15\",3:\"\",4:\"§7This fishing rod grants a\",5:\"§7§a25%§7 chance to catch\",6:\"§7Prismarine Shards or Prismarine\",7:\"§7Crystals.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aFishing Skill 3§c.\",11:\"§f§lCOMMON FISHING ROD\"],Name:\"§fPrismarine Rod\"},ExtraAttributes:{id:\"PRISMARINE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+15", @@ -14,7 +14,7 @@ "§7Crystals.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 3", + "§7§4❣ §cRequires §aFishing Skill 3§c.", "§f§lCOMMON FISHING ROD" ], "recipe": { @@ -30,7 +30,7 @@ }, "internalname": "PRISMARINE_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Prismarine_Rod", diff --git a/items/RABBIT_BOOTS.json b/items/RABBIT_BOOTS.json index 03dd7c86..4dcb8650 100644 --- a/items/RABBIT_BOOTS.json +++ b/items/RABBIT_BOOTS.json @@ -30,6 +30,7 @@ "crafttext": "Requires: Raw Rabbit IX", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Rabbit_Boots" + "https://wiki.hypixel.net/Rabbit_Boots", + "https://hypixel-skyblock.fandom.com/wiki/Rabbit_Boots" ] }
\ No newline at end of file diff --git a/items/RABBIT_CHESTPLATE.json b/items/RABBIT_CHESTPLATE.json index 7fd2e3a9..e1c9199c 100644 --- a/items/RABBIT_CHESTPLATE.json +++ b/items/RABBIT_CHESTPLATE.json @@ -30,6 +30,7 @@ "crafttext": "Requires: Raw Rabbit IX", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Rabbit_Chestplate" + "https://wiki.hypixel.net/Rabbit_Chestplate", + "https://hypixel-skyblock.fandom.com/wiki/Rabbit_Chestplate" ] }
\ No newline at end of file diff --git a/items/RABBIT_HELMET.json b/items/RABBIT_HELMET.json index 7ad458c9..ea0691c1 100644 --- a/items/RABBIT_HELMET.json +++ b/items/RABBIT_HELMET.json @@ -30,6 +30,7 @@ "crafttext": "Requires: Raw Rabbit IX", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Rabbit_Helmet" + "https://wiki.hypixel.net/Rabbit_Helmet", + "https://hypixel-skyblock.fandom.com/wiki/Rabbit_Helmet" ] }
\ No newline at end of file diff --git a/items/RABBIT_LEGGINGS.json b/items/RABBIT_LEGGINGS.json index 5cab8180..e8f25003 100644 --- a/items/RABBIT_LEGGINGS.json +++ b/items/RABBIT_LEGGINGS.json @@ -30,6 +30,7 @@ "crafttext": "Requires: Raw Rabbit IX", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Rabbit_Leggings" + "https://wiki.hypixel.net/Rabbit_Leggings", + "https://hypixel-skyblock.fandom.com/wiki/Rabbit_Leggings" ] }
\ No newline at end of file diff --git a/items/REAPER_MASK.json b/items/REAPER_MASK.json index 3e23c973..15ae5bf9 100644 --- a/items/REAPER_MASK.json +++ b/items/REAPER_MASK.json @@ -4,8 +4,8 @@ "displayname": "§6Reaper Mask", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§8✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- Doubles your §a☄ Mending §7and §4♨ Vitality §7while wearing\",8:\"§7§7- Allows you to store and\",9:\"§7summon an additional §e2 §7souls\",10:\"§7in their necromancer weapon.\",11:\"§7- §7Upgrades Zombie Armor\",12:\"§7effect to trigger on all\",13:\"§7hits.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§c☠ §5Requires Zombie LVL 7§c.\",17:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{id:\"REAPER_MASK\"}}", - "modver": "2.1.0-REL", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§8✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- Doubles your §a☄ Mending §7and §4♨ Vitality §7while wearing\",8:\"§7§7- Allows you to store and\",9:\"§7summon an additional §e2 §7souls\",10:\"§7in their necromancer weapon.\",11:\"§7- §7Upgrades Zombie Armor\",12:\"§7effect to trigger on all\",13:\"§7hits.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Zombie Slayer 7§c.\",17:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{id:\"REAPER_MASK\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Health: §a+150", "§7Defense: §a+100", @@ -23,7 +23,7 @@ "§7hits.", "", "§7§8This item can be reforged!", - "§c☠ §5Requires Zombie LVL 7§c.", + "§7§4☠ §cRequires §5Zombie Slayer 7§c.", "§6§lLEGENDARY HELMET" ], "recipe": { diff --git a/items/ROCK_PAPER_SHEARS.json b/items/ROCK_PAPER_SHEARS.json index bf3b0631..91491e78 100644 --- a/items/ROCK_PAPER_SHEARS.json +++ b/items/ROCK_PAPER_SHEARS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:shears", "displayname": "§aRock Paper Shears", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§7§4❣ §cRequires §aSocial Skill 8\",11:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§7§4❣ §cRequires §aSocial Skill 8§c.\",11:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", "damage": 0, "lore": [ "§7Click this item to initiate a", @@ -14,13 +14,13 @@ "§7to win the round! Final round", "§7uses classic rules.", "", - "§7§4❣ §cRequires §aSocial Skill 8", + "§7§4❣ §cRequires §aSocial Skill 8§c.", "§a§lUNCOMMON" ], "internalname": "ROCK_PAPER_SHEARS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rock_Paper_Shears", diff --git a/items/ROD_OF_THE_SEA.json b/items/ROD_OF_THE_SEA.json index f488821b..a879c881 100644 --- a/items/ROD_OF_THE_SEA.json +++ b/items/ROD_OF_THE_SEA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Rod of the Sea", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"§7Sea Creature Chance: §c+7%\",3:\"§7Fishing Speed: §a+110\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 24\",7:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Rod of the Sea\"},ExtraAttributes:{id:\"ROD_OF_THE_SEA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"§7Sea Creature Chance: §c+7%\",3:\"§7Fishing Speed: §a+110\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§7§4❣ §cRequires §aFishing Skill 24§c.\",7:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Rod of the Sea\"},ExtraAttributes:{id:\"ROD_OF_THE_SEA\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", @@ -10,7 +10,7 @@ "§7Fishing Speed: §a+110", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 24", + "§7§4❣ §cRequires §aFishing Skill 24§c.", "§6§lLEGENDARY FISHING ROD" ], "recipe": { @@ -27,7 +27,7 @@ "internalname": "ROD_OF_THE_SEA", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rod_of_the_Sea", diff --git a/items/SALMON_BOOTS.json b/items/SALMON_BOOTS.json index 4412f245..8b1e7fd1 100644 --- a/items/SALMON_BOOTS.json +++ b/items/SALMON_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Salmon Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+35\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§5§lEPIC BOOTS\"],color:12663823,Name:\"§5Salmon Boots\"},ExtraAttributes:{id:\"SALMON_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+35\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§5§lEPIC BOOTS\"],color:12663823,Name:\"§5Salmon Boots\"},ExtraAttributes:{id:\"SALMON_BOOTS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,12 +16,12 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§5§lEPIC BOOTS" ], "internalname": "SALMON_BOOTS", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SALMON_BOOTS_NEW.json b/items/SALMON_BOOTS_NEW.json index 24c0f40a..b02dfcb1 100644 --- a/items/SALMON_BOOTS_NEW.json +++ b/items/SALMON_BOOTS_NEW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Salmon Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+25\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§9§lRARE BOOTS\"],color:12663823,Name:\"§9Salmon Boots\"},ExtraAttributes:{id:\"SALMON_BOOTS_NEW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+60\",2:\"§7Defense: §a+25\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§9§lRARE BOOTS\"],color:12663823,Name:\"§9Salmon Boots\"},ExtraAttributes:{id:\"SALMON_BOOTS_NEW\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,7 +16,7 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§9§lRARE BOOTS" ], "recipe": { @@ -33,10 +33,10 @@ "internalname": "SALMON_BOOTS_NEW", "crafttext": "Requires: Raw Salmon VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Salmon_Armor", "https://wiki.hypixel.net/Salmon_Boots" ] -} +}
\ No newline at end of file diff --git a/items/SALMON_CHESTPLATE.json b/items/SALMON_CHESTPLATE.json index fee70908..8c96d36c 100644 --- a/items/SALMON_CHESTPLATE.json +++ b/items/SALMON_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Salmon Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+150\",2:\"§7Defense: §a+70\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§5§lEPIC CHESTPLATE\"],color:11021174,Name:\"§5Salmon Chestplate\"},ExtraAttributes:{id:\"SALMON_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+150\",2:\"§7Defense: §a+70\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§5§lEPIC CHESTPLATE\"],color:11021174,Name:\"§5Salmon Chestplate\"},ExtraAttributes:{id:\"SALMON_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,12 +16,12 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§5§lEPIC CHESTPLATE" ], "internalname": "SALMON_CHESTPLATE", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SALMON_CHESTPLATE_NEW.json b/items/SALMON_CHESTPLATE_NEW.json index 20899627..3dd9b646 100644 --- a/items/SALMON_CHESTPLATE_NEW.json +++ b/items/SALMON_CHESTPLATE_NEW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Salmon Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+130\",2:\"§7Defense: §a+55\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§9§lRARE CHESTPLATE\"],color:11021174,Name:\"§9Salmon Chestplate\"},ExtraAttributes:{id:\"SALMON_CHESTPLATE_NEW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+130\",2:\"§7Defense: §a+55\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§9§lRARE CHESTPLATE\"],color:11021174,Name:\"§9Salmon Chestplate\"},ExtraAttributes:{id:\"SALMON_CHESTPLATE_NEW\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,7 +16,7 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§9§lRARE CHESTPLATE" ], "recipe": { @@ -33,7 +33,7 @@ "internalname": "SALMON_CHESTPLATE_NEW", "crafttext": "Requires: Raw Salmon VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Salmon_Armor", diff --git a/items/SALMON_HELMET.json b/items/SALMON_HELMET.json index 812db467..c3cea98c 100644 --- a/items/SALMON_HELMET.json +++ b/items/SALMON_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§5Salmon Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+50\",2:\"§7Defense: §a+100\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§5§lEPIC HELMET\"],color:12663823,Name:\"§5Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+50\",2:\"§7Defense: §a+100\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§5§lEPIC HELMET\"],color:12663823,Name:\"§5Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,12 +16,12 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§5§lEPIC HELMET" ], "internalname": "SALMON_HELMET", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SALMON_HELMET_NEW.json b/items/SALMON_HELMET_NEW.json index 4b28236d..c46d5738 100644 --- a/items/SALMON_HELMET_NEW.json +++ b/items/SALMON_HELMET_NEW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§9Salmon Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+35\",2:\"§7Defense: §a+80\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§9§lRARE HELMET\"],color:12663823,Name:\"§9Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET_NEW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+35\",2:\"§7Defense: §a+80\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§9§lRARE HELMET\"],color:12663823,Name:\"§9Salmon Helmet\"},ExtraAttributes:{id:\"SALMON_HELMET_NEW\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,7 +16,7 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§9§lRARE HELMET" ], "recipe": { @@ -33,7 +33,7 @@ "internalname": "SALMON_HELMET_NEW", "crafttext": "Requires: Raw Salmon VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Salmon_Armor", diff --git a/items/SALMON_LEGGINGS.json b/items/SALMON_LEGGINGS.json index af49b5e4..d099d44a 100644 --- a/items/SALMON_LEGGINGS.json +++ b/items/SALMON_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Salmon Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+125\",2:\"§7Defense: §a+40\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§5§lEPIC LEGGINGS\"],color:11021174,Name:\"§5Salmon Leggings\"},ExtraAttributes:{id:\"SALMON_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+125\",2:\"§7Defense: §a+40\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§5§lEPIC LEGGINGS\"],color:11021174,Name:\"§5Salmon Leggings\"},ExtraAttributes:{id:\"SALMON_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,12 +16,12 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§5§lEPIC LEGGINGS" ], "internalname": "SALMON_LEGGINGS", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SALMON_LEGGINGS_NEW.json b/items/SALMON_LEGGINGS_NEW.json index 21dc9edf..a5a675af 100644 --- a/items/SALMON_LEGGINGS_NEW.json +++ b/items/SALMON_LEGGINGS_NEW.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Salmon Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+105\",2:\"§7Defense: §a+30\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§4❣ §cRequires §aFishing Skill 13\",13:\"§9§lRARE LEGGINGS\"],color:11021174,Name:\"§9Salmon Leggings\"},ExtraAttributes:{id:\"SALMON_LEGGINGS_NEW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+105\",2:\"§7Defense: §a+30\",3:\"\",4:\"§6Ability: Water Burst §e§lSNEAK\",5:\"§7When wearing the full set,\",6:\"§7grants the wearer with the\",7:\"§7ability to §aburst forward§7\",8:\"§7when sneaking in water.\",9:\"§8Mana Cost: §320\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 13§c.\",13:\"§9§lRARE LEGGINGS\"],color:11021174,Name:\"§9Salmon Leggings\"},ExtraAttributes:{id:\"SALMON_LEGGINGS_NEW\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -16,7 +16,7 @@ "§8Mana Cost: §320", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 13", + "§7§4❣ §cRequires §aFishing Skill 13§c.", "§9§lRARE LEGGINGS" ], "recipe": { @@ -33,7 +33,7 @@ "internalname": "SALMON_LEGGINGS_NEW", "crafttext": "Requires: Raw Salmon VII", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Salmon_Armor", diff --git a/items/SAM_ASSISTANT.json b/items/SAM_ASSISTANT.json index ae5cd75c..bd9bc9bf 100644 --- a/items/SAM_ASSISTANT.json +++ b/items/SAM_ASSISTANT.json @@ -15,6 +15,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Move_Sam" + "https://wiki.hypixel.net/Move_Sam", + "https://hypixel-skyblock.fandom.com/wiki/Move_Sam" ] }
\ No newline at end of file diff --git a/items/SATIN_TROUSERS.json b/items/SATIN_TROUSERS.json index 9f448167..47445241 100644 --- a/items/SATIN_TROUSERS.json +++ b/items/SATIN_TROUSERS.json @@ -14,5 +14,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Satin_Trousers", + "https://wiki.hypixel.net/Satin_Trousers" + ] }
\ No newline at end of file diff --git a/items/SCARF_GRIMOIRE.json b/items/SCARF_GRIMOIRE.json index 83405ccd..f3257633 100644 --- a/items/SCARF_GRIMOIRE.json +++ b/items/SCARF_GRIMOIRE.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§6Scarf's Grimoire", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c15084d-2934-3631-927a-15f8e3ec9998\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFmYjE5NWNjNzVmMzFiNjE5YTA3N2I3ODUzNjUzMjU0YWMxOGYyMjBkYzMyZDE0MTI5ODJmZjQzN2I0ZDU3YSJ9fX0\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+6% §7faster.\",2:\"\",3:\"§oDark and powerful spells,\",4:\"§oincludes his favorite \\\"Barrier\\\"\",5:\"§othat his Professor taught him\",6:\"\",7:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§f§f§6Scarf's Grimoire\"},ExtraAttributes:{id:\"SCARF_GRIMOIRE\"},AttributeModifiers:[]}", + "displayname": "§f§f§6Scarf\u0027s Grimoire", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c15084d-2934-3631-927a-15f8e3ec9998\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFmYjE5NWNjNzVmMzFiNjE5YTA3N2I3ODUzNjUzMjU0YWMxOGYyMjBkYzMyZDE0MTI5ODJmZjQzN2I0ZDU3YSJ9fX0\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+6% §7faster.\",2:\"\",3:\"§7§7§oDark and powerful spells,\",4:\"§7§oincludes his favorite \\\"Barrier\\\"\",5:\"§7§othat his Professor taught him.\",6:\"\",7:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Scarf\u0027s Grimoire\"},ExtraAttributes:{id:\"SCARF_GRIMOIRE\"}}", "damage": 3, "lore": [ "§7Gain dungeon class experience", "§7§a+6% §7faster.", "", - "§oDark and powerful spells,", - "§oincludes his favorite \"Barrier\"", - "§othat his Professor taught him", + "§7§7§oDark and powerful spells,", + "§7§oincludes his favorite \"Barrier\"", + "§7§othat his Professor taught him.", "", - "§6§lLEGENDARY ACCESSORY" + "§6§lLEGENDARY DUNGEON ACCESSORY" ], "recipe": { "A1": "SCARF_THESIS:1", @@ -27,10 +27,10 @@ "internalname": "SCARF_GRIMOIRE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Scarf's_Grimoire", - "https://wiki.hypixel.net/Scarf's_Grimoire" + "https://hypixel-skyblock.fandom.com/wiki/Scarf\u0027s_Grimoire", + "https://wiki.hypixel.net/Scarf\u0027s_Grimoire" ] }
\ No newline at end of file diff --git a/items/SCARF_STUDIES.json b/items/SCARF_STUDIES.json index 132ec4e1..e593bd37 100644 --- a/items/SCARF_STUDIES.json +++ b/items/SCARF_STUDIES.json @@ -1,26 +1,26 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§9Scarf's Studies", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eb6966be-d293-35e9-9aa0-26d233d7e91d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlNGFiMTI5ZTEzN2Y5ZjRjYmY3MDYwMzE4ZWUxNzQ4ZGMzOWRhOWI1ZDEyOWE4ZGEwZTYxNGUyMzM3NjkzIn19fQ\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+2% §7faster.\",2:\"\",3:\"§oThe collection of his studies,\",4:\"§obeautiful handwriting!\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§9§lRARE ACCESSORY\"],Name:\"§f§f§9Scarf's Studies\"},ExtraAttributes:{id:\"SCARF_STUDIES\"},AttributeModifiers:[]}", + "displayname": "§9Scarf\u0027s Studies", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eb6966be-d293-35e9-9aa0-26d233d7e91d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRlNGFiMTI5ZTEzN2Y5ZjRjYmY3MDYwMzE4ZWUxNzQ4ZGMzOWRhOWI1ZDEyOWE4ZGEwZTYxNGUyMzM3NjkzIn19fQ\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+2% §7faster.\",2:\"\",3:\"§7§7§oThe collection of his\",4:\"§7§ostudies, beautiful handwriting!\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§9§lRARE DUNGEON ACCESSORY\"],Name:\"§9Scarf\u0027s Studies\"},ExtraAttributes:{id:\"SCARF_STUDIES\"}}", "damage": 3, "lore": [ "§7Gain dungeon class experience", "§7§a+2% §7faster.", "", - "§oThe collection of his studies,", - "§obeautiful handwriting!", + "§7§7§oThe collection of his", + "§7§ostudies, beautiful handwriting!", "", "§eRight-click to view recipes!", "", - "§9§lRARE ACCESSORY" + "§9§lRARE DUNGEON ACCESSORY" ], "internalname": "SCARF_STUDIES", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scarf%27s_Studies", - "https://wiki.hypixel.net/Scarf's_Studies" + "https://wiki.hypixel.net/Scarf\u0027s_Studies" ] }
\ No newline at end of file diff --git a/items/SCARF_THESIS.json b/items/SCARF_THESIS.json index 6e6a2dca..fb7d936b 100644 --- a/items/SCARF_THESIS.json +++ b/items/SCARF_THESIS.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Scarf's Thesis", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"fd991744-04b4-3863-99ef-58a8769b1c5b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGNlNGM4N2ViNGRkZTI3NDU5ZTNlN2Y4NTkyMWU3ZTU3YjExMTk5MjYwY2FhNWNlNjNmMTM5ZWUzZDE4OGMifX19\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+4% §7faster.\",2:\"\",3:\"§oA research on how to preserve\",4:\"§oand enhance class abilities in\",5:\"§odeath\",6:\"\",7:\"§eRight-click to view recipes!\",8:\"\",9:\"§5§lEPIC ACCESSORY\"],Name:\"§f§f§5Scarf's Thesis\"},ExtraAttributes:{id:\"SCARF_THESIS\"},AttributeModifiers:[]}", + "displayname": "§f§f§5Scarf\u0027s Thesis", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fd991744-04b4-3863-99ef-58a8769b1c5b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGNlNGM4N2ViNGRkZTI3NDU5ZTNlN2Y4NTkyMWU3ZTU3YjExMTk5MjYwY2FhNWNlNjNmMTM5ZWUzZDE4OGMifX19\"}]}},display:{Lore:[0:\"§7Gain dungeon class experience\",1:\"§7§a+4% §7faster.\",2:\"\",3:\"§7§7§oA research on how to\",4:\"§7§opreserve and enhance class\",5:\"§7§oabilities in death.\",6:\"\",7:\"§eRight-click to view recipes!\",8:\"\",9:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Scarf\u0027s Thesis\"},ExtraAttributes:{id:\"SCARF_THESIS\"}}", "damage": 3, "lore": [ "§7Gain dungeon class experience", "§7§a+4% §7faster.", "", - "§oA research on how to preserve", - "§oand enhance class abilities in", - "§odeath", + "§7§7§oA research on how to", + "§7§opreserve and enhance class", + "§7§oabilities in death.", "", "§eRight-click to view recipes!", "", - "§5§lEPIC ACCESSORY" + "§5§lEPIC DUNGEON ACCESSORY" ], "recipe": { "A1": "SCARF_STUDIES:1", @@ -29,10 +29,10 @@ "internalname": "SCARF_THESIS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scarf%27s_Thesis", - "https://wiki.hypixel.net/Scarf's_Thesis" + "https://wiki.hypixel.net/Scarf\u0027s_Thesis" ] }
\ No newline at end of file diff --git a/items/SCYLLA.json b/items/SCYLLA.json index b5da42cb..fcbc166e 100644 --- a/items/SCYLLA.json +++ b/items/SCYLLA.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Scylla", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d527\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"§7Crit Chance: §c+12%\",4:\"§7Crit Damage: §c+35%\",5:\"§7Intelligence: §a+50\",6:\"§7Ferocity: §a+30\",7:\" §8[§8⚔§8] §8[§8⚔§8]\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+1 §9☠ Crit Damage §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Scylla\"},ExtraAttributes:{dungeon_item_level:0,id:\"SCYLLA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d527\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+150\",3:\"§7Crit Chance: §c+12%\",4:\"§7Crit Damage: §c+35%\",5:\"§7Intelligence: §a+50\",6:\"§7Ferocity: §a+30\",7:\" §8[§8⚔§8] §8[§8⚔§8]\",8:\"\",9:\"§7Deals +§c50% §7damage to\",10:\"§7Withers. Grants §c+1 §c❁ Damage\",11:\"§c§7and §a+1 §9☠ Crit Damage §7per\",12:\"§7§cCatacombs §7level.\",13:\"\",14:\"§7Your Catacombs Level: §c0\",15:\"\",16:\"§eRight-click to use your class ability!\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aVII Completion§c.\",21:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Scylla\"},ExtraAttributes:{dungeon_item_level:0,id:\"SCYLLA\"}}", "damage": 0, "lore": [ "§7Gear Score: §d527", @@ -23,8 +23,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -41,7 +41,7 @@ "internalname": "SCYLLA", "parent": "NECRON_BLADE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/SHADOW_ASSASSIN_BOOTS.json b/items/SHADOW_ASSASSIN_BOOTS.json index 4edb95d3..c732b495 100644 --- a/items/SHADOW_ASSASSIN_BOOTS.json +++ b/items/SHADOW_ASSASSIN_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Shadow Assassin Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d305\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+125\",4:\"§7Defense: §a+55\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON BOOTS\"],color:0,Name:\"§5Shadow Assassin Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d305\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+125\",4:\"§7Defense: §a+55\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§5§lEPIC DUNGEON BOOTS\"],color:0,Name:\"§5Shadow Assassin Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d305", @@ -23,14 +23,14 @@ "§b§7mana.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§5§lEPIC DUNGEON BOOTS" ], "internalname": "SHADOW_ASSASSIN_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor", diff --git a/items/SHADOW_ASSASSIN_CHESTPLATE.json b/items/SHADOW_ASSASSIN_CHESTPLATE.json index e59682c0..4730ad25 100644 --- a/items/SHADOW_ASSASSIN_CHESTPLATE.json +++ b/items/SHADOW_ASSASSIN_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Shadow Assassin Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d530\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+240\",4:\"§7Defense: §a+110\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:0,Name:\"§5Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d530\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+240\",4:\"§7Defense: §a+110\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:0,Name:\"§5Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d530", @@ -23,14 +23,14 @@ "§cStrength §7for §b10 §7seconds.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§5§lEPIC DUNGEON CHESTPLATE" ], "internalname": "SHADOW_ASSASSIN_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor", diff --git a/items/SHADOW_ASSASSIN_HELMET.json b/items/SHADOW_ASSASSIN_HELMET.json index e12cc866..7c8b6026 100644 --- a/items/SHADOW_ASSASSIN_HELMET.json +++ b/items/SHADOW_ASSASSIN_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Shadow Assassin Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+160\",4:\"§7Defense: §a+70\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+160\",4:\"§7Defense: §a+70\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aV Completion§c.\",22:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d370", @@ -24,14 +24,14 @@ "§b§7seconds.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§5§lEPIC DUNGEON HELMET" ], "internalname": "SHADOW_ASSASSIN_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor", diff --git a/items/SHADOW_ASSASSIN_LEGGINGS.json b/items/SHADOW_ASSASSIN_LEGGINGS.json index d1dfdef0..4d6c2ec1 100644 --- a/items/SHADOW_ASSASSIN_LEGGINGS.json +++ b/items/SHADOW_ASSASSIN_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Shadow Assassin Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d470\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+210\",4:\"§7Defense: §a+95\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON LEGGINGS\"],color:0,Name:\"§5Shadow Assassin Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d470\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"§7Health: §a+210\",4:\"§7Defense: §a+95\",5:\"§7Speed: §a+7\",6:\" §8[§8❁§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§5§lEPIC DUNGEON LEGGINGS\"],color:0,Name:\"§5Shadow Assassin Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d470", @@ -23,14 +23,14 @@ "§7your maximum health.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§5§lEPIC DUNGEON LEGGINGS" ], "internalname": "SHADOW_ASSASSIN_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor", diff --git a/items/SHADOW_FURY.json b/items/SHADOW_FURY.json index f66e9c68..5a14af3d 100644 --- a/items/SHADOW_FURY.json +++ b/items/SHADOW_FURY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§f§f§6Shadow Fury", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Damage: §c+300 §8(+300)\",2:\"§7Strength: §c+130 §8(+130)\",3:\"§7Crit Damage: §c+30% §8(+30%)\",4:\"§7Speed: §a+30 §8(+30)\",5:\" §8[§8❁§8]\",6:\"\",7:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",8:\"§7Rapidly teleports you to up to\",9:\"§7§b5 §7enemies within §e10\",10:\"§e§7blocks, rooting each of them\",11:\"§7and allowing you to hit them.\",12:\"§8Cooldown: §a15s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor V\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Shadow Fury\"},ExtraAttributes:{id:\"SHADOW_FURY\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Damage: §c+300 §8(+300)\",2:\"§7Strength: §c+130 §8(+130)\",3:\"§7Crit Damage: §c+30% §8(+30%)\",4:\"§7Speed: §a+30 §8(+30)\",5:\" §8[§8❁§8]\",6:\"\",7:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",8:\"§7Rapidly teleports you to up to\",9:\"§7§b5 §7enemies within §e10\",10:\"§e§7blocks, rooting each of them\",11:\"§7and allowing you to hit them.\",12:\"§8Cooldown: §a15s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aV Completion§c.\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Shadow Fury\"},ExtraAttributes:{id:\"SHADOW_FURY\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Gear Score: §d554", @@ -19,14 +19,14 @@ "§8Cooldown: §a15s", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "internalname": "SHADOW_FURY", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury", diff --git a/items/SHARK_SCALE_BOOTS.json b/items/SHARK_SCALE_BOOTS.json index ae3709eb..0008ea91 100644 --- a/items/SHARK_SCALE_BOOTS.json +++ b/items/SHARK_SCALE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Shark Scale Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+100\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 24\",16:\"§6§lLEGENDARY BOOTS\"],color:11430,Name:\"§6Shark Scale Boots\"},ExtraAttributes:{id:\"SHARK_SCALE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+100\",2:\"§7Defense: §a+100\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aFishing Skill 24§c.\",16:\"§6§lLEGENDARY BOOTS\"],color:11430,Name:\"§6Shark Scale Boots\"},ExtraAttributes:{id:\"SHARK_SCALE_BOOTS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", @@ -19,7 +19,7 @@ "§7attacker.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 24", + "§7§4❣ §cRequires §aFishing Skill 24§c.", "§6§lLEGENDARY BOOTS" ], "internalname": "SHARK_SCALE_BOOTS", @@ -36,7 +36,7 @@ }, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor", diff --git a/items/SHARK_SCALE_CHESTPLATE.json b/items/SHARK_SCALE_CHESTPLATE.json index 06a66631..5c637bcd 100644 --- a/items/SHARK_SCALE_CHESTPLATE.json +++ b/items/SHARK_SCALE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Shark Scale Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+175\",2:\"§7Defense: §a+175\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 24\",16:\"§6§lLEGENDARY CHESTPLATE\"],color:11430,Name:\"§6Shark Scale Chestplate\"},ExtraAttributes:{id:\"SHARK_SCALE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+175\",2:\"§7Defense: §a+175\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aFishing Skill 24§c.\",16:\"§6§lLEGENDARY CHESTPLATE\"],color:11430,Name:\"§6Shark Scale Chestplate\"},ExtraAttributes:{id:\"SHARK_SCALE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", @@ -19,7 +19,7 @@ "§7attacker.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 24", + "§7§4❣ §cRequires §aFishing Skill 24§c.", "§6§lLEGENDARY CHESTPLATE" ], "internalname": "SHARK_SCALE_CHESTPLATE", @@ -36,7 +36,7 @@ }, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor", diff --git a/items/SHARK_SCALE_HELMET.json b/items/SHARK_SCALE_HELMET.json index 0d6e4682..7bb9a844 100644 --- a/items/SHARK_SCALE_HELMET.json +++ b/items/SHARK_SCALE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Shark Scale Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bafabf7d-16e6-32fb-9720-812419bacc73\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzkwMTE2ZGE1MTRhNzNkZGQ5Mjk1NDkxODUyYWRjNTg4MDA3ZjJhY2Q3ZGUyNjk3ODhhMjEyOGQ4ZTRhNzY0YiJ9fX0=\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+120\",2:\"§7Defense: §a+120\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 24\",16:\"§6§lLEGENDARY HELMET\"],Name:\"§6Shark Scale Helmet\"},ExtraAttributes:{id:\"SHARK_SCALE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bafabf7d-16e6-32fb-9720-812419bacc73\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzkwMTE2ZGE1MTRhNzNkZGQ5Mjk1NDkxODUyYWRjNTg4MDA3ZjJhY2Q3ZGUyNjk3ODhhMjEyOGQ4ZTRhNzY0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+120\",2:\"§7Defense: §a+120\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aFishing Skill 24§c.\",16:\"§6§lLEGENDARY HELMET\"],Name:\"§6Shark Scale Helmet\"},ExtraAttributes:{id:\"SHARK_SCALE_HELMET\"}}", "damage": 3, "lore": [ "§7Sea Creature Chance: §c+2.5%", @@ -19,7 +19,7 @@ "§7attacker.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 24", + "§7§4❣ §cRequires §aFishing Skill 24§c.", "§6§lLEGENDARY HELMET" ], "internalname": "SHARK_SCALE_HELMET", @@ -36,7 +36,7 @@ }, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor", diff --git a/items/SHARK_SCALE_LEGGINGS.json b/items/SHARK_SCALE_LEGGINGS.json index c09c6924..da755dc3 100644 --- a/items/SHARK_SCALE_LEGGINGS.json +++ b/items/SHARK_SCALE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Shark Scale Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+150\",2:\"§7Defense: §a+150\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§4❣ §cRequires §aFishing Skill 24\",16:\"§6§lLEGENDARY LEGGINGS\"],color:11430,Name:\"§6Shark Scale Leggings\"},ExtraAttributes:{id:\"SHARK_SCALE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"§7Health: §a+150\",2:\"§7Defense: §a+150\",3:\" §8[§7❈§8] §8[§7❈§8]\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aFishing Skill 24§c.\",16:\"§6§lLEGENDARY LEGGINGS\"],color:11430,Name:\"§6Shark Scale Leggings\"},ExtraAttributes:{id:\"SHARK_SCALE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", @@ -19,7 +19,7 @@ "§7attacker.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 24", + "§7§4❣ §cRequires §aFishing Skill 24§c.", "§6§lLEGENDARY LEGGINGS" ], "internalname": "SHARK_SCALE_LEGGINGS", @@ -36,7 +36,7 @@ }, "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor", diff --git a/items/SHOWCASE_BLOCK.json b/items/SHOWCASE_BLOCK.json index 8a01af5e..2a890ae0 100644 --- a/items/SHOWCASE_BLOCK.json +++ b/items/SHOWCASE_BLOCK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:glass", "displayname": "§aShowcase Block", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Show off an item in this fancy\",1:\"§7glass display box! §e§lRIGHT\",2:\"§e§lCLICK §7to put in or swap an\",3:\"§7item.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 10\",6:\"§a§lUNCOMMON\"],Name:\"§aShowcase Block\"},ExtraAttributes:{id:\"SHOWCASE_BLOCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Show off an item in this fancy\",1:\"§7glass display box! §e§lRIGHT\",2:\"§e§lCLICK §7to put in or swap an\",3:\"§7item.\",4:\"\",5:\"§7§4❣ §cRequires §aSocial Skill 10§c.\",6:\"§a§lUNCOMMON\"],Name:\"§aShowcase Block\"},ExtraAttributes:{id:\"SHOWCASE_BLOCK\"}}", "damage": 0, "lore": [ "§7Show off an item in this fancy", @@ -9,13 +9,13 @@ "§e§lCLICK §7to put in or swap an", "§7item.", "", - "§7§4❣ §cRequires §aSocial Skill 10", + "§7§4❣ §cRequires §aSocial Skill 10§c.", "§a§lUNCOMMON" ], "internalname": "SHOWCASE_BLOCK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Showcase_Block", diff --git a/items/SILKRIDER_SAFETY_BELT.json b/items/SILKRIDER_SAFETY_BELT.json index e6b14b3b..1094d239 100644 --- a/items/SILKRIDER_SAFETY_BELT.json +++ b/items/SILKRIDER_SAFETY_BELT.json @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Silkrider_Safety_Belt" + ] }
\ No newline at end of file diff --git a/items/SKYMART_BROCHURE.json b/items/SKYMART_BROCHURE.json index 5c46ec98..ebafe83c 100644 --- a/items/SKYMART_BROCHURE.json +++ b/items/SKYMART_BROCHURE.json @@ -25,5 +25,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/SkyMart_Brochure", + "https://wiki.hypixel.net/SkyMart_Brochure" + ] }
\ No newline at end of file diff --git a/items/SLUG_BOOTS.json b/items/SLUG_BOOTS.json index b63c6607..a15fc3ec 100644 --- a/items/SLUG_BOOTS.json +++ b/items/SLUG_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Slug Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+110\",3:\"§7Defense: §a+110\",4:\" §8[§7☘§8]\",5:\"\",6:\"§6Ability: Bouncy §e§lSNEAK\",7:\"§7When falling from a great\",8:\"§7height, you\u0027ll bounce straight\",9:\"§7up!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 27.\",13:\"§9§lRARE BOOTS\"],color:2580756,Name:\"§9Slug Boots\"},ExtraAttributes:{id:\"SLUG_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+110\",3:\"§7Defense: §a+110\",4:\" §8[§7☘§8]\",5:\"\",6:\"§6Ability: Bouncy §e§lSNEAK\",7:\"§7When falling from a great\",8:\"§7height, you\u0027ll bounce straight\",9:\"§7up!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 27§c.\",13:\"§9§lRARE BOOTS\"],color:2580756,Name:\"§9Slug Boots\"},ExtraAttributes:{id:\"SLUG_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+20", @@ -16,13 +16,13 @@ "§7up!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 27.", + "§7§4❣ §cRequires §aFishing Skill 27§c.", "§9§lRARE BOOTS" ], "internalname": "SLUG_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Slug_Boots", diff --git a/items/SMALL_DRAGON_SACK.json b/items/SMALL_DRAGON_SACK.json index d2c389a8..51f02876 100644 --- a/items/SMALL_DRAGON_SACK.json +++ b/items/SMALL_DRAGON_SACK.json @@ -35,5 +35,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Small_Dragon_Sack", + "https://wiki.hypixel.net/Small_Dragon_Sack" + ] }
\ No newline at end of file diff --git a/items/SOCIAL_DISPLAY.json b/items/SOCIAL_DISPLAY.json index 684a21a3..75efc76c 100644 --- a/items/SOCIAL_DISPLAY.json +++ b/items/SOCIAL_DISPLAY.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:gold_block", "displayname": "§aSocial Display", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top players on your island by\",2:\"§7points.\",3:\"\",4:\"§7§4❣ §cRequires §aSocial Skill 2\",5:\"§a§lUNCOMMON\"],Name:\"§aSocial Display\"},ExtraAttributes:{id:\"SOCIAL_DISPLAY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Places a hologram displaying the\",1:\"§7top players on your island by\",2:\"§7points.\",3:\"\",4:\"§7§4❣ §cRequires §aSocial Skill 2§c.\",5:\"§a§lUNCOMMON\"],Name:\"§aSocial Display\"},ExtraAttributes:{id:\"SOCIAL_DISPLAY\"}}", "damage": 0, "lore": [ "§7Places a hologram displaying the", "§7top players on your island by", "§7points.", "", - "§7§4❣ §cRequires §aSocial Skill 2", + "§7§4❣ §cRequires §aSocial Skill 2§c.", "§a§lUNCOMMON" ], "internalname": "SOCIAL_DISPLAY", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Social_Display", diff --git a/items/SOUL_WHIP.json b/items/SOUL_WHIP.json index 4378a5b2..6946b5b0 100644 --- a/items/SOUL_WHIP.json +++ b/items/SOUL_WHIP.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Soul Whip", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+145\",1:\"§7Strength: §c+175 \",2:\"\",3:\"§6Ability: Flay §e§lRIGHT CLICK\",4:\"§7Flay your whip in an arc,\",5:\"§7dealing your melee damage to all\",6:\"§7enemies in its path\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 26\",10:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+145\",1:\"§7Strength: §c+175 \",2:\"\",3:\"§6Ability: Flay §e§lRIGHT CLICK\",4:\"§7Flay your whip in an arc,\",5:\"§7dealing your melee damage to all\",6:\"§7enemies in its path\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aFishing Skill 26§c.\",10:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}", "damage": 0, "lore": [ "§7Damage: §c+145", @@ -13,7 +13,7 @@ "§7enemies in its path", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 26", + "§7§4❣ §cRequires §aFishing Skill 26§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -30,7 +30,7 @@ "internalname": "SOUL_WHIP", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Soul_Whip", diff --git a/items/SPEEDSTER_ROD.json b/items/SPEEDSTER_ROD.json index a7296be4..2945295d 100644 --- a/items/SPEEDSTER_ROD.json +++ b/items/SPEEDSTER_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aSpeedster Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+45\",3:\"\",4:\"§7Hitting a monster gives a burst\",5:\"§7of speed!\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 6\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+45\",3:\"\",4:\"§7Hitting a monster gives a burst\",5:\"§7of speed!\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 6§c.\",9:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aSpeedster Rod\"},ExtraAttributes:{id:\"SPEEDSTER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+30", @@ -12,7 +12,7 @@ "§7of speed!", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 6", + "§7§4❣ §cRequires §aFishing Skill 6§c.", "§a§lUNCOMMON FISHING ROD" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPEEDSTER_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Speedster_Rod", diff --git a/items/SPEED_WITHER_BOOTS.json b/items/SPEED_WITHER_BOOTS.json index 83d8281b..dd269ec2 100644 --- a/items/SPEED_WITHER_BOOTS.json +++ b/items/SPEED_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§6Maxor's Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:9005512,Name:\"§6Maxor's Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_BOOTS\"}}", + "displayname": "§6Maxor\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+145\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aVII Completion§c.\",22:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:9005512,Name:\"§6Maxor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d329", @@ -24,8 +24,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "recipe": { @@ -42,11 +42,11 @@ "internalname": "SPEED_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor", - "https://wiki.hypixel.net/Maxor's_Boots" + "https://wiki.hypixel.net/Maxor\u0027s_Boots" ] }
\ No newline at end of file diff --git a/items/SPEED_WITHER_CHESTPLATE.json b/items/SPEED_WITHER_CHESTPLATE.json index a8ab06ce..0e24a0c5 100644 --- a/items/SPEED_WITHER_CHESTPLATE.json +++ b/items/SPEED_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Maxor's Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+120\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor's Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_CHESTPLATE\"}}", + "displayname": "§6Maxor\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+120\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aVII Completion§c.\",22:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d554", @@ -24,8 +24,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "recipe": { @@ -42,11 +42,11 @@ "internalname": "SPEED_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor", - "https://wiki.hypixel.net/Maxor's_Chestplate" + "https://wiki.hypixel.net/Maxor\u0027s_Chestplate" ] }
\ No newline at end of file diff --git a/items/SPEED_WITHER_HELMET.json b/items/SPEED_WITHER_HELMET.json index 827bc1f0..bf070d90 100644 --- a/items/SPEED_WITHER_HELMET.json +++ b/items/SPEED_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Maxor's Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee05abe4-347b-3ea5-8248-fae93392140e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzMwNDc1OCwKICAicHJvZmlsZUlkIiA6ICI0ZDcwNDg2ZjUwOTI0ZDMzODZiYmZjOWMxMmJhYjRhZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaXJGYWJpb3pzY2hlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiZmIwZWQ1OTU5MTkwZDQxNWU3MjZhMTVmMjk4NDAwN2E2N2E1ZmQ0ZWE1NjcxZDBkNjc2ZjlmNjQxYjViYWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d397\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+15\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Maxor's Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_HELMET\"}}", + "displayname": "§6Maxor\u0027s Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee05abe4-347b-3ea5-8248-fae93392140e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzMwNDc1OCwKICAicHJvZmlsZUlkIiA6ICI0ZDcwNDg2ZjUwOTI0ZDMzODZiYmZjOWMxMmJhYjRhZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzaXJGYWJpb3pzY2hlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RiZmIwZWQ1OTU5MTkwZDQxNWU3MjZhMTVmMjk4NDAwN2E2N2E1ZmQ0ZWE1NjcxZDBkNjc2ZjlmNjQxYjViYWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d397\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+15\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aVII Completion§c.\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Maxor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d397", @@ -24,8 +24,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "recipe": { @@ -42,11 +42,11 @@ "internalname": "SPEED_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor", - "https://wiki.hypixel.net/Maxor's_Helmet" + "https://wiki.hypixel.net/Maxor\u0027s_Helmet" ] }
\ No newline at end of file diff --git a/items/SPEED_WITHER_LEGGINGS.json b/items/SPEED_WITHER_LEGGINGS.json index 731daf67..086b4e30 100644 --- a/items/SPEED_WITHER_LEGGINGS.json +++ b/items/SPEED_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§6Maxor's Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+105\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor VII\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6107065,Name:\"§6Maxor's Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_LEGGINGS\"}}", + "displayname": "§6Maxor\u0027s Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+45%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+105\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§7Reduces the damage you take from\",9:\"§7withers by §c10% §7and increases\",10:\"§7your arrow damage by §c5.0%§7.\",11:\"\",12:\"§6Full Set Bonus: Witherborn\",13:\"§7Spawns a wither minion every\",14:\"§7§e30 §7seconds up to a maximum\",15:\"§7§a1 §7wither. Your withers will\",16:\"§7travel to and explode on nearby\",17:\"§7enemies.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aVII Completion§c.\",22:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6107065,Name:\"§6Maxor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d494", @@ -24,8 +24,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "recipe": { @@ -42,11 +42,11 @@ "internalname": "SPEED_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor", - "https://wiki.hypixel.net/Maxor's_Leggings" + "https://wiki.hypixel.net/Maxor\u0027s_Leggings" ] }
\ No newline at end of file diff --git a/items/SPIRIT_SWORD.json b/items/SPIRIT_SWORD.json index ebb31192..d694e174 100644 --- a/items/SPIRIT_SWORD.json +++ b/items/SPIRIT_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§f§f§5Spirit Sword", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d300\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Deals §a+2% §7damage to §aUndead\",5:\"§amonsters §7for every §a1% §7of\",6:\"§7your missing health.\",7:\"\",8:\"§7§bSpirit Item: §7When turned\",9:\"§7into a ghost, this item becomes\",10:\"§7a Ghost Ability.\",11:\"\",12:\"§6Spirit Ability: Spirit Bomb\",13:\"§7Shoots a spirit that deals\",14:\"§7§c8000 §7damage on impact.\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 52500 / 52500\",19:\"§7§4❣ §cRequires §aCatacombs Floor IV\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§f§f§5Spirit Sword\"},ExtraAttributes:{id:\"SPIRIT_SWORD\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d300\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Deals §a+2% §7damage to §aUndead\",5:\"§amonsters §7for every §a1% §7of\",6:\"§7your missing health.\",7:\"\",8:\"§7§bSpirit Item: §7When turned\",9:\"§7into a ghost, this item becomes\",10:\"§7a Ghost Ability.\",11:\"\",12:\"§6Spirit Ability: Spirit Bomb\",13:\"§7Shoots a spirit that deals\",14:\"§7§c8000 §7damage on impact.\",15:\"§8Cooldown: §a10s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 52500 / 52500\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aIV Completion§c.\",21:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§f§f§5Spirit Sword\"},ExtraAttributes:{id:\"SPIRIT_SWORD\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Gear Score: §d300", @@ -23,14 +23,14 @@ "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Floor IV", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", "§5§lEPIC DUNGEON SWORD" ], "internalname": "SPIRIT_SWORD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sword", diff --git a/items/SPONGE_BOOTS.json b/items/SPONGE_BOOTS.json index e9ab49f9..7a1953ea 100644 --- a/items/SPONGE_BOOTS.json +++ b/items/SPONGE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Spongy Shoes", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+60\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 17\",9:\"§5§lEPIC BOOTS\"],color:16768081,Name:\"§5Spongy Shoes\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"unpleasant\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"SPONGE_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+60\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 17§c.\",9:\"§5§lEPIC BOOTS\"],color:16768081,Name:\"§5Spongy Shoes\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"unpleasant\",originTag:\"CRAFTING_GRID_SHIFT\",id:\"SPONGE_BOOTS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.8%", @@ -12,7 +12,7 @@ "§7while in water.", "", "§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 17", + "§7§4❣ §cRequires §aFishing Skill 17§c.", "§5§lEPIC BOOTS" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPONGE_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor", diff --git a/items/SPONGE_CHESTPLATE.json b/items/SPONGE_CHESTPLATE.json index 8709e894..ec9a738f 100644 --- a/items/SPONGE_CHESTPLATE.json +++ b/items/SPONGE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Sponge Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+145\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 17\",9:\"§5§lEPIC CHESTPLATE\"],color:16768081,Name:\"§5Sponge Chestplate\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"fierce\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"SPONGE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+145\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 17§c.\",9:\"§5§lEPIC CHESTPLATE\"],color:16768081,Name:\"§5Sponge Chestplate\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"fierce\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"SPONGE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.8%", @@ -12,7 +12,7 @@ "§7while in water.", "", "§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 17", + "§7§4❣ §cRequires §aFishing Skill 17§c.", "§5§lEPIC CHESTPLATE" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPONGE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor", diff --git a/items/SPONGE_HELMET.json b/items/SPONGE_HELMET.json index 149a686d..cc266d79 100644 --- a/items/SPONGE_HELMET.json +++ b/items/SPONGE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:sponge", "displayname": "§5Sponge Helmet", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+80\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 17\",9:\"§5§lEPIC HELMET\"],Name:\"§5Sponge Helmet\"},ExtraAttributes:{id:\"SPONGE_HELMET\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+80\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 17§c.\",9:\"§5§lEPIC HELMET\"],Name:\"§5Sponge Helmet\"},ExtraAttributes:{id:\"SPONGE_HELMET\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.8%", @@ -12,7 +12,7 @@ "§7while in water.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 17", + "§7§4❣ §cRequires §aFishing Skill 17§c.", "§5§lEPIC HELMET" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPONGE_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor", diff --git a/items/SPONGE_LEGGINGS.json b/items/SPONGE_LEGGINGS.json index 8123f8fb..0916aef1 100644 --- a/items/SPONGE_LEGGINGS.json +++ b/items/SPONGE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Sponge Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+100\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 17\",9:\"§5§lEPIC LEGGINGS\"],color:16768081,Name:\"§5Sponge Leggings\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"fierce\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"SPONGE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.8%\",1:\"§7Defense: §a+100\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7§9Doubles§7 your §a❈ Defense§7\",5:\"§7while in water.\",6:\"\",7:\"§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 17§c.\",9:\"§5§lEPIC LEGGINGS\"],color:16768081,Name:\"§5Sponge Leggings\"},ExtraAttributes:{color:\"255:220:81\",modifier:\"fierce\",originTag:\"CRAFTING_GRID_COLLECT\",id:\"SPONGE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.8%", @@ -12,7 +12,7 @@ "§7while in water.", "", "§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 17", + "§7§4❣ §cRequires §aFishing Skill 17§c.", "§5§lEPIC LEGGINGS" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPONGE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Armor", diff --git a/items/SPONGE_ROD.json b/items/SPONGE_ROD.json index f1a08e73..1a97a3a7 100644 --- a/items/SPONGE_ROD.json +++ b/items/SPONGE_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fSponge Rod", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+30\",3:\"\",4:\"§7This fishing rod grants a\",5:\"§7§a20%§7 chance to catch Sponge.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 5\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"§7Fishing Speed: §a+30\",3:\"\",4:\"§7This fishing rod grants a\",5:\"§7§a20%§7 chance to catch Sponge.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 5§c.\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+20", @@ -12,7 +12,7 @@ "§7§a20%§7 chance to catch Sponge.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 5", + "§7§4❣ §cRequires §aFishing Skill 5§c.", "§f§lCOMMON FISHING ROD" ], "recipe": { @@ -28,7 +28,7 @@ }, "internalname": "SPONGE_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sponge_Rod", diff --git a/items/SQUASH_RING.json b/items/SQUASH_RING.json index 844379b8..a9398609 100644 --- a/items/SQUASH_RING.json +++ b/items/SQUASH_RING.json @@ -27,5 +27,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Squash_Ring", + "https://wiki.hypixel.net/Squash_Ring" + ] }
\ No newline at end of file diff --git a/items/SQUIRE_BOOTS.json b/items/SQUIRE_BOOTS.json index 533a0815..4744cc57 100644 --- a/items/SQUIRE_BOOTS.json +++ b/items/SQUIRE_BOOTS.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:leather_boots", "displayname": "§aSquire Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON BOOTS\"],color:5526612,Name:\"§aSquire Boots\"},ExtraAttributes:{id:\"SQUIRE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Defense: §a+20\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON BOOTS\"],color:5526612,Name:\"§aSquire Boots\"},ExtraAttributes:{id:\"SQUIRE_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+20", "§7Defense: §a+20", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON BOOTS" ], "internalname": "SQUIRE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squire_Armor", diff --git a/items/SQUIRE_CHESTPLATE.json b/items/SQUIRE_CHESTPLATE.json index 58e9964c..7cab29c2 100644 --- a/items/SQUIRE_CHESTPLATE.json +++ b/items/SQUIRE_CHESTPLATE.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:iron_chestplate", "displayname": "§aSquire Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40\",1:\"§7Defense: §a+40\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON CHESTPLATE\"],Name:\"§aSquire Chestplate\"},ExtraAttributes:{id:\"SQUIRE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40\",1:\"§7Defense: §a+40\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON CHESTPLATE\"],Name:\"§aSquire Chestplate\"},ExtraAttributes:{id:\"SQUIRE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+40", "§7Defense: §a+40", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON CHESTPLATE" ], "internalname": "SQUIRE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squire_Armor", diff --git a/items/SQUIRE_HELMET.json b/items/SQUIRE_HELMET.json index 21b8559e..16285de7 100644 --- a/items/SQUIRE_HELMET.json +++ b/items/SQUIRE_HELMET.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:chainmail_helmet", "displayname": "§aSquire Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+25\",1:\"§7Defense: §a+25\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON HELMET\"],Name:\"§aSquire Helmet\"},ExtraAttributes:{id:\"SQUIRE_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+25\",1:\"§7Defense: §a+25\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON HELMET\"],Name:\"§aSquire Helmet\"},ExtraAttributes:{id:\"SQUIRE_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+25", "§7Defense: §a+25", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON HELMET" ], "internalname": "SQUIRE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squire_Armor", diff --git a/items/SQUIRE_LEGGINGS.json b/items/SQUIRE_LEGGINGS.json index b196b8fb..63910dd6 100644 --- a/items/SQUIRE_LEGGINGS.json +++ b/items/SQUIRE_LEGGINGS.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§aSquire Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON LEGGINGS\"],Name:\"§aSquire Leggings\"},ExtraAttributes:{id:\"SQUIRE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON LEGGINGS\"],Name:\"§aSquire Leggings\"},ExtraAttributes:{id:\"SQUIRE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+30", "§7Defense: §a+30", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON LEGGINGS" ], "internalname": "SQUIRE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squire_Armor", diff --git a/items/SQUIRE_SWORD.json b/items/SQUIRE_SWORD.json index 84a4f53b..d2337370 100644 --- a/items/SQUIRE_SWORD.json +++ b/items/SQUIRE_SWORD.json @@ -1,20 +1,20 @@ { "itemid": "minecraft:iron_sword", "displayname": "§aSquire Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4.\",5:\"§a§lUNCOMMON SWORD\"],Name:\"§aSquire Sword\"},ExtraAttributes:{id:\"SQUIRE_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§4❣ §cRequires §aCombat Skill 4§c.\",5:\"§a§lUNCOMMON SWORD\"],Name:\"§aSquire Sword\"},ExtraAttributes:{id:\"SQUIRE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", "§7Strength: §c+10", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 4.", + "§4❣ §cRequires §aCombat Skill 4§c.", "§a§lUNCOMMON SWORD" ], "internalname": "SQUIRE_SWORD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Squire_Sword", diff --git a/items/STARLIGHT_BOOTS.json b/items/STARLIGHT_BOOTS.json index bcd54802..ca40ae70 100644 --- a/items/STARLIGHT_BOOTS.json +++ b/items/STARLIGHT_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Starlight Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8.\",11:\"§9§lRARE BOOTS\"],color:13893887,Name:\"§9Starlight Boots\"},ExtraAttributes:{id:\"STARLIGHT_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8§c.\",11:\"§9§lRARE BOOTS\"],color:13893887,Name:\"§9Starlight Boots\"},ExtraAttributes:{id:\"STARLIGHT_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+30", @@ -14,13 +14,13 @@ "§7range by §a+1§7.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE BOOTS" ], "internalname": "STARLIGHT_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starlight_Armor", diff --git a/items/STARLIGHT_CHESTPLATE.json b/items/STARLIGHT_CHESTPLATE.json index 2f798a27..47ea58ed 100644 --- a/items/STARLIGHT_CHESTPLATE.json +++ b/items/STARLIGHT_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Starlight Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8.\",11:\"§9§lRARE CHESTPLATE\"],color:13893887,Name:\"§9Starlight Chestplate\"},ExtraAttributes:{id:\"STARLIGHT_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8§c.\",11:\"§9§lRARE CHESTPLATE\"],color:13893887,Name:\"§9Starlight Chestplate\"},ExtraAttributes:{id:\"STARLIGHT_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+30", @@ -14,13 +14,13 @@ "§7range by §a+1§7.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE CHESTPLATE" ], "internalname": "STARLIGHT_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starlight_Armor", diff --git a/items/STARLIGHT_HELMET.json b/items/STARLIGHT_HELMET.json index ca69a2e8..cde6a6ff 100644 --- a/items/STARLIGHT_HELMET.json +++ b/items/STARLIGHT_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_helmet", "displayname": "§9Starlight Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8.\",11:\"§9§lRARE HELMET\"],Name:\"§9Starlight Helmet\"},ExtraAttributes:{id:\"STARLIGHT_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8§c.\",11:\"§9§lRARE HELMET\"],Name:\"§9Starlight Helmet\"},ExtraAttributes:{id:\"STARLIGHT_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+30", @@ -14,13 +14,13 @@ "§7range by §a+1§7.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE HELMET" ], "internalname": "STARLIGHT_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starlight_Armor", diff --git a/items/STARLIGHT_LEGGINGS.json b/items/STARLIGHT_LEGGINGS.json index 2933568e..76060758 100644 --- a/items/STARLIGHT_LEGGINGS.json +++ b/items/STARLIGHT_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_leggings", "displayname": "§9Starlight Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8.\",11:\"§9§lRARE LEGGINGS\"],Name:\"§9Starlight Leggings\"},ExtraAttributes:{id:\"STARLIGHT_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+50\",3:\"\",4:\"§6Full Set Bonus: Starpower\",5:\"§7Increases the duration of\",6:\"§7§6Starfall §7by §a2x §7and its\",7:\"§7range by §a+1§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§4❣ §cRequires §aCombat Skill 8§c.\",11:\"§9§lRARE LEGGINGS\"],Name:\"§9Starlight Leggings\"},ExtraAttributes:{id:\"STARLIGHT_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+30", @@ -14,13 +14,13 @@ "§7range by §a+1§7.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE LEGGINGS" ], "internalname": "STARLIGHT_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starlight_Armor", diff --git a/items/STARLIGHT_WAND.json b/items/STARLIGHT_WAND.json index fbcd89e3..d4d13c89 100644 --- a/items/STARLIGHT_WAND.json +++ b/items/STARLIGHT_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§9Starlight Wand", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Starfall §e§lRIGHT CLICK\",1:\"§7Shower stars in a §f3 blocks\",2:\"§f§7area for §a5s§7, dealing\",3:\"§7§c297.1 §7damage per second to\",4:\"§7mobs within.\",5:\"§8Mana Cost: §3120\",6:\"§8Cooldown: §a2s\",7:\"\",8:\"§4❣ §cRequires §aCombat Skill 8.\",9:\"§9§lRARE WAND\"],Name:\"§9Starlight Wand\"},ExtraAttributes:{id:\"STARLIGHT_WAND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Starfall §e§lRIGHT CLICK\",1:\"§7Shower stars in a §f3 blocks\",2:\"§f§7area for §a5s§7, dealing\",3:\"§7§c297.1 §7damage per second to\",4:\"§7mobs within.\",5:\"§8Mana Cost: §3120\",6:\"§8Cooldown: §a2s\",7:\"\",8:\"§4❣ §cRequires §aCombat Skill 8§c.\",9:\"§9§lRARE WAND\"],Name:\"§9Starlight Wand\"},ExtraAttributes:{id:\"STARLIGHT_WAND\"}}", "damage": 0, "lore": [ "§6Ability: Starfall §e§lRIGHT CLICK", @@ -12,13 +12,13 @@ "§8Mana Cost: §3120", "§8Cooldown: §a2s", "", - "§4❣ §cRequires §aCombat Skill 8.", + "§4❣ §cRequires §aCombat Skill 8§c.", "§9§lRARE WAND" ], "internalname": "STARLIGHT_WAND", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Starlight_Wand", diff --git a/items/STARRED_ADAPTIVE_BOOTS.json b/items/STARRED_ADAPTIVE_BOOTS.json index b276c665..23690d62 100644 --- a/items/STARRED_ADAPTIVE_BOOTS.json +++ b/items/STARRED_ADAPTIVE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5⚚ Adaptive Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 \",1:\"§7Strength: §c+15 \",2:\"§7Health: §a+100\",3:\"§7Defense: §a+55\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5⚚ Adaptive Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 \",1:\"§7Strength: §c+15 \",2:\"§7Health: §a+100\",3:\"§7Defense: §a+55\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5⚚ Adaptive Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d283 ", @@ -29,6 +29,8 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON BOOTS" ], "recipe": { @@ -45,7 +47,7 @@ "internalname": "STARRED_ADAPTIVE_BOOTS", "parent": "ADAPTIVE_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_ADAPTIVE_CHESTPLATE.json b/items/STARRED_ADAPTIVE_CHESTPLATE.json index b65651b6..f72f01de 100644 --- a/items/STARRED_ADAPTIVE_CHESTPLATE.json +++ b/items/STARRED_ADAPTIVE_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5⚚ Adaptive Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d443 \",1:\"§7Strength: §c+15 \",2:\"§7Health: §a+180\",3:\"§7Defense: §a+95 \",4:\"§7Intelligence: §a+15 \",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5⚚ Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d443 \",1:\"§7Strength: §c+15 \",2:\"§7Health: §a+180\",3:\"§7Defense: §a+95 \",4:\"§7Intelligence: §a+15 \",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5⚚ Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d443 ", @@ -29,6 +29,8 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON CHESTPLATE" ], "recipe": { @@ -45,7 +47,7 @@ "internalname": "STARRED_ADAPTIVE_CHESTPLATE", "parent": "ADAPTIVE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_ADAPTIVE_HELMET.json b/items/STARRED_ADAPTIVE_HELMET.json index 8e445ade..f1a7f0fa 100644 --- a/items/STARRED_ADAPTIVE_HELMET.json +++ b/items/STARRED_ADAPTIVE_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5⚚ Adaptive Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d313\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+120\",3:\"§7Defense: §a+60\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5⚚ Adaptive Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d313\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+120\",3:\"§7Defense: §a+60\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5⚚ Adaptive Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d313", @@ -29,6 +29,8 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON HELMET" ], "recipe": { @@ -45,7 +47,7 @@ "internalname": "STARRED_ADAPTIVE_HELMET", "parent": "ADAPTIVE_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_ADAPTIVE_LEGGINGS.json b/items/STARRED_ADAPTIVE_LEGGINGS.json index e7a8210b..a755d6bc 100644 --- a/items/STARRED_ADAPTIVE_LEGGINGS.json +++ b/items/STARRED_ADAPTIVE_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5⚚ Adaptive Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d378\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+155\",3:\"§7Defense: §a+75\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5⚚ Adaptive Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d378\",1:\"§7Strength: §c+15\",2:\"§7Health: §a+155\",3:\"§7Defense: §a+75\",4:\"§7Intelligence: §a+15\",5:\" §8[§7⚔§8]\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aThe Catacombs Floor\",26:\"§aIII Completion§c.\",27:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5⚚ Adaptive Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_ADAPTIVE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d378", @@ -29,6 +29,8 @@ "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON LEGGINGS" ], "recipe": { @@ -45,7 +47,7 @@ "internalname": "STARRED_ADAPTIVE_LEGGINGS", "parent": "ADAPTIVE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_BONZO_MASK.json b/items/STARRED_BONZO_MASK.json index 0502853f..2683d5f9 100644 --- a/items/STARRED_BONZO_MASK.json +++ b/items/STARRED_BONZO_MASK.json @@ -1,27 +1,29 @@ { "itemid": "minecraft:skull", - "displayname": "§9⚚ Bonzo's Mask", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d400 \",1:\"§7Health: §a+125\",2:\"§7Defense: §a+100 \",3:\"§7Intelligence: §a+150 \",4:\"\",5:\"§6Ability: Clownin' Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+24.8 §c❁\",8:\"§cStrength §7for §a3s §7and fully\",9:\"§7replenish your health. The\",10:\"§7cooldown and Strength bonus you\",11:\"§7receive improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a316s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9⚚ Bonzo's Mask\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_BONZO_MASK\"}}", + "displayname": "§9⚚ Bonzo\u0027s Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d400\",1:\"§7Health: §a+125\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+150\",4:\"\",5:\"§6Ability: Clownin\u0027 Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+20 §c❁ Strength\",8:\"§c§7for §a3s §7and fully replenish\",9:\"§7your health. The cooldown and\",10:\"§7Strength bonus you receive\",11:\"§7improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a360s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aThe Catacombs Floor\",19:\"§aI Completion§c.\",20:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9⚚ Bonzo\u0027s Mask\"},ExtraAttributes:{id:\"STARRED_BONZO_MASK\"}}", "damage": 3, "lore": [ - "§7Gear Score: §d400 ", + "§7Gear Score: §d400", "§7Health: §a+125", - "§7Defense: §a+100 ", - "§7Intelligence: §a+150 ", + "§7Defense: §a+100", + "§7Intelligence: §a+150", "", - "§6Ability: Clownin' Around", + "§6Ability: Clownin\u0027 Around", "§7Instead of dying, gain damage", - "§7immunity and §a+24.8 §c❁", - "§cStrength §7for §a3s §7and fully", - "§7replenish your health. The", - "§7cooldown and Strength bonus you", - "§7receive improve based on your", + "§7immunity and §a+20 §c❁ Strength", + "§c§7for §a3s §7and fully replenish", + "§7your health. The cooldown and", + "§7Strength bonus you receive", + "§7improve based on your", "§7§aDungeoneering Skill §7level.", "§7This ability only works while in", "§7§cThe Catacombs§7!", - "§8Cooldown: §a316s", + "§8Cooldown: §a360s", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aI Completion§c.", "§9§lRARE DUNGEON HELMET" ], "recipe": { @@ -38,11 +40,11 @@ "internalname": "STARRED_BONZO_MASK", "parent": "BONZO_MASK", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bonzo's_Mask", - "https://wiki.hypixel.net/%E2%9A%9A_Bonzo's_Mask" + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Mask", + "https://wiki.hypixel.net/%E2%9A%9A_Bonzo\u0027s_Mask" ] }
\ No newline at end of file diff --git a/items/STARRED_BONZO_STAFF.json b/items/STARRED_BONZO_STAFF.json index cf1ebdf7..3e9833e4 100644 --- a/items/STARRED_BONZO_STAFF.json +++ b/items/STARRED_BONZO_STAFF.json @@ -1,22 +1,24 @@ { "itemid": "minecraft:blaze_rod", - "displayname": "§9⚚ Bonzo's Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310 \",1:\"§7Damage: §c+160 \",2:\"§7Intelligence: §a+300\",3:\" §8[§7✎§8] §8[§8✎§8] \",4:\"\",5:\"§6Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,762.2\",9:\"§c§7damage.\",10:\"§8Mana Cost: §3100\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9⚚ Bonzo's Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_BONZO_STAFF\"}}", + "displayname": "§9⚚ Bonzo\u0027s Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310\",1:\"§7Damage: §c+160 §8(+160)\",2:\"§7Intelligence: §a+300 §8(+300)\",3:\" §8[§7✎§8] §8[§8✎§8]\",4:\"\",5:\"§6Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,107.7\",9:\"§c§7damage.\",10:\"§8Mana Cost: §3100\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aThe Catacombs Floor\",14:\"§aI Completion§c.\",15:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9⚚ Bonzo\u0027s Staff\"},ExtraAttributes:{id:\"STARRED_BONZO_STAFF\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d310 ", - "§7Damage: §c+160 ", - "§7Intelligence: §a+300", - " §8[§7✎§8] §8[§8✎§8] ", + "§7Gear Score: §d310", + "§7Damage: §c+160 §8(+160)", + "§7Intelligence: §a+300 §8(+300)", + " §8[§7✎§8] §8[§8✎§8]", "", "§6Ability: Showtime §e§lRIGHT CLICK", "§7Shoots balloons that create a", "§7large explosion on impact,", - "§7dealing up to §c1,762.2", + "§7dealing up to §c1,107.7", "§c§7damage.", "§8Mana Cost: §3100", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aI Completion§c.", "§9§lRARE DUNGEON SWORD" ], "recipe": { @@ -33,11 +35,11 @@ "internalname": "STARRED_BONZO_STAFF", "parent": "BONZO_STAFF", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bonzo's_Staff", - "https://wiki.hypixel.net/%E2%9A%9A_Bonzo's_Staff" + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff", + "https://wiki.hypixel.net/%E2%9A%9A_Bonzo\u0027s_Staff" ] }
\ No newline at end of file diff --git a/items/STARRED_LAST_BREATH.json b/items/STARRED_LAST_BREATH.json index 514d48d6..97b27664 100644 --- a/items/STARRED_LAST_BREATH.json +++ b/items/STARRED_LAST_BREATH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", "displayname": "§6⚚ Last Breath", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d480\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+190\",3:\"§7Crit Damage: §c+50% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor V\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_LAST_BREATH\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d480\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+190\",3:\"§7Crit Damage: §c+50% \",4:\"\",5:\"§7Reduces the defense of your\",6:\"§7target by §a10% §7of their max\",7:\"§7§a❈ Defense §7on hit, stacking\",8:\"§7up to §a5 §7times.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aThe Catacombs Floor\",12:\"§aV Completion§c.\",13:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_LAST_BREATH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d480", @@ -15,8 +15,8 @@ "§7up to §a5 §7times.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON BOW" ], "recipe": { @@ -33,7 +33,7 @@ "internalname": "STARRED_LAST_BREATH", "parent": "LAST_BREATH", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Last_Breath", diff --git a/items/STARRED_SHADOW_ASSASSIN_BOOTS.json b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json index b28e1f4c..acab1a35 100644 --- a/items/STARRED_SHADOW_ASSASSIN_BOOTS.json +++ b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6⚚ Shadow Assassin Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+135\",4:\"§7Defense: §a+55 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6⚚ Shadow Assassin Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+135\",4:\"§7Defense: §a+55 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6⚚ Shadow Assassin Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d320 ", @@ -23,8 +23,8 @@ "§b§7mana.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "recipe": { @@ -41,7 +41,7 @@ "internalname": "STARRED_SHADOW_ASSASSIN_BOOTS", "parent": "SHADOW_ASSASSIN_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json index 83da3155..c5142aff 100644 --- a/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json +++ b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6⚚ Shadow Assassin Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d545 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+250\",4:\"§7Defense: §a+110 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6⚚ Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d545 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+250\",4:\"§7Defense: §a+110 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6⚚ Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d545 ", @@ -23,8 +23,8 @@ "§cStrength §7for §b10 §7seconds.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "recipe": { @@ -41,7 +41,7 @@ "internalname": "STARRED_SHADOW_ASSASSIN_CHESTPLATE", "parent": "SHADOW_ASSASSIN_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_SHADOW_ASSASSIN_HELMET.json b/items/STARRED_SHADOW_ASSASSIN_HELMET.json index c7878f7e..e9a61d4c 100644 --- a/items/STARRED_SHADOW_ASSASSIN_HELMET.json +++ b/items/STARRED_SHADOW_ASSASSIN_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6⚚ Shadow Assassin Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d385 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+170 HP \",4:\"§7Defense: §a+70 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d385 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+170 HP \",4:\"§7Defense: §a+70 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aV Completion§c.\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d385 ", @@ -24,8 +24,8 @@ "§b§7seconds.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "recipe": { @@ -42,7 +42,7 @@ "internalname": "STARRED_SHADOW_ASSASSIN_HELMET", "parent": "SHADOW_ASSASSIN_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json index aa8db7f5..024d6185 100644 --- a/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json +++ b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6⚚ Shadow Assassin Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d485 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+220\",4:\"§7Defense: §a+95 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6⚚ Shadow Assassin Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d485 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"§7Health: §a+220\",4:\"§7Defense: §a+95 \",5:\"§7Speed: §a+8 \",6:\" §8[§8⚔§8]\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6⚚ Shadow Assassin Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_ASSASSIN_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d485 ", @@ -23,8 +23,8 @@ "§7your maximum health.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "recipe": { @@ -41,7 +41,7 @@ "internalname": "STARRED_SHADOW_ASSASSIN_LEGGINGS", "parent": "SHADOW_ASSASSIN_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STARRED_SHADOW_FURY.json b/items/STARRED_SHADOW_FURY.json index f5c4138b..ee76ffaa 100644 --- a/items/STARRED_SHADOW_FURY.json +++ b/items/STARRED_SHADOW_FURY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§6⚚ Shadow Fury", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310 §8(+300)\",2:\"§7Strength: §c+160 §8(+130)\",3:\"§7Crit Damage: §c+60% §8(+30%)\",4:\"§7Speed: §a+40\",5:\" §8[§8❁§8] §8[§8⚔§8]\",6:\"\",7:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",8:\"§7Rapidly teleports you to up to\",9:\"§7§b5 §7enemies within §e12\",10:\"§e§7blocks, rooting each of them\",11:\"§7and allowing you to hit them.\",12:\"§8Cooldown: §a15s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor V\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_FURY\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310 §8(+300)\",2:\"§7Strength: §c+160 §8(+130)\",3:\"§7Crit Damage: §c+60% §8(+30%)\",4:\"§7Speed: §a+40\",5:\" §8[§8❁§8] §8[§8⚔§8]\",6:\"\",7:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",8:\"§7Rapidly teleports you to up to\",9:\"§7§b5 §7enemies within §e12\",10:\"§e§7blocks, rooting each of them\",11:\"§7and allowing you to hit them.\",12:\"§8Cooldown: §a15s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aV Completion§c.\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_SHADOW_FURY\"}}", "damage": 0, "lore": [ "§7Gear Score: §d540", @@ -19,8 +19,8 @@ "§8Cooldown: §a15s", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor V", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aV Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -37,7 +37,7 @@ "internalname": "STARRED_SHADOW_FURY", "parent": "SHADOW_FURY", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury", diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json index 47149da9..ce88fa5c 100644 --- a/items/STARRED_STONE_BLADE.json +++ b/items/STARRED_STONE_BLADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5⚚ Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_STONE_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIII Completion§c.\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d240", @@ -19,6 +19,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON SWORD" ], "recipe": { @@ -35,7 +37,7 @@ "internalname": "STARRED_STONE_BLADE", "parent": "STONE_BLADE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/STONE_BLADE.json b/items/STONE_BLADE.json index d0c655a1..ae3d3d19 100644 --- a/items/STONE_BLADE.json +++ b/items/STONE_BLADE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aCatacombs Floor II\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIII Completion§c.\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d220", @@ -19,14 +19,14 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor II", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIII Completion§c.", "§5§lEPIC DUNGEON SWORD" ], "internalname": "STONE_BLADE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade", diff --git a/items/TANK_WITHER_BOOTS.json b/items/TANK_WITHER_BOOTS.json index ab675a68..60b31f02 100644 --- a/items/TANK_WITHER_BOOTS.json +++ b/items/TANK_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§6Goldor's Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:8946558,Name:\"§6Goldor's Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", + "displayname": "§6Goldor\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:8946558,Name:\"§6Goldor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d555", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "TANK_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Goldor's_Armor", - "https://wiki.hypixel.net/Goldor's_Boots" + "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor", + "https://wiki.hypixel.net/Goldor\u0027s_Boots" ] }
\ No newline at end of file diff --git a/items/TANK_WITHER_CHESTPLATE.json b/items/TANK_WITHER_CHESTPLATE.json index 0ee418c1..6a97fec5 100644 --- a/items/TANK_WITHER_CHESTPLATE.json +++ b/items/TANK_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Goldor's Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4538684,Name:\"§6Goldor's Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", + "displayname": "§6Goldor\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4538684,Name:\"§6Goldor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d895", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "TANK_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Goldor's_Armor", - "https://wiki.hypixel.net/Goldor's_Chestplate" + "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor", + "https://wiki.hypixel.net/Goldor\u0027s_Chestplate" ] }
\ No newline at end of file diff --git a/items/TANK_WITHER_HELMET.json b/items/TANK_WITHER_HELMET.json index f3deb391..df587f8f 100644 --- a/items/TANK_WITHER_HELMET.json +++ b/items/TANK_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Goldor's Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b5eba12-eea5-3b0f-968b-cf8578bee45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzIwODgzNSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNDkyM2UyOGExODdmZTZhZjIyNzhiNzM5NGVmMjUzYTk2MzMxZmEyZGMwNzMxODc5Yzc4MGJmZWUyNDQyMjhhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d610\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor's Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_HELMET\"}}", + "displayname": "§6Goldor\u0027s Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b5eba12-eea5-3b0f-968b-cf8578bee45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzIwODgzNSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kNDkyM2UyOGExODdmZTZhZjIyNzhiNzM5NGVmMjUzYTk2MzMxZmEyZGMwNzMxODc5Yzc4MGJmZWUyNDQyMjhhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d610\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d610", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "TANK_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Goldor's_Armor", - "https://wiki.hypixel.net/Goldor's_Helmet" + "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor", + "https://wiki.hypixel.net/Goldor\u0027s_Helmet" ] }
\ No newline at end of file diff --git a/items/TANK_WITHER_LEGGINGS.json b/items/TANK_WITHER_LEGGINGS.json index eaf7e672..06bca2ab 100644 --- a/items/TANK_WITHER_LEGGINGS.json +++ b/items/TANK_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Goldor\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d725\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+240\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6643802,Name:\"§6Goldor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d725\",1:\"§7Health: §a+210\",2:\"§7Defense: §a+240\",3:\"§7Intelligence: §a+20\",4:\" §8[§8☤§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6643802,Name:\"§6Goldor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d725", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "TANK_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Goldor's_Armor", - "https://wiki.hypixel.net/Goldor's_Leggings" + "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor", + "https://wiki.hypixel.net/Goldor\u0027s_Leggings" ] }
\ No newline at end of file diff --git a/items/TAURUS_HELMET.json b/items/TAURUS_HELMET.json index 4a57c888..4ac97b87 100644 --- a/items/TAURUS_HELMET.json +++ b/items/TAURUS_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Taurus Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5f4a4af3-d4f0-3250-82ed-09e38250f98b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzU0MTIyNDQ3OSwKICAicHJvZmlsZUlkIiA6ICJlZDUzZGQ4MTRmOWQ0YTNjYjRlYjY1MWRjYmE3N2U2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICI0MTQxNDE0MWgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY0MmEwNmNkNzVlZjMwN2MxOTEzYmE3YTIyNGZiMjA4MmQ4YTJjNTI1NGZkMWJmMDA2MTI1YTA4N2E5YTg2OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+20%\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+190\",3:\"§7Defense: §a+150\",4:\" §8[§7❁§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 35.\",13:\"§9§lRARE HELMET\"],Name:\"§9Taurus Helmet\"},ExtraAttributes:{id:\"TAURUS_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5f4a4af3-d4f0-3250-82ed-09e38250f98b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzU0MTIyNDQ3OSwKICAicHJvZmlsZUlkIiA6ICJlZDUzZGQ4MTRmOWQ0YTNjYjRlYjY1MWRjYmE3N2U2NiIsCiAgInByb2ZpbGVOYW1lIiA6ICI0MTQxNDE0MWgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY0MmEwNmNkNzVlZjMwN2MxOTEzYmE3YTIyNGZiMjA4MmQ4YTJjNTI1NGZkMWJmMDA2MTI1YTA4N2E5YTg2OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+20%\",1:\"§7Sea Creature Chance: §c+3%\",2:\"§7Health: §a+190\",3:\"§7Defense: §a+150\",4:\" §8[§7❁§8]\",5:\"\",6:\"§7Damage taken by §cLava Sea\",7:\"§cCreatures §7is reduced by §a5%\",8:\"§a§7and damage dealt is increased\",9:\"§7by §c1.1x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 35§c.\",13:\"§9§lRARE HELMET\"],Name:\"§9Taurus Helmet\"},ExtraAttributes:{id:\"TAURUS_HELMET\"}}", "damage": 3, "lore": [ "§7Crit Damage: §c+20%", @@ -16,13 +16,13 @@ "§7by §c1.1x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 35.", + "§7§4❣ §cRequires §aFishing Skill 35§c.", "§9§lRARE HELMET" ], "internalname": "TAURUS_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Taurus_Helmet", diff --git a/items/TAVERN_BARN_SKIN.json b/items/TAVERN_BARN_SKIN.json index c422ddff..f4c68243 100644 --- a/items/TAVERN_BARN_SKIN.json +++ b/items/TAVERN_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Tavern_Barn_Skin" + "https://wiki.hypixel.net/Tavern_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Tavern_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/TERRY_NPC.json b/items/TERRY_NPC.json new file mode 100644 index 00000000..49caccea --- /dev/null +++ b/items/TERRY_NPC.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Terry (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fdfa7fbc-926f-2d82-914e-e7c9380b8891\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzljM2I3MjI0MmYzOGIxNWMxMzEyZmFjODRlN2NjNzMzMjkyMzZkMjAyMThlMGFiNzhkMDhlMmFjNDc4MDZhNDgifX19\"}]},Name:\"fdfa7fbc-926f-2d82-914e-e7c9380b8891\"},display:{Lore:[0:\"\"],Name:\"§9Terry (NPC)\"},ExtraAttributes:{id:\"TERRY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "TERRY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -92, + "y": 79, + "z": 26, + "island": "winter", + "recipes": [ + { + "type": "npc_shop", + "result": "SALT_CUBE:1", + "cost": [ + "ICE_HUNK:64" + ] + }, + { + "type": "npc_shop", + "result": "RUSTY_ANCHOR:1", + "cost": [ + "BLUE_ICE_HUNK:64" + ] + }, + { + "type": "npc_shop", + "result": "TERRY_SNOWGLOBE:1", + "cost": [ + "ICE_HUNK:32", + "BLUE_ICE_HUNK:8" + ] + }, + { + "type": "npc_shop", + "result": "FROZEN_BAUBLE:1", + "cost": [ + "ICE_HUNK:64", + "BLUE_ICE_HUNK:32" + ] + } + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Terry", + "https://wiki.hypixel.net/Terry" + ] +}
\ No newline at end of file diff --git a/items/TERRY_SNOWGLOBE.json b/items/TERRY_SNOWGLOBE.json index dd78d9ce..09e41d03 100644 --- a/items/TERRY_SNOWGLOBE.json +++ b/items/TERRY_SNOWGLOBE.json @@ -23,5 +23,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Terry%27s_Snowglobe", + "https://wiki.hypixel.net/Terry%27s_Snowglobe" + ] }
\ No newline at end of file diff --git a/items/THE_SHREDDER.json b/items/THE_SHREDDER.json index fc9a3cf7..60a69d0a 100644 --- a/items/THE_SHREDDER.json +++ b/items/THE_SHREDDER.json @@ -4,8 +4,8 @@ "displayname": "§6Shredder", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+15\",2:\"§7Ferocity: §a+50\",3:\"§7Fishing Speed: §a+115\",4:\"\",5:\"§7§7Gives §9strength§7 every 50\",6:\"§7bait used + §9damage§7 per 10\",7:\"§7fish caught.\",8:\"\",9:\"§cBonus Strength (15 cap): §70\",10:\"§cBonus Damage (115 cap): §70\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§4❣ §cRequires §aFishing Skill 20\",14:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Shredder\"},ExtraAttributes:{id:\"THE_SHREDDER\"}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+15\",2:\"§7Ferocity: §a+50\",3:\"§7Fishing Speed: §a+115\",4:\"\",5:\"§7§7Gives §9strength§7 every 50\",6:\"§7bait used + §9damage§7 per 10\",7:\"§7fish caught.\",8:\"\",9:\"§cBonus Strength (15 cap): §70\",10:\"§cBonus Damage (115 cap): §70\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aFishing Skill 20§c.\",14:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Shredder\"},ExtraAttributes:{id:\"THE_SHREDDER\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Damage: §c+120", "§7Strength: §c+15", @@ -20,7 +20,7 @@ "§cBonus Damage (115 cap): §70", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 20", + "§7§4❣ §cRequires §aFishing Skill 20§c.", "§6§lLEGENDARY FISHING ROD" ], "infoType": "WIKI_URL", diff --git a/items/THORNS_BOOTS.json b/items/THORNS_BOOTS.json index 0a4dd0fd..506304c8 100644 --- a/items/THORNS_BOOTS.json +++ b/items/THORNS_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Spirit Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330\",1:\"§7Strength: §c+25\",2:\"§7Health: §a+150\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+25\",5:\"§7Intelligence: §a+50\",6:\"\",7:\"§6Ability: Spirit Glide\",8:\"§7Double jump to fly around as a\",9:\"§7spirit.\",10:\"§8Mana Cost: §3250\",11:\"§8Cooldown: §a60s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor IV\",15:\"§aCompletion\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d330\",1:\"§7Strength: §c+25\",2:\"§7Health: §a+150\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+25\",5:\"§7Intelligence: §a+50\",6:\"\",7:\"§6Ability: Spirit Glide\",8:\"§7Double jump to fly around as a\",9:\"§7spirit.\",10:\"§8Mana Cost: §3250\",11:\"§8Cooldown: §a60s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aThe Catacombs Floor\",15:\"§aIV Completion§c.\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:12566463,Name:\"§5Spirit Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"THORNS_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d330", @@ -18,14 +18,14 @@ "§8Cooldown: §a60s", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor IV", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aIV Completion§c.", "§5§lEPIC DUNGEON BOOTS" ], "internalname": "THORNS_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Boots", diff --git a/items/THUNDER_BOOTS.json b/items/THUNDER_BOOTS.json index bdcf25dd..a840229f 100644 --- a/items/THUNDER_BOOTS.json +++ b/items/THUNDER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Thunder Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+170\",3:\"§7Defense: §a+150\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36.\",23:\"§5§lEPIC BOOTS\"],color:2416101,Name:\"§5Thunder Boots\"},ExtraAttributes:{id:\"THUNDER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+170\",3:\"§7Defense: §a+150\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36§c.\",23:\"§5§lEPIC BOOTS\"],color:2416101,Name:\"§5Thunder Boots\"},ExtraAttributes:{id:\"THUNDER_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -26,7 +26,7 @@ "§7by §c1.2x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 36.", + "§7§4❣ §cRequires §aFishing Skill 36§c.", "§5§lEPIC BOOTS" ], "recipe": { @@ -43,7 +43,7 @@ "internalname": "THUNDER_BOOTS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor", diff --git a/items/THUNDER_CHESTPLATE.json b/items/THUNDER_CHESTPLATE.json index 8af2f4c7..f3436046 100644 --- a/items/THUNDER_CHESTPLATE.json +++ b/items/THUNDER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Thunder Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+230\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36.\",23:\"§5§lEPIC CHESTPLATE\"],color:2416101,Name:\"§5Thunder Chestplate\"},ExtraAttributes:{id:\"THUNDER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+230\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36§c.\",23:\"§5§lEPIC CHESTPLATE\"],color:2416101,Name:\"§5Thunder Chestplate\"},ExtraAttributes:{id:\"THUNDER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -26,7 +26,7 @@ "§7by §c1.2x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 36.", + "§7§4❣ §cRequires §aFishing Skill 36§c.", "§5§lEPIC CHESTPLATE" ], "recipe": { @@ -43,7 +43,7 @@ "internalname": "THUNDER_CHESTPLATE", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor", diff --git a/items/THUNDER_HELMET.json b/items/THUNDER_HELMET.json index 79f43b1d..87277079 100644 --- a/items/THUNDER_HELMET.json +++ b/items/THUNDER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Thunder Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59b6841a-2d15-36c1-ad9a-da70cec72354\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODc5NDUzNSwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80YTkzZDJiZjk5OWE3ZmUwNTJiZjY3OTVlMGEwYmM3NTU1Y2MxZTAxNGM2NjdmYTg2ZGM0MjFjYjE4NmQ1YjY3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+200\",3:\"§7Defense: §a+170\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36.\",23:\"§5§lEPIC HELMET\"],Name:\"§5Thunder Helmet\"},ExtraAttributes:{id:\"THUNDER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59b6841a-2d15-36c1-ad9a-da70cec72354\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MTA5ODc5NDUzNSwKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80YTkzZDJiZjk5OWE3ZmUwNTJiZjY3OTVlMGEwYmM3NTU1Y2MxZTAxNGM2NjdmYTg2ZGM0MjFjYjE4NmQ1YjY3IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+200\",3:\"§7Defense: §a+170\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36§c.\",23:\"§5§lEPIC HELMET\"],Name:\"§5Thunder Helmet\"},ExtraAttributes:{id:\"THUNDER_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+25", @@ -26,7 +26,7 @@ "§7by §c1.2x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 36.", + "§7§4❣ §cRequires §aFishing Skill 36§c.", "§5§lEPIC HELMET" ], "recipe": { @@ -43,7 +43,7 @@ "internalname": "THUNDER_HELMET", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor", diff --git a/items/THUNDER_LEGGINGS.json b/items/THUNDER_LEGGINGS.json index e057195e..d4db788f 100644 --- a/items/THUNDER_LEGGINGS.json +++ b/items/THUNDER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Thunder Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+220\",3:\"§7Defense: §a+200\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36.\",23:\"§5§lEPIC LEGGINGS\"],color:2416101,Name:\"§5Thunder Leggings\"},ExtraAttributes:{id:\"THUNDER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Sea Creature Chance: §c+4%\",2:\"§7Health: §a+220\",3:\"§7Defense: §a+200\",4:\" §8[§7⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Static Charge (0/5)\",7:\"§7Gains §c1§7 static charge every\",8:\"§7§e30§7 seconds.\",9:\"§7Hitting a target will cause a\",10:\"§7discharge, adding §a15%§7 damage\",11:\"§7to that hit for each charge\",12:\"§7collected.\",13:\"§7\",14:\"§7Maximum Charge Capacity: §c2\",15:\"\",16:\"§7Damage taken by §cLava Sea\",17:\"§cCreatures §7is reduced by §a10%\",18:\"§a§7and damage dealt is increased\",19:\"§7by §c1.2x§7.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §aFishing Skill 36§c.\",23:\"§5§lEPIC LEGGINGS\"],color:2416101,Name:\"§5Thunder Leggings\"},ExtraAttributes:{id:\"THUNDER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+25", @@ -26,7 +26,7 @@ "§7by §c1.2x§7.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 36.", + "§7§4❣ §cRequires §aFishing Skill 36§c.", "§5§lEPIC LEGGINGS" ], "recipe": { @@ -43,7 +43,7 @@ "internalname": "THUNDER_LEGGINGS", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Thunder_Armor", diff --git a/items/TIC_TAC_TOE.json b/items/TIC_TAC_TOE.json index d94fe551..cdc27b6d 100644 --- a/items/TIC_TAC_TOE.json +++ b/items/TIC_TAC_TOE.json @@ -1,19 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§aTic Tac Toe", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b3677d1-b548-3194-a742-dbbc7cedd756\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE0NjQzNjk2ODQ0NTgsInByb2ZpbGVJZCI6ImI0MDA3MmM4Y2RmOTQ1OGFhZmM0NDZmNWU1N2U2ZjcwIiwicHJvZmlsZU5hbWUiOiJTaGVyb20iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzViNzgzNjcwYWQ5MTc5MTNmZDY5NDRmZDc2MGY5YzgzOThkYWY3NzI4NWI1MWMyNzU3Y2UzY2JmOWIxZmZiIn19fQ==\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Tic Tac Toe!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 6\",4:\"§a§lUNCOMMON\"],Name:\"§aTic Tac Toe\"},ExtraAttributes:{id:\"TIC_TAC_TOE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b3677d1-b548-3194-a742-dbbc7cedd756\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE0NjQzNjk2ODQ0NTgsInByb2ZpbGVJZCI6ImI0MDA3MmM4Y2RmOTQ1OGFhZmM0NDZmNWU1N2U2ZjcwIiwicHJvZmlsZU5hbWUiOiJTaGVyb20iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzViNzgzNjcwYWQ5MTc5MTNmZDY5NDRmZDc2MGY5YzgzOThkYWY3NzI4NWI1MWMyNzU3Y2UzY2JmOWIxZmZiIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Tic Tac Toe!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 6§c.\",4:\"§a§lUNCOMMON\"],Name:\"§aTic Tac Toe\"},ExtraAttributes:{id:\"TIC_TAC_TOE\"}}", "damage": 3, "lore": [ "§7Click another player to initiate", "§7a game of Tic Tac Toe!", "", - "§7§4❣ §cRequires §aSocial Skill 6", + "§7§4❣ §cRequires §aSocial Skill 6§c.", "§a§lUNCOMMON" ], "internalname": "TIC_TAC_TOE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tic_Tac_Toe", diff --git a/items/TRADING_POST_BARN_SKIN.json b/items/TRADING_POST_BARN_SKIN.json index d5b37427..97c5ee94 100644 --- a/items/TRADING_POST_BARN_SKIN.json +++ b/items/TRADING_POST_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Trading_Post_Barn_Skin" + "https://wiki.hypixel.net/Trading_Post_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Trading_Post_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/VALKYRIE.json b/items/VALKYRIE.json index 26eb121a..61c3ac76 100644 --- a/items/VALKYRIE.json +++ b/items/VALKYRIE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Valkyrie", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d505\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+145\",3:\"§7Intelligence: §a+60\",4:\"§7Ferocity: §a+60\",5:\" §8[§8❁§8] §8[§8⚔§8]\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+1 §c❁ Strength §7per\",10:\"§7§cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Valkyrie\"},ExtraAttributes:{dungeon_item_level:0,id:\"VALKYRIE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d505\",1:\"§7Damage: §c+270\",2:\"§7Strength: §c+145\",3:\"§7Intelligence: §a+60\",4:\"§7Ferocity: §a+60\",5:\" §8[§8❁§8] §8[§8⚔§8]\",6:\"\",7:\"§7Deals +§c50% §7damage to\",8:\"§7Withers. Grants §c+1 §c❁ Damage\",9:\"§c§7and §a+1 §c❁ Strength §7per\",10:\"§7§cCatacombs §7level.\",11:\"\",12:\"§7Your Catacombs Level: §c0\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Valkyrie\"},ExtraAttributes:{dungeon_item_level:0,id:\"VALKYRIE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d505", @@ -21,8 +21,8 @@ "§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -39,7 +39,7 @@ "internalname": "VALKYRIE", "parent": "NECRON_BLADE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ diff --git a/items/VELVET_TOP_HAT.json b/items/VELVET_TOP_HAT.json index 71fed9e3..4f34cf2b 100644 --- a/items/VELVET_TOP_HAT.json +++ b/items/VELVET_TOP_HAT.json @@ -14,5 +14,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Velvet_Top_Hat", + "https://wiki.hypixel.net/Velvet_Top_Hat" + ] }
\ No newline at end of file diff --git a/items/VOLTA.json b/items/VOLTA.json index 3060bd80..01423c0a 100644 --- a/items/VOLTA.json +++ b/items/VOLTA.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Volta", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"16430ce7-0369-3383-881f-0dc62c684d65\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDY0MjE1MzExNCwKICAicHJvZmlsZUlkIiA6ICI5ZDEzZjcyMTcxM2E0N2U0OTAwZTMyZGVkNjBjNDY3MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYWxvZGFvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYzYTQwNWZiMjg2ZGJiMzJlOWIzOTA4ZjYwOTQ4ZjAyMDczMDZjODI1ZTYzYWM5ZTYyNmVkMWRiYjJmN2EyYmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Fuel\",1:\"\",2:\"§7§7Adds §2+10,000 Drill Fuel §7to\",3:\"§7a Drill when applied in a Drill\",4:\"§7Anvil.\",5:\"\",6:\"§7§7Talk to a §2Drill Mechanic\",7:\"§2§7to refuel your Drills.\",8:\"§7§7§oBzzzt\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Volta\"},ExtraAttributes:{id:\"VOLTA\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"16430ce7-0369-3383-881f-0dc62c684d65\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDY0MjE1MzExNCwKICAicHJvZmlsZUlkIiA6ICI5ZDEzZjcyMTcxM2E0N2U0OTAwZTMyZGVkNjBjNDY3MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUYWxvZGFvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYzYTQwNWZiMjg2ZGJiMzJlOWIzOTA4ZjYwOTQ4ZjAyMDczMDZjODI1ZTYzYWM5ZTYyNmVkMWRiYjJmN2EyYmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Machine Fuel\",1:\"\",2:\"§7§7Adds §2+10,000♢ Fuel §7to a\",3:\"§7refuelable machine.\",4:\"§7§7§oBzzzt\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Volta\"},ExtraAttributes:{id:\"VOLTA\"}}", "damage": 3, "lore": [ - "§8Drill Fuel", + "§8Machine Fuel", "", - "§7§7Adds §2+10,000 Drill Fuel §7to", - "§7a Drill when applied in a Drill", - "§7Anvil.", - "", - "§7§7Talk to a §2Drill Mechanic", - "§2§7to refuel your Drills.", + "§7§7Adds §2+10,000♢ Fuel §7to a", + "§7refuelable machine.", "§7§7§oBzzzt", "", "§9§lRARE" @@ -19,7 +15,7 @@ "internalname": "VOLTA", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Volta", diff --git a/items/WINDMILL_BARN_SKIN.json b/items/WINDMILL_BARN_SKIN.json index a553e453..fd649976 100644 --- a/items/WINDMILL_BARN_SKIN.json +++ b/items/WINDMILL_BARN_SKIN.json @@ -21,6 +21,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Windmill_Barn_Skin" + "https://wiki.hypixel.net/Windmill_Barn_Skin", + "https://hypixel-skyblock.fandom.com/wiki/Windmill_Barn_Skin" ] }
\ No newline at end of file diff --git a/items/WINTER_ROD.json b/items/WINTER_ROD.json index 4d884fa9..e73478f4 100644 --- a/items/WINTER_ROD.json +++ b/items/WINTER_ROD.json @@ -4,8 +4,8 @@ "displayname": "§9Winter Rod", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Strength: §c+50\",2:\"§7Fishing Speed: §a+75\",3:\"\",4:\"§7Gain §3+5α Sea Creature Chance\",5:\"§7 while on the Winter Island.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§4❣ §cRequires §aFishing Skill 10\",9:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", - "modver": "2.1.0-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Strength: §c+50\",2:\"§7Fishing Speed: §a+75\",3:\"\",4:\"§7Gain §3+5α Sea Creature Chance\",5:\"§7 while on the Winter Island.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§7§4❣ §cRequires §aFishing Skill 10§c.\",9:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", + "modver": "2.1.1-PRE", "lore": [ "§7Damage: §c+40", "§7Strength: §c+50", @@ -15,7 +15,7 @@ "§7 while on the Winter Island.", "", "§7§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 10", + "§7§4❣ §cRequires §aFishing Skill 10§c.", "§9§lRARE FISHING ROD" ], "infoType": "WIKI_URL", diff --git a/items/WISE_WITHER_BOOTS.json b/items/WISE_WITHER_BOOTS.json index 82886e57..ab2210fb 100644 --- a/items/WISE_WITHER_BOOTS.json +++ b/items/WISE_WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§6Storm's Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm's Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", + "displayname": "§6Storm\u0027s Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d425", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "WISE_WITHER_BOOTS", "parent": "WITHER_BOOTS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor", - "https://wiki.hypixel.net/Storm's_Boots" + "https://wiki.hypixel.net/Storm\u0027s_Boots" ] }
\ No newline at end of file diff --git a/items/WISE_WITHER_CHESTPLATE.json b/items/WISE_WITHER_CHESTPLATE.json index 5c41d68c..62276cf8 100644 --- a/items/WISE_WITHER_CHESTPLATE.json +++ b/items/WISE_WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§6Storm's Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm's Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", + "displayname": "§6Storm\u0027s Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d650", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "WISE_WITHER_CHESTPLATE", "parent": "WITHER_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor", - "https://wiki.hypixel.net/Storm's_Chestplate" + "https://wiki.hypixel.net/Storm\u0027s_Chestplate" ] }
\ No newline at end of file diff --git a/items/WISE_WITHER_HELMET.json b/items/WISE_WITHER_HELMET.json index 3d3e3c99..6e132e1f 100644 --- a/items/WISE_WITHER_HELMET.json +++ b/items/WISE_WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§6Storm's Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3552cdc-39ab-3f9f-9373-61c035f61b7d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzM2NjgxNiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODMxNTljNWJiN2Q4MDQ1NGQyZDY0NmIxNTc3NGI3MTE2YWFiY2IzYWY1YjY3NzdhMjc1NzNmYzQ1Zjc4NTRmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d565\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm's Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_HELMET\"}}", + "displayname": "§6Storm\u0027s Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3552cdc-39ab-3f9f-9373-61c035f61b7d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTYyMzM2NjgxNiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODMxNTljNWJiN2Q4MDQ1NGQyZDY0NmIxNTc3NGI3MTE2YWFiY2IzYWY1YjY3NzdhMjc1NzNmYzQ1Zjc4NTRmIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Gear Score: §d565\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d565", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "WISE_WITHER_HELMET", "parent": "WITHER_HELMET", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor", - "https://wiki.hypixel.net/Storm's_Helmet" + "https://wiki.hypixel.net/Storm\u0027s_Helmet" ] }
\ No newline at end of file diff --git a/items/WISE_WITHER_LEGGINGS.json b/items/WISE_WITHER_LEGGINGS.json index b9541dd0..bc455164 100644 --- a/items/WISE_WITHER_LEGGINGS.json +++ b/items/WISE_WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", - "displayname": "§6Storm's Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm's Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", + "displayname": "§6Storm\u0027s Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\" §8[§8✎§8] §8[§8⚔§8]\",5:\"\",6:\"§7Reduces the damage you take\",7:\"§7from withers by §c10%§7.\",8:\"\",9:\"§6Full Set Bonus: Witherborn\",10:\"§7Spawns a wither minion every\",11:\"§7§e30 §7seconds up to a maximum\",12:\"§7§a1 §7wither. Your withers will\",13:\"§7travel to and explode on nearby\",14:\"§7enemies.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aVII Completion§c.\",19:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d590", @@ -21,8 +21,8 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "recipe": { @@ -39,11 +39,11 @@ "internalname": "WISE_WITHER_LEGGINGS", "parent": "WITHER_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor", - "https://wiki.hypixel.net/Storm's_Leggings" + "https://wiki.hypixel.net/Storm\u0027s_Leggings" ] }
\ No newline at end of file diff --git a/items/WITHER_BOOTS.json b/items/WITHER_BOOTS.json index 2596b4f6..b06c3038 100644 --- a/items/WITHER_BOOTS.json +++ b/items/WITHER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Wither Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6Wither Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180\",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aThe Catacombs Floor\",17:\"§aVII Completion§c.\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6Wither Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d510 ", @@ -20,14 +20,14 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON BOOTS" ], "internalname": "WITHER_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor", diff --git a/items/WITHER_CHESTPLATE.json b/items/WITHER_CHESTPLATE.json index f15b381b..74e9967c 100644 --- a/items/WITHER_CHESTPLATE.json +++ b/items/WITHER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Wither Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Wither Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300\",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aThe Catacombs Floor\",17:\"§aVII Completion§c.\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Wither Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d830 ", @@ -20,14 +20,14 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON CHESTPLATE" ], "internalname": "WITHER_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor", diff --git a/items/WITHER_HELMET.json b/items/WITHER_HELMET.json index 65a03c02..ef435f76 100644 --- a/items/WITHER_HELMET.json +++ b/items/WITHER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Wither Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf225c71-a676-30a0-90da-75907b9a99d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0ODIwNiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxMTI5NDA5Nzg5NTg5YWUxYjQzZTFkODI4YzA2ZmM5YTIxM2I3ODM0OGE2OGI3MzEzYmRkNDAxZDc0ODVjYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Gear Score: §d440\",1:\"§7Health: §a+200\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf225c71-a676-30a0-90da-75907b9a99d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0ODIwNiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxMTI5NDA5Nzg5NTg5YWUxYjQzZTFkODI4YzA2ZmM5YTIxM2I3ODM0OGE2OGI3MzEzYmRkNDAxZDc0ODVjYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d440\",1:\"§7Health: §a+200\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aThe Catacombs Floor\",17:\"§aVII Completion§c.\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d440", @@ -20,14 +20,14 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON HELMET" ], "internalname": "WITHER_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor", diff --git a/items/WITHER_LEGGINGS.json b/items/WITHER_LEGGINGS.json index d628db50..37f40ad3 100644 --- a/items/WITHER_LEGGINGS.json +++ b/items/WITHER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Wither Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6Wither Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250\",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§7Reduces the damage you take\",6:\"§7from withers by §c10%§7.\",7:\"\",8:\"§6Full Set Bonus: Witherborn\",9:\"§7Spawns a wither minion every\",10:\"§7§e30 §7seconds up to a maximum\",11:\"§7§a1 §7wither. Your withers will\",12:\"§7travel to and explode on nearby\",13:\"§7enemies.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aThe Catacombs Floor\",17:\"§aVII Completion§c.\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6Wither Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d720 ", @@ -20,14 +20,14 @@ "§7enemies.", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aCatacombs Floor VII", - "§aCompletion", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVII Completion§c.", "§6§lLEGENDARY DUNGEON LEGGINGS" ], "internalname": "WITHER_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Wither_Armor", diff --git a/items/YELLOW_BANDANA.json b/items/YELLOW_BANDANA.json index 13be2136..196125e8 100644 --- a/items/YELLOW_BANDANA.json +++ b/items/YELLOW_BANDANA.json @@ -26,5 +26,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Yellow_Bandana", + "https://wiki.hypixel.net/Yellow_Bandana" + ] }
\ No newline at end of file diff --git a/items/YETI_ROD.json b/items/YETI_ROD.json index 9b938c75..73fa8c90 100644 --- a/items/YETI_ROD.json +++ b/items/YETI_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§5Yeti Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+130\",2:\"§7Fishing Speed: §a+75\",3:\"\",4:\"§7Doubles the chance of the sea\",5:\"§7creatures that you spawn to be\",6:\"§7winter sea creatures.\",7:\"\",8:\"§7Increase your walk speed by §a1%\",9:\"§a§7for every §e10 §7fish that you\",10:\"§7catch using this rod! Maximum\",11:\"§7increase of §a100%§7!\",12:\"\",13:\"§7Fish Caught: §a0\",14:\"§7Walk Speed Bonus: §f0\",15:\"\",16:\"§8This item can be reforged!\",17:\"§4❣ §cRequires §aFishing Skill 25\",18:\"§5§lEPIC FISHING ROD\"],Name:\"§5Yeti Rod\"},ExtraAttributes:{id:\"YETI_ROD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+130\",2:\"§7Fishing Speed: §a+75\",3:\"\",4:\"§7Doubles the chance of the sea\",5:\"§7creatures that you spawn to be\",6:\"§7winter sea creatures.\",7:\"\",8:\"§7Increase your walk speed by §a1%\",9:\"§a§7for every §e10 §7fish that you\",10:\"§7catch using this rod! Maximum\",11:\"§7increase of §a100%§7!\",12:\"\",13:\"§7Fish Caught: §a0\",14:\"§7Walk Speed Bonus: §f0\",15:\"\",16:\"§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aFishing Skill 25§c.\",18:\"§5§lEPIC FISHING ROD\"],Name:\"§5Yeti Rod\"},ExtraAttributes:{id:\"YETI_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", @@ -21,13 +21,13 @@ "§7Walk Speed Bonus: §f0", "", "§8This item can be reforged!", - "§4❣ §cRequires §aFishing Skill 25", + "§7§4❣ §cRequires §aFishing Skill 25§c.", "§5§lEPIC FISHING ROD" ], "internalname": "YETI_ROD", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yeti_Rod", |