diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-09-17 23:13:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 17:13:53 -0400 |
commit | c188080058f51b8dc6e583cb96c55a87374b1a52 (patch) | |
tree | 83f3a40d91e0bb77172ff4f867fb61bced7567c9 | |
parent | a38f21d53f178ee18749a766f5fba24ba4009b08 (diff) | |
download | NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.gz NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.bz2 NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.zip |
Upcoming Gemstone Changes (#616)
* Upcoming Gemstone Changes
* YEP
* Fixes
* Added new skin
* Changes and new stuff
* Forgot that
* Rainbow Name
* Fixes
* Reforge Stats
* Fixing a oopsi
* Added Gemstone Slots
240 files changed, 943 insertions, 699 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 8da8439d..098cd2c2 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -422,10 +422,6 @@ "vicious" ], [ - "pristine", - "compact" - ], - [ "turbo_pumpkin", "turbo_warts", "turbo_cactus", diff --git a/constants/misc.json b/constants/misc.json index 3dae3736..32d7920d 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -25,6 +25,7 @@ "epic": "§5", "legendary": "§6", "mythic": "§d", + "divine": "§b", "supreme": "§4", "special": "§c", "very special": "§c" @@ -1000,7 +1001,8 @@ "2d83918bd71f4ea4bf058b85e081904f", "2ae162f281a74f91a4b2104e78a0a7e1", "a27058b65fba4820b9ab9fd4f5a583c9", - "d56546049c924d6bb8f8da7c3e7d4b1a" + "d56546049c924d6bb8f8da7c3e7d4b1a", + "f215622c85de4ccf9e54fe3e0850c411" ], "ranks": { "OWNER": { diff --git a/constants/parents.json b/constants/parents.json index 302c90f8..4bfd1815 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -221,7 +221,8 @@ ], "FORTUNE;1": [ "FORTUNE;2", - "FORTUNE;3" + "FORTUNE;3", + "FORTUNE;4" ], "FRAIL;1": [ "FRAIL;2", diff --git a/constants/petnums.json b/constants/petnums.json index 94b6a333..53fa1352 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4631,8 +4631,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4661,8 +4661,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4691,8 +4691,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4721,8 +4721,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } }, @@ -4751,8 +4751,8 @@ 3 ], "statNums": { - "HEALTH": 25, - "STRENGTH": 100 + "HEALTH": 100, + "STRENGTH": 25 } } } diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8747681a..e7d8fe30 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -989,7 +989,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 250, @@ -997,7 +998,8 @@ "RARE": 1000, "EPIC": 2500, "LEGENDARY": 5000, - "MYTHIC": 10000 + "MYTHIC": 10000, + "DIVINE": 15000 }, "reforgeAbility": { "COMMON": "Gain §a+10% §7extra experience§r§7 when mining.", @@ -1005,7 +1007,8 @@ "RARE": "Gain §a+14% §7extra experience§r§7 when mining.", "EPIC": "Gain §a+16% §7extra experience§r§7 when mining.", "LEGENDARY": "Gain §a+18% §7extra experience§r§7 when mining.", - "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining." + "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining.", + "DIVINE": "Gain §a+22% §7extra experience§r§7 when mining." }, "reforgeStats": { "COMMON": { @@ -1022,6 +1025,9 @@ }, "LEGENDARY": { "defense": 10 + }, + "DIVINE": { + "defense": 14 } } }, @@ -1859,7 +1865,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 20000, @@ -1867,7 +1874,8 @@ "RARE": 80000, "EPIC": 150000, "LEGENDARY": 300000, - "MYTHIC": 300000 + "MYTHIC": 300000, + "DIVINE": 300000 }, "reforgeAbility": "Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.", "reforgeStats": { @@ -1887,7 +1895,10 @@ "mining_speed": 45 }, "MYTHIC": { - "mining_speed": 45 + "mining_speed": 65 + }, + "DIVINE": { + "mining_speed": 75 } } }, diff --git a/items/ADAPTIVE_BOOTS.json b/items/ADAPTIVE_BOOTS.json index 76dabda0..bb891582 100644 --- a/items/ADAPTIVE_BOOTS.json +++ b/items/ADAPTIVE_BOOTS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Adaptive Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d253\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+90 HP\",4:\"§7Defense: §a+45\",5:\"§7Intelligence: §a+15\",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:\" §8[§7☤§8]\",3:\"\",4:\"§7Health: §a+90 HP\",5:\"§7Defense: §a+45\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aCatacombs Floor III\",27:\"§aCompletion\",28:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5Adaptive Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d253", "§7Strength: §c+15", + " §8[§7☤§8]", "", "§7Health: §a+90 HP", "§7Defense: §a+45", @@ -36,9 +37,9 @@ "internalname": "ADAPTIVE_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/ADAPTIVE_CHESTPLATE.json b/items/ADAPTIVE_CHESTPLATE.json index 7d90a34e..0596e39a 100644 --- a/items/ADAPTIVE_CHESTPLATE.json +++ b/items/ADAPTIVE_CHESTPLATE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Adaptive Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d413\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+170 HP\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+15\",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:\" §8[§7☤§8]\",3:\"\",4:\"§7Health: §a+170 HP\",5:\"§7Defense: §a+85\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aCatacombs Floor III\",27:\"§aCompletion\",28:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5Adaptive Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d413", "§7Strength: §c+15", + " §8[§7☤§8]", "", "§7Health: §a+170 HP", "§7Defense: §a+85", @@ -36,9 +37,9 @@ "internalname": "ADAPTIVE_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/ADAPTIVE_HELMET.json b/items/ADAPTIVE_HELMET.json index 75879da1..6749b2d1 100644 --- a/items/ADAPTIVE_HELMET.json +++ b/items/ADAPTIVE_HELMET.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§5Adaptive Helm", - "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:\"\",3:\"§7Health: §a+110 HP\",4:\"§7Defense: §a+50\",5:\"§7Intelligence: §a+15\",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 Helm\"},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:\" §8[§7☤§8]\",3:\"\",4:\"§7Health: §a+110 HP\",5:\"§7Defense: §a+50\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aCatacombs Floor III\",27:\"§aCompletion\",28:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Adaptive Helm\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d283", "§7Strength: §c+15", + " §8[§7☤§8]", "", "§7Health: §a+110 HP", "§7Defense: §a+50", @@ -36,9 +37,9 @@ "internalname": "ADAPTIVE_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/ADAPTIVE_LEGGINGS.json b/items/ADAPTIVE_LEGGINGS.json index aec8f4ed..7e84d11f 100644 --- a/items/ADAPTIVE_LEGGINGS.json +++ b/items/ADAPTIVE_LEGGINGS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Adaptive Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d348\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+145 HP\",4:\"§7Defense: §a+65\",5:\"§7Intelligence: §a+15\",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:\" §8[§7☤§8]\",3:\"\",4:\"§7Health: §a+145 HP\",5:\"§7Defense: §a+65\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aCatacombs Floor III\",27:\"§aCompletion\",28:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5Adaptive Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ADAPTIVE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d348", "§7Strength: §c+15", + " §8[§7☤§8]", "", "§7Health: §a+145 HP", "§7Defense: §a+65", @@ -36,9 +37,9 @@ "internalname": "ADAPTIVE_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json index b25d83b9..b5eb71ab 100644 --- a/items/AMBER_MATERIAL.json +++ b/items/AMBER_MATERIAL.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§5Amber Material", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Ambered §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oPut a bunch of Amber\",8:\"§8§otogether and it\u0027ll make more\",9:\"§8§oAmber - Throin the Forger.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXX§7!\",13:\"\",14:\"§5§lEPIC REFORGE STONE\",15:\"\",16:\"§eItems Required\",17:\"§9⸕ §9Fine Amber Gemstone §7x12\",18:\"§9Golden Plate §7x1\",19:\"\",20:\"§7Duration: §b7h\"],Name:\"§f§f§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -21,7 +21,7 @@ "§5§lEPIC REFORGE STONE", "", "§eItems Required", - "§aFine Amber Gemstone §7x12", + "§9⸕ §9Fine Amber Gemstone §7x12", "§9Golden Plate §7x1", "", "§7Duration: §b7h" @@ -34,4 +34,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" ] -} +}
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_BOOTS.json b/items/ARMOR_OF_YOG_BOOTS.json index 56d6ddc5..7ccc0ac2 100644 --- a/items/ARMOR_OF_YOG_BOOTS.json +++ b/items/ARMOR_OF_YOG_BOOTS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Yog Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aHard Stone\",15:\"§aCollection 5.\",16:\"§5§lEPIC BOOTS\"],color:13120000,Name:\"§5Yog Boots\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\" §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7Every §910 Yogs killed§7 gives\",6:\"§7the wearer §a+1 §6⸕ Mining Speed\",7:\"§6§7while wearing the set. Max\",8:\"§7500.\",9:\"\",10:\"§6Full Set Bonus: Heat Resistance\",11:\"§7Grants §aimmunity §7to the heat\",12:\"§7produced in §cMagma Fields§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aHard Stone\",16:\"§aCollection 5.\",17:\"§5§lEPIC BOOTS\"],color:13120000,Name:\"§5Yog Boots\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+50 HP", "§7Defense: §a+15", + " §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]", "", "§6Full Set Bonus: Absorb", "§7Every §910 Yogs killed§7 gives", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" ] -} +}
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_CHESTPLATE.json b/items/ARMOR_OF_YOG_CHESTPLATE.json index 333f4f23..9970842e 100644 --- a/items/ARMOR_OF_YOG_CHESTPLATE.json +++ b/items/ARMOR_OF_YOG_CHESTPLATE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Yog Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7Yogs Killed: §a0\",14:\"§7Bonus Mining Speed: §a0\",15:\"\",16:\"§7Bonus HP: §a0\",17:\"§7Bonus Intelligence: §a0\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aHard Stone\",21:\"§aCollection 5.\",22:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\" §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7Every §910 Yogs killed§7 gives\",6:\"§7the wearer §a+1 §6⸕ Mining Speed\",7:\"§6§7while wearing the set. Max\",8:\"§7500.\",9:\"\",10:\"§6Full Set Bonus: Heat Resistance\",11:\"§7Grants §aimmunity §7to the heat\",12:\"§7produced in §cMagma Fields§7.\",13:\"\",14:\"§7Yogs Killed: §a0\",15:\"§7Bonus Mining Speed: §a0\",16:\"\",17:\"§7Bonus HP: §a0\",18:\"§7Bonus Intelligence: §a0\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4❣ §cRequires §aHard Stone\",22:\"§aCollection 5.\",23:\"§5§lEPIC CHESTPLATE\"],color:13120000,Name:\"§f§f§5Yog Chestplate\"},ExtraAttributes:{color:\"200:50:0\",originTag:\"ARMOR_OF_YOG_CHESTPLATE\",id:\"ARMOR_OF_YOG_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+50 HP", "§7Defense: §a+15", + " §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]", "", "§6Full Set Bonus: Absorb", "§7Every §910 Yogs killed§7 gives", @@ -47,4 +48,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" ] -} +}
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_HELMET.json b/items/ARMOR_OF_YOG_HELMET.json index 3611b50d..1e34c497 100644 --- a/items/ARMOR_OF_YOG_HELMET.json +++ b/items/ARMOR_OF_YOG_HELMET.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§5Yog Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aHard Stone\",15:\"§aCollection 5.\",16:\"§5§lEPIC HELMET\"],color:13120000,Name:\"§5Yog Helmet\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\" §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7Every §910 Yogs killed§7 gives\",6:\"§7the wearer §a+1 §6⸕ Mining Speed\",7:\"§6§7while wearing the set. Max\",8:\"§7500.\",9:\"\",10:\"§6Full Set Bonus: Heat Resistance\",11:\"§7Grants §aimmunity §7to the heat\",12:\"§7produced in §cMagma Fields§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aHard Stone\",16:\"§aCollection 5.\",17:\"§5§lEPIC HELMET\"],color:13120000,Name:\"§5Yog Helmet\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+50 HP", "§7Defense: §a+15", + " §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]", "", "§6Full Set Bonus: Absorb", "§7Every §910 Yogs killed§7 gives", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" ] -} +}
\ No newline at end of file diff --git a/items/ARMOR_OF_YOG_LEGGINGS.json b/items/ARMOR_OF_YOG_LEGGINGS.json index 16f99f0d..367a2b7e 100644 --- a/items/ARMOR_OF_YOG_LEGGINGS.json +++ b/items/ARMOR_OF_YOG_LEGGINGS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Yog Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\"\",3:\"§6Full Set Bonus: Absorb\",4:\"§7Every §910 Yogs killed§7 gives\",5:\"§7the wearer §a+1 §6⸕ Mining Speed\",6:\"§6§7while wearing the set. Max\",7:\"§7500.\",8:\"\",9:\"§6Full Set Bonus: Heat Resistance\",10:\"§7Grants §aimmunity §7to the heat\",11:\"§7produced in §cMagma Fields§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aHard Stone\",15:\"§aCollection 5.\",16:\"§5§lEPIC LEGGINGS\"],color:13120000,Name:\"§5Yog Leggings\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+15\",2:\" §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]\",3:\"\",4:\"§6Full Set Bonus: Absorb\",5:\"§7Every §910 Yogs killed§7 gives\",6:\"§7the wearer §a+1 §6⸕ Mining Speed\",7:\"§6§7while wearing the set. Max\",8:\"§7500.\",9:\"\",10:\"§6Full Set Bonus: Heat Resistance\",11:\"§7Grants §aimmunity §7to the heat\",12:\"§7produced in §cMagma Fields§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aHard Stone\",16:\"§aCollection 5.\",17:\"§5§lEPIC LEGGINGS\"],color:13120000,Name:\"§5Yog Leggings\"},ExtraAttributes:{id:\"ARMOR_OF_YOG_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+50 HP", "§7Defense: §a+15", + " §8[§7❂§8] §8[§8⸕§8] §8[§8☘§8]", "", "§6Full Set Bonus: Absorb", "§7Every §910 Yogs killed§7 gives", @@ -41,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_Yog" ] -} +}
\ No newline at end of file diff --git a/items/ASPECT_OF_THE_DRAGON.json b/items/ASPECT_OF_THE_DRAGON.json index 3de0c930..0f9b8839 100644 --- a/items/ASPECT_OF_THE_DRAGON.json +++ b/items/ASPECT_OF_THE_DRAGON.json @@ -4,11 +4,12 @@ "displayname": "§6Aspect of the Dragons", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+225\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Ability: Dragon Rage §e§lRIGHT CLICK\",4:\"§7All Monsters in front of you\",5:\"§7take §a4,330§7 damage. Hit\",6:\"§7monsters take large knockback.\",7:\"§8Mana Cost: §3100\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY SWORD\"],Name:\"§6Aspect of the Dragons\"},ExtraAttributes:{id:\"ASPECT_OF_THE_DRAGON\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+225\",1:\"§7Strength: §c+100\",2:\" §8[§7❁§8]\",3:\"\",4:\"§6Ability: Dragon Rage §e§lRIGHT CLICK\",5:\"§7All Monsters in front of you\",6:\"§7take §a4,330§7 damage. Hit\",7:\"§7monsters take large knockback.\",8:\"§8Mana Cost: §3100\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Aspect of the Dragons\"},ExtraAttributes:{id:\"ASPECT_OF_THE_DRAGON\"}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+225", "§7Strength: §c+100", + " §8[§7❁§8]", "", "§6Ability: Dragon Rage §e§lRIGHT CLICK", "§7All Monsters in front of you", @@ -24,4 +25,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Aspect_of_the_Dragons" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/ASPECT_OF_THE_END.json b/items/ASPECT_OF_THE_END.json index 60c1d24b..6dcf9b5d 100644 --- a/items/ASPECT_OF_THE_END.json +++ b/items/ASPECT_OF_THE_END.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§9Aspect of the End", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Ability: Instant Transmission §e§lRIGHT CLICK\",4:\"§7Teleport §a8 blocks§7 ahead of\",5:\"§7you and gain §a+50 §f✦ Speed§7\",6:\"§7for §a3 seconds§7.\",7:\"§8Mana Cost: §350\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE SWORD\"],Name:\"§9Aspect of the End\"},ExtraAttributes:{id:\"ASPECT_OF_THE_END\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+100\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Instant Transmission §e§lRIGHT CLICK\",5:\"§7Teleport §a8 blocks§7 ahead of\",6:\"§7you and gain §a+50 §f✦ Speed§7\",7:\"§7for §a3 seconds§7.\",8:\"§8Mana Cost: §350\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Aspect of the End\"},ExtraAttributes:{id:\"ASPECT_OF_THE_END\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", "§7Strength: §c+100", + " §8[§7✎§8]", "", "§6Ability: Instant Transmission §e§lRIGHT CLICK", "§7Teleport §a8 blocks§7 ahead of", @@ -35,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Aspect_of_the_End" ], "crafttext": "Requires: Ender Pearl VIII" -} +}
\ No newline at end of file diff --git a/items/ASPECT_OF_THE_VOID.json b/items/ASPECT_OF_THE_VOID.json index a436b332..e6fdc94f 100644 --- a/items/ASPECT_OF_THE_VOID.json +++ b/items/ASPECT_OF_THE_VOID.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:diamond_shovel", "displayname": "§5Aspect of the Void", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Ability: Instant Transmission §e§lRIGHT CLICK\",4:\"§7Teleport §a8 blocks§7 ahead of\",5:\"§7you and gain §a+50 §f✦ Speed§7\",6:\"§7for §a3 seconds§7.\",7:\"§8Mana Cost: §345\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Aspect of the Void\"},ExtraAttributes:{id:\"ASPECT_OF_THE_VOID\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+100\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Instant Transmission §e§lRIGHT CLICK\",5:\"§7Teleport §a8 blocks§7 ahead of\",6:\"§7you and gain §a+50 §f✦ Speed§7\",7:\"§7for §a3 seconds§7.\",8:\"§8Mana Cost: §345\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§5§lEPIC SWORD\"],Name:\"§5Aspect of the Void\"},ExtraAttributes:{id:\"ASPECT_OF_THE_VOID\"}}", "damage": 0, "lore": [ "§7Damage: §c+120", "§7Strength: §c+100", + " §8[§7✎§8]", "", "§6Ability: Instant Transmission §e§lRIGHT CLICK", "§7Teleport §a8 blocks§7 ahead of", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Aspect_of_the_Void" ] -} +}
\ No newline at end of file diff --git a/items/ASTRAEA.json b/items/ASTRAEA.json index fef04956..9901a7fc 100644 --- a/items/ASTRAEA.json +++ b/items/ASTRAEA.json @@ -1,17 +1,17 @@ { "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:\"\",4:\"§7Defense: §a+250\",5:\"§7Intelligence: §a+50\",6:\"§7True Defense: §a+20\",7:\"§7Ferocity: §a+30\",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[§7☤§8] §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d985", "§7Damage: §c+270", "§7Strength: §c+150", - "", "§7Defense: §a+250", "§7Intelligence: §a+50", "§7True Defense: §a+20", "§7Ferocity: §a+30", + " §8[§7☤§8] §8[§7⚔§8]", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Astraea" ] -} +}
\ No newline at end of file diff --git a/items/ATOMSPLIT_KATANA.json b/items/ATOMSPLIT_KATANA.json index 4fd95dec..898b6c53 100644 --- a/items/ATOMSPLIT_KATANA.json +++ b/items/ATOMSPLIT_KATANA.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§6Atomsplit Katana", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+245\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+30%\",3:\"\",4:\"§7Intelligence: §a+300\",5:\"\",6:\"§7Deal §a+250% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+400⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §32\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 6\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Atomsplit Katana\"},ExtraAttributes:{originTag:\"ATOMSPLIT_KATANA\",id:\"ATOMSPLIT_KATANA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+245\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+30%\",3:\"§7Intelligence: §a+300\",4:\" §8[§7❁§8] §8[§7✎§8] §8[§7✎§8]\",5:\"\",6:\"§7Deal §a+250% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+400⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §32\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 6\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Atomsplit Katana\"},ExtraAttributes:{originTag:\"ATOMSPLIT_KATANA\",id:\"ATOMSPLIT_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+245", "§7Strength: §c+100", "§7Crit Damage: §c+30%", - "", "§7Intelligence: §a+300", + " §8[§7❁§8] §8[§7✎§8] §8[§7✎§8]", "", "§7Deal §a+250% §7damage to Endermen§7.", "", @@ -42,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Atomsplit_Katana" ] -} +}
\ No newline at end of file diff --git a/items/AXE_OF_THE_SHREDDED.json b/items/AXE_OF_THE_SHREDDED.json index 45672806..88295c6c 100644 --- a/items/AXE_OF_THE_SHREDDED.json +++ b/items/AXE_OF_THE_SHREDDED.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:diamond_axe", "displayname": "§6Axe of the Shredded", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+115\",2:\"\",3:\"§7Heal §c50❤ §7per hit.\",4:\"§7Deal §a+250% §7damage to Zombies§7.\",5:\"§7§7Receive §a25% §7less damage\",6:\"§7from Zombies§7 when held.\",7:\"\",8:\"§6Ability: Throw §e§lRIGHT CLICK\",9:\"§7Throw your axe damaging all\",10:\"§7enemies in its path dealing\",11:\"§7§c10%§7 melee damage.\",12:\"§7Consecutive throws stack §c2x\",13:\"§c§7damage but cost §92x §7mana up\",14:\"§7to 16x\",15:\"§8Mana Cost: §320\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4☠ §cRequires §5Zombie Slayer 8\",19:\"§6§lLEGENDARY SWORD\"],Name:\"§6Axe of the Shredded\"},ExtraAttributes:{id:\"AXE_OF_THE_SHREDDED\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+115\",2:\" §8[§7❁§8] §8[§7⚔§8]\",3:\"\",4:\"§7Heal §c50❤ §7per hit.\",5:\"§7Deal §a+250% §7damage to Zombies§7.\",6:\"§7§7Receive §a25% §7less damage\",7:\"§7from Zombies§7 when held.\",8:\"\",9:\"§6Ability: Throw §e§lRIGHT CLICK\",10:\"§7Throw your axe damaging all\",11:\"§7enemies in its path dealing\",12:\"§7§c10%§7 melee damage.\",13:\"§7Consecutive throws stack §c2x\",14:\"§c§7damage but cost §92x §7mana up\",15:\"§7to 16x\",16:\"§8Mana Cost: §320\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4☠ §cRequires §5Zombie Slayer 8\",20:\"§6§lLEGENDARY SWORD\"],Name:\"§6Axe of the Shredded\"},ExtraAttributes:{id:\"AXE_OF_THE_SHREDDED\"}}", "damage": 0, "lore": [ "§7Damage: §c+140", "§7Strength: §c+115", + " §8[§7❁§8] §8[§7⚔§8]", "", "§7Heal §c50❤ §7per hit.", "§7Deal §a+250% §7damage to Zombies§7.", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Axe_of_the_Shredded" ] -} +}
\ No newline at end of file diff --git a/items/BLAZE_BOOTS.json b/items/BLAZE_BOOTS.json index 06d71dd0..f2be1269 100644 --- a/items/BLAZE_BOOTS.json +++ b/items/BLAZE_BOOTS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Blaze Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+70\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC BOOTS\"],color:16243251,Name:\"§5Blaze Boots\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Defense: §a+70\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8]\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC BOOTS\"],color:16243251,Name:\"§5Blaze Boots\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", - "", "§7Defense: §a+70", "§7Speed: §a+2", + " §8[§7❁§8]", "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", @@ -42,4 +42,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ], "crafttext": "Requires: Blaze Rod VIII" -} +}
\ No newline at end of file diff --git a/items/BLAZE_CHESTPLATE.json b/items/BLAZE_CHESTPLATE.json index 987a4490..ce394e1c 100644 --- a/items/BLAZE_CHESTPLATE.json +++ b/items/BLAZE_CHESTPLATE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Blaze Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+150\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC CHESTPLATE\"],color:16243251,Name:\"§5Blaze Chestplate\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Defense: §a+150\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8]\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC CHESTPLATE\"],color:16243251,Name:\"§5Blaze Chestplate\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", - "", "§7Defense: §a+150", "§7Speed: §a+2", + " §8[§7❁§8]", "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", @@ -42,4 +42,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ], "crafttext": "Requires: Blaze Rod VIII" -} +}
\ No newline at end of file diff --git a/items/BLAZE_HELMET.json b/items/BLAZE_HELMET.json index f62d52b6..bb90390c 100644 --- a/items/BLAZE_HELMET.json +++ b/items/BLAZE_HELMET.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§5Blaze Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"67a04547-ae52-387e-9786-47949bdc74dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjk2ZmYxNDVlYTE4ZDYxNjAxNTE4YzY0NmJhZTY3OGY1ZmRlMDk2Y2YwMzYwZWMzNmNhZGFjNDE0MjU1MzRlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+80\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Blaze Helmet\"},ExtraAttributes:{id:\"BLAZE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"67a04547-ae52-387e-9786-47949bdc74dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjk2ZmYxNDVlYTE4ZDYxNjAxNTE4YzY0NmJhZTY3OGY1ZmRlMDk2Y2YwMzYwZWMzNmNhZGFjNDE0MjU1MzRlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Defense: §a+80\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8]\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Blaze Helmet\"},ExtraAttributes:{id:\"BLAZE_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+10", - "", "§7Defense: §a+80", "§7Speed: §a+2", + " §8[§7❁§8]", "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", @@ -42,4 +42,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ], "crafttext": "Requires: Blaze Rod VIII" -} +}
\ No newline at end of file diff --git a/items/BLAZE_LEGGINGS.json b/items/BLAZE_LEGGINGS.json index f18a7c67..19c49adb 100644 --- a/items/BLAZE_LEGGINGS.json +++ b/items/BLAZE_LEGGINGS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Blaze Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"\",2:\"§7Defense: §a+110\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC LEGGINGS\"],color:16243251,Name:\"§5Blaze Leggings\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Defense: §a+110\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8]\",4:\"\",5:\"§6Full Set Bonus: Blazing Aura\",6:\"§7Damages mobs within §a5§7 blocks\",7:\"§7for §a3%§7 of their max §7§c❤\",8:\"§cHealth §7per second.\",9:\"\",10:\"§7Max §c500 §7damage/s\",11:\"§7Blaze Rod Collection: §6§k000\",12:\"§8+100 per 5,000 rods\",13:\"\",14:\"§7Permanent §cFire §7and §cLava §7immunity.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC LEGGINGS\"],color:16243251,Name:\"§5Blaze Leggings\"},ExtraAttributes:{color:\"247:218:51\",id:\"BLAZE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", - "", "§7Defense: §a+110", "§7Speed: §a+2", + " §8[§7❁§8]", "", "§6Full Set Bonus: Blazing Aura", "§7Damages mobs within §a5§7 blocks", @@ -36,10 +36,10 @@ }, "internalname": "BLAZE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blaze_Armor" ], "crafttext": "Requires: Blaze Rod VIII" -} +}
\ No newline at end of file diff --git a/items/BONZO_STAFF.json b/items/BONZO_STAFF.json index e5a780a5..e85edf84 100644 --- a/items/BONZO_STAFF.json +++ b/items/BONZO_STAFF.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§9Bonzo\u0027s Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d285\",1:\"§7Damage: §c+160\",2:\"\",3:\"§7Intelligence: §a+250\",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\u0027s Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_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\u0027s Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"BONZO_STAFF\"}}", "damage": 0, "lore": [ "§7Gear Score: §d285", "§7Damage: §c+160", - "", "§7Intelligence: §a+250", + " §8[§7✎§8]", "", "§6Ability: Showtime §e§lRIGHT CLICK", "§7Shoots balloons that create a", @@ -28,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff" ] -} +}
\ No newline at end of file diff --git a/items/COMPACT;1.json b/items/COMPACT;1.json index f90412c5..cd86742f 100644 --- a/items/COMPACT;1.json +++ b/items/COMPACT;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"§7- §fGauntlet\",26:\"\",27:\"§6Conflicts:\",28:\"§7- §cPristine\",29:\"\",30:\"§f§lCOMMON\",31:\"\",32:\"§7Cost\",33:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp\",2:\"§7with §a0.2% §7chance to drop an\",3:\"§7enchanted item.\",4:\"\",5:\"§8Break 100 blocks for Tier II\",6:\"§8Break 500 blocks for Tier III\",7:\"§8Break 1,5k blocks for Tier IV\",8:\"§8Break 5k blocks for Tier V\",9:\"§8Break 15k blocks for Tier VI\",10:\"§8Break 50k blocks for Tier VII\",11:\"§8Break 150k blocks for Tier VIII\",12:\"§8Break 500k blocks for Tier IX\",13:\"§8Break 1M blocks for Tier X\",14:\"\",15:\"§e▲ §7Compact cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fPickaxe\",24:\"§7- §fDrill\",25:\"§7- §fGauntlet\",26:\"\",27:\"§f§lCOMMON\",28:\"\",29:\"§7Cost\",30:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", "damage": 0, "lore": [ "§9Compact I", @@ -31,9 +31,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cPristine", - "", "§f§lCOMMON", "", "§7Cost", @@ -44,4 +41,4 @@ "clickcommand": "", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/DAEDALUS_AXE.json b/items/DAEDALUS_AXE.json index b9a33ec3..bafe3e8a 100644 --- a/items/DAEDALUS_AXE.json +++ b/items/DAEDALUS_AXE.json @@ -1,9 +1,10 @@ { "itemid": "minecraft:golden_axe", "displayname": "§6Daedalus Axe", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+0\",1:\"\",2:\"§7§7Gains §c+4 Damage §7per Taming\",3:\"§7level.\",4:\"§7§7Copies the stats from your\",5:\"§7active pet.\",6:\"\",7:\"§7§7Earn §6+35 coins §7from\",8:\"§7monster kills\",9:\"\",10:\"§7Deals §a+200% §7damage against\",11:\"§7mythological creatures and Minos\",12:\"§7followers\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Daedalus Axe\"},ExtraAttributes:{id:\"DAEDALUS_AXE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+0\",1:\" §8[§7⚔§8] §8[§7⚔§8]\",2:\"\",3:\"§7§7Gains §c+4 Damage §7per Taming\",4:\"§7level.\",5:\"§7§7Copies the stats from your\",6:\"§7active pet.\",7:\"\",8:\"§7§7Earn §6+35 coins §7from\",9:\"§7monster kills\",10:\"\",11:\"§7Deals §a+200% §7damage against\",12:\"§7mythological creatures and Minos\",13:\"§7followers\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY SWORD\"],Name:\"§6Daedalus Axe\"},ExtraAttributes:{id:\"DAEDALUS_AXE\"},AttributeModifiers:[]}", "lore": [ "§7Damage: §c+0", + " §8[§7⚔§8] §8[§7⚔§8]", "", "§7§7Gains §c+4 Damage §7per Taming", "§7level.", @@ -40,4 +41,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Daedalus_Axe" ], "damage": 0 -} +}
\ No newline at end of file diff --git a/items/DIANA_MAYOR_MONSTER.json b/items/DIANA_MAYOR_MONSTER.json index 76e60f4c..73d0b344 100644 --- a/items/DIANA_MAYOR_MONSTER.json +++ b/items/DIANA_MAYOR_MONSTER.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§2Diana (Mayor)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ba418258-db69-3ef6-ba41-8258db69bef6\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNjYzFjZjY3MmE0YjI1NDBiZTM0NmVhZDc5YWMyZDllZDE5ZDk1YjYwNzViZjk1YmUwYjZkMGRhNjEzNzdiZSJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§8Candidate\",1:\"\",2:\"§2Lucky!\",3:\"§7Gain §d+25♣ Pet Luck.\",4:\"\",5:\"§2Pet XP Buff\",6:\"§7Gain §d35% more pet XP.\",7:\"\",8:\"§2Mythological Ritual\",9:\"§7mayor Diana will sell the\",10:\"§7Griffin pet, which lets you\",11:\"§7find §2Mythological Creatures\",12:\"§7and tons of §eunique items§7.\"],Name:\"§2Diana (Mayor)\"},ExtraAttributes:{id:\"DIANA_MAYOR_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ba418258-db69-3ef6-ba41-8258db69bef6\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNjYzFjZjY3MmE0YjI1NDBiZTM0NmVhZDc5YWMyZDllZDE5ZDk1YjYwNzViZjk1YmUwYjZkMGRhNjEzNzdiZSJ9fX0\u003d\u003d\u003d\"}]}},display:{Lore:[0:\"§8Candidate\",1:\"\",2:\"§2Lucky!\",3:\"§7Gain §d+25♣ §7Pet Luck.\",4:\"\",5:\"§2Pet XP Buff\",6:\"§7Gain §d35% more pet XP.\",7:\"\",8:\"§2Mythological Ritual\",9:\"§7mayor Diana will sell the\",10:\"§7Griffin pet, which lets you\",11:\"§7find §2Mythological Creatures\",12:\"§7and tons of §eunique items§7.\"],Name:\"§2Diana (Mayor)\"},ExtraAttributes:{id:\"DIANA_MAYOR_MONSTER\"}}", "damage": 3, "lore": [ "§8Candidate", "", "§2Lucky!", - "§7Gain §d+25♣ Pet Luck.", + "§7Gain §d+25♣ §7Pet Luck.", "", "§2Pet XP Buff", "§7Gain §d35% more pet XP.", diff --git a/items/DIVAN_BOOTS.json b/items/DIVAN_BOOTS.json index 6d659b00..0ab055c1 100644 --- a/items/DIVAN_BOOTS.json +++ b/items/DIVAN_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:golden_boots", "displayname": "§f§f§6Boots Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80 HP\",1:\"§7Defense: §a+110\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 6.\",13:\"§6§lLEGENDARY LEGGINGS\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x4\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Boots Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+80 HP\",1:\"§7Defense: §a+110\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7Apply a §5Gemstone Chamber §7to\",7:\"§7this armor piece in an Anvil to\",8:\"§7add §dGemstone §7slots.\",9:\"§7Gemstone Slots Unlocked: §d0§7/§55\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 6.\",14:\"§6§lLEGENDARY LEGGINGS\",15:\"\",16:\"§eItems Required\",17:\"§5Divan Fragment §7x4\",18:\"§9Gemstone Mixture §7x10\",19:\"§9Flawless Ruby Gemstone §7x1\",20:\"\",21:\"§7Duration: §b23h\"],Name:\"§f§f§6Boots Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+80 HP", "§7Defense: §a+110", "§7Mining Speed: §a+80", "§7Mining Fortune: §a+30", + " §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]", "", "§7Apply a §5Gemstone Chamber §7to", "§7this armor piece in an Anvil to", @@ -34,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" ] -} +}
\ No newline at end of file diff --git a/items/DIVAN_CHESTPLATE.json b/items/DIVAN_CHESTPLATE.json index 42c3db59..280b7e32 100644 --- a/items/DIVAN_CHESTPLATE.json +++ b/items/DIVAN_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:golden_chestplate", "displayname": "§f§f§6Chestplate Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 6.\",13:\"§6§lLEGENDARY CHESTPLATE\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x8\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Chestplate Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+200 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7Apply a §5Gemstone Chamber §7to\",7:\"§7this armor piece in an Anvil to\",8:\"§7add §dGemstone §7slots.\",9:\"§7Gemstone Slots Unlocked: §d0§7/§55\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 6.\",14:\"§6§lLEGENDARY CHESTPLATE\",15:\"\",16:\"§eItems Required\",17:\"§5Divan Fragment §7x8\",18:\"§9Gemstone Mixture §7x10\",19:\"§9Flawless Ruby Gemstone §7x1\",20:\"\",21:\"§7Duration: §b23h\"],Name:\"§f§f§6Chestplate Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+200 HP", "§7Defense: §a+130", "§7Mining Speed: §a+80", "§7Mining Fortune: §a+30", + " §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]", "", "§7Apply a §5Gemstone Chamber §7to", "§7this armor piece in an Anvil to", @@ -34,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" ] -} +}
\ No newline at end of file diff --git a/items/DIVAN_HELMET.json b/items/DIVAN_HELMET.json index 5724209e..2cfe3c14 100644 --- a/items/DIVAN_HELMET.json +++ b/items/DIVAN_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Helmet Of Divan", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0d4846bb-7eb0-3b66-a04f-c50a6ee167d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNmNjllZjI3ZjMxMjBhNTEwNTBlNmJlNjZhMGUzZjhlODlhZjg4OGQ0ODA2NzE2YmY4NmY1OTBkYTYzODMxNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 6.\",13:\"§6§lLEGENDARY HELMET\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x5\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Helmet Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0d4846bb-7eb0-3b66-a04f-c50a6ee167d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNmNjllZjI3ZjMxMjBhNTEwNTBlNmJlNjZhMGUzZjhlODlhZjg4OGQ0ODA2NzE2YmY4NmY1OTBkYTYzODMxNyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+130\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7Apply a §5Gemstone Chamber §7to\",7:\"§7this armor piece in an Anvil to\",8:\"§7add §dGemstone §7slots.\",9:\"§7Gemstone Slots Unlocked: §d0§7/§55\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 6.\",14:\"§6§lLEGENDARY HELMET\",15:\"\",16:\"§eItems Required\",17:\"§5Divan Fragment §7x5\",18:\"§9Gemstone Mixture §7x10\",19:\"§9Flawless Ruby Gemstone §7x1\",20:\"\",21:\"§7Duration: §b23h\"],Name:\"§f§f§6Helmet Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_HELMET\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+130", "§7Mining Speed: §a+80", "§7Mining Fortune: §a+30", + " §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]", "", "§7Apply a §5Gemstone Chamber §7to", "§7this armor piece in an Anvil to", @@ -34,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" ] -} +}
\ No newline at end of file diff --git a/items/DIVAN_LEGGINGS.json b/items/DIVAN_LEGGINGS.json index d8070372..be99b95f 100644 --- a/items/DIVAN_LEGGINGS.json +++ b/items/DIVAN_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:golden_leggings", "displayname": "§f§f§6Leggings Of Divan", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\"\",5:\"§7Apply a §5Gemstone Chamber §7to\",6:\"§7this armor piece in an Anvil to\",7:\"§7add §dGemstone §7slots.\",8:\"§7Gemstone Slots Unlocked: §d0§7/§55\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §5Heart of the\",12:\"§5Mountain Tier 6.\",13:\"§6§lLEGENDARY LEGGINGS\",14:\"\",15:\"§eItems Required\",16:\"§5Divan Fragment §7x4\",17:\"§9Gemstone Mixture §7x10\",18:\"§9Flawless Ruby Gemstone §7x1\",19:\"\",20:\"§7Duration: §b23h\"],Name:\"§f§f§6Leggings Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+170\",2:\"§7Mining Speed: §a+80\",3:\"§7Mining Fortune: §a+30\",4:\" §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]\",5:\"\",6:\"§7Apply a §5Gemstone Chamber §7to\",7:\"§7this armor piece in an Anvil to\",8:\"§7add §dGemstone §7slots.\",9:\"§7Gemstone Slots Unlocked: §d0§7/§55\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §5Heart of the\",13:\"§5Mountain Tier 6.\",14:\"§6§lLEGENDARY LEGGINGS\",15:\"\",16:\"§eItems Required\",17:\"§5Divan Fragment §7x4\",18:\"§9Gemstone Mixture §7x10\",19:\"§9Flawless Ruby Gemstone §7x1\",20:\"\",21:\"§7Duration: §b23h\"],Name:\"§f§f§6Leggings Of Divan\"},ExtraAttributes:{originTag:\"FORGE_MENU\",id:\"DIVAN_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+130 HP", "§7Defense: §a+170", "§7Mining Speed: §a+80", "§7Mining Fortune: §a+30", + " §8[§8⸕§8] §8[§8☘§8] §8[§8⸕§8] §8[§8☘§8] §8[§8✧§8]", "", "§7Apply a §5Gemstone Chamber §7to", "§7this armor piece in an Anvil to", @@ -34,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Divan_Armor" ] -} +}
\ No newline at end of file diff --git a/items/EXECUTIVE_SEBASTIAN_MONSTER.json b/items/EXECUTIVE_SEBASTIAN_MONSTER.json index 35f5be92..831e4b3d 100644 --- a/items/EXECUTIVE_SEBASTIAN_MONSTER.json +++ b/items/EXECUTIVE_SEBASTIAN_MONSTER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aExecutive Sebastian (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b77ad6-2139-3bec-81b7-7ad621397bec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM4NWJkZGE4ZmZjMjMzZTczOGZiM2NhNzcxNWU5NDdhOGU2MmEzNTEwMzE2ODJkYTFlZjZlZmNlY2Y0OGY3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c13.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fRough Ruby Gemstone §8x8-15x\",8:\"§8 ■ §fRough Jade Gemstone §8x8-15x\",9:\"\",10:\"§)Rare Loot\",11:\"§8 ■ §5Treasurite §8(§a1%§8)\"],Name:\"§aExecutive Sebastian (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_SEBASTIAN_MONSTER\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b77ad6-2139-3bec-81b7-7ad621397bec\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM4NWJkZGE4ZmZjMjMzZTczOGZiM2NhNzcxNWU5NDdhOGU2MmEzNTEwMzE2ODJkYTFlZjZlZmNlY2Y0OGY3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Prepare for trouble!\",1:\"\",2:\"§c❤ Health§8: §c13.000\",3:\"§7Coins per Kill: §610\",4:\"\",5:\"§6§lPossible Drops:\",6:\"§fCommon Loot\",7:\"§8 ■ §fRough Ruby Gemstone §8x8-15x\",8:\"§8 ■ §fRough Jade Gemstone §8x8-15x\",9:\"\",10:\"§9Rare Loot\",11:\"§8 ■ §5Treasurite §8(§a1%§8)\"],Name:\"§aExecutive Sebastian (Monster)\"},ExtraAttributes:{id:\"EXECUTIVE_SEBASTIAN_MONSTER\"}}", "damage": 3, "lore": [ "§7Prepare for trouble!", @@ -14,7 +14,7 @@ "§8 ■ §fRough Ruby Gemstone §8x8-15x", "§8 ■ §fRough Jade Gemstone §8x8-15x", "", - "§)Rare Loot", + "§9Rare Loot", "§8 ■ §5Treasurite §8(§a1%§8)" ], "internalname": "EXECUTIVE_SEBASTIAN_MONSTER", @@ -25,4 +25,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Team_Treasurite" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/FINE_AMBER_GEM.json b/items/FINE_AMBER_GEM.json index 6dca1d32..09f92c80 100644 --- a/items/FINE_AMBER_GEM.json +++ b/items/FINE_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Amber Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a1d42000-e7c0-3c3e-bc11-2c8de9d568e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg0Njc1MCwKICAicHJvZmlsZUlkIiA6ICIyNzc1MmQ2ZTUyYmM0MzVjYmNhOWQ5NzY1MjQ2YWNhNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbWVkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRiMWNjZTIyZGUxOWVkNjcyN2FiYzVlNmMyZDU3ODY0Yzg3MWE0NGM5NTZiYmUyZWIzOTYwMjY5YjY4NmI4YjMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §6Amber §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6⸕ Mining Speed§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Amber Gemstone\"},ExtraAttributes:{id:\"FINE_AMBER_GEM\"}}", + "displayname": "§a⸕ §aFine Amber Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a1d42000-e7c0-3c3e-bc11-2c8de9d568e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg0Njc1MCwKICAicHJvZmlsZUlkIiA6ICIyNzc1MmQ2ZTUyYmM0MzVjYmNhOWQ5NzY1MjQ2YWNhNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZW1pbWVkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRiMWNjZTIyZGUxOWVkNjcyN2FiYzVlNmMyZDU3ODY0Yzg3MWE0NGM5NTZiYmUyZWIzOTYwMjY5YjY4NmI4YjMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §6Amber §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6⸕ Mining Speed§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a⸕ §aFine Amber Gemstone\"},ExtraAttributes:{id:\"FINE_AMBER_GEM\"}}", "damage": 3, "lore": [ "§7A type of §6Amber §7that has", diff --git a/items/FINE_AMETHYST_GEM.json b/items/FINE_AMETHYST_GEM.json index 12e569f8..3eefe0d0 100644 --- a/items/FINE_AMETHYST_GEM.json +++ b/items/FINE_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Amethyst Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f933e7f9-cc20-313a-a43f-5f11b3e8a441\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg2Mjc2NCwKICAicHJvZmlsZUlkIiA6ICJmMGIzYmRkMjEwNDg0Y2VlYjZhNTQyYmZiOGEyNTdiMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbm9uaW1ZVFQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2ExZWU1ZmZjZTA0ZWI3ZGE1OTJkNDI0MTRmZjM1ZTFiZjM4MTk0ZDZiODJlMzEwZGJjNjI2MWI0N2ZiOWM5MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §5Amethyst §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Amethyst Gemstone\"},ExtraAttributes:{id:\"FINE_AMETHYST_GEM\"}}", + "displayname": "§a❈ §aFine Amethyst Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f933e7f9-cc20-313a-a43f-5f11b3e8a441\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg2Mjc2NCwKICAicHJvZmlsZUlkIiA6ICJmMGIzYmRkMjEwNDg0Y2VlYjZhNTQyYmZiOGEyNTdiMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbm9uaW1ZVFQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2ExZWU1ZmZjZTA0ZWI3ZGE1OTJkNDI0MTRmZjM1ZTFiZjM4MTk0ZDZiODJlMzEwZGJjNjI2MWI0N2ZiOWM5MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §5Amethyst §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a❈ §aFine Amethyst Gemstone\"},ExtraAttributes:{id:\"FINE_AMETHYST_GEM\"}}", "damage": 3, "lore": [ "§7A type of §5Amethyst §7that has", diff --git a/items/FINE_JADE_GEM.json b/items/FINE_JADE_GEM.json index ba426cc5..f8400e72 100644 --- a/items/FINE_JADE_GEM.json +++ b/items/FINE_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Jade Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13e221e0-7f14-38d3-ac19-48ae55ee277f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg3NjAxNywKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjI4ZjFjMGM1MDkyZTEyZDMzNzcwZGY0NWM1ODQ1YTk2MTA4ODYwMzliMzRhYmU5M2ExNmM1ZTk0MmRmYzhlNCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §aJade §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6☘ Mining\",6:\"§6Fortune§7.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aFine Jade Gemstone\"},ExtraAttributes:{id:\"FINE_JADE_GEM\"}}", + "displayname": "§a☘ §aFine Jade Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13e221e0-7f14-38d3-ac19-48ae55ee277f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg3NjAxNywKICAicHJvZmlsZUlkIiA6ICI0ZTMwZjUwZTdiYWU0M2YzYWZkMmE3NDUyY2ViZTI5YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJfdG9tYXRvel8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjI4ZjFjMGM1MDkyZTEyZDMzNzcwZGY0NWM1ODQ1YTk2MTA4ODYwMzliMzRhYmU5M2ExNmM1ZTk0MmRmYzhlNCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §aJade §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6☘ Mining\",6:\"§6Fortune§7.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§a☘ §aFine Jade Gemstone\"},ExtraAttributes:{id:\"FINE_JADE_GEM\"}}", "damage": 3, "lore": [ "§7A type of §aJade §7that has", @@ -33,4 +33,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone" ] -} +}
\ No newline at end of file diff --git a/items/FINE_JASPER_GEM.json b/items/FINE_JASPER_GEM.json index 41884150..9368a5d1 100644 --- a/items/FINE_JASPER_GEM.json +++ b/items/FINE_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Jasper Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e942eb66-a350-38e5-aafa-0dfc3e17b4ac\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg4ODc3MSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FhYzE1ZjZmY2YyY2U5NjNlZjRjYTcxZjFhODY4NWFkYjk3ZWI3NjllMWQxMTE5NGNiYmQyZTk2NGE4ODk3OGMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §dJasper §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Jasper Gemstone\"},ExtraAttributes:{id:\"FINE_JASPER_GEM\"}}", + "displayname": "§a❁ §aFine Jasper Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e942eb66-a350-38e5-aafa-0dfc3e17b4ac\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4Mzg4ODc3MSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FhYzE1ZjZmY2YyY2U5NjNlZjRjYTcxZjFhODY4NWFkYjk3ZWI3NjllMWQxMTE5NGNiYmQyZTk2NGE4ODk3OGMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §dJasper §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a❁ §fFine Jasper Gemstone\"},ExtraAttributes:{id:\"FINE_JASPER_GEM\"}}", "damage": 3, "lore": [ "§7A type of §dJasper §7that has", diff --git a/items/FINE_RUBY_GEM.json b/items/FINE_RUBY_GEM.json index d3dbdc97..ef5ec362 100644 --- a/items/FINE_RUBY_GEM.json +++ b/items/FINE_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Ruby Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab2952c6-003c-38ea-bd83-9844698391a5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzUyMzU5MywKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY3Mjk1OTAyOGYyNzRiMzc5ZDQzMGYwNjhmMGYxNWE0Zjc5M2VhYzEyYWZiOTRhZTBiNGU1MGNmODk1ZGYwZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §cRuby §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❤ Health§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Ruby Gemstone\"},ExtraAttributes:{id:\"FINE_RUBY_GEM\"}}", + "displayname": "§a❤ §aFine Ruby Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab2952c6-003c-38ea-bd83-9844698391a5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzUyMzU5MywKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY3Mjk1OTAyOGYyNzRiMzc5ZDQzMGYwNjhmMGYxNWE0Zjc5M2VhYzEyYWZiOTRhZTBiNGU1MGNmODk1ZGYwZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A type of §cRuby §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❤ Health§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a❤ §aFine Ruby Gemstone\"},ExtraAttributes:{id:\"FINE_RUBY_GEM\"}}", "damage": 3, "lore": [ "§7A type of §cRuby §7that has", diff --git a/items/FINE_SAPPHIRE_GEM.json b/items/FINE_SAPPHIRE_GEM.json index 0094d51d..4e5b1e47 100644 --- a/items/FINE_SAPPHIRE_GEM.json +++ b/items/FINE_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Sapphire Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40df80a0-70ad-3895-a4fa-a9eafb7d7469\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzkwNDYxNSwKICAicHJvZmlsZUlkIiA6ICJmMjU5MTFiOTZkZDU0MjJhYTcwNzNiOTBmOGI4MTUyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmYXJsb3VjaDEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zNjE2MWRhYTM1ODllYzljODE4NzQ1OWFjMzZmZDRkZDI2NDZjMDQwNjc4ZDNiZmFjYjcyYTIyMTBjNmM4MDFjIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A type of §bSapphire §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Sapphire Gemstone\"},ExtraAttributes:{id:\"FINE_SAPPHIRE_GEM\"}}", + "displayname": "§a✎ §aFine Sapphire Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"40df80a0-70ad-3895-a4fa-a9eafb7d7469\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzkwNDYxNSwKICAicHJvZmlsZUlkIiA6ICJmMjU5MTFiOTZkZDU0MjJhYTcwNzNiOTBmOGI4MTUyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmYXJsb3VjaDEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zNjE2MWRhYTM1ODllYzljODE4NzQ1OWFjMzZmZDRkZDI2NDZjMDQwNjc4ZDNiZmFjYjcyYTIyMTBjNmM4MDFjIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A type of §bSapphire §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a✎ §aFine Sapphire Gemstone\"},ExtraAttributes:{id:\"FINE_SAPPHIRE_GEM\"}}", "damage": 3, "lore": [ "§7A type of §bSapphire §7that has", diff --git a/items/FINE_TOPAZ_GEM.json b/items/FINE_TOPAZ_GEM.json index a13eb2eb..033d3d95 100644 --- a/items/FINE_TOPAZ_GEM.json +++ b/items/FINE_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§aFine Topaz Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"83e79d1d-aabf-3369-a7d0-b5215f9147b9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzkxOTUyNywKICAicHJvZmlsZUlkIiA6ICJjMGYzYjI3YTUwMDE0YzVhYjIxZDc5ZGRlMTAxZGZlMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyY2I2ZTUxYzQ2MWU3MzU5NTI2YmVhNWUwNjIwOWNkZGRlN2M2NDY5YTgxOWYzNDA1Y2YwYTAzOGMxNTk1MDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §eTopaz §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can imbue an item\",5:\"§7with the Pristine §7enchantment.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aFine Topaz Gemstone\"},ExtraAttributes:{id:\"FINE_TOPAZ_GEM\"}}", + "displayname": "§a✧ §aFine Topaz Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"83e79d1d-aabf-3369-a7d0-b5215f9147b9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzkxOTUyNywKICAicHJvZmlsZUlkIiA6ICJjMGYzYjI3YTUwMDE0YzVhYjIxZDc5ZGRlMTAxZGZlMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyY2I2ZTUxYzQ2MWU3MzU5NTI2YmVhNWUwNjIwOWNkZGRlN2M2NDY5YTgxOWYzNDA1Y2YwYTAzOGMxNTk1MDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §eTopaz §7that has\",1:\"§7clearly been treated with care.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can imbue an item\",5:\"§7with the Pristine §7enchantment.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§a✧ §aFine Topaz Gemstone\"},ExtraAttributes:{id:\"FINE_TOPAZ_GEM\"}}", "damage": 3, "lore": [ "§7A type of §eTopaz §7that has", diff --git a/items/FLAME_BREAKER_BOOTS.json b/items/FLAME_BREAKER_BOOTS.json index 9525b2da..6ee721fb 100644 --- a/items/FLAME_BREAKER_BOOTS.json +++ b/items/FLAME_BREAKER_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_boots", "displayname": "§5Flamebreaker Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+35 HP\",1:\"§7Defense: §a+35\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a5x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 5.\",12:\"§5§lEPIC BOOTS\"],Name:\"§5Flamebreaker Boots\"},ExtraAttributes:{id:\"FLAME_BREAKER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+35 HP\",1:\"§7Defense: §a+35\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\" §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a5x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 5.\",13:\"§5§lEPIC BOOTS\"],Name:\"§5Flamebreaker Boots\"},ExtraAttributes:{id:\"FLAME_BREAKER_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+35 HP", "§7Defense: §a+35", "§7Mining Speed: §a+25", "§7Mining Fortune: §a+10", + " §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a5x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" ] -} +}
\ No newline at end of file diff --git a/items/FLAME_BREAKER_CHESTPLATE.json b/items/FLAME_BREAKER_CHESTPLATE.json index 5c57643b..634717cd 100644 --- a/items/FLAME_BREAKER_CHESTPLATE.json +++ b/items/FLAME_BREAKER_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_chestplate", "displayname": "§5Flamebreaker Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Defense: §a+70\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a5x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 5.\",12:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Flamebreaker Chestplate\"},ExtraAttributes:{id:\"FLAME_BREAKER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Defense: §a+70\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\" §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a5x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 5.\",13:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Flamebreaker Chestplate\"},ExtraAttributes:{id:\"FLAME_BREAKER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+70 HP", "§7Defense: §a+70", "§7Mining Speed: §a+25", "§7Mining Fortune: §a+10", + " §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a5x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" ] -} +}
\ No newline at end of file diff --git a/items/FLAME_BREAKER_HELMET.json b/items/FLAME_BREAKER_HELMET.json index 9cc2931e..1cef836a 100644 --- a/items/FLAME_BREAKER_HELMET.json +++ b/items/FLAME_BREAKER_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_helmet", "displayname": "§5Flamebreaker Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40 HP\",1:\"§7Defense: §a+40\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a5x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 5.\",12:\"§5§lEPIC HELMET\"],Name:\"§5Flamebreaker Helmet\"},ExtraAttributes:{id:\"FLAME_BREAKER_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+40 HP\",1:\"§7Defense: §a+40\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\" §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a5x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 5.\",13:\"§5§lEPIC HELMET\"],Name:\"§5Flamebreaker Helmet\"},ExtraAttributes:{id:\"FLAME_BREAKER_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+40 HP", "§7Defense: §a+40", "§7Mining Speed: §a+25", "§7Mining Fortune: §a+10", + " §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a5x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" ] -} +}
\ No newline at end of file diff --git a/items/FLAME_BREAKER_LEGGINGS.json b/items/FLAME_BREAKER_LEGGINGS.json index 6a7c5fa8..628523f2 100644 --- a/items/FLAME_BREAKER_LEGGINGS.json +++ b/items/FLAME_BREAKER_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§5Flamebreaker Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Defense: §a+60\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a5x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 5.\",12:\"§5§lEPIC LEGGINGS\"],Name:\"§5Flamebreaker Leggings\"},ExtraAttributes:{id:\"FLAME_BREAKER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Defense: §a+60\",2:\"§7Mining Speed: §a+25\",3:\"§7Mining Fortune: §a+10\",4:\" §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a5x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 5.\",13:\"§5§lEPIC LEGGINGS\"],Name:\"§5Flamebreaker Leggings\"},ExtraAttributes:{id:\"FLAME_BREAKER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+60 HP", "§7Defense: §a+60", "§7Mining Speed: §a+25", "§7Mining Fortune: §a+10", + " §8[§7❤§8] §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a5x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flamebreaker_Armor" ] -} +}
\ No newline at end of file diff --git a/items/FLAWED_AMBER_GEM.json b/items/FLAWED_AMBER_GEM.json index db72d8b9..05f6f6a1 100644 --- a/items/FLAWED_AMBER_GEM.json +++ b/items/FLAWED_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Amber Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"60d70a39-9d29-3700-9df3-fc0330550817\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE0NTE4MywKICAicHJvZmlsZUlkIiA6ICIwYTUzMDU0MTM4YWI0YjIyOTVhMGNlZmJiMGU4MmFkYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJQX0hpc2lybyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNzNiY2ZjMzllYjg1ZGYxODQ4NTM1OTg1MjE0MDYwYTFiZDFiM2JiNDdkZWZlNDIwMTQ3NmVkYzMxNjcxNzQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§6Amber§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6⸕ Mining Speed§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Amber Gemstone\"},ExtraAttributes:{id:\"FLAWED_AMBER_GEM\"}}", + "displayname": "§f⸕ §fFlawed Amber Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"60d70a39-9d29-3700-9df3-fc0330550817\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE0NTE4MywKICAicHJvZmlsZUlkIiA6ICIwYTUzMDU0MTM4YWI0YjIyOTVhMGNlZmJiMGU4MmFkYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJQX0hpc2lybyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNzNiY2ZjMzllYjg1ZGYxODQ4NTM1OTg1MjE0MDYwYTFiZDFiM2JiNDdkZWZlNDIwMTQ3NmVkYzMxNjcxNzQ0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§6Amber§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6⸕ Mining Speed§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f⸕ §fFlawed Amber Gemstone\"},ExtraAttributes:{id:\"FLAWED_AMBER_GEM\"}}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_AMETHYST_GEM.json b/items/FLAWED_AMETHYST_GEM.json index 7feb96c4..2693d643 100644 --- a/items/FLAWED_AMETHYST_GEM.json +++ b/items/FLAWED_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Amethyst Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"be8cf0ae-a442-36c0-9f5a-5645c8117382\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQzNDMwMSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MWRiNTkyNjA4OTU1NzhkMzdlNTk1MDU4ODA2MDJkZTk0MGIwODhlNWZmZjhkYTNlNjUyMDFkNzM5Yzg2ZTg0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§5Amethyst§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §a❈ Defense§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Amethyst Gemstone\"},ExtraAttributes:{id:\"FLAWED_AMETHYST_GEM\"},AttributeModifiers:[]}", + "displayname": "§f❈ §fFlawed Amethyst Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"be8cf0ae-a442-36c0-9f5a-5645c8117382\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQzNDMwMSwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MWRiNTkyNjA4OTU1NzhkMzdlNTk1MDU4ODA2MDJkZTk0MGIwODhlNWZmZjhkYTNlNjUyMDFkNzM5Yzg2ZTg0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§5Amethyst§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §a❈ Defense§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❈ §fFlawed Amethyst Gemstone\"},ExtraAttributes:{id:\"FLAWED_AMETHYST_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_JADE_GEM.json b/items/FLAWED_JADE_GEM.json index 6bb7fd46..8f06dcff 100644 --- a/items/FLAWED_JADE_GEM.json +++ b/items/FLAWED_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Jade Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"041c5b55-875b-3f20-a97e-98610afc3ecb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTYyMTA0NSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyMjgyYzZiYjgzNDNlMGYwZDYxZWUwNzQ3ZGFkYTc1MzQ0ZjMzMmU5ZmYwYWNhYTNhZGNkZjA5MzIxZDNkZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§aJade§7, but it could still use\",2:\"§7some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6☘ Mining\",7:\"§6Fortune§7.\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fFlawed Jade Gemstone\"},ExtraAttributes:{id:\"FLAWED_JADE_GEM\"},AttributeModifiers:[]}", + "displayname": "§f☘ §fFlawed Jade Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"041c5b55-875b-3f20-a97e-98610afc3ecb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTYyMTA0NSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyMjgyYzZiYjgzNDNlMGYwZDYxZWUwNzQ3ZGFkYTc1MzQ0ZjMzMmU5ZmYwYWNhYTNhZGNkZjA5MzIxZDNkZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§aJade§7, but it could still use\",2:\"§7some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6☘ Mining\",7:\"§6Fortune§7.\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§f☘ §fFlawed Jade Gemstone\"},ExtraAttributes:{id:\"FLAWED_JADE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_JASPER_GEM.json b/items/FLAWED_JASPER_GEM.json index 6c558227..544d5676 100644 --- a/items/FLAWED_JASPER_GEM.json +++ b/items/FLAWED_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Jasper Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"45454bb7-2efe-3f7f-95e4-a0389a069335\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAwMzU1NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E3MzUxMWU1MDRjMzE2YjEzOWVkYjM1ZmViZTczZWY1OTFjMGY0NTVlOGNhZjllZTM1M2JjMTJiNmMxNGE5MjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§dJasper§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❁ Strength§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Jasper Gemstone\"},ExtraAttributes:{id:\"FLAWED_JASPER_GEM\"}}", + "displayname": "§f❁ §fFlawed Jasper Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"45454bb7-2efe-3f7f-95e4-a0389a069335\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAwMzU1NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E3MzUxMWU1MDRjMzE2YjEzOWVkYjM1ZmViZTczZWY1OTFjMGY0NTVlOGNhZjllZTM1M2JjMTJiNmMxNGE5MjIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§dJasper§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❁ Strength§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❁ §fFlawed Jasper Gemstone\"},ExtraAttributes:{id:\"FLAWED_JASPER_GEM\"}}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_RUBY_GEM.json b/items/FLAWED_RUBY_GEM.json index 092e2f47..d6be3edf 100644 --- a/items/FLAWED_RUBY_GEM.json +++ b/items/FLAWED_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Ruby Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b5c84278-118b-3634-89e0-547cb6166c0a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU0NDYyMywKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2ZDgxMDY4Y2JkZjRhMzY0MjMxYTI2NDUzZDZjZDY2MGEwMDk1ZjljZDg3OTUzMDdjNWJlNjY3NDI3NzEyZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§cRuby§7, but it could still use\",2:\"§7some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❤ Health§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Ruby Gemstone\"},ExtraAttributes:{id:\"FLAWED_RUBY_GEM\"}}", + "displayname": "§f❤ §fFlawed Ruby Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b5c84278-118b-3634-89e0-547cb6166c0a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU0NDYyMywKICAicHJvZmlsZUlkIiA6ICIxZDUyMzNkMzg4NjI0YmFmYjAwZTMxNTBhN2FhM2E4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICIwMDAwMDAwMDAwMDAwMDBKIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ2ZDgxMDY4Y2JkZjRhMzY0MjMxYTI2NDUzZDZjZDY2MGEwMDk1ZjljZDg3OTUzMDdjNWJlNjY3NDI3NzEyZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§cRuby§7, but it could still use\",2:\"§7some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❤ Health§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❤ §fFlawed Ruby Gemstone\"},ExtraAttributes:{id:\"FLAWED_RUBY_GEM\"}}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_SAPPHIRE_GEM.json b/items/FLAWED_SAPPHIRE_GEM.json index f4866193..8097f080 100644 --- a/items/FLAWED_SAPPHIRE_GEM.json +++ b/items/FLAWED_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Sapphire Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b4ea250e-6e58-356f-9584-ba4012a2baa9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIwMzYzNiwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84YTBhZjk5ZThkODcwMzE5NGE4NDdhNTUyNjhjZjVlZjRhYzRlYjNiMjRjMGVkODY1NTEzMzlkMTBiNjQ2NTI5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§bSapphire§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §b✎ Intelligence§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Sapphire Gemstone\"},ExtraAttributes:{id:\"FLAWED_SAPPHIRE_GEM\"}}", + "displayname": "§f✎ §fFlawed Sapphire Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b4ea250e-6e58-356f-9584-ba4012a2baa9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIwMzYzNiwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84YTBhZjk5ZThkODcwMzE5NGE4NDdhNTUyNjhjZjVlZjRhYzRlYjNiMjRjMGVkODY1NTEzMzlkMTBiNjQ2NTI5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§bSapphire§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §b✎ Intelligence§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f✎ §fFlawed Sapphire Gemstone\"},ExtraAttributes:{id:\"FLAWED_SAPPHIRE_GEM\"}}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWED_TOPAZ_GEM.json b/items/FLAWED_TOPAZ_GEM.json index c948e5f6..6e02d5b3 100644 --- a/items/FLAWED_TOPAZ_GEM.json +++ b/items/FLAWED_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fFlawed Topaz Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"92e8050b-b823-3ba5-9bde-48e75cf2eef5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjM4MDM3MywKICAicHJvZmlsZUlkIiA6ICJmMGIzYmRkMjEwNDg0Y2VlYjZhNTQyYmZiOGEyNTdiMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbm9uaW1ZVFQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjYzOTI3NzNkMTE0YmUzMGFlYjNjMDljOTBjYmU2OTFmZmVhY2ViMzk5YjUzMGZlNmZiNTNkZGMwY2VkMzcxNCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§eTopaz§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can imbue an item\",6:\"§7with the Pristine §7enchantment.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fFlawed Topaz Gemstone\"},ExtraAttributes:{id:\"FLAWED_TOPAZ_GEM\"}}", + "displayname": "§f✧ §fFlawed Topaz Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"92e8050b-b823-3ba5-9bde-48e75cf2eef5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjM4MDM3MywKICAicHJvZmlsZUlkIiA6ICJmMGIzYmRkMjEwNDg0Y2VlYjZhNTQyYmZiOGEyNTdiMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbm9uaW1ZVFQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjYzOTI3NzNkMTE0YmUzMGFlYjNjMDljOTBjYmU2OTFmZmVhY2ViMzk5YjUzMGZlNmZiNTNkZGMwY2VkMzcxNCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A slightly better version of\",1:\"§7§eTopaz§7, but it could still\",2:\"§7use some work.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can imbue an item\",6:\"§7with the Pristine §7enchantment.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f✧ §fFlawed Topaz Gemstone\"},ExtraAttributes:{id:\"FLAWED_TOPAZ_GEM\"}}", "damage": 3, "lore": [ "§7A slightly better version of", diff --git a/items/FLAWLESS_AMBER_GEM.json b/items/FLAWLESS_AMBER_GEM.json index fcbf0a75..0a173b9d 100644 --- a/items/FLAWLESS_AMBER_GEM.json +++ b/items/FLAWLESS_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Amber Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4ba0166e-5f5b-3d51-9d33-3b5cc86a2fe8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE3NjQ5NiwKICAicHJvZmlsZUlkIiA6ICJiNWRkZTVmODJlYjM0OTkzYmMwN2Q0MGFiNWY2ODYyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsdXhlbWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzlkY2U2MmY3MGFjMDQ2Yjg4MTExM2M2Y2Y4NjI5ODc3Mjc3NzRlMjY1ODg1NTAxYzlhMjQ1YjE4MGRiMDhjMGQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§6Amber§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6⸕ Mining Speed§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Amber Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_AMBER_GEM\"}}", + "displayname": "§9⸕ §9Flawless Amber Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4ba0166e-5f5b-3d51-9d33-3b5cc86a2fe8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE3NjQ5NiwKICAicHJvZmlsZUlkIiA6ICJiNWRkZTVmODJlYjM0OTkzYmMwN2Q0MGFiNWY2ODYyMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJsdXhlbWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzlkY2U2MmY3MGFjMDQ2Yjg4MTExM2M2Y2Y4NjI5ODc3Mjc3NzRlMjY1ODg1NTAxYzlhMjQ1YjE4MGRiMDhjMGQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§6Amber§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6⸕ Mining Speed§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9⸕ §9Flawless Amber Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_AMBER_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_AMETHYST_GEM.json b/items/FLAWLESS_AMETHYST_GEM.json index 72f0ccc4..9ed106d8 100644 --- a/items/FLAWLESS_AMETHYST_GEM.json +++ b/items/FLAWLESS_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Amethyst Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b771bdf4-fe8a-3ca1-a0ce-8a07c1b0235f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQ2NjY1MiwKICAicHJvZmlsZUlkIiA6ICI2MWVhMDkyM2FhNDQ0OTEwYmNlZjViZmQ2ZDNjMGQ1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVEYXJ0aEZhdGhlciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kMzYyMzUyMWM4MTExYWQyOWU5ZGNmN2FjYzU2MDg1YTlhYjA3ZGE3MzJkMTUxODk3NmFlZTYxZDBiM2UzYmQ2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Amethyst Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_AMETHYST_GEM\"}}", + "displayname": "§9❈ §9Flawless Amethyst Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b771bdf4-fe8a-3ca1-a0ce-8a07c1b0235f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQ2NjY1MiwKICAicHJvZmlsZUlkIiA6ICI2MWVhMDkyM2FhNDQ0OTEwYmNlZjViZmQ2ZDNjMGQ1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVEYXJ0aEZhdGhlciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kMzYyMzUyMWM4MTExYWQyOWU5ZGNmN2FjYzU2MDg1YTlhYjA3ZGE3MzJkMTUxODk3NmFlZTYxZDBiM2UzYmQ2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9❈ §9Flawless Amethyst Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_AMETHYST_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_JADE_GEM.json b/items/FLAWLESS_JADE_GEM.json index 570d49fb..616c7b90 100644 --- a/items/FLAWLESS_JADE_GEM.json +++ b/items/FLAWLESS_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Jade Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f8c140e4-0d47-31a9-b164-e698be919a1b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTY1NzA0NywKICAicHJvZmlsZUlkIiA6ICIxYWZhZjc2NWI1ZGY0NjA3YmY3ZjY1ZGYzYWIwODhhOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMb3lfQmxvb2RBbmdlbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODlmNzVlMGIwMDM3OGE1ODNkYmJhNzI4ZGNkYzZlOTM0NmYzMWRkNjAxZDQ0OGYzZDYwNjE1Yzc0NjVjYzNlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§aJade§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6☘ Mining\",6:\"§6Fortune§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Flawless Jade Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_JADE_GEM\"}}", + "displayname": "§9☘ §9Flawless Jade Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f8c140e4-0d47-31a9-b164-e698be919a1b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTY1NzA0NywKICAicHJvZmlsZUlkIiA6ICIxYWZhZjc2NWI1ZGY0NjA3YmY3ZjY1ZGYzYWIwODhhOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJMb3lfQmxvb2RBbmdlbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mODlmNzVlMGIwMDM3OGE1ODNkYmJhNzI4ZGNkYzZlOTM0NmYzMWRkNjAxZDQ0OGYzZDYwNjE1Yzc0NjVjYzNlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§aJade§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §6☘ Mining\",6:\"§6Fortune§7.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9☘ §9Flawless Jade Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_JADE_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_JASPER_GEM.json b/items/FLAWLESS_JASPER_GEM.json index 2e250f4e..64f05d44 100644 --- a/items/FLAWLESS_JASPER_GEM.json +++ b/items/FLAWLESS_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Jasper Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2e6c5c05-adb7-32ec-86bb-f12c5a986638\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAzNDI0NywKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZjk5M2QzYTQzZDQwNTk3YjQ3NDQ4NTk3NjE2MGQwY2Y1MmFjNjRkMTU3MzA3ZDNiMWM5NDFkYjIyNGQwYWM2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Jasper Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_JASPER_GEM\"}}", + "displayname": "§9❁ §9Flawless Jasper Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2e6c5c05-adb7-32ec-86bb-f12c5a986638\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAzNDI0NywKICAicHJvZmlsZUlkIiA6ICJiMGQ3MzJmZTAwZjc0MDdlOWU3Zjc0NjMwMWNkOThjYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJPUHBscyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZjk5M2QzYTQzZDQwNTk3YjQ3NDQ4NTk3NjE2MGQwY2Y1MmFjNjRkMTU3MzA3ZDNiMWM5NDFkYjIyNGQwYWM2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9❁ §9Flawless Jasper Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_JASPER_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_RUBY_GEM.json b/items/FLAWLESS_RUBY_GEM.json index b433e812..22bc15e7 100644 --- a/items/FLAWLESS_RUBY_GEM.json +++ b/items/FLAWLESS_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Ruby Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"93d1453b-80c9-3a09-9d64-f4f08d149970\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU3MzU0NywKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyNmEyNDhmYmJjMDZjZjA2ZTJjOTIwZWNhMWNhYzhhMmM5NjE2NGQzMjYwNDk0YmVkMTQyZDU1MzAyNmNjNiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§cRuby§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❤ Health§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Ruby Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_RUBY_GEM\"}}", + "displayname": "§9❤ §9Flawless Ruby Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"93d1453b-80c9-3a09-9d64-f4f08d149970\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU3MzU0NywKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkyNmEyNDhmYmJjMDZjZjA2ZTJjOTIwZWNhMWNhYzhhMmM5NjE2NGQzMjYwNDk0YmVkMTQyZDU1MzAyNmNjNiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§cRuby§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❤ Health§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9❤ §9Flawless Ruby Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_RUBY_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_SAPPHIRE_GEM.json b/items/FLAWLESS_SAPPHIRE_GEM.json index 68865bed..439ec7b9 100644 --- a/items/FLAWLESS_SAPPHIRE_GEM.json +++ b/items/FLAWLESS_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Sapphire Gemston", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"117141f7-b729-3bf5-b38c-bfc89f50abde\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIzMjc2OSwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85NTdjZmE5Yzc1YmE1ODQ2NDVlZTJhZjZkOTg2N2Q3NjdkZGVhNDY2N2NkZmM3MmRjMTA2MWRkMTk3NWNhN2QwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Sapphire Gemston\"},ExtraAttributes:{id:\"FLAWLESS_SAPPHIRE_GEM\"}}", + "displayname": "§9✎ §9Flawless Sapphire Gemston", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"117141f7-b729-3bf5-b38c-bfc89f50abde\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIzMjc2OSwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85NTdjZmE5Yzc1YmE1ODQ2NDVlZTJhZjZkOTg2N2Q3NjdkZGVhNDY2N2NkZmM3MmRjMTA2MWRkMTk3NWNhN2QwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9✎ §9Flawless Sapphire Gemston\"},ExtraAttributes:{id:\"FLAWLESS_SAPPHIRE_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLAWLESS_TOPAZ_GEM.json b/items/FLAWLESS_TOPAZ_GEM.json index d6070c8a..df565d88 100644 --- a/items/FLAWLESS_TOPAZ_GEM.json +++ b/items/FLAWLESS_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Flawless Topaz Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"864eb25a-2b1b-3b6b-8fe2-8858b831c6bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjQxMjI5MSwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDEwOTY0ZjNjNDc5YWQ3ZDlhZmFmNjhhNDJjYWI3YzEwN2QyZDg4NGY1NzVjYWUyZjA3MGVjNmY5MzViM2JlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§eTopaz§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can imbue an item\",5:\"§7with the Pristine §7enchantment.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Flawless Topaz Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_TOPAZ_GEM\"}}", + "displayname": "§9✧ §9Flawless Topaz Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"864eb25a-2b1b-3b6b-8fe2-8858b831c6bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjQxMjI5MSwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDEwOTY0ZjNjNDc5YWQ3ZDlhZmFmNjhhNDJjYWI3YzEwN2QyZDg4NGY1NzVjYWUyZjA3MGVjNmY5MzViM2JlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A near perfect version of\",1:\"§7§eTopaz§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can imbue an item\",5:\"§7with the Pristine §7enchantment.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9✧ §9Flawless Topaz Gemstone\"},ExtraAttributes:{id:\"FLAWLESS_TOPAZ_GEM\"}}", "damage": 3, "lore": [ "§7A near perfect version of", diff --git a/items/FLORID_ZOMBIE_SWORD.json b/items/FLORID_ZOMBIE_SWORD.json index 820df5ac..285df4f3 100644 --- a/items/FLORID_ZOMBIE_SWORD.json +++ b/items/FLORID_ZOMBIE_SWORD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§6Florid Zombie Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"\",3:\"§7Intelligence: §a+100\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c168 §7+ §c5%❤ §7and\",7:\"§7heal players within §a8 §7blocks\",8:\"§7for §c56❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7Gain §a+2 §7extra max charges\",13:\"§7when you play as a §aHealer §7in\",14:\"§7Dungeons.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Florid Zombie Sword\"},ExtraAttributes:{id:\"FLORID_ZOMBIE_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"§7Intelligence: §a+100\",3:\" §8[§7✎§8] §8[§7❤§8]\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c168 §7+ §c5%❤ §7and\",7:\"§7heal players within §a8 §7blocks\",8:\"§7for §c56❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7Gain §a+2 §7extra max charges\",13:\"§7when you play as a §aHealer §7in\",14:\"§7Dungeons.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Florid Zombie Sword\"},ExtraAttributes:{id:\"FLORID_ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", "§7Strength: §c+80", - "", "§7Intelligence: §a+100", + " §8[§7✎§8] §8[§7❤§8]", "", "§6Ability: Instant Heal §e§lRIGHT CLICK", "§7Heal for §c168 §7+ §c5%❤ §7and", @@ -42,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Florid_Zombie_Sword" ] -} +}
\ No newline at end of file diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 296c93db..61124cff 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:red_flower", "displayname": "§6Flower of Truth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+160\",2:\"§7Strength: §c+300\",3:\"\",4:\"§6Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Mana Cost: §335\",11:\"§8Cooldown: §a1s\",12:\"§7§7The mana cost of this item is\",13:\"§7§a10.0% §7of your maximum mana.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 70000 / 70000\",17:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+160\",2:\"§7Strength: §c+300\",3:\" §8[§7❁§8]\",4:\"\",5:\"§6Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",6:\"§7Shoots a rose that ricochets\",7:\"§7between enemies, damaging up to\",8:\"§7§a3 §7of your foes! Damage\",9:\"§7multiplies as more enemies are\",10:\"§7hit.\",11:\"§8Mana Cost: §335\",12:\"§8Cooldown: §a1s\",13:\"§7§7The mana cost of this item is\",14:\"§7§a10.0% §7of your maximum mana.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 70000 / 70000\",18:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d460", "§7Damage: §c+160", "§7Strength: §c+300", + " §8[§7❁§8]", "", "§6Ability: Heat-Seeking Rose §e§lRIGHT CLICK", "§7Shoots a rose that ricochets", @@ -42,4 +43,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flower_of_Truth" ] -} +}
\ No newline at end of file diff --git a/items/FORTUNE;4.json b/items/FORTUNE;4.json new file mode 100644 index 00000000..5848ec45 --- /dev/null +++ b/items/FORTUNE;4.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§fFortune IV", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune IV\",1:\"§7Grants §a+40 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Experiments,\",10:\"§7Crystal Nucleus\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fPickaxe\",14:\"§7- §fDrill\",15:\"§7- §fGauntlet\",16:\"\",17:\"§6Conflicts:\",18:\"§7- §cSilk Touch\",19:\"\",20:\"§f§lCOMMON\"],Name:\"§f§fFortune IV\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FORTUNE;4\",enchantments:{fortune:4}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Fortune IV", + "§7Grants §a+40 §6☘ Mining", + "§6Fortune§7, which increases your", + "§7chance for multiple drops.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§6Source:", + "§aIV: §7Experiments,", + "§7Crystal Nucleus", + "", + "§6Applied To:", + "§7- §fPickaxe", + "§7- §fDrill", + "§7- §fGauntlet", + "", + "§6Conflicts:", + "§7- §cSilk Touch", + "", + "§f§lCOMMON" + ], + "internalname": "FORTUNE;4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_BOOTS.json b/items/FROZEN_BLAZE_BOOTS.json index d2947d0a..bedd7b0e 100644 --- a/items/FROZEN_BLAZE_BOOTS.json +++ b/items/FROZEN_BLAZE_BOOTS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Frozen Blaze Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+95\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY BOOTS\"],color:10541807,Name:\"§6Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"§7Defense: §a+95\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8] §8[§7⚔§8]\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY BOOTS\"],color:10541807,Name:\"§6Frozen Blaze Boots\"},ExtraAttributes:{id:\"FROZEN_BLAZE_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", - "", "§7Defense: §a+95", "§7Speed: §a+2", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Frozen Blazing Aura", "§7Damages mobs in a §a5§7 block", @@ -45,4 +45,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" ], "crafttext": "Requires: Ice IX" -} +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_CHESTPLATE.json b/items/FROZEN_BLAZE_CHESTPLATE.json index 762ba341..ad1d345c 100644 --- a/items/FROZEN_BLAZE_CHESTPLATE.json +++ b/items/FROZEN_BLAZE_CHESTPLATE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Frozen Blaze Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+180\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:10541807,Name:\"§6Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"§7Defense: §a+180\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8] §8[§7⚔§8]\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:10541807,Name:\"§6Frozen Blaze Chestplate\"},ExtraAttributes:{id:\"FROZEN_BLAZE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", - "", "§7Defense: §a+180", "§7Speed: §a+2", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Frozen Blazing Aura", "§7Damages mobs in a §a5§7 block", @@ -45,4 +45,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_HELMET.json b/items/FROZEN_BLAZE_HELMET.json index 89ad11ff..c1b68dfc 100644 --- a/items/FROZEN_BLAZE_HELMET.json +++ b/items/FROZEN_BLAZE_HELMET.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Frozen Blaze Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+105\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§6Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e9604568-dd39-3081-a5e2-541467b9d2db\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMTNiYjQ4ZTM1OTViNTVkZThkZDY5NDNmYzM4ZGI1MjM1MzcxMjc4YzY5NWJkNDUzZTQ5YTA5OTkifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+40\",1:\"§7Defense: §a+105\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8] §8[§7⚔§8]\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§6Frozen Blaze Helmet\"},ExtraAttributes:{id:\"FROZEN_BLAZE_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+40", - "", "§7Defense: §a+105", "§7Speed: §a+2", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Frozen Blazing Aura", "§7Damages mobs in a §a5§7 block", @@ -45,4 +45,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" ], "crafttext": "Requires: Ice IX" -} +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_LEGGINGS.json b/items/FROZEN_BLAZE_LEGGINGS.json index 8d364a8c..09598db5 100644 --- a/items/FROZEN_BLAZE_LEGGINGS.json +++ b/items/FROZEN_BLAZE_LEGGINGS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Frozen Blaze Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"\",2:\"§7Defense: §a+140\",3:\"§7Speed: §a+2\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:10541807,Name:\"§6Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+40\",1:\"§7Defense: §a+140\",2:\"§7Speed: §a+2\",3:\" §8[§7❁§8] §8[§7⚔§8]\",4:\"\",5:\"§6Full Set Bonus: Frozen Blazing Aura\",6:\"§7Damages mobs in a §a5§7 block\",7:\"§7range for §a300 §7base damage +\",8:\"§7§a3%§7 of their max §7§c❤ Health\",9:\"§c§7every second and applies\",10:\"§7§bSlowness I §7for §e4\",11:\"§e§7seconds.\",12:\"\",13:\"§7Max §c500 §7damage/s\",14:\"§7Blaze Rod Collection: §6§k000\",15:\"§8+100 per 5,000 rods\",16:\"\",17:\"§7Permanent §cFire §7and §cLava §7immunity.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY LEGGINGS\"],color:10541807,Name:\"§6Frozen Blaze Leggings\"},ExtraAttributes:{id:\"FROZEN_BLAZE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+40", - "", "§7Defense: §a+140", "§7Speed: §a+2", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Frozen Blazing Aura", "§7Damages mobs in a §a5§7 block", @@ -45,4 +45,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Frozen_Blaze_Armor" ], "crafttext": "Requires: Ice IX" -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_1.json b/items/GEMSTONE_DRILL_1.json index a5a09fdb..82cec851 100644 --- a/items/GEMSTONE_DRILL_1.json +++ b/items/GEMSTONE_DRILL_1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§9Ruby Drill TX-15", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+150\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+60§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§9§lRARE DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Drill Engine §7x1\",33:\"§9Fuel Tank §7x1\",34:\"§aFine Ruby Gemstone §7x6\",35:\"\",36:\"§7Duration: §b1h\"],Name:\"§9Ruby Drill TX-15\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_1\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 7\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+150\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+60§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§9§lRARE DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Drill Engine §7x1\",33:\"§9Fuel Tank §7x1\",34:\"§9❤ §9Fine Ruby Gemstone §7x6\",35:\"\",36:\"§7Duration: §b1h\"],Name:\"§9Ruby Drill TX-15\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_1\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 7", @@ -38,7 +38,7 @@ "§eItems Required", "§9Drill Engine §7x1", "§9Fuel Tank §7x1", - "§aFine Ruby Gemstone §7x6", + "§9❤ §9Fine Ruby Gemstone §7x6", "", "§7Duration: §b1h" ], diff --git a/items/GEMSTONE_DRILL_3.json b/items/GEMSTONE_DRILL_3.json index f907a904..f354b8bc 100644 --- a/items/GEMSTONE_DRILL_3.json +++ b/items/GEMSTONE_DRILL_3.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Topaz Drill KGR-12", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+450\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+100§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Gemstone Drill Model LT-522 §7x1\",33:\"§9Flawless Topaz Gemstone §7x1\",34:\"§9Gemstone Mixture §7x3\",35:\"§9Magma Core §7x5\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Topaz Drill KGR-12\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_3\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+450\",4:\" §8[§7⸕§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+100§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to §2Jotraeline\",23:\"§2Greatforge §7in the §2Dwarven\",24:\"§2Mines§7!\",25:\"\",26:\"§7Fuel: §23,000§8/3k\",27:\"\",28:\"§7§8This item can be reforged!\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Gemstone Drill Model LT-522 §7x1\",33:\"§9✧ §9Flawless Topaz Gemstone §7x1\",34:\"§9Gemstone Mixture §7x3\",35:\"§9Magma Core §7x5\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Topaz Drill KGR-12\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_3\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", "", "§7Damage: §c+75", - "", "§7Mining Speed: §a+450", + " §8[§7⸕§8]", "", "§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed", "§7Gives §a+100§7 §dGemstone §6☘ Mining Fortune", @@ -37,7 +37,7 @@ "", "§eItems Required", "§9Gemstone Drill Model LT-522 §7x1", - "§9Flawless Topaz Gemstone §7x1", + "§9✧ §9Flawless Topaz Gemstone §7x1", "§9Gemstone Mixture §7x3", "§9Magma Core §7x5", "", @@ -51,4 +51,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Topaz_Drill_KGR-12" ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json index 3d04ffee..044a81cd 100644 --- a/items/GEMSTONE_DRILL_4.json +++ b/items/GEMSTONE_DRILL_4.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§5Jasper Drill X", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+600\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§5Topaz Drill KGR-12 §7x1\",32:\"§9Flawless Jasper Gemstone §7x1\",33:\"§5Treasurite §7x100\",34:\"\",35:\"§7Duration: §b30s\"],Name:\"§f§f§5Jasper Drill X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+600\",4:\" §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§5Topaz Drill KGR-12 §7x1\",32:\"§9❁ §9Flawless Jasper Gemstone §7x1\",33:\"§5Treasurite §7x100\",34:\"\",35:\"§7Duration: §b30s\"],Name:\"§f§f§5Jasper Drill X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", "", "§7Damage: §c+75", - "", "§7Mining Speed: §a+600", + " §8[§7⸕§8] §8[§7☘§8]", "", "§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed", "§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune", @@ -36,7 +36,7 @@ "", "§eItems Required", "§5Topaz Drill KGR-12 §7x1", - "§9Flawless Jasper Gemstone §7x1", + "§9❁ §9Flawless Jasper Gemstone §7x1", "§5Treasurite §7x100", "", "§7Duration: §b30s" @@ -49,4 +49,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_Model_X" ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_GAUNTLET.json b/items/GEMSTONE_GAUNTLET.json index a6c8ae30..fda396db 100644 --- a/items/GEMSTONE_GAUNTLET.json +++ b/items/GEMSTONE_GAUNTLET.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§6Gemstone Gauntlet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d32846a-7945-345a-8f48-f107f6c92b15\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDIzOTE2MTcwMywKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83YmYwMWMxOThmNmUxNjk2NWUyMzAyMzVjZDIyYTVhOWY0YTQwZTQwOTQxMjM0NDc4OTQ4ZmY5YTU2ZTUxNzc1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+200\",3:\"\",4:\"§7Mining Speed: §a+1,600\",5:\"\",6:\"§7§7Harness the true power of the\",7:\"§7§dGemstones§7! Each gemstone placed in\",8:\"§7here will boost its associated\",9:\"§7§astat§7.\",10:\"\",11:\"§7§eCan be used as both a §csword §eand\",12:\"§ea §9pickaxe§e.\",13:\"\",14:\"§7§7Your Gemstones:\",15:\" §8§aJade: ?? (none equipped)\",16:\" §8§6Amber: ?? (none equipped)\",17:\" §8§eTopaz: ?? (none equipped)\",18:\" §8§bSapphire: ?? (none equipped)\",19:\" §8§5Amethyst: ?? (none equipped)\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §5Heart of the\",23:\"§5Mountain Tier 6.\",24:\"§6§lLEGENDARY GAUNTLET\"],Name:\"§6Gemstone Gauntlet\"},ExtraAttributes:{id:\"GEMSTONE_GAUNTLET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4d32846a-7945-345a-8f48-f107f6c92b15\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDIzOTE2MTcwMywKICAicHJvZmlsZUlkIiA6ICI5ZDIyZGRhOTVmZGI0MjFmOGZhNjAzNTI1YThkZmE4ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTYWZlRHJpZnQ0OCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83YmYwMWMxOThmNmUxNjk2NWUyMzAyMzVjZDIyYTVhOWY0YTQwZTQwOTQxMjM0NDc4OTQ4ZmY5YTU2ZTUxNzc1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+200\",3:\"§7Mining Speed: §a+1,600\",4:\" §8[§7☘§8] §8[§7⸕§8] §8[§7✧§8] §8[§7✎§8] §8[§7❈§8]\",5:\"\",6:\"§7§7Harness the true power of the\",7:\"§7§dGemstones§7! Each gemstone placed in\",8:\"§7here will boost its associated\",9:\"§7§astat§7.\",10:\"\",11:\"§7§eCan be used as both a §csword §eand\",12:\"§ea §9pickaxe§e.\",13:\"\",14:\"§7§7Your Gemstones:\",15:\" §8§aJade: ?? (none equipped)\",16:\" §8§6Amber: ?? (none equipped)\",17:\" §8§eTopaz: ?? (none equipped)\",18:\" §8§bSapphire: ?? (none equipped)\",19:\" §8§5Amethyst: ?? (none equipped)\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§7§4❣ §cRequires §5Heart of the\",23:\"§5Mountain Tier 6.\",24:\"§6§lLEGENDARY GAUNTLET\"],Name:\"§6Gemstone Gauntlet\"},ExtraAttributes:{id:\"GEMSTONE_GAUNTLET\"}}", "damage": 3, "lore": [ "§8Breaking Power 9", "", "§7Damage: §c+200", - "", "§7Mining Speed: §a+1,600", + " §8[§7☘§8] §8[§7⸕§8] §8[§7✧§8] §8[§7✎§8] §8[§7❈§8]", "", "§7§7Harness the true power of the", "§7§dGemstones§7! Each gemstone placed in", @@ -49,4 +49,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Gauntlet" ] -} +}
\ No newline at end of file diff --git a/items/GEMSTONE_MIXTURE.json b/items/GEMSTONE_MIXTURE.json index 70d51f71..5e2c792b 100644 --- a/items/GEMSTONE_MIXTURE.json +++ b/items/GEMSTONE_MIXTURE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Gemstone Mixture", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§eItems Required\",8:\"§aFine Jade Gemstone §7x2\",9:\"§aFine Amber Gemstone §7x2\",10:\"§aFine Amethyst Gemstone §7x2\",11:\"§aFine Sapphire Gemstone §7x2\",12:\"§aSludge Juice §7x500\",13:\"\",14:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bd4fa6b7-d6bf-393d-8601-00e048d57d91\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjQ2MDEzMSwKICAicHJvZmlsZUlkIiA6ICI0ZWQ4MjMzNzFhMmU0YmI3YTVlYWJmY2ZmZGE4NDk1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJGaXJlYnlyZDg4IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM0ZDQyZjljNDYxY2VlMTk5N2I2N2JmMzYxMGM2NDExYmY4NTJiOWU1ZGI2MDdiYmY2MjY1MjdjZmI0MjkxMmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7A collection of finely treated\",1:\"§7§dGemstones §7held together by\",2:\"§7the sturdiest of §asticky\",3:\"§a§7substances.\",4:\"\",5:\"§9§lRARE\",6:\"\",7:\"§eItems Required\",8:\"§9☘ §9Fine Jade Gemstone §7x4\",9:\"§9⸕ §9Fine Amber Gemstone §7x4\",10:\"§9❈ §9Fine Amethyst Gemstone §7x4\",11:\"§9✎ §9Fine Sapphire Gemstone §7x4\",12:\"§aSludge Juice §7x320\",13:\"\",14:\"§7Duration: §b4h\"],Name:\"§9Gemstone Mixture\"},ExtraAttributes:{id:\"GEMSTONE_MIXTURE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7§7A collection of finely treated", @@ -12,11 +12,11 @@ "§9§lRARE", "", "§eItems Required", - "§aFine Jade Gemstone §7x2", - "§aFine Amber Gemstone §7x2", - "§aFine Amethyst Gemstone §7x2", - "§aFine Sapphire Gemstone §7x2", - "§aSludge Juice §7x500", + "§9☘ §9Fine Jade Gemstone §7x4", + "§9⸕ §9Fine Amber Gemstone §7x4", + "§9❈ §9Fine Amethyst Gemstone §7x4", + "§9✎ §9Fine Sapphire Gemstone §7x4", + "§aSludge Juice §7x320", "", "§7Duration: §b4h" ], @@ -28,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Mixture" ] -} +}
\ No newline at end of file diff --git a/items/GIANTS_SWORD.json b/items/GIANTS_SWORD.json index 2c01fd25..7cc792bc 100644 --- a/items/GIANTS_SWORD.json +++ b/items/GIANTS_SWORD.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Giant\u0027s Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\"\",3:\"§6Ability: Giant\u0027s Slam §e§lRIGHT CLICK\",4:\"§7Slam your sword into the ground\",5:\"§7dealing §c111,550 §7damage to\",6:\"§7nearby enemies.\",7:\"§8Mana Cost: §3100\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor VI\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Giant\u0027s Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\" §8[§7❁§8] §8[§7❁§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 §aCatacombs Floor VI\",13:\"§aCompletion\",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[§7❁§8] §8[§7❁§8]", "", "§6Ability: Giant\u0027s Slam §e§lRIGHT CLICK", "§7Slam your sword into the ground", @@ -27,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Giant%27s_Sword" ] -} +}
\ No newline at end of file diff --git a/items/GLACITE_BOOTS.json b/items/GLACITE_BOOTS.json index ef2652af..019e927f 100644 --- a/items/GLACITE_BOOTS.json +++ b/items/GLACITE_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§5Glacite Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+5\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+5\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner\",7:\"§7Grants §6+2⸕ Mining Speed §7for\",8:\"§7each of your mining levels.\",9:\"\",10:\"§7The Defense §7of this item is\",11:\"§7doubled while on a mining island\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+70", "§7Speed: §a+10", "§7True Defense: §a+5", "§7Mining Speed: §a+10", + " §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Expert Miner", "§7Grants §6+2⸕ Mining Speed §7for", @@ -27,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GLACITE_CHESTPLATE.json b/items/GLACITE_CHESTPLATE.json index 1a06686b..8efc35dd 100644 --- a/items/GLACITE_CHESTPLATE.json +++ b/items/GLACITE_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Glacite Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§f§f§5Glacite Chestplate\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner\",7:\"§7Grants §6+2⸕ Mining Speed §7for\",8:\"§7each of your mining levels.\",9:\"\",10:\"§7The Defense §7of this item is\",11:\"§7doubled while on a mining island\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC CHESTPLATE\"],color:261368,Name:\"§f§f§5Glacite Chestplate\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+150", "§7Speed: §a+15", "§7True Defense: §a+10", "§7Mining Speed: §a+10", + " §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Expert Miner", "§7Grants §6+2⸕ Mining Speed §7for", @@ -27,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GLACITE_HELMET.json b/items/GLACITE_HELMET.json index edf2850f..4472044e 100644 --- a/items/GLACITE_HELMET.json +++ b/items/GLACITE_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:packed_ice", "displayname": "§f§f§5Glacite Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+5\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"§7True Defense: §a+5\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner\",7:\"§7Grants §6+2⸕ Mining Speed §7for\",8:\"§7each of your mining levels.\",9:\"\",10:\"§7The Defense §7of this item is\",11:\"§7doubled while on a mining island\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC HELMET\"],Name:\"§f§f§5Glacite Helmet\"},ExtraAttributes:{id:\"GLACITE_HELMET\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+70", "§7Speed: §a+10", "§7True Defense: §a+5", "§7Mining Speed: §a+10", + " §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Expert Miner", "§7Grants §6+2⸕ Mining Speed §7for", @@ -27,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GLACITE_LEGGINGS.json b/items/GLACITE_LEGGINGS.json index 5c465137..d0273304 100644 --- a/items/GLACITE_LEGGINGS.json +++ b/items/GLACITE_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§f§f§5Glacite Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\"\",5:\"§6Full Set Bonus: Expert Miner\",6:\"§7Grants §6+2⸕ Mining Speed §7for\",7:\"§7each of your mining levels.\",8:\"\",9:\"§7The Defense §7of this item is\",10:\"§7doubled while on a mining island\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC LEGGINGS\"],color:261368,Name:\"§f§f§5Glacite Leggings\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"§7True Defense: §a+10\",3:\"§7Mining Speed: §a+10\",4:\" §8[§7⸕§8] §8[§7☘§8]\",5:\"\",6:\"§6Full Set Bonus: Expert Miner\",7:\"§7Grants §6+2⸕ Mining Speed §7for\",8:\"§7each of your mining levels.\",9:\"\",10:\"§7The Defense §7of this item is\",11:\"§7doubled while on a mining island\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC LEGGINGS\"],color:261368,Name:\"§f§f§5Glacite Leggings\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+125", "§7Speed: §a+15", "§7True Defense: §a+10", "§7Mining Speed: §a+10", + " §8[§7⸕§8] §8[§7☘§8]", "", "§6Full Set Bonus: Expert Miner", "§7Grants §6+2⸕ Mining Speed §7for", @@ -27,4 +28,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Glacite_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_BOOTS.json b/items/GOBLIN_BOOTS.json index c9de9b56..aedae87a 100644 --- a/items/GOBLIN_BOOTS.json +++ b/items/GOBLIN_BOOTS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§9Goblin Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Smart Miner\",5:\"§7Converts your Intelligence\",6:\"§7§7into Mining Speed§7. +§61\",7:\"§6Mining Speed §7for every §b15\",8:\"§bIntelligence §7removed.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE BOOTS\"],color:3649602,Name:\"§f§f§9Goblin Boots\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+60 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§7⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. +§61\",8:\"§6Mining Speed §7for every §b15\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE BOOTS\"],color:3649602,Name:\"§f§f§9Goblin Boots\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+60 HP", "§7Intelligence: §a-1", "§7Mining Speed: §a+10", + " §8[§7✎§8] §8[§7⸕§8]", "", "§6Full Set Bonus: Smart Miner", "§7Converts your Intelligence", @@ -25,4 +26,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_CHESTPLATE.json b/items/GOBLIN_CHESTPLATE.json index 925a2a9c..088fcf4b 100644 --- a/items/GOBLIN_CHESTPLATE.json +++ b/items/GOBLIN_CHESTPLATE.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§9Goblin Chestplate", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+140 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Smart Miner\",5:\"§7Converts your Intelligence\",6:\"§7§7into Mining Speed§7. +§61\",7:\"§6Mining Speed §7for every §b15\",8:\"§bIntelligence §7removed.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE CHESTPLATE\"],color:3649602,Name:\"§f§f§9Goblin Chestplate\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+140 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§7⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. +§61\",8:\"§6Mining Speed §7for every §b15\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE CHESTPLATE\"],color:3649602,Name:\"§f§f§9Goblin Chestplate\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+140 HP", "§7Intelligence: §a-1", "§7Mining Speed: §a+10", + " §8[§7✎§8] §8[§7⸕§8]", "", "§6Full Set Bonus: Smart Miner", "§7Converts your Intelligence", @@ -25,4 +26,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_HELMET.json b/items/GOBLIN_HELMET.json index 5eb76ddb..0b5b98c8 100644 --- a/items/GOBLIN_HELMET.json +++ b/items/GOBLIN_HELMET.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Goblin Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"870c288a-d7fc-36a8-b4a6-6d563936c274\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGJmNTZjNjU0MWMxMjY2ZmZjNDYzNTEwYmRiNTVhZWY5MzE1YWY1NDg4OThjZjVkM2NiYTFiNWI0YzAxIn19fQ\"}]}},display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Smart Miner\",5:\"§7Converts your Intelligence\",6:\"§7§7into Mining Speed§7. +§61\",7:\"§6Mining Speed §7for every §b15\",8:\"§bIntelligence §7removed.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE HELMET\"],Name:\"§f§f§9Goblin Helmet\"},ExtraAttributes:{id:\"GOBLIN_HELMET\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"870c288a-d7fc-36a8-b4a6-6d563936c274\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGJmNTZjNjU0MWMxMjY2ZmZjNDYzNTEwYmRiNTVhZWY5MzE1YWY1NDg4OThjZjVkM2NiYTFiNWI0YzAxIn19fQ\"}]}},display:{Lore:[0:\"§7Health: §a+70 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§7⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. +§61\",8:\"§6Mining Speed §7for every §b15\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HELMET\"],Name:\"§f§f§9Goblin Helmet\"},ExtraAttributes:{id:\"GOBLIN_HELMET\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Health: §a+70 HP", "§7Intelligence: §a-1", "§7Mining Speed: §a+10", + " §8[§7✎§8] §8[§7⸕§8]", "", "§6Full Set Bonus: Smart Miner", "§7Converts your Intelligence", @@ -25,4 +26,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_LEGGINGS.json b/items/GOBLIN_LEGGINGS.json index ffcd758a..99159ee8 100644 --- a/items/GOBLIN_LEGGINGS.json +++ b/items/GOBLIN_LEGGINGS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§f§f§9Goblin Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+125 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Smart Miner\",5:\"§7Converts your Intelligence\",6:\"§7§7into Mining Speed§7. +§61\",7:\"§6Mining Speed §7for every §b15\",8:\"§bIntelligence §7removed.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE LEGGINGS\"],color:3649602,Name:\"§f§f§9Goblin Leggings\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+125 HP\",1:\"§7Intelligence: §a-1\",2:\"§7Mining Speed: §a+10\",3:\" §8[§7✎§8] §8[§7⸕§8]\",4:\"\",5:\"§6Full Set Bonus: Smart Miner\",6:\"§7Converts your Intelligence\",7:\"§7§7into Mining Speed§7. +§61\",8:\"§6Mining Speed §7for every §b15\",9:\"§bIntelligence §7removed.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE LEGGINGS\"],color:3649602,Name:\"§f§f§9Goblin Leggings\"},ExtraAttributes:{color:\"55:176:66\",id:\"GOBLIN_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+125 HP", "§7Intelligence: §a-1", "§7Mining Speed: §a+10", + " §8[§7✎§8] §8[§7⸕§8]", "", "§6Full Set Bonus: Smart Miner", "§7Converts your Intelligence", @@ -25,4 +26,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_BLUE_CHEESE.json b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json index 05da5077..48d2a50b 100644 --- a/items/GOBLIN_OMELETTE_BLUE_CHEESE.json +++ b/items/GOBLIN_OMELETTE_BLUE_CHEESE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Blue Cheese Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b5e74408-adbe-3b4a-83a0-a5e6bf538484\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEzMTc5MCwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1YmNhYjU1ZDUzZTQyNTU2ZjVlODU4ODc0ZWM4Yjc2YThkYTAwODk4NTIyZTZjYmQ2NzNlM2ZiOTgzM2RlYWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Adds §a+1§7 level to all\",5:\"§7unlocked Heart of the Mountain\",6:\"§7perks.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause illness\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§9Blue Goblin Egg §7x99\",17:\"§5Perfect Sapphire Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Blue Cheese Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_BLUE_CHEESE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b5e74408-adbe-3b4a-83a0-a5e6bf538484\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEzMTc5MCwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2I1YmNhYjU1ZDUzZTQyNTU2ZjVlODU4ODc0ZWM4Yjc2YThkYTAwODk4NTIyZTZjYmQ2NzNlM2ZiOTgzM2RlYWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Adds §a+1§7 level to all\",5:\"§7unlocked Heart of the Mountain\",6:\"§7perks.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause illness\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§9Blue Goblin Egg §7x99\",17:\"§5✎ §5Perfect Sapphire Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Blue Cheese Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_BLUE_CHEESE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -21,7 +21,7 @@ "", "§eItems Required", "§9Blue Goblin Egg §7x99", - "§5Perfect Sapphire Gemstone §7x1", + "§5✎ §5Perfect Sapphire Gemstone §7x1", "", "§7Duration: §b20h" ], diff --git a/items/GOBLIN_OMELETTE_PESTO.json b/items/GOBLIN_OMELETTE_PESTO.json index e16c341a..6754646e 100644 --- a/items/GOBLIN_OMELETTE_PESTO.json +++ b/items/GOBLIN_OMELETTE_PESTO.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Pesto Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8d1b80d8-9525-3899-9dfc-c5c0065914cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE0OTA5NiwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ZDM2OWU5OGY5ZGM2NWFlNTNlZTdjYjc4MGE3N2JlODY1NTA1MzkwMjRlM2JmOWUyMDY3M2RkZmY1NjI4MTYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 5 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause nausea\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§aGreen Goblin Egg §7x99\",16:\"§aFine Jade Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Pesto Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_PESTO\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8d1b80d8-9525-3899-9dfc-c5c0065914cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE0OTA5NiwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ0ZDM2OWU5OGY5ZGM2NWFlNTNlZTdjYjc4MGE3N2JlODY1NTA1MzkwMjRlM2JmOWUyMDY3M2RkZmY1NjI4MTYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Regenerates 5 fuel every\",5:\"§7§a20s§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause nausea\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§aGreen Goblin Egg §7x99\",16:\"§9☘ §9Fine Jade Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Pesto Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_PESTO\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -20,7 +20,7 @@ "", "§eItems Required", "§aGreen Goblin Egg §7x99", - "§aFine Jade Gemstone §7x1", + "§9☘ §9Fine Jade Gemstone §7x1", "", "§7Duration: §b20h" ], @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Pesto_Goblin_Omelette" ] -} +}
\ No newline at end of file diff --git a/items/GOBLIN_OMELETTE_SPICY.json b/items/GOBLIN_OMELETTE_SPICY.json index 02258ba6..1b1f9657 100644 --- a/items/GOBLIN_OMELETTE_SPICY.json +++ b/items/GOBLIN_OMELETTE_SPICY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Spicy Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4ff58c17-027b-38cc-aceb-bcc751e593d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEwODc2NSwKICAicHJvZmlsZUlkIiA6ICI0ZjU2ZTg2ODk2OGU0ZWEwYmNjM2M2NzRlNzQ3ODdjOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjOTRjNmVkYmQ5YzkxYTQ1MTA1YjdlMWZlOWViNThmMWJlZWM1NDliNzM4NTAxZDc4NDFmZTczZTA0NzQ3YjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Titanium Ore will drop §a20§7\",5:\"§7Mithril Powder when mined.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause infections\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§5Red Goblin Egg §7x99\",16:\"§9Flawless Ruby Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Spicy Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SPICY\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4ff58c17-027b-38cc-aceb-bcc751e593d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjEwODc2NSwKICAicHJvZmlsZUlkIiA6ICI0ZjU2ZTg2ODk2OGU0ZWEwYmNjM2M2NzRlNzQ3ODdjOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDE1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjOTRjNmVkYmQ5YzkxYTQ1MTA1YjdlMWZlOWViNThmMWJlZWM1NDliNzM4NTAxZDc4NDFmZTczZTA0NzQ3YjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Titanium Ore will drop §a20§7\",5:\"§7Mithril Powder when mined.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§7§oMay cause infections\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§5Red Goblin Egg §7x99\",16:\"§9❤ §9Flawless Ruby Gemstone §7x1\",17:\"\",18:\"§7Duration: §b20h\"],Name:\"§9Spicy Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SPICY\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -20,7 +20,7 @@ "", "§eItems Required", "§5Red Goblin Egg §7x99", - "§9Flawless Ruby Gemstone §7x1", + "§9❤ §9Flawless Ruby Gemstone §7x1", "", "§7Duration: §b20h" ], diff --git a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json index eed8f0e6..438b1bd3 100644 --- a/items/GOBLIN_OMELETTE_SUNNY_SIDE.json +++ b/items/GOBLIN_OMELETTE_SUNNY_SIDE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Sunny Side Goblin Omelette", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"926075b2-0c17-329a-bf58-20058452d971\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE2NTc4OSwKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk5ZmU5N2MyODI1ZWU5YzE0NDFkZWEzY2QyYjY4ZGEzZDYzYmY2NDZhZTFiMTdmOGQzZTFhOTg2MTgwYWU0MmMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Grants §a+50 §6☘ Mining\",5:\"§6Fortune§7, but fuel consumption\",6:\"§7is doubled.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause inflammation\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§6Yellow Goblin Egg §7x99\",17:\"§aFine Topaz Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Sunny Side Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SUNNY_SIDE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"926075b2-0c17-329a-bf58-20058452d971\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDU0NjE2NTc4OSwKICAicHJvZmlsZUlkIiA6ICIwNjNhMTc2Y2RkMTU0ODRiYjU1MjRhNjQyMGM1YjdhNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJkYXZpcGF0dXJ5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk5ZmU5N2MyODI1ZWU5YzE0NDFkZWEzY2QyYjY4ZGEzZDYzYmY2NDZhZTFiMTdmOGQzZTFhOTg2MTgwYWU0MmMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Grants §a+50 §6☘ Mining\",5:\"§6Fortune§7, but fuel consumption\",6:\"§7is doubled.\",7:\"\",8:\"§7Can be applied to Drills by\",9:\"§7talking to a §2Drill Mechanic§7!\",10:\"\",11:\"§7§7§oMay cause inflammation\",12:\"\",13:\"§9§lRARE\",14:\"\",15:\"§eItems Required\",16:\"§6Yellow Goblin Egg §7x99\",17:\"§9✧ §9Fine Topaz Gemstone §7x1\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Sunny Side Goblin Omelette\"},ExtraAttributes:{id:\"GOBLIN_OMELETTE_SUNNY_SIDE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -21,7 +21,7 @@ "", "§eItems Required", "§6Yellow Goblin Egg §7x99", - "§aFine Topaz Gemstone §7x1", + "§9✧ §9Fine Topaz Gemstone §7x1", "", "§7Duration: §b20h" ], diff --git a/items/HEAT_BOOTS.json b/items/HEAT_BOOTS.json index 678a68b7..eff31943 100644 --- a/items/HEAT_BOOTS.json +++ b/items/HEAT_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_boots", "displayname": "§9Heat Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a2x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 2.\",12:\"§9§lRARE BOOTS\"],color:11776947,Name:\"§9Heat Boots\"},ExtraAttributes:{id:\"HEAT_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2.\",13:\"§9§lRARE BOOTS\"],color:11776947,Name:\"§9Heat Boots\"},ExtraAttributes:{id:\"HEAT_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+20 HP", "§7Defense: §a+20", "§7Mining Speed: §a+10", "§7Mining Fortune: §a+5", + " §8[§7❤§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a2x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor" ] -} +}
\ No newline at end of file diff --git a/items/HEAT_CHESTPLATE.json b/items/HEAT_CHESTPLATE.json index 502da63b..fe76b395 100644 --- a/items/HEAT_CHESTPLATE.json +++ b/items/HEAT_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§9Heat Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+35 HP\",1:\"§7Defense: §a+35\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a2x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 2.\",12:\"§9§lRARE CHESTPLATE\"],color:11776947,Name:\"§9Heat Chestplate\"},ExtraAttributes:{id:\"HEAT_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+35 HP\",1:\"§7Defense: §a+35\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2.\",13:\"§9§lRARE CHESTPLATE\"],color:11776947,Name:\"§9Heat Chestplate\"},ExtraAttributes:{id:\"HEAT_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+35 HP", "§7Defense: §a+35", "§7Mining Speed: §a+10", "§7Mining Fortune: §a+5", + " §8[§7❤§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a2x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor" ] -} +}
\ No newline at end of file diff --git a/items/HEAT_HELMET.json b/items/HEAT_HELMET.json index 8a186cc9..d2964b84 100644 --- a/items/HEAT_HELMET.json +++ b/items/HEAT_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§9Heat Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a2x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 2.\",12:\"§9§lRARE HELMET\"],color:11776947,Name:\"§9Heat Helmet\"},ExtraAttributes:{id:\"HEAT_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+20 HP\",1:\"§7Defense: §a+20\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2.\",13:\"§9§lRARE HELMET\"],color:11776947,Name:\"§9Heat Helmet\"},ExtraAttributes:{id:\"HEAT_HELMET\"}}", "damage": 0, "lore": [ "§7Health: §a+20 HP", "§7Defense: §a+20", "§7Mining Speed: §a+10", "§7Mining Fortune: §a+5", + " §8[§7❤§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a2x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor" ] -} +}
\ No newline at end of file diff --git a/items/HEAT_LEGGINGS.json b/items/HEAT_LEGGINGS.json index 1f203072..eaf69511 100644 --- a/items/HEAT_LEGGINGS.json +++ b/items/HEAT_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§9Heat Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30 HP\",1:\"§7Defense: §a+30\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\"\",5:\"§6Full Set Bonus: Heat Resistance\",6:\"§7Grants §a2x §7reduced heat\",7:\"§7increase in §cMagma Fields§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aHard Stone\",11:\"§aCollection 2.\",12:\"§9§lRARE LEGGINGS\"],color:11776947,Name:\"§9Heat Leggings\"},ExtraAttributes:{id:\"HEAT_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+30 HP\",1:\"§7Defense: §a+30\",2:\"§7Mining Speed: §a+10\",3:\"§7Mining Fortune: §a+5\",4:\" §8[§7❤§8]\",5:\"\",6:\"§6Full Set Bonus: Heat Resistance\",7:\"§7Grants §a2x §7reduced heat\",8:\"§7increase in §cMagma Fields§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aHard Stone\",12:\"§aCollection 2.\",13:\"§9§lRARE LEGGINGS\"],color:11776947,Name:\"§9Heat Leggings\"},ExtraAttributes:{id:\"HEAT_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+30 HP", "§7Defense: §a+30", "§7Mining Speed: §a+10", "§7Mining Fortune: §a+5", + " §8[§7❤§8]", "", "§6Full Set Bonus: Heat Resistance", "§7Grants §a2x §7reduced heat", @@ -37,4 +38,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Heat_Armor" ] -} +}
\ No newline at end of file diff --git a/items/HOT_STUFF.json b/items/HOT_STUFF.json index 95cc50ba..3fedff80 100644 --- a/items/HOT_STUFF.json +++ b/items/HOT_STUFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Hot Stuff", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\",10:\"\",11:\"§eItems Required\",12:\"§fHard Stone §7x128\",13:\"§fRough Amber Gemstone §7x64\",14:\"\",15:\"§7Duration: §b1d\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6c9395c7-b592-303b-a340-1b2336fb4f23\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxNTY3MDA4NTU4NiwKICAicHJvZmlsZUlkIiA6ICIzZmM3ZmRmOTM5NjM0YzQxOTExOTliYTNmN2NjM2ZlZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZZWxlaGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2ZhNmNiOGQ2NDUzYjY4N2ZkZDA5ZWJmNzYwOWM2OGNkNmFlMzllNTUyYTkyYTM0YTcxMWRlOTJmZmM0MTNhMSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Heated §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7§8§oOooh, das hot!\",8:\"\",9:\"§6§lLEGENDARY\",10:\"\",11:\"§eItems Required\",12:\"§fHard Stone §7x128\",13:\"§f⸕ §fRough Amber Gemstone §7x64\",14:\"\",15:\"§7Duration: §b1d\"],Name:\"§6Hot Stuff\"},ExtraAttributes:{id:\"HOT_STUFF\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", @@ -17,7 +17,7 @@ "", "§eItems Required", "§fHard Stone §7x128", - "§fRough Amber Gemstone §7x64", + "§f⸕ §fRough Amber Gemstone §7x64", "", "§7Duration: §b1d" ], diff --git a/items/HYPERION.json b/items/HYPERION.json index 21be1085..97d913b4 100644 --- a/items/HYPERION.json +++ b/items/HYPERION.json @@ -1,15 +1,15 @@ { "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:\"\",4:\"§7Intelligence: §a+350\",5:\"§7Ferocity: §a+30\",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[§7✎§8] §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d615", "§7Damage: §c+260", "§7Strength: §c+150", - "", "§7Intelligence: §a+350", "§7Ferocity: §a+30", + " §8[§7✎§8] §8[§7⚔§8]", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", @@ -45,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hyperion" ] -} +}
\ No newline at end of file diff --git a/items/ICE_SPRAY_WAND.json b/items/ICE_SPRAY_WAND.json index b644bdce..a20e72da 100644 --- a/items/ICE_SPRAY_WAND.json +++ b/items/ICE_SPRAY_WAND.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:stick", "displayname": "§9Ice Spray Wand", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d131 \",1:\"§7Damage: §c+52 \",2:\"\",3:\"§7Intelligence: §a+118 \",4:\"\",5:\"§6Ability: Ice Spray §e§lRIGHT CLICK\",6:\"§7Produces a cone of ice in front\",7:\"§7of the caster that deals\",8:\"§7§c43,367 §7damage to mobs and\",9:\"§7freezes them in place for §e5\",10:\"§e§7seconds! Frozen mobs take\",11:\"§7§c10%§7 increased damage!\",12:\"§8Mana Cost: §350\",13:\"§8Cooldown: §a5s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 20\",18:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Ice Spray Wand\"},ExtraAttributes:{dungeon_item_level:0,id:\"ICE_SPRAY_WAND\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d131 \",1:\"§7Damage: §c+52\",2:\"§7Intelligence: §a+118\",3:\" §8[§7✎§8]\",4:\"\",5:\"§6Ability: Ice Spray §e§lRIGHT CLICK\",6:\"§7Produces a cone of ice in front\",7:\"§7of the caster that deals\",8:\"§7§c43,367 §7damage to mobs and\",9:\"§7freezes them in place for §e5\",10:\"§e§7seconds! Frozen mobs take\",11:\"§7§c10%§7 increased damage!\",12:\"§8Mana Cost: §350\",13:\"§8Cooldown: §a5s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 20\",18:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Ice Spray Wand\"},ExtraAttributes:{dungeon_item_level:0,id:\"ICE_SPRAY_WAND\"}}", "damage": 0, "lore": [ "§7Gear Score: §d131 ", - "§7Damage: §c+52 ", - "", - "§7Intelligence: §a+118 ", + "§7Damage: §c+52", + "§7Intelligence: §a+118", + " §8[§7✎§8]", "", "§6Ability: Ice Spray §e§lRIGHT CLICK", "§7Produces a cone of ice in front", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ice_Spray_Wand" ] -} +}
\ No newline at end of file diff --git a/items/JUNGLE_AMULET.json b/items/JUNGLE_AMULET.json index 383466a3..358d723c 100644 --- a/items/JUNGLE_AMULET.json +++ b/items/JUNGLE_AMULET.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§aJungle Amulet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5e201afe-0c21-3f56-8b47-34bdaab7639b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTE4MzY1NjY4MCwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWJmZjY1NDc5ZmI3MDI5ZGVjZmU2Nzc5MzgyNzYyYTA4ZmM3YzhlY2VmZjU0NDhkZTI2M2Q5ZDM3NTA2NmY3YSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7Increases the chance to find\",1:\"§dgemstones §7when mining by \",2:\"§a10%.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aJungle Amulet\"},ExtraAttributes:{id:\"JUNGLE_AMULET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5e201afe-0c21-3f56-8b47-34bdaab7639b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTE4MzY1NjY4MCwKICAicHJvZmlsZUlkIiA6ICJkZTE0MGFmM2NmMjM0ZmM0OTJiZTE3M2Y2NjA3MzViYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTUlRlYW0iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWJmZjY1NDc5ZmI3MDI5ZGVjZmU2Nzc5MzgyNzYyYTA4ZmM3YzhlY2VmZjU0NDhkZTI2M2Q5ZDM3NTA2NmY3YSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Grants §6+10 ☘ Mining Fortune\",1:\"§7when mining §dGemstones§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aJungle Amulet\"},ExtraAttributes:{id:\"JUNGLE_AMULET\"}}", "damage": 3, "lore": [ - "§7§7Increases the chance to find", - "§dgemstones §7when mining by ", - "§a10%.", + "§7Grants §6+10 ☘ Mining Fortune", + "§7when mining §dGemstones§7.", "", "§7§8This item can be reforged!", "§a§lUNCOMMON ACCESSORY" @@ -19,4 +18,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jungle_Amulet" ] -} +}
\ No newline at end of file diff --git a/items/JUNGLE_PICKAXE.json b/items/JUNGLE_PICKAXE.json index b703e84a..257a802d 100644 --- a/items/JUNGLE_PICKAXE.json +++ b/items/JUNGLE_PICKAXE.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:wooden_pickaxe", "displayname": "§aJungle Pickaxe", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"\",4:\"§7Mining Speed: §a+330\",5:\"\",6:\"§7Gives a chance to spawn\",7:\"§7§aSludges §7when mining in the\",8:\"§7§2Jungle§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aJungle Pickaxe\"},ExtraAttributes:{id:\"JUNGLE_PICKAXE\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 5\",1:\"\",2:\"§7Damage: §c+50\",3:\"§7Mining Speed: §a+330\",4:\"\",5:\"§7Gives a chance to drop §aSludges\",6:\"§aJuice §7when mining in the\",7:\"§7§2Jungle §7of the §5Crystal\",8:\"§5Hollows§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON PICKAXE\"],Name:\"§aJungle Pickaxe\"},ExtraAttributes:{id:\"JUNGLE_PICKAXE\"}}", "damage": 0, "lore": [ "§8Breaking Power 5", "", "§7Damage: §c+50", - "", "§7Mining Speed: §a+330", "", - "§7Gives a chance to spawn", - "§7§aSludges §7when mining in the", - "§7§2Jungle§7.", + "§7Gives a chance to drop §aSludges", + "§aJuice §7when mining in the", + "§7§2Jungle §7of the §5Crystal", + "§5Hollows§7.", "", "§7§8This item can be reforged!", "§a§lUNCOMMON PICKAXE" @@ -25,4 +25,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jungle_Pickaxe" ] -} +}
\ No newline at end of file diff --git a/items/LIFE_STEAL;4.json b/items/LIFE_STEAL;4.json index c309a6d5..36a29411 100644 --- a/items/LIFE_STEAL;4.json +++ b/items/LIFE_STEAL;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal IV\",1:\"§7Heals for §a2% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Spooky Festival\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSyphon\",18:\"§7- §cMana Steal\",19:\"\",20:\"§fUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;4\",enchantments:{life_steal:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal IV\",1:\"§7Heals for §a2% §7of your max\",2:\"§7health each time you hit a mob.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aIV: §7Spooky Festival\",9:\"§7Experiments\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fSword\",13:\"§7- §fFishing Weapon\",14:\"§7- §fGauntlet\",15:\"\",16:\"§6Conflicts:\",17:\"§7- §cSyphon\",18:\"§7- §cMana Steal\",19:\"\",20:\"§a§lUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"LIFE_STEAL;4\",enchantments:{life_steal:4}}}", "damage": 0, "lore": [ "§9Life Steal IV", @@ -24,7 +24,7 @@ "§7- §cSyphon", "§7- §cMana Steal", "", - "§fUNCOMMON" + "§a§lUNCOMMON" ], "internalname": "LIFE_STEAL;4", "parent": "LIFE_STEAL;2", @@ -32,4 +32,4 @@ "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/LIVID_DAGGER.json b/items/LIVID_DAGGER.json index d1159aaf..4ed50975 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+100%\",6:\"\",7:\"§6Ability: Throw §e§lRIGHT CLICK\",8:\"§7Throw your dagger at your\",9:\"§7enemies!\",10:\"§8Mana Cost: §3150\",11:\"§8Cooldown: §a5s\",12:\"\",13:\"§7Your Critical Hits deal §9100%\",14:\"§9§7more damage if you are behind\",15:\"§7your target.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Floor V\",19:\"§aCompletion\",20:\"§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+100%\",6:\" §8[§7❁§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d785 ", @@ -10,6 +10,7 @@ "§7Crit Chance: §c+100%", "§7Crit Damage: §c+50% ", "§7Bonus Attack Speed: §c+100%", + " §8[§7❁§8]", "", "§6Ability: Throw §e§lRIGHT CLICK", "§7Throw your dagger at your", @@ -34,4 +35,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Livid_Dagger" ] -} +}
\ No newline at end of file diff --git a/items/MASTIFF_BOOTS.json b/items/MASTIFF_BOOTS.json index 6e3203c0..b23b3174 100644 --- a/items/MASTIFF_BOOTS.json +++ b/items/MASTIFF_BOOTS.json @@ -4,12 +4,13 @@ "displayname": "§5Mastiff Boots", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"§7Intelligence: §a+25\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf Slayer 4\",12:\"§5§lEPIC BOOTS\"],Name:\"§5Mastiff Boots\"},ExtraAttributes:{id:\"MASTIFF_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"§7Intelligence: §a+25\",3:\" §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]\",4:\"\",5:\"§6Full Set Bonus: Absolute Unit\",6:\"§c+50❤ §7per §c1% Crit Damage\",7:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",8:\"§7Receive §a-20% §7damage from wolves.\",9:\"§7Your crit damage is §950% §7less effective.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§c☠ §5Requires Wolf Slayer 4\",13:\"§5§lEPIC BOOTS\"],Name:\"§5Mastiff Boots\"},ExtraAttributes:{id:\"MASTIFF_BOOTS\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+500 HP", "§7Defense: §a-1,000,000", "§7Intelligence: §a+25", + " §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]", "", "§6Full Set Bonus: Absolute Unit", "§c+50❤ §7per §c1% Crit Damage", @@ -38,4 +39,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/MASTIFF_CHESTPLATE.json b/items/MASTIFF_CHESTPLATE.json index a1132d0d..f6325588 100644 --- a/items/MASTIFF_CHESTPLATE.json +++ b/items/MASTIFF_CHESTPLATE.json @@ -4,11 +4,12 @@ "displayname": "§5Mastiff Chestplate", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf Slayer 4\",11:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{id:\"MASTIFF_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\" §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf Slayer 4\",12:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Mastiff Chestplate\"},ExtraAttributes:{id:\"MASTIFF_CHESTPLATE\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+500 HP", "§7Defense: §a-1,000,000", + " §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]", "", "§6Full Set Bonus: Absolute Unit", "§c+50❤ §7per §c1% Crit Damage", @@ -37,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/MASTIFF_HELMET.json b/items/MASTIFF_HELMET.json index ba56bcb1..f6976689 100644 --- a/items/MASTIFF_HELMET.json +++ b/items/MASTIFF_HELMET.json @@ -4,12 +4,13 @@ "displayname": "§5Mastiff Crown", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"27508566-a773-3516-8903-9e405064893e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzI4NTk1MGZkNjc4NThlNzZjNDM5YjBiNWI4N2M2OWE2YzUyYTRkZjkzNmUyMjRkODQzYjE0YzIyNTY1OTQ5ZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"§7Intelligence: §a+125\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf Slayer 4\",12:\"§5§lEPIC HELMET\"],Name:\"§5Mastiff Crown\"},ExtraAttributes:{id:\"MASTIFF_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"27508566-a773-3516-8903-9e405064893e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzI4NTk1MGZkNjc4NThlNzZjNDM5YjBiNWI4N2M2OWE2YzUyYTRkZjkzNmUyMjRkODQzYjE0YzIyNTY1OTQ5ZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"§7Intelligence: §a+125\",3:\" §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]\",4:\"\",5:\"§6Full Set Bonus: Absolute Unit\",6:\"§c+50❤ §7per §c1% Crit Damage\",7:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",8:\"§7Receive §a-20% §7damage from wolves.\",9:\"§7Your crit damage is §950% §7less effective.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§c☠ §5Requires Wolf Slayer 4\",13:\"§5§lEPIC HELMET\"],Name:\"§5Mastiff Crown\"},ExtraAttributes:{id:\"MASTIFF_HELMET\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+500 HP", "§7Defense: §a-1,000,000", "§7Intelligence: §a+125", + " §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]", "", "§6Full Set Bonus: Absolute Unit", "§c+50❤ §7per §c1% Crit Damage", @@ -38,4 +39,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/MASTIFF_LEGGINGS.json b/items/MASTIFF_LEGGINGS.json index 11f33b5b..62ecb3af 100644 --- a/items/MASTIFF_LEGGINGS.json +++ b/items/MASTIFF_LEGGINGS.json @@ -4,11 +4,12 @@ "displayname": "§5Mastiff Leggings", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\"\",3:\"§6Full Set Bonus: Absolute Unit\",4:\"§c+50❤ §7per §c1% Crit Damage\",5:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Your crit damage is §950% §7less effective.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§c☠ §5Requires Wolf Slayer 4\",11:\"§5§lEPIC LEGGINGS\"],Name:\"§5Mastiff Leggings\"},ExtraAttributes:{id:\"MASTIFF_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+500 HP\",1:\"§7Defense: §a-1,000,000\",2:\" §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]\",3:\"\",4:\"§6Full Set Bonus: Absolute Unit\",5:\"§c+50❤ §7per §c1% Crit Damage\",6:\"§7Regain §c2% §7of §cmax ❤ §7when hit. §8(1s cd)\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Your crit damage is §950% §7less effective.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf Slayer 4\",12:\"§5§lEPIC LEGGINGS\"],Name:\"§5Mastiff Leggings\"},ExtraAttributes:{id:\"MASTIFF_LEGGINGS\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+500 HP", "§7Defense: §a-1,000,000", + " §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8] §8[§7❤§8]", "", "§6Full Set Bonus: Absolute Unit", "§c+50❤ §7per §c1% Crit Damage", @@ -37,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Mastiff_Armor" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/MIDAS_SWORD.json b/items/MIDAS_SWORD.json index 0c852edf..308b3096 100644 --- a/items/MIDAS_SWORD.json +++ b/items/MIDAS_SWORD.json @@ -4,11 +4,12 @@ "displayname": "§6Midas\u0027 Sword", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+270\",1:\"§7Strength: §c+120\",2:\"\",3:\"§6Ability: Greed\",4:\"§7The strength and damage bonus of\",5:\"§7this item is dependent on the\",6:\"§7price paid for it at the §5Dark\",7:\"§5Auction§7!\",8:\"§7The maximum bonus of this item\",9:\"§7is §c120 §7if the bid was\",10:\"§7§650,000,000 Coins §7or higher!\",11:\"\",12:\"§7Price paid: §60 Coins\",13:\"§7Strength Bonus: §c0\",14:\"§7Damage Bonus: §c0\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+270\",1:\"§7Strength: §c+120\",2:\" §8[§7❁§8] §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Greed\",5:\"§7The strength and damage bonus of\",6:\"§7this item is dependent on the\",7:\"§7price paid for it at the §5Dark\",8:\"§5Auction§7!\",9:\"§7The maximum bonus of this item\",10:\"§7is §c120 §7if the bid was\",11:\"§7§650,000,000 Coins §7or higher!\",12:\"\",13:\"§7Price paid: §60 Coins\",14:\"§7Strength Bonus: §c0\",15:\"§7Damage Bonus: §c0\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§6§lLEGENDARY SWORD\"],Name:\"§6Midas\u0027 Sword\"},ExtraAttributes:{id:\"MIDAS_SWORD\",winning_bid:8340000}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+270", "§7Strength: §c+120", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Ability: Greed", "§7The strength and damage bonus of", @@ -31,4 +32,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Midas\u0027_Sword" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json index 8a5b3dc0..f9ae3c2b 100644 --- a/items/NECROMANCER_LORD_BOOTS.json +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Necromancer Lord Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180 HP \",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§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 HP \",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d510 ", "§7Health: §a+180 HP ", "§7Defense: §a+150 ", "§7Intelligence: §a+10 ", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Soul Whisper", "§7Increase the damage of your", @@ -27,9 +28,9 @@ "internalname": "NECROMANCER_LORD_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" ] -} +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_CHESTPLATE.json b/items/NECROMANCER_LORD_CHESTPLATE.json index a9ec231f..fb6154ef 100644 --- a/items/NECROMANCER_LORD_CHESTPLATE.json +++ b/items/NECROMANCER_LORD_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Necromancer Lord Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300 HP \",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§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 HP \",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d830 ", "§7Health: §a+300 HP ", "§7Defense: §a+250 ", "§7Intelligence: §a+10 ", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Soul Whisper", "§7Increase the damage of your", @@ -27,9 +28,9 @@ "internalname": "NECROMANCER_LORD_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" ] -} +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_HELMET.json b/items/NECROMANCER_LORD_HELMET.json index cc89dc99..605f9b91 100644 --- a/items/NECROMANCER_LORD_HELMET.json +++ b/items/NECROMANCER_LORD_HELMET.json @@ -1,13 +1,14 @@ { "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 HP \",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§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 HP \",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\" §8[§7⚔§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\"}}", "damage": 3, "lore": [ "§7Gear Score: §d553 ", "§7Health: §a+200 HP ", "§7Defense: §a+160 ", "§7Intelligence: §a+15 ", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Soul Whisper", "§7Increase the damage of your", @@ -27,9 +28,9 @@ "internalname": "NECROMANCER_LORD_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" ] -} +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json index 5d7d5231..f860c1b5 100644 --- a/items/NECROMANCER_LORD_LEGGINGS.json +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Necromancer Lord Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 HP \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§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 HP \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\" §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d720 ", "§7Health: §a+250 HP ", "§7Defense: §a+220 ", "§7Intelligence: §a+10 ", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Soul Whisper", "§7Increase the damage of your", @@ -27,9 +28,9 @@ "internalname": "NECROMANCER_LORD_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necromancer_Lord_Armor" ] -} +}
\ No newline at end of file diff --git a/items/ORNATE_ZOMBIE_SWORD.json b/items/ORNATE_ZOMBIE_SWORD.json index 26754ccf..4f077ce6 100644 --- a/items/ORNATE_ZOMBIE_SWORD.json +++ b/items/ORNATE_ZOMBIE_SWORD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Ornate Zombie Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+110\",1:\"§7Strength: §c+60\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c144 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c48❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ORNATE_ZOMBIE_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+110\",1:\"§7Strength: §c+60\",2:\"§7Intelligence: §a+50\",3:\" §8[§7✎§8] §8[§7❤§8]\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c144 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c48❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Ornate Zombie Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ORNATE_ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+110", "§7Strength: §c+60", - "", "§7Intelligence: §a+50", + " §8[§7✎§8] §8[§7❤§8]", "", "§6Ability: Instant Heal §e§lRIGHT CLICK", "§7Heal for §c144 §7+ §c5%❤ §7and", @@ -38,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Ornate_Zombie_Sword" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/PERFECT_AMBER_GEM.json b/items/PERFECT_AMBER_GEM.json index 29654602..3000ba86 100644 --- a/items/PERFECT_AMBER_GEM.json +++ b/items/PERFECT_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Amber Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Amber Gemstone §7x5\",10:\"§6Amber Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"},AttributeModifiers:[]}", + "displayname": "§5⸕ §5Perfect Amber Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a049882d-0f0e-3ed6-82c9-1852557efc88\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI5MzQ4MCwKICAicHJvZmlsZUlkIiA6ICI5OTdjZjFlMmY1NGQ0YzEyOWY2ZjU5ZTVlNjU1YjZmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJpbzEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3YWUyMzZjZGVjM2YyYTZmNTFlYWUxNWUyYzhmNjIyOGIzNGYxMzdkYTE1NjlmZWM5ZTgwM2Y5Y2Q4MTc1OWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §6refined §6Amber§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6⸕ Mining Speed§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Amber Gemstone §7x5\",10:\"§6Amber Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5⸕ §5Perfect Amber Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMBER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §6refined §6Amber§7.", diff --git a/items/PERFECT_AMETHYST_GEM.json b/items/PERFECT_AMETHYST_GEM.json index 1fecb25f..bacbd23e 100644 --- a/items/PERFECT_AMETHYST_GEM.json +++ b/items/PERFECT_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Amethyst Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Amethyst Gemstone §7x5\",11:\"§5Amethyst Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}", + "displayname": "§5❈ §5Perfect Amethyst Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"08e13e8e-2831-3e9c-a7b0-d9506b0f65b0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI3NDk3OSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9kODg2ZTBmNDExODViMThhM2FmZDg5NDg4ZDJlZTRjYWEwNzM1MDA5MjQ3Y2NjZjAzOWNlZDZhZWQ3NTJmZjFhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7A perfectly §5refined\",1:\"§5§5Amethyst§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §a❈ Defense§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Amethyst Gemstone §7x5\",11:\"§5Amethyst Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5❈ §5Perfect Amethyst Gemstone\"},ExtraAttributes:{id:\"PERFECT_AMETHYST_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §5refined", diff --git a/items/PERFECT_BOOTS_1.json b/items/PERFECT_BOOTS_1.json index 7c46c481..c6b42322 100644 --- a/items/PERFECT_BOOTS_1.json +++ b/items/PERFECT_BOOTS_1.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§9Perfect Boots - Tier I", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+90\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier I\"},ExtraAttributes:{id:\"PERFECT_BOOTS_1\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+90\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier I\"},ExtraAttributes:{id:\"PERFECT_BOOTS_1\"}}", "damage": 0, "lore": [ "§7Defense: §a+90", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -24,10 +25,10 @@ }, "internalname": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ], "crafttext": "Requires: Diamond IX" -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_10.json b/items/PERFECT_BOOTS_10.json index 781aa5ab..9f27e088 100644 --- a/items/PERFECT_BOOTS_10.json +++ b/items/PERFECT_BOOTS_10.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier X", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier X\"},ExtraAttributes:{id:\"PERFECT_BOOTS_10\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier X\"},ExtraAttributes:{id:\"PERFECT_BOOTS_10\"}}", "damage": 0, "lore": [ "§7Defense: §a+270", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_10", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_11.json b/items/PERFECT_BOOTS_11.json index 5b6042c9..12c9ed1b 100644 --- a/items/PERFECT_BOOTS_11.json +++ b/items/PERFECT_BOOTS_11.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier XI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_11\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+290", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_11", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_12.json b/items/PERFECT_BOOTS_12.json index fdb5c2ce..d95ee009 100644 --- a/items/PERFECT_BOOTS_12.json +++ b/items/PERFECT_BOOTS_12.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier XII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_12\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+310", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§7§8This item can be reforged!", "§6§lLEGENDARY BOOTS" @@ -23,10 +24,10 @@ "internalname": "PERFECT_BOOTS_12", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_2.json b/items/PERFECT_BOOTS_2.json index aefd52c1..50f7c94d 100644 --- a/items/PERFECT_BOOTS_2.json +++ b/items/PERFECT_BOOTS_2.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§9Perfect Boots - Tier II", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+110\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier II\"},ExtraAttributes:{id:\"PERFECT_BOOTS_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+110\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier II\"},ExtraAttributes:{id:\"PERFECT_BOOTS_2\"}}", "damage": 0, "lore": [ "§7Defense: §a+110", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_2", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_3.json b/items/PERFECT_BOOTS_3.json index c580e0da..3f7d5ef6 100644 --- a/items/PERFECT_BOOTS_3.json +++ b/items/PERFECT_BOOTS_3.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§9Perfect Boots - Tier III", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier III\"},ExtraAttributes:{id:\"PERFECT_BOOTS_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier III\"},ExtraAttributes:{id:\"PERFECT_BOOTS_3\"}}", "damage": 0, "lore": [ "§7Defense: §a+130", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_3", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_4.json b/items/PERFECT_BOOTS_4.json index 44ca6218..db10896d 100644 --- a/items/PERFECT_BOOTS_4.json +++ b/items/PERFECT_BOOTS_4.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier IV", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_4\"}}", "damage": 0, "lore": [ "§7Defense: §a+150", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_4", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_5.json b/items/PERFECT_BOOTS_5.json index 72048abb..a4b9abed 100644 --- a/items/PERFECT_BOOTS_5.json +++ b/items/PERFECT_BOOTS_5.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier V", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier V\"},ExtraAttributes:{id:\"PERFECT_BOOTS_5\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier V\"},ExtraAttributes:{id:\"PERFECT_BOOTS_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+170", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_5", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_6.json b/items/PERFECT_BOOTS_6.json index 07cd2461..cd848b9c 100644 --- a/items/PERFECT_BOOTS_6.json +++ b/items/PERFECT_BOOTS_6.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier VI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+190", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_6", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_7.json b/items/PERFECT_BOOTS_7.json index 63ea4aea..d71eca3c 100644 --- a/items/PERFECT_BOOTS_7.json +++ b/items/PERFECT_BOOTS_7.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier VII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+210", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_7", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_8.json b/items/PERFECT_BOOTS_8.json index 4373b00e..7d50deab 100644 --- a/items/PERFECT_BOOTS_8.json +++ b/items/PERFECT_BOOTS_8.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier VIII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_8\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+230", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_8", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_9.json b/items/PERFECT_BOOTS_9.json index c8881f72..909cf00b 100644 --- a/items/PERFECT_BOOTS_9.json +++ b/items/PERFECT_BOOTS_9.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier IX", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier IX\"},ExtraAttributes:{id:\"PERFECT_BOOTS_9\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier IX\"},ExtraAttributes:{id:\"PERFECT_BOOTS_9\"}}", "damage": 0, "lore": [ "§7Defense: §a+250", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,10 +26,10 @@ "internalname": "PERFECT_BOOTS_9", "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_1.json b/items/PERFECT_CHESTPLATE_1.json index 85c39b1e..1f8b2133 100644 --- a/items/PERFECT_CHESTPLATE_1.json +++ b/items/PERFECT_CHESTPLATE_1.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§9Perfect Chestplate - Tier I", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier I\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_1\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier I\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_1\"}}", "damage": 0, "lore": [ "§7Defense: §a+160", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -24,10 +25,10 @@ }, "internalname": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ], "crafttext": "Requires: Diamond IX" -} +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_10.json b/items/PERFECT_CHESTPLATE_10.json index 4b11b165..d50feb24 100644 --- a/items/PERFECT_CHESTPLATE_10.json +++ b/items/PERFECT_CHESTPLATE_10.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier X", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier X\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_10\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier X\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_10\"}}", "damage": 0, "lore": [ "§7Defense: §a+340", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_10", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_11.json b/items/PERFECT_CHESTPLATE_11.json index 6e57b972..8088929b 100644 --- a/items/PERFECT_CHESTPLATE_11.json +++ b/items/PERFECT_CHESTPLATE_11.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier XI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_11\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+360", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_11", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_12.json b/items/PERFECT_CHESTPLATE_12.json index 5a944c5b..2b18ba16 100644 --- a/items/PERFECT_CHESTPLATE_12.json +++ b/items/PERFECT_CHESTPLATE_12.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier XII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_12\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+380", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§7§8This item can be reforged!", "§6§lLEGENDARY CHESTPLATE" @@ -23,9 +24,10 @@ "internalname": "PERFECT_CHESTPLATE_12", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_2.json b/items/PERFECT_CHESTPLATE_2.json index fc4ce961..7bb13694 100644 --- a/items/PERFECT_CHESTPLATE_2.json +++ b/items/PERFECT_CHESTPLATE_2.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§9Perfect Chestplate - Tier II", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier II\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier II\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_2\"}}", "damage": 0, "lore": [ "§7Defense: §a+180", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_2", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_3.json b/items/PERFECT_CHESTPLATE_3.json index b7a6332f..e86ef71f 100644 --- a/items/PERFECT_CHESTPLATE_3.json +++ b/items/PERFECT_CHESTPLATE_3.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§9Perfect Chestplate - Tier III", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier III\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier III\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_3\"}}", "damage": 0, "lore": [ "§7Defense: §a+200", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_3", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_4.json b/items/PERFECT_CHESTPLATE_4.json index 5fcd9c5b..53ad1db1 100644 --- a/items/PERFECT_CHESTPLATE_4.json +++ b/items/PERFECT_CHESTPLATE_4.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§5Perfect Chestplate - Tier IV", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier IV\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier IV\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_4\"}}", "damage": 0, "lore": [ "§7Defense: §a+220", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_4", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_5.json b/items/PERFECT_CHESTPLATE_5.json index 9364ef24..d6314e05 100644 --- a/items/PERFECT_CHESTPLATE_5.json +++ b/items/PERFECT_CHESTPLATE_5.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§5Perfect Chestplate - Tier V", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier V\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_5\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier V\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+240", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_5", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_6.json b/items/PERFECT_CHESTPLATE_6.json index cc643026..43fbcd37 100644 --- a/items/PERFECT_CHESTPLATE_6.json +++ b/items/PERFECT_CHESTPLATE_6.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§5Perfect Chestplate - Tier VI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+260", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_6", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_7.json b/items/PERFECT_CHESTPLATE_7.json index ccd72001..ea66074d 100644 --- a/items/PERFECT_CHESTPLATE_7.json +++ b/items/PERFECT_CHESTPLATE_7.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§5Perfect Chestplate - Tier VII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+280", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_7", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_8.json b/items/PERFECT_CHESTPLATE_8.json index 3a693d9a..10200956 100644 --- a/items/PERFECT_CHESTPLATE_8.json +++ b/items/PERFECT_CHESTPLATE_8.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier VIII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_8\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+300", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_8", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_9.json b/items/PERFECT_CHESTPLATE_9.json index 3324eb62..dc6dff2c 100644 --- a/items/PERFECT_CHESTPLATE_9.json +++ b/items/PERFECT_CHESTPLATE_9.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier IX", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier IX\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_9\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier IX\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_9\"}}", "damage": 0, "lore": [ "§7Defense: §a+320", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_CHESTPLATE_9", "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_1.json b/items/PERFECT_HELMET_1.json index 433d58ab..3bb439c9 100644 --- a/items/PERFECT_HELMET_1.json +++ b/items/PERFECT_HELMET_1.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§9Perfect Helmet - Tier I", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+110\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier I\"},ExtraAttributes:{id:\"PERFECT_HELMET_1\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+110\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier I\"},ExtraAttributes:{id:\"PERFECT_HELMET_1\"}}", "damage": 0, "lore": [ "§7Defense: §a+110", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -24,10 +25,10 @@ }, "internalname": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ], "crafttext": "Requires: Diamond IX" -} +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_10.json b/items/PERFECT_HELMET_10.json index 487c9dc5..11343008 100644 --- a/items/PERFECT_HELMET_10.json +++ b/items/PERFECT_HELMET_10.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§6Perfect Helmet - Tier X", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier X\"},ExtraAttributes:{id:\"PERFECT_HELMET_10\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier X\"},ExtraAttributes:{id:\"PERFECT_HELMET_10\"}}", "damage": 0, "lore": [ "§7Defense: §a+290", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_10", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_11.json b/items/PERFECT_HELMET_11.json index 6010fdc5..a22e26a2 100644 --- a/items/PERFECT_HELMET_11.json +++ b/items/PERFECT_HELMET_11.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§6Perfect Helmet - Tier XI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XI\"},ExtraAttributes:{id:\"PERFECT_HELMET_11\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XI\"},ExtraAttributes:{id:\"PERFECT_HELMET_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+310", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_11", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_12.json b/items/PERFECT_HELMET_12.json index 4c3962ba..b611f557 100644 --- a/items/PERFECT_HELMET_12.json +++ b/items/PERFECT_HELMET_12.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§6Perfect Helmet - Tier XII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+330\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XII\"},ExtraAttributes:{id:\"PERFECT_HELMET_12\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+330\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XII\"},ExtraAttributes:{id:\"PERFECT_HELMET_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+330", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§7§8This item can be reforged!", "§6§lLEGENDARY HELMET" @@ -23,9 +24,10 @@ "internalname": "PERFECT_HELMET_12", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_2.json b/items/PERFECT_HELMET_2.json index 654b2892..02936751 100644 --- a/items/PERFECT_HELMET_2.json +++ b/items/PERFECT_HELMET_2.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§9Perfect Helmet - Tier II", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier II\"},ExtraAttributes:{id:\"PERFECT_HELMET_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier II\"},ExtraAttributes:{id:\"PERFECT_HELMET_2\"}}", "damage": 0, "lore": [ "§7Defense: §a+130", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_2", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_3.json b/items/PERFECT_HELMET_3.json index 3036578c..1a841de0 100644 --- a/items/PERFECT_HELMET_3.json +++ b/items/PERFECT_HELMET_3.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§9Perfect Helmet - Tier III", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier III\"},ExtraAttributes:{id:\"PERFECT_HELMET_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier III\"},ExtraAttributes:{id:\"PERFECT_HELMET_3\"}}", "damage": 0, "lore": [ "§7Defense: §a+150", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_3", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_4.json b/items/PERFECT_HELMET_4.json index a4087971..fd17111b 100644 --- a/items/PERFECT_HELMET_4.json +++ b/items/PERFECT_HELMET_4.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§5Perfect Helmet - Tier IV", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier IV\"},ExtraAttributes:{id:\"PERFECT_HELMET_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier IV\"},ExtraAttributes:{id:\"PERFECT_HELMET_4\"}}", "damage": 0, "lore": [ "§7Defense: §a+170", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_4", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_5.json b/items/PERFECT_HELMET_5.json index 85f9d193..e776b3b0 100644 --- a/items/PERFECT_HELMET_5.json +++ b/items/PERFECT_HELMET_5.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§5Perfect Helmet - Tier V", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier V\"},ExtraAttributes:{id:\"PERFECT_HELMET_5\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier V\"},ExtraAttributes:{id:\"PERFECT_HELMET_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+190", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_5", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_6.json b/items/PERFECT_HELMET_6.json index d4325359..7d09271f 100644 --- a/items/PERFECT_HELMET_6.json +++ b/items/PERFECT_HELMET_6.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§5Perfect Helmet - Tier VI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VI\"},ExtraAttributes:{id:\"PERFECT_HELMET_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VI\"},ExtraAttributes:{id:\"PERFECT_HELMET_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+210", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_6", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_7.json b/items/PERFECT_HELMET_7.json index 1bf9abd4..9af2ae6b 100644 --- a/items/PERFECT_HELMET_7.json +++ b/items/PERFECT_HELMET_7.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§5Perfect Helmet - Tier VII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VII\"},ExtraAttributes:{id:\"PERFECT_HELMET_7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VII\"},ExtraAttributes:{id:\"PERFECT_HELMET_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+230", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_7", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_8.json b/items/PERFECT_HELMET_8.json index 5c08d1df..eec23ca7 100644 --- a/items/PERFECT_HELMET_8.json +++ b/items/PERFECT_HELMET_8.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§6Perfect Helmet - Tier VIII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_HELMET_8\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_HELMET_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+250", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_8", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_9.json b/items/PERFECT_HELMET_9.json index ee8c9788..20ae89a5 100644 --- a/items/PERFECT_HELMET_9.json +++ b/items/PERFECT_HELMET_9.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_helmet", "displayname": "§6Perfect Helmet - Tier IX", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier IX\"},ExtraAttributes:{id:\"PERFECT_HELMET_9\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier IX\"},ExtraAttributes:{id:\"PERFECT_HELMET_9\"}}", "damage": 0, "lore": [ "§7Defense: §a+270", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_HELMET_9", "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_JADE_GEM.json b/items/PERFECT_JADE_GEM.json index de3e1500..c860124a 100644 --- a/items/PERFECT_JADE_GEM.json +++ b/items/PERFECT_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Jade Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jade Gemstone §7x5\",11:\"§aJade Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"},AttributeModifiers:[]}", + "displayname": "§5☘ §5Perfect Jade Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"64546365-6b22-3369-8b42-27f9b0b3f70d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTI1NjAxMiwKICAicHJvZmlsZUlkIiA6ICJmZDQ3Y2I4YjgzNjQ0YmY3YWIyYmUxODZkYjI1ZmMwZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDVUNGTDEyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNmY2VkNzk3NzM4MmJmNzFkNGVlMTdmZjViOTE5ZTBlYjc5NzIwODNjNGNjY2ZhMTc1Yzg3NTNhZTQwYmEwMDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §arefined §aJade§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §6☘ Mining\",5:\"§6Fortune§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jade Gemstone §7x5\",11:\"§aJade Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5☘ §5Perfect Jade Gemstone\"},ExtraAttributes:{id:\"PERFECT_JADE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §arefined §aJade§7.", diff --git a/items/PERFECT_JASPER_GEM.json b/items/PERFECT_JASPER_GEM.json index 84ad2191..1ddd7c62 100644 --- a/items/PERFECT_JASPER_GEM.json +++ b/items/PERFECT_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Jasper Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jasper Gemstone §7x5\",11:\"§dJasper Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"},AttributeModifiers:[]}", + "displayname": "§5❁ §5Perfect Jasper Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"12f10879-db2c-35e1-a2b2-4868393c3e7e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIzNzA3NywKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2M2Y5OTFiOGUwMzhlNDZiOGVkNzYzMmY0NGNhMmUzMGMxNWY0Mjk3NzA3MGE4YzhkODcyOGUzZmMwNGZjN2MiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §drefined\",1:\"§d§dJasper§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §c❁ Strength§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Jasper Gemstone §7x5\",11:\"§dJasper Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5❁ §5Perfect Jasper Gemstone\"},ExtraAttributes:{id:\"PERFECT_JASPER_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §drefined", diff --git a/items/PERFECT_LEGGINGS_1.json b/items/PERFECT_LEGGINGS_1.json index 7854f232..3c07c356 100644 --- a/items/PERFECT_LEGGINGS_1.json +++ b/items/PERFECT_LEGGINGS_1.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§9Perfect Leggings - Tier I", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier I\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_1\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier I\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_1\"}}", "damage": 0, "lore": [ "§7Defense: §a+140", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -24,10 +25,10 @@ }, "internalname": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" ], "crafttext": "Requires: Diamond IX" -} +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_10.json b/items/PERFECT_LEGGINGS_10.json index deb1783d..644b5113 100644 --- a/items/PERFECT_LEGGINGS_10.json +++ b/items/PERFECT_LEGGINGS_10.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier X", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier X\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_10\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier X\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_10\"}}", "damage": 0, "lore": [ "§7Defense: §a+320", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_10", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_11.json b/items/PERFECT_LEGGINGS_11.json index ef64acf2..8554645f 100644 --- a/items/PERFECT_LEGGINGS_11.json +++ b/items/PERFECT_LEGGINGS_11.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier XI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_11\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_11\"}}", "damage": 0, "lore": [ "§7Defense: §a+340", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_11", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_12.json b/items/PERFECT_LEGGINGS_12.json index 9405cd91..367dd465 100644 --- a/items/PERFECT_LEGGINGS_12.json +++ b/items/PERFECT_LEGGINGS_12.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier XII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_12\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+360", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§7§8This item can be reforged!", "§6§lLEGENDARY LEGGINGS" @@ -23,9 +24,10 @@ "internalname": "PERFECT_LEGGINGS_12", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_2.json b/items/PERFECT_LEGGINGS_2.json index 08cce8e6..eace5ed5 100644 --- a/items/PERFECT_LEGGINGS_2.json +++ b/items/PERFECT_LEGGINGS_2.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§9Perfect Leggings - Tier II", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier II\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier II\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_2\"}}", "damage": 0, "lore": [ "§7Defense: §a+160", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_2", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_3.json b/items/PERFECT_LEGGINGS_3.json index 06f43e4b..9bc5808c 100644 --- a/items/PERFECT_LEGGINGS_3.json +++ b/items/PERFECT_LEGGINGS_3.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§9Perfect Leggings - Tier III", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier III\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier III\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_3\"}}", "damage": 0, "lore": [ "§7Defense: §a+180", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_3", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_4.json b/items/PERFECT_LEGGINGS_4.json index 671fd43c..c9f73b28 100644 --- a/items/PERFECT_LEGGINGS_4.json +++ b/items/PERFECT_LEGGINGS_4.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier IV", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", "damage": 0, "lore": [ "§7Defense: §a+200", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_4", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_5.json b/items/PERFECT_LEGGINGS_5.json index 3531811e..915feeab 100644 --- a/items/PERFECT_LEGGINGS_5.json +++ b/items/PERFECT_LEGGINGS_5.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier V", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier V\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_5\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier V\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_5\"}}", "damage": 0, "lore": [ "§7Defense: §a+220", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_5", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_6.json b/items/PERFECT_LEGGINGS_6.json index 5ab69857..f21d21be 100644 --- a/items/PERFECT_LEGGINGS_6.json +++ b/items/PERFECT_LEGGINGS_6.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier VI", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+240", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_6", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_7.json b/items/PERFECT_LEGGINGS_7.json index 145f005a..57079e6f 100644 --- a/items/PERFECT_LEGGINGS_7.json +++ b/items/PERFECT_LEGGINGS_7.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§5Perfect Leggings - Tier VII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_7\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_7\"}}", "damage": 0, "lore": [ "§7Defense: §a+260", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_7", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_8.json b/items/PERFECT_LEGGINGS_8.json index 3d017d36..f9ca8bd8 100644 --- a/items/PERFECT_LEGGINGS_8.json +++ b/items/PERFECT_LEGGINGS_8.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier VIII", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_8\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_8\"}}", "damage": 0, "lore": [ "§7Defense: §a+280", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_8", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_9.json b/items/PERFECT_LEGGINGS_9.json index b06a3355..ea4e89da 100644 --- a/items/PERFECT_LEGGINGS_9.json +++ b/items/PERFECT_LEGGINGS_9.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier IX", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier IX\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_9\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\" §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier IX\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_9\"}}", "damage": 0, "lore": [ "§7Defense: §a+300", + " §8[§7❈§8] §8[§7❈§8] §8[§7❈§8]", "", "§eRight-click to view recipes!", "", @@ -25,9 +26,10 @@ "internalname": "PERFECT_LEGGINGS_9", "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/PERFECT_RUBY_GEM.json b/items/PERFECT_RUBY_GEM.json index c7b61735..c276fa4b 100644 --- a/items/PERFECT_RUBY_GEM.json +++ b/items/PERFECT_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Ruby Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Ruby Gemstone §7x5\",10:\"§cRuby Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"},AttributeModifiers:[]}", + "displayname": "§5❤ §5Perfect Ruby Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"6173f4f6-03dd-36b6-9797-4bd41cde5552\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTIxNzI5OCwKICAicHJvZmlsZUlkIiA6ICI5MThhMDI5NTU5ZGQ0Y2U2YjE2ZjdhNWQ1M2VmYjQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJCZWV2ZWxvcGVyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM5YjZlMDQ3ZDNiMmJjYTg1ZThjYzQ5ZTU0ODBmOTc3NGQ4YTBlYWZlNmRmYTk1NTk1MzA1OTAyODM3MTUxNDIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §crefined §cRuby§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §c❤ Health§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Ruby Gemstone §7x5\",10:\"§cRuby Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5❤ §5Perfect Ruby Gemstone\"},ExtraAttributes:{id:\"PERFECT_RUBY_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §crefined §cRuby§7.", diff --git a/items/PERFECT_SAPPHIRE_GEM.json b/items/PERFECT_SAPPHIRE_GEM.json index c798b84c..58282089 100644 --- a/items/PERFECT_SAPPHIRE_GEM.json +++ b/items/PERFECT_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Sapphire Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Sapphire Gemston §7x5\",11:\"§bSapphire Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"},AttributeModifiers:[]}", + "displayname": "§5✎ §5Perfect Sapphire Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"493e6696-11b4-3137-8501-391ee7a99b8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE5NzMwNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhlOTNlYmFjYjYwYjcxNzkzMzU1ZmRlMGQ0YmJhNDNhOWM1ZWMwOWMzZjM4ODk3YzQ4YzFmODU3NTIzYTBhMjkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §brefined\",1:\"§b§bSapphire§7.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its\",5:\"§7owner extra §b✎ Intelligence§7.\",6:\"\",7:\"§5§lEPIC\",8:\"\",9:\"§eItems Required\",10:\"§9Flawless Sapphire Gemston §7x5\",11:\"§bSapphire Crystal §7x1\",12:\"\",13:\"§7Duration: §b20h\"],Name:\"§5✎ §5Perfect Sapphire Gemstone\"},ExtraAttributes:{id:\"PERFECT_SAPPHIRE_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §brefined", diff --git a/items/PERFECT_TOPAZ_GEM.json b/items/PERFECT_TOPAZ_GEM.json index 6cd25d1d..bfdbc781 100644 --- a/items/PERFECT_TOPAZ_GEM.json +++ b/items/PERFECT_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§5Perfect Topaz Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §5✧ Pristine§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Topaz Gemstone §7x5\",10:\"§eTopaz Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"},AttributeModifiers:[]}", + "displayname": "§5✧ §5Perfect Topaz Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"71cc923c-cd14-35a0-95e8-6b048be8d45b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNDk3OTE3ODQ1MywKICAicHJvZmlsZUlkIiA6ICJiYzRlZGZiNWYzNmM0OGE3YWM5ZjFhMzlkYzIzZjRmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICI4YWNhNjgwYjIyNDYxMzQwIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNkYTZlY2RjYmMzZmUzNTVjYTA2MTExOTJhM2ZiZDM1ZGQ1NjM1ZDVmY2RmM2ZiYzc5ZWQyYmMxZjRhMDE3ZmUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A perfectly §erefined §eTopaz§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its\",4:\"§7owner extra §5✧ Pristine§7.\",5:\"\",6:\"§5§lEPIC\",7:\"\",8:\"§eItems Required\",9:\"§9Flawless Topaz Gemstone §7x5\",10:\"§eTopaz Crystal §7x1\",11:\"\",12:\"§7Duration: §b20h\"],Name:\"§5✧ §5Perfect Topaz Gemstone\"},ExtraAttributes:{id:\"PERFECT_TOPAZ_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7A perfectly §erefined §eTopaz§7.", diff --git a/items/PET_ITEM_QUICK_CLAW.json b/items/PET_ITEM_QUICK_CLAW.json new file mode 100644 index 00000000..27a7a07d --- /dev/null +++ b/items/PET_ITEM_QUICK_CLAW.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Quick Claw", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"846bf289-3768-363e-a699-aee70548f70d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjMxMmE1YTEyZWNiMjRkNjg1MmRiMzg4ZTZhMzQ3MjFjYzY3ZjUyMmNjZGU3ZTgyNGI5Zjc1ZTk1MDM2YWM5MyJ9fX0\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§7Every 2 pet levels, you gain\",8:\"§7§6+1 §6⸕ Mining Speed §7and §6+1\",9:\"§6§6☘ Mining Fortune§7.\",10:\"\",11:\"§7§eRight click on your pet to\",12:\"§egive it this item!\",13:\"\",14:\"§9§lRARE PET ITEM\"],Name:\"§9Quick Claw\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_QUICK_CLAW\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Every 2 pet levels, you gain", + "§7§6+1 §6⸕ Mining Speed §7and §6+1", + "§6§6☘ Mining Fortune§7.", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§9§lRARE PET ITEM" + ], + "internalname": "PET_ITEM_QUICK_CLAW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_SQUID_GLOW.json b/items/PET_SKIN_SQUID_GLOW.json new file mode 100644 index 00000000..c8ae66c2 --- /dev/null +++ b/items/PET_SKIN_SQUID_GLOW.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGlow Squid Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8abdb7cd-e70c-3903-b14e-28c3d6d56e8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzMTE3Mjk1NTIyMSwKICAicHJvZmlsZUlkIiA6ICJiNjM2OWQ0MzMwNTU0NGIzOWE5OTBhODYyNWY5MmEwNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJCb2JpbmhvXyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mY2E5OTgyNTIwZWVlNDA2NmJhYjBhZTY5N2YzYjM2NTYwODRiNjYzOWJhODkxMTNiZDhlMjNhYjcyODg1NjNkIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Squid pets.\",9:\"\",10:\"§dThis skin is animated!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGlow Squid Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SQUID_GLOW\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Squid pets.", + "", + "§dThis skin is animated!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_SQUID_GLOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/POOCH_SWORD.json b/items/POOCH_SWORD.json index 41323772..11135629 100644 --- a/items/POOCH_SWORD.json +++ b/items/POOCH_SWORD.json @@ -3,14 +3,14 @@ "itemid": "minecraft:golden_sword", "displayname": "§6Pooch Sword", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Crit Damage: §c+50%\",3:\"\",4:\"§7Speed: §a+5\",5:\"\",6:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Gain §c+150❁ Strength §7against wolves.\",9:\"\",10:\"§c☠ §5Requires Wolf Slayer 6\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", - "modver": "1.7.1-REL", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Crit Damage: §c+50%\",3:\"§7Speed: §a+5\",4:\" §8[§7❁§8]\",5:\"\",6:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",7:\"§7Receive §a-20% §7damage from wolves.\",8:\"§7Gain §c+150❁ Strength §7against wolves.\",9:\"\",10:\"§c☠ §5Requires Wolf Slayer 6\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+120", "§7Strength: §c+20", "§7Crit Damage: §c+50%", - "", "§7Speed: §a+5", + " §8[§7❁§8]", "", "§7Deal §c+1 Damage §7per §c50 max ❤§7.", "§7Receive §a-20% §7damage from wolves.", @@ -36,4 +36,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Pooch_Sword" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json index 56f7975d..df733382 100644 --- a/items/POWER_WITHER_BOOTS.json +++ b/items/POWER_WITHER_BOOTS.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_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:\"\",4:\"§7Health: §a+145 HP\",5:\"§7Defense: §a+85\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_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 HP\",4:\"§7Defense: §a+85\",5:\"§7Intelligence: §a+10\",6:\" §8[§7❁§8] §8[§7⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d409", "§7Strength: §c+40", "§7Crit Damage: §c+30%", - "", "§7Health: §a+145 HP", "§7Defense: §a+85", "§7Intelligence: §a+10", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json index 81e8db51..9104d94c 100644 --- a/items/POWER_WITHER_CHESTPLATE.json +++ b/items/POWER_WITHER_CHESTPLATE.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_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:\"\",4:\"§7Health: §a+260 HP\",5:\"§7Defense: §a+140\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_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 HP\",4:\"§7Defense: §a+140\",5:\"§7Intelligence: §a+10\",6:\" §8[§7❁§8] §8[§7⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d634", "§7Strength: §c+40", "§7Crit Damage: §c+30%", - "", "§7Health: §a+260 HP", "§7Defense: §a+140", "§7Intelligence: §a+10", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/POWER_WITHER_HELMET.json b/items/POWER_WITHER_HELMET.json index b74e1882..bd06fa7a 100644 --- a/items/POWER_WITHER_HELMET.json +++ b/items/POWER_WITHER_HELMET.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:skull", "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:\"\",4:\"§7Health: §a+180 HP\",5:\"§7Defense: §a+100\",6:\"§7Intelligence: §a+30\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_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 HP\",4:\"§7Defense: §a+100\",5:\"§7Intelligence: §a+30\",6:\" §8[§7❁§8] §8[§7⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necron\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d484", "§7Strength: §c+40", "§7Crit Damage: §c+30%", - "", "§7Health: §a+180 HP", "§7Defense: §a+100", "§7Intelligence: §a+30", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/POWER_WITHER_LEGGINGS.json b/items/POWER_WITHER_LEGGINGS.json index 9da5ab74..ca2f5df1 100644 --- a/items/POWER_WITHER_LEGGINGS.json +++ b/items/POWER_WITHER_LEGGINGS.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_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:\"\",4:\"§7Health: §a+230 HP\",5:\"§7Defense: §a+125\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_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 HP\",4:\"§7Defense: §a+125\",5:\"§7Intelligence: §a+10\",6:\" §8[§7❁§8] §8[§7⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",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\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"POWER_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d574", "§7Strength: §c+40", "§7Crit Damage: §c+30%", - "", "§7Health: §a+230 HP", "§7Defense: §a+125", "§7Intelligence: §a+10", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/PRECURSOR_EYE.json b/items/PRECURSOR_EYE.json index 0adf3423..3937288a 100644 --- a/items/PRECURSOR_EYE.json +++ b/items/PRECURSOR_EYE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "displayname": "§6Precursor 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 HP \",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\"\",5:\"§6Ability: Eye Beam §e§lSNEAK\",6:\"§7Fire a laser in front of you\",7:\"§7dealing §c4000 §7damage and\",8:\"§7costing §b40 §7mana. The damage\",9:\"§7increases by §c100% §7every\",10:\"§7second for §b5 §7seconds and the\",11:\"§7mana cost increases by §d25%\",12:\"§d§7every second. You can sneak\",13:\"§7again to de-activate the laser.\",14:\"\",15:\"§7Mana is consumed on damage.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 70000 / 70000\",19:\"§7§4❣ §cRequires §aCatacombs Floor VI\",20:\"§aCompletion\",21:\"§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 HP \",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\" §8[§7❤§8] §8[§7✎§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\"}}", "damage": 3, "lore": [ "§7Gear Score: §d877 ", "§7Health: §a+222 HP ", "§7Defense: §a+222 ", "§7Intelligence: §a+222 ", + " §8[§7❤§8] §8[§7✎§8]", "", "§6Ability: Eye Beam §e§lSNEAK", "§7Fire a laser in front of you", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Precursor_Eye" ] -} +}
\ No newline at end of file diff --git a/items/PRISTINE;1.json b/items/PRISTINE;1.json index 5d772f95..5ef6e9ec 100644 --- a/items/PRISTINE;1.json +++ b/items/PRISTINE;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fPristine I", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7Grants §5+1 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine I\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pristine I\",1:\"§7Grants §5+1 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fPristine I\"},ExtraAttributes:{id:\"PRISTINE;1\",enchantments:{pristine:1}}}", "damage": 0, "lore": [ "§9Pristine I", @@ -18,9 +18,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cCompact", - "", "§f§lCOMMON" ], "recipe": { @@ -39,4 +36,4 @@ "clickcommand": "viewrecipe", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PRISTINE;2.json b/items/PRISTINE;2.json index d504e0b4..fa7282e3 100644 --- a/items/PRISTINE;2.json +++ b/items/PRISTINE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fPristine II", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine II\",1:\"§7Grants §5+2 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine II\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;2\",enchantments:{pristine:2}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine II\",1:\"§7Grants §5+2 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fPristine II\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;2\",enchantments:{pristine:2}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Pristine II", @@ -18,9 +18,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cCompact", - "", "§f§lCOMMON" ], "internalname": "PRISTINE;2", @@ -28,4 +25,4 @@ "clickcommand": "", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PRISTINE;3.json b/items/PRISTINE;3.json index 468acda6..2655994f 100644 --- a/items/PRISTINE;3.json +++ b/items/PRISTINE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fPristine III", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine III\",1:\"§7Grants §5+3 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine III\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;3\",enchantments:{pristine:3}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine III\",1:\"§7Grants §5+3 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fPristine III\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;3\",enchantments:{pristine:3}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Pristine III", @@ -18,9 +18,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cCompact", - "", "§f§lCOMMON" ], "internalname": "PRISTINE;3", @@ -28,4 +25,4 @@ "clickcommand": "", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PRISTINE;4.json b/items/PRISTINE;4.json index fe06002b..b3f61749 100644 --- a/items/PRISTINE;4.json +++ b/items/PRISTINE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fPristine IV", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine IV\",1:\"§7Grants §5+4 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§fPristine IV\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;4\",enchantments:{pristine:4}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine IV\",1:\"§7Grants §5+4 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§fPristine IV\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;4\",enchantments:{pristine:4}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Pristine IV", @@ -18,9 +18,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cCompact", - "", "§f§lCOMMON" ], "internalname": "PRISTINE;4", @@ -28,4 +25,4 @@ "clickcommand": "", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/PRISTINE;5.json b/items/PRISTINE;5.json index 27b8e441..eb89bbc9 100644 --- a/items/PRISTINE;5.json +++ b/items/PRISTINE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§aPristine V", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine V\",1:\"§7Grants §5+5 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§6Conflicts:\",15:\"§7- §cCompact\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§f§aPristine V\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;5\",enchantments:{pristine:5}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Pristine V\",1:\"§7Grants §5+5 §5✧ Pristine§7,\",2:\"§7which increases the chance to\",3:\"§7improve the quality of dropped\",4:\"§7§dGemstones§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fPickaxe\",11:\"§7- §fDrill\",12:\"§7- §fGauntlet\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§aPristine V\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISTINE;5\",enchantments:{pristine:5}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Pristine V", @@ -18,9 +18,6 @@ "§7- §fDrill", "§7- §fGauntlet", "", - "§6Conflicts:", - "§7- §cCompact", - "", "§a§lUNCOMMON" ], "internalname": "PRISTINE;5", @@ -28,4 +25,4 @@ "clickcommand": "", "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/REAPER_BOOTS.json b/items/REAPER_BOOTS.json index ccc4b942..d9db72eb 100644 --- a/items/REAPER_BOOTS.json +++ b/items/REAPER_BOOTS.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Reaper Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+30\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY BOOTS\"],color:1776411,Name:\"§6Reaper Boots\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_BOOTS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+100 HP\",2:\"§7Defense: §a+30\",3:\"§7Intelligence: §a+250\",4:\"\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY BOOTS\"],color:1776411,Name:\"§6Reaper Boots\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Strength: §c+25", - "", "§7Health: §a+100 HP", "§7Defense: §a+30", "§7Intelligence: §a+250", "", + "", "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", "§fSpeed§7, §c100❁ Damage§7, and §c100❁", @@ -51,4 +51,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor" ] -} +}
\ No newline at end of file diff --git a/items/REAPER_CHESTPLATE.json b/items/REAPER_CHESTPLATE.json index 12874190..bdd09a15 100644 --- a/items/REAPER_CHESTPLATE.json +++ b/items/REAPER_CHESTPLATE.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§6Reaper Chestplate", - "nbttag": "{display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+180\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§f§f§6Reaper Chestplate\"},ExtraAttributes:{color:\"27:27:27\",originTag:\"REAPER_CHESTPLATE\",id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}", + "nbttag": "{display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+180\",2:\"§7Defense: §a+70\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§f§f§6Reaper Chestplate\"},ExtraAttributes:{color:\"27:27:27\",originTag:\"REAPER_CHESTPLATE\",id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Strength: §c+25", - "", "§7Health: §a+180", "§7Defense: §a+70", "§7Intelligence: §a+250", + " §8[§8⚔§8]", "", "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", @@ -49,4 +49,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor" ] -} +}
\ No newline at end of file diff --git a/items/REAPER_LEGGINGS.json b/items/REAPER_LEGGINGS.json index b54fdad4..5ad7d07f 100644 --- a/items/REAPER_LEGGINGS.json +++ b/items/REAPER_LEGGINGS.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Reaper Leggings", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+120 HP\",3:\"§7Defense: §a+50\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY LEGGINGS\"],color:1776411,Name:\"§6Reaper Leggings\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_LEGGINGS\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"§7Health: §a+120 HP\",2:\"§7Defense: §a+50\",3:\"§7Intelligence: §a+250\",4:\" §8[§8⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY LEGGINGS\"],color:1776411,Name:\"§6Reaper Leggings\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_LEGGINGS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Strength: §c+25", - "", "§7Health: §a+120 HP", "§7Defense: §a+50", "§7Intelligence: §a+250", + " §8[§8⚔§8]", "", "§6Full Set Bonus: Enrage §e§lSNEAK", "§7Enrage for §a6s §7gaining §f100✦", @@ -51,4 +51,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor" ] -} +}
\ No newline at end of file diff --git a/items/REAPER_MASK.json b/items/REAPER_MASK.json index dbd73643..f3f3d1c6 100644 --- a/items/REAPER_MASK.json +++ b/items/REAPER_MASK.json @@ -4,12 +4,13 @@ "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 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Ability: Disgusting Healing\",5:\"§7While wearing:\",6:\"§7- 2x healing from all sources\",7:\"§7- 2x Zombies from Reaper Scythe\",8:\"§7- §7Upgrades Zombie Armor\",9:\"§7effect to trigger on all\",10:\"§7hits\",11:\"\",12:\"§c☠ §5Requires Zombie LVL 7\",13:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f4d7f301-cd28-353c-8027-8c617257b861\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgwMzY3MjYwNjYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFmYzAxODQ0NzNmZTg4MmQyODk1Y2U3Y2JjODE5N2JkNDBmZjcwYmYxMGQzNzQ1ZGU5N2I2YzJhOWM1ZmM3OGYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+150 HP\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+100\",3:\" §8[§7❤§8] §8[§7✎§8]\",4:\"\",5:\"§6Ability: Disgusting Healing\",6:\"§7While wearing:\",7:\"§7- 2x healing from all sources\",8:\"§7- 2x Zombies from Reaper Scythe\",9:\"§7- §7Upgrades Zombie Armor\",10:\"§7effect to trigger on all\",11:\"§7hits\",12:\"\",13:\"§c☠ §5Requires Zombie LVL 7\",14:\"§6§lLEGENDARY HELMET\"],Name:\"§6Reaper Mask\"},ExtraAttributes:{modifier:\"unpleasant\",id:\"REAPER_MASK\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+150 HP", "§7Defense: §a+100", "§7Intelligence: §a+100", + " §8[§7❤§8] §8[§7✎§8]", "", "§6Ability: Disgusting Healing", "§7While wearing:", @@ -39,4 +40,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Mask" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REAPER_SWORD.json b/items/REAPER_SWORD.json index 24b9a6a4..88900cc3 100644 --- a/items/REAPER_SWORD.json +++ b/items/REAPER_SWORD.json @@ -4,13 +4,13 @@ "displayname": "§5Reaper Falchion", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7Intelligence: §a+200\",4:\"\",5:\"§7Heal §c10❤ §7per hit.\",6:\"§7Deal §a+200% §7damage to Zombies§7.\",7:\"§7§7Receive §a20% §7less damage\",8:\"§7from Zombies§7 when held.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4☠ §cRequires §5Zombie Slayer 6\",12:\"§5§lEPIC SWORD\"],Name:\"§5Reaper Falchion\"},ExtraAttributes:{id:\"REAPER_SWORD\"}}", - "modver": "1.7.1-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+100\",2:\"§7Intelligence: §a+200\",3:\" §8[§7❁§8]\",4:\"\",5:\"§7Heal §c10❤ §7per hit.\",6:\"§7Deal §a+200% §7damage to Zombies§7.\",7:\"§7§7Receive §a20% §7less damage\",8:\"§7from Zombies§7 when held.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4☠ §cRequires §5Zombie Slayer 6\",12:\"§5§lEPIC SWORD\"],Name:\"§5Reaper Falchion\"},ExtraAttributes:{id:\"REAPER_SWORD\"}}", + "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+120", "§7Strength: §c+100", - "", "§7Intelligence: §a+200", + " §8[§7❁§8]", "", "§7Heal §c10❤ §7per hit.", "§7Deal §a+200% §7damage to Zombies§7.", @@ -38,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Falchion" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/REVIVED_HEART.json b/items/REVIVED_HEART.json index 242a81c3..944bd60a 100644 --- a/items/REVIVED_HEART.json +++ b/items/REVIVED_HEART.json @@ -4,12 +4,13 @@ "displayname": "§5Revived Heart", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"030b6aeb-6fba-3a86-8d9f-fa84f842e865\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgzNjYyODI2NDIsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhNjFiNGY4YjA3MGU0YmMzMGE4NmIyMjkwZGI2ZTU3ZTI2ODFjNDRlMDI1MGQxOTA2YTg5YWRiOGZjNDU1YjEifX19\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+35\",2:\"§7Intelligence: §a+100\",3:\"\",4:\"§6Ability: Healing Boost\",5:\"§7Doubles all healing effects,\",6:\"§7including your natural\",7:\"§7regeneration and healing you\",8:\"§7deal to others, while wearing.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4☠ §cRequires §5Zombie Slayer 6\",12:\"§5§lEPIC HELMET\"],Name:\"§5Revived Heart\"},ExtraAttributes:{id:\"REVIVED_HEART\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"030b6aeb-6fba-3a86-8d9f-fa84f842e865\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjgzNjYyODI2NDIsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhNjFiNGY4YjA3MGU0YmMzMGE4NmIyMjkwZGI2ZTU3ZTI2ODFjNDRlMDI1MGQxOTA2YTg5YWRiOGZjNDU1YjEifX19\"}]}},display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+35\",2:\"§7Intelligence: §a+100\",3:\" §8[§7✎§8]\",4:\"\",5:\"§6Ability: Healing Boost\",6:\"§7Doubles all healing effects,\",7:\"§7including your natural\",8:\"§7regeneration and healing you\",9:\"§7deal to others, while wearing.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4☠ §cRequires §5Zombie Slayer 6\",13:\"§5§lEPIC HELMET\"],Name:\"§5Revived Heart\"},ExtraAttributes:{id:\"REVIVED_HEART\"}}", "modver": "2.0.0-REL", "lore": [ "§7Health: §a+100 HP", "§7Defense: §a+35", "§7Intelligence: §a+100", + " §8[§7✎§8]", "", "§6Ability: Healing Boost", "§7Doubles all healing effects,", @@ -38,4 +39,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Revived_Heart" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/ROUGH_AMBER_GEM.json b/items/ROUGH_AMBER_GEM.json index 95191d58..84c1bec6 100644 --- a/items/ROUGH_AMBER_GEM.json +++ b/items/ROUGH_AMBER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Amber Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb11396d-f9a4-36ad-91da-a34199fb10ef\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE1OTk2OSwKICAicHJvZmlsZUlkIiA6ICI4MmM2MDZjNWM2NTI0Yjc5OGI5MWExMmQzYTYxNjk3NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3ROb3RvcmlvdXNOZW1vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RhMTk0MzZmNjE1MWE3YjY2ZDY1ZWQ3NjI0YWRkNDMyNWNmYmJjMmVlZTgxNWZjZjc2ZjRjMjlkZGYwOGY3NWIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6⸕ Mining Speed§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fRough Amber Gemstone\"},ExtraAttributes:{id:\"ROUGH_AMBER_GEM\"}}", + "displayname": "§f⸕ §fRough Amber Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb11396d-f9a4-36ad-91da-a34199fb10ef\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTE1OTk2OSwKICAicHJvZmlsZUlkIiA6ICI4MmM2MDZjNWM2NTI0Yjc5OGI5MWExMmQzYTYxNjk3NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3ROb3RvcmlvdXNOZW1vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RhMTk0MzZmNjE1MWE3YjY2ZDY1ZWQ3NjI0YWRkNDMyNWNmYmJjMmVlZTgxNWZjZjc2ZjRjMjlkZGYwOGY3NWIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6⸕ Mining Speed§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f⸕ §fRough Amber Gemstone\"},ExtraAttributes:{id:\"ROUGH_AMBER_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_AMETHYST_GEM.json b/items/ROUGH_AMETHYST_GEM.json index d0bd0d80..1a1a51f2 100644 --- a/items/ROUGH_AMETHYST_GEM.json +++ b/items/ROUGH_AMETHYST_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§fRough Amethyst Gemstone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f1cc6dd0-8d08-3df5-869c-bd75fa8bd8bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQ0OTk5NCwKICAicHJvZmlsZUlkIiA6ICIxYTc1ZTNiYmI1NTk0MTc2OTVjMmY4NTY1YzNlMDAzZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZXJvZmFyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U0OTNjNmY1NDBjNzAwMWZlZDk3YjA3ZjZiNGM4OTEyOGUzYTdjMzc1NjNhYTIyM2YwYWNjYTMxNGYxNzU1MTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §a❈ Defense§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fRough Amethyst Gemstone\"},ExtraAttributes:{id:\"ROUGH_AMETHYST_GEM\"},AttributeModifiers:[]}", + "displayname": "§f❈ §fRough Amethyst Gemstone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f1cc6dd0-8d08-3df5-869c-bd75fa8bd8bd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTQ0OTk5NCwKICAicHJvZmlsZUlkIiA6ICIxYTc1ZTNiYmI1NTk0MTc2OTVjMmY4NTY1YzNlMDAzZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZXJvZmFyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U0OTNjNmY1NDBjNzAwMWZlZDk3YjA3ZjZiNGM4OTEyOGUzYTdjMzc1NjNhYTIyM2YwYWNjYTMxNGYxNzU1MTUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §a❈ Defense§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❈ §fRough Amethyst Gemstone\"},ExtraAttributes:{id:\"ROUGH_AMETHYST_GEM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_JADE_GEM.json b/items/ROUGH_JADE_GEM.json index ca2459af..6e02bc7d 100644 --- a/items/ROUGH_JADE_GEM.json +++ b/items/ROUGH_JADE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Jade Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ceed2b72-cdfd-3ea9-8a72-9b768a058222\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTYzODM3OCwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zYjRjMmFmZDU0NGQwYTYxMzllNmFlOGVmOGYwYmZjMDlhOWZkODM3ZDBjYWQ0ZjVjZDBmZTdmNjA3YjdkMWEwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6☘ Mining\",7:\"§6Fortune§7.\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fRough Jade Gemstone\"},ExtraAttributes:{id:\"ROUGH_JADE_GEM\"}}", + "displayname": "§f☘ §fRough Jade Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ceed2b72-cdfd-3ea9-8a72-9b768a058222\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NTYzODM3OCwKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zYjRjMmFmZDU0NGQwYTYxMzllNmFlOGVmOGYwYmZjMDlhOWZkODM3ZDBjYWQ0ZjVjZDBmZTdmNjA3YjdkMWEwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §6☘ Mining\",7:\"§6Fortune§7.\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§f☘ §fRough Jade Gemstone\"},ExtraAttributes:{id:\"ROUGH_JADE_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_JASPER_GEM.json b/items/ROUGH_JASPER_GEM.json index 9765890f..a54ac297 100644 --- a/items/ROUGH_JASPER_GEM.json +++ b/items/ROUGH_JASPER_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Jasper Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ffafcca4-5dfa-37f8-96eb-611663d74b15\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAxODU1MCwKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIzZDA2NGVjMTUwMTcyZDA1ODQ0YzExYTE4NjE5YzE0MjFiYmZiMmRkZDFkYmI4N2NkYzEwZTIyMjUyYjc3M2IiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❁ Strength§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fRough Jasper Gemstone\"},ExtraAttributes:{id:\"ROUGH_JASPER_GEM\"}}", + "displayname": "§f❁ §fRough Jasper Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ffafcca4-5dfa-37f8-96eb-611663d74b15\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjAxODU1MCwKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIzZDA2NGVjMTUwMTcyZDA1ODQ0YzExYTE4NjE5YzE0MjFiYmZiMmRkZDFkYmI4N2NkYzEwZTIyMjUyYjc3M2IiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❁ Strength§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❁ §fRough Jasper Gemstone\"},ExtraAttributes:{id:\"ROUGH_JASPER_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_RUBY_GEM.json b/items/ROUGH_RUBY_GEM.json index 9cb47bc9..28e1ac36 100644 --- a/items/ROUGH_RUBY_GEM.json +++ b/items/ROUGH_RUBY_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Ruby Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26d3d671-9982-3157-b1f8-a81fd1fba172\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU1ODUzNCwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QxNTliMDMyNDNiZTE4YTE0ZjNlYWU3NjNjNDU2NWM3OGYxZjMzOWE4NzQyZDI2ZmRlNTQxYmU1OWI3ZGUwNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❤ Health§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fRough Ruby Gemstone\"},ExtraAttributes:{id:\"ROUGH_RUBY_GEM\"}}", + "displayname": "§f❤ §fRough Ruby Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26d3d671-9982-3157-b1f8-a81fd1fba172\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4MzU1ODUzNCwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJUd29FQmFlIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2QxNTliMDMyNDNiZTE4YTE0ZjNlYWU3NjNjNDU2NWM3OGYxZjMzOWE4NzQyZDI2ZmRlNTQxYmU1OWI3ZGUwNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §c❤ Health§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f❤ §fRough Ruby Gemstone\"},ExtraAttributes:{id:\"ROUGH_RUBY_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_SAPPHIRE_GEM.json b/items/ROUGH_SAPPHIRE_GEM.json index 3cb01190..5e55b887 100644 --- a/items/ROUGH_SAPPHIRE_GEM.json +++ b/items/ROUGH_SAPPHIRE_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Sapphire Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8453e8ba-79c8-32fe-aec4-3ac16e88661f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIxNDY1MiwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmY2ViZTU0ZGJjMzQ1ZWE3ZTIyMjA2ZjcwM2U2YjMzYmVmYmU5NWI2YTkxOGJkMTc1NGI3NjE4OGJjNjViYjUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §b✎ Intelligence§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fRough Sapphire Gemstone\"},ExtraAttributes:{id:\"ROUGH_SAPPHIRE_GEM\"}}", + "displayname": "§f✎ §fRough Sapphire Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8453e8ba-79c8-32fe-aec4-3ac16e88661f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjIxNDY1MiwKICAicHJvZmlsZUlkIiA6ICJmZDYwZjM2ZjU4NjE0ZjEyYjNjZDQ3YzJkODU1Mjk5YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFkIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmY2ViZTU0ZGJjMzQ1ZWE3ZTIyMjA2ZjcwM2U2YjMzYmVmYmU5NWI2YTkxOGJkMTc1NGI3NjE4OGJjNjViYjUiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can give its\",6:\"§7owner extra §b✎ Intelligence§7.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f✎ §fRough Sapphire Gemstone\"},ExtraAttributes:{id:\"ROUGH_SAPPHIRE_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/ROUGH_TOPAZ_GEM.json b/items/ROUGH_TOPAZ_GEM.json index e9b5ee73..ae0950f3 100644 --- a/items/ROUGH_TOPAZ_GEM.json +++ b/items/ROUGH_TOPAZ_GEM.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§fRough Topaz Gemstone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a6a1f253-fab9-3fce-ac80-eadeee41d75a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjM5ODMwNiwKICAicHJvZmlsZUlkIiA6ICJkODAwZDI4MDlmNTE0ZjkxODk4YTU4MWYzODE0Yzc5OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJ0aGVCTFJ4eCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zZmQ5NjA3MjJlYzI5YzY2NzE2YWU1Y2E5N2I5YjZiMjYyODk4NGUxZDZmOWQyNTkyY2QwODk5MTQyMDZhMWIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can imbue an item\",6:\"§7with the Pristine §7enchantment.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fRough Topaz Gemstone\"},ExtraAttributes:{id:\"ROUGH_TOPAZ_GEM\"}}", + "displayname": "§f✧ §fRough Topaz Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a6a1f253-fab9-3fce-ac80-eadeee41d75a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxODA4NjM5ODMwNiwKICAicHJvZmlsZUlkIiA6ICJkODAwZDI4MDlmNTE0ZjkxODk4YTU4MWYzODE0Yzc5OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJ0aGVCTFJ4eCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zZmQ5NjA3MjJlYzI5YzY2NzE2YWU1Y2E5N2I5YjZiMjYyODk4NGUxZDZmOWQyNTkyY2QwODk5MTQyMDZhMWIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Taken right from the heart of a\",1:\"§7crystal vein in the §5Crystal\",2:\"§5Hollows§7.\",3:\"\",4:\"§7§7Some say that when §eharnessed\",5:\"§eproperly§7, it can imbue an item\",6:\"§7with the Pristine §7enchantment.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f✧ §fRough Topaz Gemstone\"},ExtraAttributes:{id:\"ROUGH_TOPAZ_GEM\"}}", "damage": 3, "lore": [ "§7Taken right from the heart of a", diff --git a/items/RUBY_POLISHED_DRILL_ENGINE.json b/items/RUBY_POLISHED_DRILL_ENGINE.json index ac0f596e..0dd8de6a 100644 --- a/items/RUBY_POLISHED_DRILL_ENGINE.json +++ b/items/RUBY_POLISHED_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Ruby-polished Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+150 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Mithril-Plated Drill Engine §7x1\",16:\"§9Superlite Motor §7x10\",17:\"§aFine Ruby Gemstone §7x10\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Ruby-polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9afc5422-ee63-3293-b316-80fad0938c70\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMDYzNjAyNzQzOCwKICAicHJvZmlsZUlkIiA6ICI5MWZlMTk2ODdjOTA0NjU2YWExZmMwNTk4NmRkM2ZlNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJoaGphYnJpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjkwNTE0ODVlMTU3MDA0MTgwMjJlMzhhNWRiMjhhMDQ5YTJlNjI3YzVmZmE1NmZkMzEzYmNkZWFkNDA2YThlIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+150 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to §2Jotraeline\",9:\"§2Greatforge §7in the §2Dwarven\",10:\"§2Mines§7!\",11:\"\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Mithril-Plated Drill Engine §7x1\",16:\"§9Superlite Motor §7x10\",17:\"§9❤ §9Fine Ruby Gemstone §7x10\",18:\"\",19:\"§7Duration: §b20h\"],Name:\"§9Ruby-polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -21,7 +21,7 @@ "§eItems Required", "§9Mithril-Plated Drill Engine §7x1", "§9Superlite Motor §7x10", - "§aFine Ruby Gemstone §7x10", + "§9❤ §9Fine Ruby Gemstone §7x10", "", "§7Duration: §b20h" ], diff --git a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json index d911cf60..87cfaf99 100644 --- a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json +++ b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Sapphire-polished Drill Engine", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"941216e8-9406-3c45-8591-3e1068dd0635\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjYwMzk4MiwKICAicHJvZmlsZUlkIiA6ICI2MWUwNmYxMjFjNTk0ZDdiYjY5MmQ0ZDg1MDljNDdmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJJdHpfU2NhcmxldHQ3MDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYzZWZhNmMxM2ExODBlYWE3MWNmMGM2NGE2MjM1MGM0MmIyNDA5M2U5OTU3NDkyYjI0NDk1NzgyNjgyNTZhYiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+250 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 6.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Titanium-Plated Drill Engine §7x1\",16:\"§9Electron Transmitter §7x25\",17:\"§9FTX 3070 §7x25\",18:\"§aFine Sapphire Gemstone §7x20\",19:\"\",20:\"§7Duration: §b1d 8h\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"941216e8-9406-3c45-8591-3e1068dd0635\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjYwMzk4MiwKICAicHJvZmlsZUlkIiA6ICI2MWUwNmYxMjFjNTk0ZDdiYjY5MmQ0ZDg1MDljNDdmOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJJdHpfU2NhcmxldHQ3MDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODYzZWZhNmMxM2ExODBlYWE3MWNmMGM2NGE2MjM1MGM0MmIyNDA5M2U5OTU3NDkyYjI0NDk1NzgyNjgyNTZhYiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Drill Engine\",3:\"\",4:\"§7Grants §a+250 §6⸕ Mining\",5:\"§6Speed§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the\",11:\"§5Mountain Tier 6.\",12:\"§9§lRARE\",13:\"\",14:\"§eItems Required\",15:\"§9Titanium-Plated Drill Engine §7x1\",16:\"§9Electron Transmitter §7x25\",17:\"§9FTX 3070 §7x25\",18:\"§9✎ §9Fine Sapphire Gemstone §7x20\",19:\"\",20:\"§7Duration: §b1d 8h\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Drill Part", @@ -22,7 +22,7 @@ "§9Titanium-Plated Drill Engine §7x1", "§9Electron Transmitter §7x25", "§9FTX 3070 §7x25", - "§aFine Sapphire Gemstone §7x20", + "§9✎ §9Fine Sapphire Gemstone §7x20", "", "§7Duration: §b1d 8h" ], diff --git a/items/SCATHA;2.json b/items/SCATHA;2.json index 32e7c7bc..1f11bdd4 100644 --- a/items/SCATHA;2.json +++ b/items/SCATHA;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Scatha", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7When mining, there is a §a{1}%\",10:\"§a§7chance to mine up a treasure\",11:\"§7burrow.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7Grants a §a{1}% §7chance to\",10:\"§7find treasure while mining.\",11:\"\",12:\"§7§eRight-click to add this pet to\",13:\"§eyour pet menu!\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -13,9 +13,8 @@ "§7§7Gain §6+{0}☘ Mining Fortune.", "", "§6Burrowing", - "§7§7When mining, there is a §a{1}%", - "§a§7chance to mine up a treasure", - "§7burrow.", + "§7§7Grants a §a{1}% §7chance to", + "§7find treasure while mining.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -30,4 +29,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scatha_Pet" ] -} +}
\ No newline at end of file diff --git a/items/SCATHA;3.json b/items/SCATHA;3.json index 86df314d..f87c1911 100644 --- a/items/SCATHA;3.json +++ b/items/SCATHA;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Scatha", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE} \",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7When mining, there is a §a{1}%\",10:\"§a§7chance to mine up a treasure\",11:\"§7burrow.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE} \",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7Grants a §a{1}% §7chance to\",10:\"§7find treasure while mining.\",11:\"\",12:\"§7§eRight-click to add this pet to\",13:\"§eyour pet menu!\",14:\"\",15:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -13,9 +13,8 @@ "§7§7Gain §6+{0}☘ Mining Fortune.", "", "§6Burrowing", - "§7§7When mining, there is a §a{1}%", - "§a§7chance to mine up a treasure", - "§7burrow.", + "§7§7Grants a §a{1}% §7chance to", + "§7find treasure while mining.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -30,4 +29,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scatha_Pet" ] -} +}
\ No newline at end of file diff --git a/items/SCATHA;4.json b/items/SCATHA;4.json index 579d0512..7ba2e558 100644 --- a/items/SCATHA;4.json +++ b/items/SCATHA;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Scatha", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7When mining, there is a §a{1}%\",10:\"§a§7chance to mine up a treasure\",11:\"§7burrow.\",12:\"\",13:\"§6Wormhole\",14:\"§7§7Gives a §a{2}% §7to mine 2\",15:\"§7adjacent stone or hard stone.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"730a6086-ad87-38fa-8fa4-0b76a060f4fc\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDQ0NTc2NDQ1MSwKICAicHJvZmlsZUlkIiA6ICJmNDY0NTcxNDNkMTU0ZmEwOTkxNjBlNGJmNzI3ZGNiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWxhcGFnbzA1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmMDNhZDk2MDkyZjNmNzg5OTAyNDM2NzA5Y2RmNjlkZTZiNzI3YzEyMWIzYzJkYWVmOWZmYTFjY2FlZDE4NmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a+{DEFENSE}\",3:\"§7Mining Speed: §a+{MINING_SPEED}\",4:\"\",5:\"§6Grounded\",6:\"§7§7Gain §6+{0}☘ Mining Fortune.\",7:\"\",8:\"§6Burrowing\",9:\"§7§7Grants a §a{1}% §7chance to\",10:\"§7find treasure while mining.\",11:\"\",12:\"§6Wormhole\",13:\"§7§7Gives a §a{2}% §7to mine 2\",14:\"§7adjacent stone or hard stone.\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Scatha\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SCATHA\\\",\\\"active\\\":false,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"SCATHA;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -13,9 +13,8 @@ "§7§7Gain §6+{0}☘ Mining Fortune.", "", "§6Burrowing", - "§7§7When mining, there is a §a{1}%", - "§a§7chance to mine up a treasure", - "§7burrow.", + "§7§7Grants a §a{1}% §7chance to", + "§7find treasure while mining.", "", "§6Wormhole", "§7§7Gives a §a{2}% §7to mine 2", @@ -34,4 +33,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scatha_Pet" ] -} +}
\ No newline at end of file diff --git a/items/SCYLLA.json b/items/SCYLLA.json index f85fd4d5..bd4ccaae 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:\"\",6:\"§7Intelligence: §a+50\",7:\"§7Ferocity: §a+30\",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[§7⚔§8] §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d527", @@ -9,9 +9,9 @@ "§7Strength: §c+150", "§7Crit Chance: §c+12%", "§7Crit Damage: §c+35%", - "", "§7Intelligence: §a+50", "§7Ferocity: §a+30", + " §8[§7⚔§8] §8[§7⚔§8]", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Scylla" ] -} +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_BOOTS.json b/items/SHADOW_ASSASSIN_BOOTS.json index f1086b7b..7cc8bcf6 100644 --- a/items/SHADOW_ASSASSIN_BOOTS.json +++ b/items/SHADOW_ASSASSIN_BOOTS.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+125 HP\",5:\"§7Defense: §a+55\",6:\"§7Speed: §a+7\",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:\" §8[§7❁§8]\",4:\"\",5:\"§7Health: §a+125 HP\",6:\"§7Defense: §a+55\",7:\"§7Speed: §a+7\",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Restores §b10\",17:\"§b§7mana.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§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", "§7Strength: §c+25", "§7Crit Damage: §c+25%", + " §8[§7❁§8]", "", "§7Health: §a+125 HP", "§7Defense: §a+55", @@ -30,9 +31,9 @@ "internalname": "SHADOW_ASSASSIN_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_CHESTPLATE.json b/items/SHADOW_ASSASSIN_CHESTPLATE.json index 33418fbd..b8f88c3a 100644 --- a/items/SHADOW_ASSASSIN_CHESTPLATE.json +++ b/items/SHADOW_ASSASSIN_CHESTPLATE.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+240 HP\",5:\"§7Defense: §a+110\",6:\"§7Speed: §a+7\",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:\" §8[§7❁§8]\",4:\"\",5:\"§7Health: §a+240 HP\",6:\"§7Defense: §a+110\",7:\"§7Speed: §a+7\",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Grants §c+10❁\",17:\"§cStrength §7for §b10 §7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§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", "§7Strength: §c+25", "§7Crit Damage: §c+25%", + " §8[§7❁§8]", "", "§7Health: §a+240 HP", "§7Defense: §a+110", @@ -30,9 +31,9 @@ "internalname": "SHADOW_ASSASSIN_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_HELMET.json b/items/SHADOW_ASSASSIN_HELMET.json index 0ba81868..62ddbcb3 100644 --- a/items/SHADOW_ASSASSIN_HELMET.json +++ b/items/SHADOW_ASSASSIN_HELMET.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+160 HP\",5:\"§7Defense: §a+70\",6:\"§7Speed: §a+7\",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:\" §8[§7❁§8]\",4:\"\",5:\"§7Health: §a+160 HP\",6:\"§7Defense: §a+70\",7:\"§7Speed: §a+7\",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Grants invisibility\",17:\"§7and §f+20✦ Speed §7for §b10\",18:\"§b§7seconds.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4❣ §cRequires §aCatacombs Floor V\",22:\"§aCompletion\",23:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d370", "§7Strength: §c+25", "§7Crit Damage: §c+25%", + " §8[§7❁§8]", "", "§7Health: §a+160 HP", "§7Defense: §a+70", @@ -31,9 +32,9 @@ "internalname": "SHADOW_ASSASSIN_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_LEGGINGS.json b/items/SHADOW_ASSASSIN_LEGGINGS.json index 380bc6af..c4adb2c0 100644 --- a/items/SHADOW_ASSASSIN_LEGGINGS.json +++ b/items/SHADOW_ASSASSIN_LEGGINGS.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+210 HP\",5:\"§7Defense: §a+95\",6:\"§7Speed: §a+7\",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:\" §8[§7❁§8]\",4:\"\",5:\"§7Health: §a+210 HP\",6:\"§7Defense: §a+95\",7:\"§7Speed: §a+7\",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Restores §c1% §7of\",17:\"§7your maximum health.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§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", "§7Strength: §c+25", "§7Crit Damage: §c+25%", + " §8[§7❁§8]", "", "§7Health: §a+210 HP", "§7Defense: §a+95", @@ -30,9 +31,9 @@ "internalname": "SHADOW_ASSASSIN_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHADOW_FURY.json b/items/SHADOW_FURY.json index 767c2bb1..335362b4 100644 --- a/items/SHADOW_FURY.json +++ b/items/SHADOW_FURY.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§f§f§6Shadow Fury", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d525 \",1:\"§7Damage: §c+300 \",2:\"§7Strength: §c+125 \",3:\"\",4:\"§7Speed: §a+30 \",5:\"\",6:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e10\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§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: §d525 \",1:\"§7Damage: §c+300 \",2:\"§7Strength: §c+125 \",3:\"§7Speed: §a+30 \",4:\" §8[§7❁§8]\",5:\"\",6:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e10\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Shadow Fury\"},ExtraAttributes:{id:\"SHADOW_FURY\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Gear Score: §d525 ", "§7Damage: §c+300 ", "§7Strength: §c+125 ", - "", "§7Speed: §a+30 ", + " §8[§7❁§8]", "", "§6Ability: Shadow Fury §e§lRIGHT CLICK", "§7Rapidly teleports you to up to", @@ -30,4 +30,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury" ] -} +}
\ No newline at end of file diff --git a/items/SHARK_SCALE_BOOTS.json b/items/SHARK_SCALE_BOOTS.json index 7f05a586..8d8e3d29 100644 --- a/items/SHARK_SCALE_BOOTS.json +++ b/items/SHARK_SCALE_BOOTS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Shark Scale Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+100\",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 HP\",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\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", - "", "§7Health: §a+100 HP", "§7Defense: §a+100", + " §8[§7❈§8] §8[§7❈§8]", "", "§6Full Set Bonus: Absorb", "§7§9Doubles§7 your §a❈ Defense§7", @@ -41,4 +41,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHARK_SCALE_CHESTPLATE.json b/items/SHARK_SCALE_CHESTPLATE.json index 768693ea..2f06c923 100644 --- a/items/SHARK_SCALE_CHESTPLATE.json +++ b/items/SHARK_SCALE_CHESTPLATE.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Shark Scale Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+175 HP\",3:\"§7Defense: §a+175\",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 HP\",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\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", - "", "§7Health: §a+175 HP", "§7Defense: §a+175", + " §8[§7❈§8] §8[§7❈§8]", "", "§6Full Set Bonus: Absorb", "§7§9Doubles§7 your §a❈ Defense§7", @@ -41,4 +41,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHARK_SCALE_HELMET.json b/items/SHARK_SCALE_HELMET.json index e54251f2..512b9c7f 100644 --- a/items/SHARK_SCALE_HELMET.json +++ b/items/SHARK_SCALE_HELMET.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Shark 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:\"\",2:\"§7Health: §a+120 HP\",3:\"§7Defense: §a+120\",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 HP\",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\"}}", "damage": 3, "lore": [ "§7Sea Creature Chance: §c+2.5%", - "", "§7Health: §a+120 HP", "§7Defense: §a+120", + " §8[§7❈§8] §8[§7❈§8]", "", "§6Full Set Bonus: Absorb", "§7§9Doubles§7 your §a❈ Defense§7", @@ -41,4 +41,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SHARK_SCALE_LEGGINGS.json b/items/SHARK_SCALE_LEGGINGS.json index 9035474c..2a2abf00 100644 --- a/items/SHARK_SCALE_LEGGINGS.json +++ b/items/SHARK_SCALE_LEGGINGS.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Shark Scale Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+150 HP\",3:\"§7Defense: §a+150\",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 HP\",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\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+2.5%", - "", "§7Health: §a+150 HP", "§7Defense: §a+150", + " §8[§7❈§8] §8[§7❈§8]", "", "§6Full Set Bonus: Absorb", "§7§9Doubles§7 your §a❈ Defense§7", @@ -41,4 +41,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shark_Scale_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SORROW_BOOTS.json b/items/SORROW_BOOTS.json index 471ea60f..5a4abbfa 100644 --- a/items/SORROW_BOOTS.json +++ b/items/SORROW_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_boots", "displayname": "§6Sorrow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\" §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]\",5:\"\",6:\"§6Ability: Mist Aura\",7:\"§7Hides the wearer in a guise of\",8:\"§7mist.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Sorrow Boots\"},ExtraAttributes:{id:\"SORROW_BOOTS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", "§7True Defense: §a+75", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", + " §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]", "", "§6Ability: Mist Aura", "§7Hides the wearer in a guise of", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SORROW_CHESTPLATE.json b/items/SORROW_CHESTPLATE.json index 8f989fbd..52a9ffb1 100644 --- a/items/SORROW_CHESTPLATE.json +++ b/items/SORROW_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_chestplate", "displayname": "§6Sorrow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\" §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]\",5:\"\",6:\"§6Ability: Mist Aura\",7:\"§7Hides the wearer in a guise of\",8:\"§7mist.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Sorrow Chestplate\"},ExtraAttributes:{id:\"SORROW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", "§7True Defense: §a+75", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", + " §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]", "", "§6Ability: Mist Aura", "§7Hides the wearer in a guise of", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SORROW_HELMET.json b/items/SORROW_HELMET.json index ca7f71c6..de78c475 100644 --- a/items/SORROW_HELMET.json +++ b/items/SORROW_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_helmet", "displayname": "§6Sorrow Helmet", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Sorrow Helmet\"},ExtraAttributes:{id:\"SORROW_HELMET\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\" §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]\",5:\"\",6:\"§6Ability: Mist Aura\",7:\"§7Hides the wearer in a guise of\",8:\"§7mist.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY HELMET\"],Name:\"§6Sorrow Helmet\"},ExtraAttributes:{id:\"SORROW_HELMET\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", "§7True Defense: §a+75", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", + " §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]", "", "§6Ability: Mist Aura", "§7Hides the wearer in a guise of", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SORROW_LEGGINGS.json b/items/SORROW_LEGGINGS.json index d7eea910..e14e3b07 100644 --- a/items/SORROW_LEGGINGS.json +++ b/items/SORROW_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§6Sorrow Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\"\",5:\"§6Ability: Mist Aura\",6:\"§7Hides the wearer in a guise of\",7:\"§7mist.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Sorrow Leggings\"},ExtraAttributes:{id:\"SORROW_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Magic Find: §a+5\",1:\"§7True Defense: §a+75\",2:\"§7Mining Speed: §a+50\",3:\"§7Mining Fortune: §a+20\",4:\" §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]\",5:\"\",6:\"§6Ability: Mist Aura\",7:\"§7Hides the wearer in a guise of\",8:\"§7mist.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Sorrow Leggings\"},ExtraAttributes:{id:\"SORROW_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Magic Find: §a+5", "§7True Defense: §a+75", "§7Mining Speed: §a+50", "§7Mining Fortune: §a+20", + " §8[§7⸕§8] §8[§7☘§8] §8[§7❂§8]", "", "§6Ability: Mist Aura", "§7Hides the wearer in a guise of", @@ -35,4 +36,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Sorrow_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SPEED_WITHER_BOOTS.json b/items/SPEED_WITHER_BOOTS.json index c97e99b1..642c4524 100644 --- a/items/SPEED_WITHER_BOOTS.json +++ b/items/SPEED_WITHER_BOOTS.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Maxor\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+30%\",2:\"\",3:\"§7Health: §a+145 HP\",4:\"§7Defense: §a+65\",5:\"§7Speed: §a+30\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:9005512,Name:\"§6Maxor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d329\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+145 HP\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§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", "§7Crit Damage: §c+30%", - "", "§7Health: §a+145 HP", "§7Defense: §a+65", "§7Speed: §a+30", "§7Intelligence: §a+10", + " §8[§8⚔§8] §8[§8⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SPEED_WITHER_CHESTPLATE.json b/items/SPEED_WITHER_CHESTPLATE.json index 1ffb8eec..44cc41a9 100644 --- a/items/SPEED_WITHER_CHESTPLATE.json +++ b/items/SPEED_WITHER_CHESTPLATE.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Maxor\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+30%\",2:\"\",3:\"§7Health: §a+260 HP\",4:\"§7Defense: §a+120\",5:\"§7Speed: §a+30\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4854967,Name:\"§6Maxor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d554\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+260 HP\",3:\"§7Defense: §a+120\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§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", "§7Crit Damage: §c+30%", - "", "§7Health: §a+260 HP", "§7Defense: §a+120", "§7Speed: §a+30", "§7Intelligence: §a+10", + " §8[§8⚔§8] §8[§8⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/SPEED_WITHER_HELMET.json b/items/SPEED_WITHER_HELMET.json index eee5e5ee..bfeb84a1 100644 --- a/items/SPEED_WITHER_HELMET.json +++ b/items/SPEED_WITHER_HELMET.json @@ -6,11 +6,11 @@ "lore": [ "§7Gear Score: §d397", "§7Crit Damage: §c+30%", - "", "§7Health: §a+180 HP", "§7Defense: §a+80", "§7Speed: §a+30", "§7Intelligence: §a+15", + " §8[§8⚔§8] §8[§8⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", diff --git a/items/SPEED_WITHER_LEGGINGS.json b/items/SPEED_WITHER_LEGGINGS.json index c159e6e4..d604cfcb 100644 --- a/items/SPEED_WITHER_LEGGINGS.json +++ b/items/SPEED_WITHER_LEGGINGS.json @@ -1,16 +1,16 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Maxor\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+30%\",2:\"\",3:\"§7Health: §a+230 HP\",4:\"§7Defense: §a+105\",5:\"§7Speed: §a+30\",6:\"§7Intelligence: §a+10\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:6107065,Name:\"§6Maxor\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SPEED_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d494\",1:\"§7Crit Damage: §c+30%\",2:\"§7Health: §a+230 HP\",3:\"§7Defense: §a+105\",4:\"§7Speed: §a+30\",5:\"§7Intelligence: §a+10\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",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:\"§7Reduces the damage you take\",16:\"§7from withers by §c10%§7.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor VII\",20:\"§aCompletion\",21:\"§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", "§7Crit Damage: §c+30%", - "", "§7Health: §a+230 HP", "§7Defense: §a+105", "§7Speed: §a+30", "§7Intelligence: §a+10", + " §8[§8⚔§8] §8[§8⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -47,4 +47,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_BOOTS.json b/items/STARRED_ADAPTIVE_BOOTS.json index faff9797..6dd6e908 100644 --- a/items/STARRED_ADAPTIVE_BOOTS.json +++ b/items/STARRED_ADAPTIVE_BOOTS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5⚚ Adaptive Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+100 HP \",4:\"§7Defense: §a+55 \",5:\"§7Intelligence: §a+15 \",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:{id:\"STARRED_ADAPTIVE_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 \",1:\"§7Strength: §c+15 \",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Health: §a+100 HP \",5:\"§7Defense: §a+55 \",6:\"§7Intelligence: §a+15 \",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5⚚ Adaptive Boots\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d283 ", "§7Strength: §c+15 ", + " §8[§7⚔§8]", "", "§7Health: §a+100 HP ", "§7Defense: §a+55 ", @@ -45,10 +46,10 @@ "internalname": "STARRED_ADAPTIVE_BOOTS", "parent": "ADAPTIVE_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_CHESTPLATE.json b/items/STARRED_ADAPTIVE_CHESTPLATE.json index 6227319b..86a9a5aa 100644 --- a/items/STARRED_ADAPTIVE_CHESTPLATE.json +++ b/items/STARRED_ADAPTIVE_CHESTPLATE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5⚚ Adaptive Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d443 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+180 HP \",4:\"§7Defense: §a+95 \",5:\"§7Intelligence: §a+15 \",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:{id:\"STARRED_ADAPTIVE_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d443 \",1:\"§7Strength: §c+15 \",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Health: §a+180 HP \",5:\"§7Defense: §a+95 \",6:\"§7Intelligence: §a+15 \",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5⚚ Adaptive Chestplate\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d443 ", "§7Strength: §c+15 ", + " §8[§7⚔§8]", "", "§7Health: §a+180 HP ", "§7Defense: §a+95 ", @@ -45,10 +46,10 @@ "internalname": "STARRED_ADAPTIVE_CHESTPLATE", "parent": "ADAPTIVE_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_HELMET.json b/items/STARRED_ADAPTIVE_HELMET.json index d64f8b01..776180cc 100644 --- a/items/STARRED_ADAPTIVE_HELMET.json +++ b/items/STARRED_ADAPTIVE_HELMET.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:skull", "displayname": "§5⚚ Adaptive Helm", - "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:\"\",3:\"§7Health: §a+120 HP\",4:\"§7Defense: §a+60\",5:\"§7Intelligence: §a+15\",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 Helm\"},ExtraAttributes:{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:\" §8[§7⚔§8]\",3:\"\",4:\"§7Health: §a+120 HP\",5:\"§7Defense: §a+60\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5⚚ Adaptive Helm\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d313", "§7Strength: §c+15", + " §8[§7⚔§8]", "", "§7Health: §a+120 HP", "§7Defense: §a+60", @@ -45,10 +46,10 @@ "internalname": "STARRED_ADAPTIVE_HELMET", "parent": "ADAPTIVE_HELMET", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_LEGGINGS.json b/items/STARRED_ADAPTIVE_LEGGINGS.json index 992e5b60..bef1645f 100644 --- a/items/STARRED_ADAPTIVE_LEGGINGS.json +++ b/items/STARRED_ADAPTIVE_LEGGINGS.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5⚚ Adaptive Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d378\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+155 HP\",4:\"§7Defense: §a+75\",5:\"§7Intelligence: §a+15\",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:{id:\"STARRED_ADAPTIVE_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d378\",1:\"§7Strength: §c+15\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Health: §a+155 HP\",5:\"§7Defense: §a+75\",6:\"§7Intelligence: §a+15\",7:\"\",8:\"§6Full Set Bonus: Efficient training\",9:\"§7Every §b5 §7Catacombs levels,\",10:\"§7this armor piece gains +§a2%\",11:\"§a§7stats.\",12:\"\",13:\"§7Grants additional bonuses based\",14:\"§7on your selected dungeon class!\",15:\"\",16:\"§bBerserk§7: §7+§c20❁ Strength\",17:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",18:\"§bMage§7: §7+§b50✎ Intelligence\",19:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",20:\"§7taken by §b5% §7for each piece you have equip if\",21:\"§7you are hit by the same monster within §e10\",22:\"§e§7seconds.\",23:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5⚚ Adaptive Leggings\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d378", "§7Strength: §c+15", + " §8[§7⚔§8]", "", "§7Health: §a+155 HP", "§7Defense: §a+75", @@ -45,10 +46,10 @@ "internalname": "STARRED_ADAPTIVE_LEGGINGS", "parent": "ADAPTIVE_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_BONZO_STAFF.json b/items/STARRED_BONZO_STAFF.json index 41ba2148..00bab42e 100644 --- a/items/STARRED_BONZO_STAFF.json +++ b/items/STARRED_BONZO_STAFF.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§9⚚ Bonzo\u0027s Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310 \",1:\"§7Damage: §c+160 \",2:\"\",3:\"§7Intelligence: §a+300 \",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\u0027s Staff\"},ExtraAttributes:{id:\"STARRED_BONZO_STAFF\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310 \",1:\"§7Damage: §c+160 \",2:\"§7Intelligence: §a+300\",3:\" §8[§7✎§8] §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,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\u0027s Staff\"},ExtraAttributes:{id:\"STARRED_BONZO_STAFF\"}}", "damage": 0, "lore": [ "§7Gear Score: §d310 ", "§7Damage: §c+160 ", - "", - "§7Intelligence: §a+300 ", + "§7Intelligence: §a+300", + " §8[§7✎§8] §8[§7✎§8] ", "", "§6Ability: Showtime §e§lRIGHT CLICK", "§7Shoots balloons that create a", @@ -39,4 +39,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_BOOTS.json b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json index b84c361c..c5f20dab 100644 --- a/items/STARRED_SHADOW_ASSASSIN_BOOTS.json +++ b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+135 HP \",5:\"§7Defense: §a+55 \",6:\"§7Speed: §a+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:{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:\" §8[§7⚔§8]\",4:\"\",5:\"§7Health: §a+135 HP \",6:\"§7Defense: §a+55 \",7:\"§7Speed: §a+8 \",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Restores §b10\",17:\"§b§7mana.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6⚚ Shadow Assassin Boots\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d320 ", "§7Strength: §c+30 ", "§7Crit Damage: §c+25% ", + " §8[§7⚔§8]", "", "§7Health: §a+135 HP ", "§7Defense: §a+55 ", @@ -41,10 +42,10 @@ "internalname": "STARRED_SHADOW_ASSASSIN_BOOTS", "parent": "SHADOW_ASSASSIN_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json index 0c385beb..0016a3b8 100644 --- a/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json +++ b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+250 HP \",5:\"§7Defense: §a+110 \",6:\"§7Speed: §a+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:{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:\" §8[§7⚔§8]\",4:\"\",5:\"§7Health: §a+250 HP \",6:\"§7Defense: §a+110 \",7:\"§7Speed: §a+8 \",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Grants §c+10❁\",17:\"§cStrength §7for §b10 §7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6⚚ Shadow Assassin Chestplate\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d545 ", "§7Strength: §c+30 ", "§7Crit Damage: §c+25% ", + " §8[§7⚔§8]", "", "§7Health: §a+250 HP ", "§7Defense: §a+110 ", @@ -41,10 +42,10 @@ "internalname": "STARRED_SHADOW_ASSASSIN_CHESTPLATE", "parent": "SHADOW_ASSASSIN_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_HELMET.json b/items/STARRED_SHADOW_ASSASSIN_HELMET.json index 924aa6ae..76a4df64 100644 --- a/items/STARRED_SHADOW_ASSASSIN_HELMET.json +++ b/items/STARRED_SHADOW_ASSASSIN_HELMET.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+170 HP \",5:\"§7Defense: §a+70 \",6:\"§7Speed: §a+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:{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:\" §8[§7⚔§8]\",4:\"\",5:\"§7Health: §a+170 HP \",6:\"§7Defense: §a+70 \",7:\"§7Speed: §a+8 \",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Grants invisibility\",17:\"§7and §f+20✦ Speed §7for §b10\",18:\"§b§7seconds.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4❣ §cRequires §aCatacombs Floor V\",22:\"§aCompletion\",23:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Shadow Assassin Helmet\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d385 ", "§7Strength: §c+30 ", "§7Crit Damage: §c+25% ", + " §8[§7⚔§8]", "", "§7Health: §a+170 HP ", "§7Defense: §a+70 ", @@ -42,10 +43,10 @@ "internalname": "STARRED_SHADOW_ASSASSIN_HELMET", "parent": "SHADOW_ASSASSIN_HELMET", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json index 02a764bb..6f752dd1 100644 --- a/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json +++ b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json @@ -1,12 +1,13 @@ { "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:\"\",4:\"§7Health: §a+220 HP \",5:\"§7Defense: §a+95 \",6:\"§7Speed: §a+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:{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:\" §8[§7⚔§8]\",4:\"\",5:\"§7Health: §a+220 HP \",6:\"§7Defense: §a+95 \",7:\"§7Speed: §a+8 \",8:\"\",9:\"§6Full Set Bonus: Shadow Assassin\",10:\"§7Collect the shadows of the\",11:\"§7enemies you kill increasing your\",12:\"§7damage for the rest of the\",13:\"§7dungeon while wearing this set.\",14:\"§7§c+1❁ Strength §7every kill\",15:\"\",16:\"§7On teleport: Restores §c1% §7of\",17:\"§7your maximum health.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6⚚ Shadow Assassin Leggings\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d485 ", "§7Strength: §c+30 ", "§7Crit Damage: §c+25% ", + " §8[§7⚔§8]", "", "§7Health: §a+220 HP ", "§7Defense: §a+95 ", @@ -41,10 +42,10 @@ "internalname": "STARRED_SHADOW_ASSASSIN_LEGGINGS", "parent": "SHADOW_ASSASSIN_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" ] -} +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_FURY.json b/items/STARRED_SHADOW_FURY.json index cde86ff4..2e719432 100644 --- a/items/STARRED_SHADOW_FURY.json +++ b/items/STARRED_SHADOW_FURY.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§6⚚ Shadow Fury", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310\",2:\"§7Strength: §c+130\",3:\"\",4:\"§7Speed: §a+40\",5:\"\",6:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e12\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{id:\"STARRED_SHADOW_FURY\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540\",1:\"§7Damage: §c+310\",2:\"§7Strength: §c+130\",3:\"§7Speed: §a+40\",4:\" §8[§7❁§8] §8[§7⚔§8]\",5:\"\",6:\"§6Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e12\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{id:\"STARRED_SHADOW_FURY\"}}", "damage": 0, "lore": [ "§7Gear Score: §d540", "§7Damage: §c+310", "§7Strength: §c+130", - "", "§7Speed: §a+40", + " §8[§7❁§8] §8[§7⚔§8]", "", "§6Ability: Shadow Fury §e§lRIGHT CLICK", "§7Rapidly teleports you to up to", @@ -42,4 +42,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json index 9a112d22..0db62afb 100644 --- a/items/STARRED_STONE_BLADE.json +++ b/items/STARRED_STONE_BLADE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5⚚ Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\"\",3:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",4:\"\",5:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",6:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",7:\"§bMage§7: §7+§b200✎ Intelligence\",8:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",9:\"§bArcher§7: §7+§9100☠ Crit Damage\",10:\"\",11:\"§eRight-click to use your class ability!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{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:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{id:\"STARRED_STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d240", "§7Damage: §c+190", + " §8[§7⚔§8]", "", "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", "", @@ -34,10 +35,10 @@ "internalname": "STARRED_STONE_BLADE", "parent": "STONE_BLADE", "clickcommand": "viewrecipe", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade" ] -} +}
\ No newline at end of file diff --git a/items/STONE_BLADE.json b/items/STONE_BLADE.json index 85295901..24b49c34 100644 --- a/items/STONE_BLADE.json +++ b/items/STONE_BLADE.json @@ -1,11 +1,12 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\"\",3:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",4:\"\",5:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",6:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",7:\"§bMage§7: §7+§b200✎ Intelligence\",8:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",9:\"§bArcher§7: §7+§9100☠ Crit Damage\",10:\"\",11:\"§eRight-click to use your class ability!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor II\",15:\"§aCompletion\",16:\"§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 §aCatacombs Floor II\",16:\"§aCompletion\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d220", "§7Damage: §c+170", + " §8[§7☤§8]", "", "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", "", @@ -25,9 +26,9 @@ "internalname": "STONE_BLADE", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade" ] -} +}
\ No newline at end of file diff --git a/items/SUPERIOR_DRAGON_BOOTS.json b/items/SUPERIOR_DRAGON_BOOTS.json index 071b25ff..3fdd4ea3 100644 --- a/items/SUPERIOR_DRAGON_BOOTS.json +++ b/items/SUPERIOR_DRAGON_BOOTS.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Superior Dragon Boots", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+80 HP\",5:\"§7Defense: §a+110\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY BOOTS\"],color:15883544,Name:\"§6Superior Dragon Boots\"},ExtraAttributes:{color:\"242:93:24\",id:\"SUPERIOR_DRAGON_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+80 HP\",4:\"§7Defense: §a+110\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§7⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY BOOTS\"],color:15883544,Name:\"§6Superior Dragon Boots\"},ExtraAttributes:{color:\"242:93:24\",id:\"SUPERIOR_DRAGON_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", "§7Crit Chance: §c+2%", "§7Crit Damage: §c+10%", - "", "§7Health: §a+80 HP", "§7Defense: §a+110", "§7Speed: §a+3", "§7Intelligence: §a+25", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Superior Blood", "§7Most of your stats are increased by", @@ -35,9 +35,10 @@ }, "internalname": "SUPERIOR_DRAGON_BOOTS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superior_Dragon_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SUPERIOR_DRAGON_CHESTPLATE.json b/items/SUPERIOR_DRAGON_CHESTPLATE.json index f875c222..681d02bb 100644 --- a/items/SUPERIOR_DRAGON_CHESTPLATE.json +++ b/items/SUPERIOR_DRAGON_CHESTPLATE.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Superior Dragon Chestplate", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+150 HP\",5:\"§7Defense: §a+190\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY CHESTPLATE\"],color:15916817,Name:\"§6Superior Dragon Chestplate\"},ExtraAttributes:{color:\"242:223:17\",id:\"SUPERIOR_DRAGON_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+150 HP\",4:\"§7Defense: §a+190\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§7⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY CHESTPLATE\"],color:15916817,Name:\"§6Superior Dragon Chestplate\"},ExtraAttributes:{color:\"242:223:17\",id:\"SUPERIOR_DRAGON_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", "§7Crit Chance: §c+2%", "§7Crit Damage: §c+10%", - "", "§7Health: §a+150 HP", "§7Defense: §a+190", "§7Speed: §a+3", "§7Intelligence: §a+25", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Superior Blood", "§7Most of your stats are increased by", @@ -35,9 +35,10 @@ }, "internalname": "SUPERIOR_DRAGON_CHESTPLATE", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superior_Dragon_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SUPERIOR_DRAGON_HELMET.json b/items/SUPERIOR_DRAGON_HELMET.json index cbe3b6fb..beb7fb9f 100644 --- a/items/SUPERIOR_DRAGON_HELMET.json +++ b/items/SUPERIOR_DRAGON_HELMET.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:skull", "displayname": "§6Superior Dragon Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f69ba621-a8b6-31a7-8de1-dc7ade140e1d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMDMyOWY0MjE5MmVlN2MxYTBjNzA0ZjgyZGJiYmU3YzAwZmJmYTNmMDIwYzEwNjdhMjA4NjMwYjk5MWI5ODgifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+90 HP\",5:\"§7Defense: §a+130\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY HELMET\"],Name:\"§6Superior Dragon Helmet\"},ExtraAttributes:{id:\"SUPERIOR_DRAGON_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f69ba621-a8b6-31a7-8de1-dc7ade140e1d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzFlMDMyOWY0MjE5MmVlN2MxYTBjNzA0ZjgyZGJiYmU3YzAwZmJmYTNmMDIwYzEwNjdhMjA4NjMwYjk5MWI5ODgifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+90 HP\",4:\"§7Defense: §a+130\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§7⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY HELMET\"],Name:\"§6Superior Dragon Helmet\"},ExtraAttributes:{id:\"SUPERIOR_DRAGON_HELMET\"}}", "damage": 3, "lore": [ "§7Strength: §c+10", "§7Crit Chance: §c+2%", "§7Crit Damage: §c+10%", - "", "§7Health: §a+90 HP", "§7Defense: §a+130", "§7Speed: §a+3", "§7Intelligence: §a+25", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Superior Blood", "§7Most of your stats are increased by", @@ -35,9 +35,10 @@ }, "internalname": "SUPERIOR_DRAGON_HELMET", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superior_Dragon_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/SUPERIOR_DRAGON_LEGGINGS.json b/items/SUPERIOR_DRAGON_LEGGINGS.json index 3f306c4e..62fcaa04 100644 --- a/items/SUPERIOR_DRAGON_LEGGINGS.json +++ b/items/SUPERIOR_DRAGON_LEGGINGS.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Superior Dragon Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"\",4:\"§7Health: §a+130 HP\",5:\"§7Defense: §a+170\",6:\"§7Speed: §a+3\",7:\"§7Intelligence: §a+25\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY LEGGINGS\"],color:15916817,Name:\"§6Superior Dragon Leggings\"},ExtraAttributes:{color:\"242:223:17\",bossId:\"4cd1590f-3f5b-4340-869d-695dd0d769f8\",spawnedFor:\"ac3013cb-af09-43f8-9feb-056cb30d2b27\",id:\"SUPERIOR_DRAGON_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+10%\",3:\"§7Health: §a+130 HP\",4:\"§7Defense: §a+170\",5:\"§7Speed: §a+3\",6:\"§7Intelligence: §a+25\",7:\" §8[§7⚔§8]\",8:\"\",9:\"§6Full Set Bonus: Superior Blood\",10:\"§7Most of your stats are increased by\",11:\"§7§a5%§7 and §6Aspect of the\",12:\"§6Dragons§7 ability deals §a50%§7\",13:\"§7more damage.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY LEGGINGS\"],color:15916817,Name:\"§6Superior Dragon Leggings\"},ExtraAttributes:{color:\"242:223:17\",bossId:\"4cd1590f-3f5b-4340-869d-695dd0d769f8\",spawnedFor:\"ac3013cb-af09-43f8-9feb-056cb30d2b27\",id:\"SUPERIOR_DRAGON_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", "§7Crit Chance: §c+2%", "§7Crit Damage: §c+10%", - "", "§7Health: §a+130 HP", "§7Defense: §a+170", "§7Speed: §a+3", "§7Intelligence: §a+25", + " §8[§7⚔§8]", "", "§6Full Set Bonus: Superior Blood", "§7Most of your stats are increased by", @@ -35,9 +35,10 @@ }, "internalname": "SUPERIOR_DRAGON_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Superior_Dragon_Armor" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file diff --git a/items/TANK_WITHER_BOOTS.json b/items/TANK_WITHER_BOOTS.json index 1452588a..99cacdb8 100644 --- a/items/TANK_WITHER_BOOTS.json +++ b/items/TANK_WITHER_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Goldor\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190 HP\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:8946558,Name:\"§6Goldor\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d555\",1:\"§7Health: §a+190 HP\",2:\"§7Defense: §a+165\",3:\"§7Intelligence: §a+20\",4:\" §8[§7☤§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d555", "§7Health: §a+190 HP", "§7Defense: §a+165", "§7Intelligence: §a+20", + " §8[§7☤§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/TANK_WITHER_CHESTPLATE.json b/items/TANK_WITHER_CHESTPLATE.json index 3bba32d3..86da316b 100644 --- a/items/TANK_WITHER_CHESTPLATE.json +++ b/items/TANK_WITHER_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Goldor\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310 HP\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:4538684,Name:\"§6Goldor\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d895\",1:\"§7Health: §a+310 HP\",2:\"§7Defense: §a+275\",3:\"§7Intelligence: §a+20\",4:\" §8[§7☤§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d895", "§7Health: §a+310 HP", "§7Defense: §a+275", "§7Intelligence: §a+20", + " §8[§7☤§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/TANK_WITHER_HELMET.json b/items/TANK_WITHER_HELMET.json index f96e3b71..e4244a0b 100644 --- a/items/TANK_WITHER_HELMET.json +++ b/items/TANK_WITHER_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "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 HP\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_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 HP\",2:\"§7Defense: §a+180\",3:\"§7Intelligence: §a+30\",4:\" §8[§7☤§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Goldor\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"TANK_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d610", "§7Health: §a+210 HP", "§7Defense: §a+180", "§7Intelligence: §a+30", + " §8[§7☤§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/TANK_WITHER_LEGGINGS.json b/items/TANK_WITHER_LEGGINGS.json index e30311e6..0704ac4c 100644 --- a/items/TANK_WITHER_LEGGINGS.json +++ b/items/TANK_WITHER_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Goldor\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d725\",1:\"§7Health: §a+250 HP\",2:\"§7Defense: §a+220\",3:\"§7Intelligence: §a+20\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§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+250 HP\",2:\"§7Defense: §a+220\",3:\"§7Intelligence: §a+20\",4:\" §8[§7☤§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d725", "§7Health: §a+250 HP", "§7Defense: §a+220", "§7Intelligence: §a+20", + " §8[§7☤§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goldor\u0027s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_2.json b/items/TITANIUM_DRILL_2.json index 7492a7fa..ccdfdb5c 100644 --- a/items/TITANIUM_DRILL_2.json +++ b/items/TITANIUM_DRILL_2.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Titanium Drill DR-X455", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 8\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+900\",5:\"§7Mining Fortune: §a+40\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X355 §7x1\",33:\"§5Refined Diamond §7x10\",34:\"§6Refined Titanium §7x16\",35:\"§9Mithril Plate §7x6\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X455\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_2\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 8\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+900\",4:\"§7Mining Fortune: §a+40\",5:\" §8[§7⸕§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X355 §7x1\",33:\"§5Refined Diamond §7x10\",34:\"§6Refined Titanium §7x16\",35:\"§9Mithril Plate §7x6\",36:\"\",37:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X455\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_2\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 8", "", "§7Damage: §c+75", - "", "§7Mining Speed: §a+900", "§7Mining Fortune: §a+40", + " §8[§7⸕§8]", "", "§7Fuel Tank: §cNot Installed", "§7§7Increases fuel capacity with", @@ -51,4 +51,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X455" ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_3.json b/items/TITANIUM_DRILL_3.json index 510cef9b..bdeec495 100644 --- a/items/TITANIUM_DRILL_3.json +++ b/items/TITANIUM_DRILL_3.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§5Titanium Drill DR-X555", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+1,200 \",5:\"§7Mining Fortune: §a+70\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X455 §7x1\",33:\"§5Refined Diamond §7x20\",34:\"§6Refined Titanium §7x32\",35:\"§9Enchanted Iron Block §7x2\",36:\"§9Mithril Plate §7x15\",37:\"§9Plasma §7x20\",38:\"\",39:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X555\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_3\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,200 \",4:\"§7Mining Fortune: §a+70\",5:\" §8[§7⸕§8] §8[§7☘§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X455 §7x1\",33:\"§5Refined Diamond §7x20\",34:\"§6Refined Titanium §7x32\",35:\"§9Enchanted Iron Block §7x2\",36:\"§9Mithril Plate §7x15\",37:\"§9Plasma §7x20\",38:\"\",39:\"§7Duration: §b30s\"],Name:\"§5Titanium Drill DR-X555\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_3\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", "", "§7Damage: §c+75", - "", "§7Mining Speed: §a+1,200 ", "§7Mining Fortune: §a+70", + " §8[§7⸕§8] §8[§7☘§8]", "", "§7Fuel Tank: §cNot Installed", "§7§7Increases fuel capacity with", @@ -53,4 +53,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X555" ] -} +}
\ No newline at end of file diff --git a/items/TITANIUM_DRILL_4.json b/items/TITANIUM_DRILL_4.json index 88ef5008..b67dca81 100644 --- a/items/TITANIUM_DRILL_4.json +++ b/items/TITANIUM_DRILL_4.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§6Titanium Drill DR-X655", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+1,600 \",5:\"§7Mining Fortune: §a+120\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§6§lLEGENDARY DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X555 §7x1\",33:\"§5Corleonite §7x30\",34:\"§9Flawless Ruby Gemstone §7x1\",35:\"§5Refined Diamond §7x5\",36:\"§9Gemstone Mixture §7x16\",37:\"§6Refined Titanium §7x12\",38:\"§9Mithril Plate §7x5\",39:\"\",40:\"§7Duration: §b30s\"],Name:\"§6Titanium Drill DR-X655\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_4\",enchantments:{}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"§7Mining Speed: §a+1,600 \",4:\"§7Mining Fortune: §a+120\",5:\" §8[§7⸕§8] §8[§7☘§8] §8[§7✦§8]\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§6§lLEGENDARY DRILL\",30:\"\",31:\"§eItems Required\",32:\"§5Titanium Drill DR-X555 §7x1\",33:\"§5Corleonite §7x30\",34:\"§9❤ §9Flawless Ruby Gemstone §7x1\",35:\"§5Refined Diamond §7x5\",36:\"§9Gemstone Mixture §7x16\",37:\"§6Refined Titanium §7x12\",38:\"§9Mithril Plate §7x5\",39:\"\",40:\"§7Duration: §b30s\"],Name:\"§6Titanium Drill DR-X655\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"TITANIUM_DRILL_4\",enchantments:{}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§8Breaking Power 9", "", "§7Damage: §c+75", - "", "§7Mining Speed: §a+1,600 ", "§7Mining Fortune: §a+120", + " §8[§7⸕§8] §8[§7☘§8] §8[§7✦§8]", "", "§7Fuel Tank: §cNot Installed", "§7§7Increases fuel capacity with", @@ -38,7 +38,7 @@ "§eItems Required", "§5Titanium Drill DR-X555 §7x1", "§5Corleonite §7x30", - "§9Flawless Ruby Gemstone §7x1", + "§9❤ §9Flawless Ruby Gemstone §7x1", "§5Refined Diamond §7x5", "§9Gemstone Mixture §7x16", "§6Refined Titanium §7x12", @@ -54,4 +54,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X655" ] -} +}
\ No newline at end of file diff --git a/items/VALKYRIE.json b/items/VALKYRIE.json index 66cd6408..b5257fc5 100644 --- a/items/VALKYRIE.json +++ b/items/VALKYRIE.json @@ -1,15 +1,15 @@ { "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:\"\",4:\"§7Intelligence: §a+60\",5:\"§7Ferocity: §a+60\",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[§7❁§8] §8[§7⚔§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\"}}", "damage": 0, "lore": [ "§7Gear Score: §d505", "§7Damage: §c+270", "§7Strength: §c+145", - "", "§7Intelligence: §a+60", "§7Ferocity: §a+60", + " §8[§7❁§8] §8[§7⚔§8]", "", "§7Deals +§c50% §7damage to", "§7Withers. Grants §c+1 §c❁ Damage", @@ -45,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Valkyrie" ] -} +}
\ No newline at end of file diff --git a/items/VOIDEDGE_KATANA.json b/items/VOIDEDGE_KATANA.json index 74a41f7e..2f7c28b3 100644 --- a/items/VOIDEDGE_KATANA.json +++ b/items/VOIDEDGE_KATANA.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§f§f§9Voidedge Katana", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+60\",2:\"§7Crit Damage: §c+20%\",3:\"\",4:\"§7Intelligence: §a+50\",5:\"\",6:\"§7Deal §a+150% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+200⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 3\",17:\"§9§lRARE SWORD\"],Name:\"§f§f§9Voidedge Katana\"},ExtraAttributes:{originTag:\"VOIDEDGE_KATANA\",id:\"VOIDEDGE_KATANA\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+125\",1:\"§7Strength: §c+60\",2:\"§7Crit Damage: §c+20%\",3:\"§7Intelligence: §a+50\",4:\" §8[§7❁§8] §8[§7✎§8]\",5:\"\",6:\"§7Deal §a+150% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+200⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 3\",17:\"§9§lRARE SWORD\"],Name:\"§f§f§9Voidedge Katana\"},ExtraAttributes:{originTag:\"VOIDEDGE_KATANA\",id:\"VOIDEDGE_KATANA\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Damage: §c+125", "§7Strength: §c+60", "§7Crit Damage: §c+20%", - "", "§7Intelligence: §a+50", + " §8[§7❁§8] §8[§7✎§8]", "", "§7Deal §a+150% §7damage to Endermen§7.", "", @@ -42,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Voidedge_Katana" ] -} +}
\ No newline at end of file diff --git a/items/VORPAL_KATANA.json b/items/VORPAL_KATANA.json index 7a80c59b..08315729 100644 --- a/items/VORPAL_KATANA.json +++ b/items/VORPAL_KATANA.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§5Vorpal Katana", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+155\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§7Intelligence: §a+200\",5:\"\",6:\"§7Deal §a+200% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+300⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 5\",17:\"§5§lEPIC SWORD\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+155\",1:\"§7Strength: §c+80\",2:\"§7Crit Damage: §c+25%\",3:\"§7Intelligence: §a+200\",4:\" §8[§7❁§8] §8[§7✎§8]\",5:\"\",6:\"§7Deal §a+200% §7damage to Endermen§7.\",7:\"\",8:\"§6Ability: Soulcry §e§lRIGHT CLICK\",9:\"§7Gain §c+300⫽ Ferocity §7against\",10:\"§7Endermen for §a4s\",11:\"§7§8Soulflow Cost: §31\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a4s\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4☠ §cRequires §5Enderman Slayer 5\",17:\"§5§lEPIC SWORD\"],Name:\"§5Vorpal Katana\"},ExtraAttributes:{id:\"VORPAL_KATANA\"}}", "damage": 0, "lore": [ "§7Damage: §c+155", "§7Strength: §c+80", "§7Crit Damage: §c+25%", - "", "§7Intelligence: §a+200", + " §8[§7❁§8] §8[§7✎§8]", "", "§7Deal §a+200% §7damage to Endermen§7.", "", @@ -42,4 +42,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Vorpal_Katana" ] -} +}
\ No newline at end of file diff --git a/items/WISE_WITHER_BOOTS.json b/items/WISE_WITHER_BOOTS.json index 7bc6c504..7f9c1627 100644 --- a/items/WISE_WITHER_BOOTS.json +++ b/items/WISE_WITHER_BOOTS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Storm\u0027s Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145 HP\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1889508,Name:\"§6Storm\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d425\",1:\"§7Health: §a+145 HP\",2:\"§7Defense: §a+65\",3:\"§7Intelligence: §a+250\",4:\" §8[§7✎§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\u0027s Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_BOOTS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d425", "§7Health: §a+145 HP", "§7Defense: §a+65", "§7Intelligence: §a+250", + " §8[§7✎§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/WISE_WITHER_CHESTPLATE.json b/items/WISE_WITHER_CHESTPLATE.json index bcca5580..9cb10507 100644 --- a/items/WISE_WITHER_CHESTPLATE.json +++ b/items/WISE_WITHER_CHESTPLATE.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Storm\u0027s Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260 HP\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1545156,Name:\"§6Storm\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d650\",1:\"§7Health: §a+260 HP\",2:\"§7Defense: §a+120\",3:\"§7Intelligence: §a+250\",4:\" §8[§7✎§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\u0027s Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d650", "§7Health: §a+260 HP", "§7Defense: §a+120", "§7Intelligence: §a+250", + " §8[§7✎§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/WISE_WITHER_HELMET.json b/items/WISE_WITHER_HELMET.json index 831095be..60b0806d 100644 --- a/items/WISE_WITHER_HELMET.json +++ b/items/WISE_WITHER_HELMET.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:skull", "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 HP\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_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 HP\",2:\"§7Defense: §a+80\",3:\"§7Intelligence: §a+400\",4:\" §8[§7✎§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aCatacombs Floor VII\",18:\"§aCompletion\",19:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Storm\u0027s Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_HELMET\"}}", "damage": 3, "lore": [ "§7Gear Score: §d565", "§7Health: §a+180 HP", "§7Defense: §a+80", "§7Intelligence: §a+400", + " §8[§7✎§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/WISE_WITHER_LEGGINGS.json b/items/WISE_WITHER_LEGGINGS.json index 4b2ec48f..08e78b11 100644 --- a/items/WISE_WITHER_LEGGINGS.json +++ b/items/WISE_WITHER_LEGGINGS.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Storm\u0027s Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230 HP\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1550532,Name:\"§6Storm\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d590\",1:\"§7Health: §a+230 HP\",2:\"§7Defense: §a+105\",3:\"§7Intelligence: §a+250\",4:\" §8[§7✎§8] §8[§7⚔§8]\",5:\"\",6:\"§6Full Set Bonus: Witherborn\",7:\"§7Spawns a wither minion every\",8:\"§7§e30 §7seconds up to a maximum\",9:\"§7§a1 §7wither. Your withers will\",10:\"§7travel to and explode on nearby\",11:\"§7enemies.\",12:\"\",13:\"§7Reduces the damage you take\",14:\"§7from withers by §c10%§7.\",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\u0027s Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WISE_WITHER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Gear Score: §d590", "§7Health: §a+230 HP", "§7Defense: §a+105", "§7Intelligence: §a+250", + " §8[§7✎§8] §8[§7⚔§8]", "", "§6Full Set Bonus: Witherborn", "§7Spawns a wither minion every", @@ -44,4 +45,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor" ] -} +}
\ No newline at end of file diff --git a/items/YETI_SWORD.json b/items/YETI_SWORD.json index 91cd1a94..4f4a18b3 100644 --- a/items/YETI_SWORD.json +++ b/items/YETI_SWORD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Yeti Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Ability: Terrain Toss §e§lRIGHT CLICK\",6:\"§7Throws a chunk of terrain in the\",7:\"§7direction you are facing! Deals\",8:\"§7up to §c4000 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Yeti Sword\"},ExtraAttributes:{id:\"YETI_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"§7Intelligence: §a+50\",3:\" §8[§7✎§8] §8[§7❁§8]\",4:\"\",5:\"§6Ability: Terrain Toss §e§lRIGHT CLICK\",6:\"§7Throws a chunk of terrain in the\",7:\"§7direction you are facing! Deals\",8:\"§7up to §c4000 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Yeti Sword\"},ExtraAttributes:{id:\"YETI_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", "§7Strength: §c+150", - "", "§7Intelligence: §a+50", + " §8[§7✎§8] §8[§7❁§8]", "", "§6Ability: Terrain Toss §e§lRIGHT CLICK", "§7Throws a chunk of terrain in the", @@ -38,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Yeti_Sword" ], "crafttext": "" -} +}
\ No newline at end of file diff --git a/items/ZOMBIE_SWORD.json b/items/ZOMBIE_SWORD.json index 1565fb2b..dc2bf5f0 100644 --- a/items/ZOMBIE_SWORD.json +++ b/items/ZOMBIE_SWORD.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:iron_sword", "displayname": "§9Zombie Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c120 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c40❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e4 §8/ §a15s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Zombie Sword\"},ExtraAttributes:{id:\"ZOMBIE_SWORD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+50\",2:\"§7Intelligence: §a+50\",3:\" §8[§7✎§8]\",4:\"\",5:\"§6Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c120 §7+ §c5%❤ §7and\",7:\"§7heal players within §a7 §7blocks\",8:\"§7for §c40❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e4 §8/ §a15s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Zombie Sword\"},ExtraAttributes:{id:\"ZOMBIE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+100", "§7Strength: §c+50", - "", "§7Intelligence: §a+50", + " §8[§7✎§8]", "", "§6Ability: Instant Heal §e§lRIGHT CLICK", "§7Heal for §c120 §7+ §c5%❤ §7and", @@ -38,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Sword" ], "crafttext": "Requires: Rotten Flesh VII" -} +}
\ No newline at end of file |