diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-24 17:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 15:56:09 +0000 |
| commit | f3dd8444ddb89d01e4ff3a44c99774f06049501e (patch) | |
| tree | 0bcc65d9ea30a7f591ddae557e21b55c9c5fb72b | |
| parent | 8f2145bae826b4cc8ab2a5ff10eccc0f3c6fae58 (diff) | |
| download | NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.gz NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.tar.bz2 NotEnoughUpdates-REPO-f3dd8444ddb89d01e4ff3a44c99774f06049501e.zip | |
0.20.1.0 changes (#1174)
* 0.20.1.0 changes
* Fixed hollow and fervor armor
67 files changed, 408 insertions, 132 deletions
diff --git a/constants/gemstonecosts.json b/constants/gemstonecosts.json index fa17b218..a07c2b72 100644 --- a/constants/gemstonecosts.json +++ b/constants/gemstonecosts.json @@ -73,6 +73,12 @@ "FLAWLESS_SAPPHIRE_GEM:2" ] }, + "AUGER_ROD": { + "AQUAMARINE_0": [ + "SKYBLOCK_COIN:100000", + "FINE_AQUAMARINE_GEM:40" + ] + }, "AURORA_BOOTS": { "COMBAT_0": [ "SKYBLOCK_COIN:250000", @@ -1409,6 +1415,12 @@ "FINE_JASPER_GEM:40" ] }, + "GIANT_FISHING_ROD": { + "AQUAMARINE_0": [ + "SKYBLOCK_COIN:100000", + "FINE_AQUAMARINE_GEM:40" + ] + }, "GLACITE_BOOTS": { "JADE_0": [ "SKYBLOCK_COIN:5000", diff --git a/constants/parents.json b/constants/parents.json index 776e6854..8319f3cd 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3515,5 +3515,8 @@ "ICE_COLD;3", "ICE_COLD;4", "ICE_COLD;5" + ], + "GLACITE_GOLEM;4": [ + "GLACITE_GOLEM;3" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 8fbdd9e8..38495a2f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1943,6 +1943,56 @@ } } }, + "GLACITE_GOLEM": { + "EPIC": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.2, + 1, + 0.01 + ], + "statNums": { + "MINING_SPEED": 1.25, + "COLD_RESISTANCE": 0.1 + } + }, + "100": { + "otherNums": [ + 20, + 100, + 1 + ], + "statNums": { + "MINING_SPEED": 125, + "COLD_RESISTANCE": 10 + } + } + } + }, "GOBLIN": { "LEGENDARY": { "1": { diff --git a/constants/pets.json b/constants/pets.json index be0c5675..05773940 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -299,6 +299,7 @@ "BINGO": "ALL", "EERIE": "COMBAT", "SLUG": "FARMING", - "OWL": "TAMING" + "OWL": "TAMING", + "GLACITE_GOLEM": "MINING" } }
\ No newline at end of file diff --git a/items/AUGER_ROD.json b/items/AUGER_ROD.json index aceacd57..f3845fb9 100644 --- a/items/AUGER_ROD.json +++ b/items/AUGER_ROD.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§6Auger Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+135\",1:\"§7Strength: §c+90\",2:\"§7Fishing Speed: §a+110\",3:\"\",4:\"§7Breaks nearby ice blocks where it\",5:\"§7lands.\",6:\"\",7:\"§7Triples the chance of the sea\",8:\"§7creatures that you spawn to be\",9:\"§7winter sea creatures.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aFishing Skill 25§c.\",13:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Auger Rod\"},ExtraAttributes:{id:\"AUGER_ROD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+135\",1:\"§7Strength: §c+90\",2:\"§7Fishing Speed: §a+110\",3:\" §8[§8α§8]\",4:\"\",5:\"§7Breaks nearby ice blocks where it\",6:\"§7lands.\",7:\"\",8:\"§7Triples the chance of the sea\",9:\"§7creatures that you spawn to be\",10:\"§7winter sea creatures.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aFishing Skill 25§c.\",14:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§6Auger Rod\"},ExtraAttributes:{id:\"AUGER_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+135", "§7Strength: §c+90", "§7Fishing Speed: §a+110", + " §8[§8α§8]", "", "§7Breaks nearby ice blocks where it", "§7lands.", @@ -32,7 +33,7 @@ }, "internalname": "AUGER_ROD", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Ice X", "infoType": "WIKI_URL", "info": [ diff --git a/items/BURNING_FERVOR_BOOTS.json b/items/BURNING_FERVOR_BOOTS.json index 80340711..a2f59782 100644 --- a/items/BURNING_FERVOR_BOOTS.json +++ b/items/BURNING_FERVOR_BOOTS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Fervor Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+254\",1:\"§7Defense: §a+135\",2:\"§7Intelligence: §a+8\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Fervor (0/4)\",6:\"§7Blocking damage with your sword grants\",7:\"§7you §c1 §7stack of §6Fervor ҉§7.\",8:\"§7\",9:\"§7Each §6Fervor ҉ §7stack reduces incoming\",10:\"§7damage by §c10%§7 (50% max).\",11:\"§7\",12:\"§7At §c5 §7stacks §dtaunt §7enemies when\",13:\"§7you are hit (5s cd) and gain §d3.0%\",14:\"§d§7damage reduction.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:501364,Name:\"§6Burning Fervor Boots\"},ExtraAttributes:{id:\"BURNING_FERVOR_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+254\",1:\"§7Defense: §a+135\",2:\"§7Intelligence: §a+8\",3:\"§7True Defense: §a+8\",4:\" §8[§8⚔§8] §8[§8⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Fervor (0/4)\",7:\"§7Blocking damage with your sword grants\",8:\"§7you §c1 §7stack of §6Fervor ҉§7.\",9:\"§7\",10:\"§7Each §6Fervor ҉ §7stack reduces incoming\",11:\"§7damage by §c10%§7 (50% max).\",12:\"§7\",13:\"§7At §c5 §7stacks §dtaunt §7enemies when\",14:\"§7you are hit (5s cd) and gain §d3.0%\",15:\"§d§7damage reduction.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY BOOTS\"],color:501364,Name:\"§6Burning Fervor Boots\"},ExtraAttributes:{id:\"BURNING_FERVOR_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+254", "§7Defense: §a+135", "§7Intelligence: §a+8", + "§7True Defense: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Fervor (0/4)", @@ -30,7 +31,7 @@ "internalname": "BURNING_FERVOR_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fervor_Armor", diff --git a/items/BURNING_FERVOR_CHESTPLATE.json b/items/BURNING_FERVOR_CHESTPLATE.json index bd8708ec..6a9bf9a4 100644 --- a/items/BURNING_FERVOR_CHESTPLATE.json +++ b/items/BURNING_FERVOR_CHESTPLATE.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Fervor Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+421\",1:\"§7Defense: §a+222\",2:\"§7Intelligence: §a+8\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Fervor (0/4)\",6:\"§7Blocking damage with your sword grants\",7:\"§7you §c1 §7stack of §6Fervor ҉§7.\",8:\"§7\",9:\"§7Each §6Fervor ҉ §7stack reduces incoming\",10:\"§7damage by §c10%§7 (50% max).\",11:\"§7\",12:\"§7At §c5 §7stacks §dtaunt §7enemies when\",13:\"§7you are hit (5s cd) and gain §d3.0%\",14:\"§d§7damage reduction.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:15746857,Name:\"§6Burning Fervor Chestplate\"},ExtraAttributes:{id:\"BURNING_FERVOR_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+421\",1:\"§7Defense: §a+222\",2:\"§7Intelligence: §a+8\",3:\"§7True Defense: §a+8\",4:\" §8[§8⚔§8] §8[§8⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Fervor (0/4)\",7:\"§7Blocking damage with your sword grants\",8:\"§7you §c1 §7stack of §6Fervor ҉§7.\",9:\"§7\",10:\"§7Each §6Fervor ҉ §7stack reduces incoming\",11:\"§7damage by §c10%§7 (50% max).\",12:\"§7\",13:\"§7At §c5 §7stacks §dtaunt §7enemies when\",14:\"§7you are hit (5s cd) and gain §d3.0%\",15:\"§d§7damage reduction.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY CHESTPLATE\"],color:15746857,Name:\"§6Burning Fervor Chestplate\"},ExtraAttributes:{id:\"BURNING_FERVOR_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Health: §a+421", "§7Defense: §a+222", "§7Intelligence: §a+8", + "§7True Defense: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Fervor (0/4)", @@ -30,7 +31,7 @@ "internalname": "BURNING_FERVOR_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fervor_Armor", diff --git a/items/BURNING_FERVOR_HELMET.json b/items/BURNING_FERVOR_HELMET.json index a8997df0..5711efa1 100644 --- a/items/BURNING_FERVOR_HELMET.json +++ b/items/BURNING_FERVOR_HELMET.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§6Burning Fervor Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"633cdb76-c0d8-3ac7-b141-00f724750934\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI4OTE5MSwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3ZTJkMTc3ZmFhYzg2N2M5ZTQ5NTQyYWE0ZWM4MzFiNDU4ZDg1MzdmMjA2NzIwMTRjOTE0OWU0ZGRiYTQzZDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+286\",1:\"§7Defense: §a+159\",2:\"§7Intelligence: §a+24\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Fervor (0/4)\",6:\"§7Blocking damage with your sword grants\",7:\"§7you §c1 §7stack of §6Fervor ҉§7.\",8:\"§7\",9:\"§7Each §6Fervor ҉ §7stack reduces incoming\",10:\"§7damage by §c10%§7 (50% max).\",11:\"§7\",12:\"§7At §c5 §7stacks §dtaunt §7enemies when\",13:\"§7you are hit (5s cd) and gain §d3.0%\",14:\"§d§7damage reduction.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Fervor Helmet\"},ExtraAttributes:{id:\"BURNING_FERVOR_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"633cdb76-c0d8-3ac7-b141-00f724750934\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI4OTE5MSwKICAicHJvZmlsZUlkIiA6ICJhYTZhNDA5NjU4YTk0MDIwYmU3OGQwN2JkMzVlNTg5MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiejE0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk3ZTJkMTc3ZmFhYzg2N2M5ZTQ5NTQyYWE0ZWM4MzFiNDU4ZDg1MzdmMjA2NzIwMTRjOTE0OWU0ZGRiYTQzZDYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+286\",1:\"§7Defense: §a+159\",2:\"§7Intelligence: §a+24\",3:\"§7True Defense: §a+8\",4:\" §8[§8⚔§8] §8[§8⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Fervor (0/4)\",7:\"§7Blocking damage with your sword grants\",8:\"§7you §c1 §7stack of §6Fervor ҉§7.\",9:\"§7\",10:\"§7Each §6Fervor ҉ §7stack reduces incoming\",11:\"§7damage by §c10%§7 (50% max).\",12:\"§7\",13:\"§7At §c5 §7stacks §dtaunt §7enemies when\",14:\"§7you are hit (5s cd) and gain §d3.0%\",15:\"§d§7damage reduction.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Fervor Helmet\"},ExtraAttributes:{id:\"BURNING_FERVOR_HELMET\"}}", "damage": 3, "lore": [ "§7Health: §a+286", "§7Defense: §a+159", "§7Intelligence: §a+24", + "§7True Defense: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Fervor (0/4)", @@ -30,7 +31,7 @@ "internalname": "BURNING_FERVOR_HELMET", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fervor_Armor", diff --git a/items/BURNING_FERVOR_LEGGINGS.json b/items/BURNING_FERVOR_LEGGINGS.json index e546c31b..e866dccc 100644 --- a/items/BURNING_FERVOR_LEGGINGS.json +++ b/items/BURNING_FERVOR_LEGGINGS.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Burning Fervor Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+333\",1:\"§7Defense: §a+183\",2:\"§7Intelligence: §a+8\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Fervor (0/4)\",6:\"§7Blocking damage with your sword grants\",7:\"§7you §c1 §7stack of §6Fervor ҉§7.\",8:\"§7\",9:\"§7Each §6Fervor ҉ §7stack reduces incoming\",10:\"§7damage by §c10%§7 (50% max).\",11:\"§7\",12:\"§7At §c5 §7stacks §dtaunt §7enemies when\",13:\"§7you are hit (5s cd) and gain §d3.0%\",14:\"§d§7damage reduction.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY LEGGINGS\"],color:1556361,Name:\"§6Burning Fervor Leggings\"},ExtraAttributes:{id:\"BURNING_FERVOR_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+333\",1:\"§7Defense: §a+183\",2:\"§7Intelligence: §a+8\",3:\"§7True Defense: §a+8\",4:\" §8[§8⚔§8] §8[§8⚔§8]\",5:\"\",6:\"§8Tiered Bonus: Fervor (0/4)\",7:\"§7Blocking damage with your sword grants\",8:\"§7you §c1 §7stack of §6Fervor ҉§7.\",9:\"§7\",10:\"§7Each §6Fervor ҉ §7stack reduces incoming\",11:\"§7damage by §c10%§7 (50% max).\",12:\"§7\",13:\"§7At §c5 §7stacks §dtaunt §7enemies when\",14:\"§7you are hit (5s cd) and gain §d3.0%\",15:\"§d§7damage reduction.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY LEGGINGS\"],color:1556361,Name:\"§6Burning Fervor Leggings\"},ExtraAttributes:{id:\"BURNING_FERVOR_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+333", "§7Defense: §a+183", "§7Intelligence: §a+8", + "§7True Defense: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Fervor (0/4)", @@ -30,7 +31,7 @@ "internalname": "BURNING_FERVOR_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Fervor_Armor", diff --git a/items/BURNING_HOLLOW_BOOTS.json b/items/BURNING_HOLLOW_BOOTS.json index 6e141f2e..43970b7e 100644 --- a/items/BURNING_HOLLOW_BOOTS.json +++ b/items/BURNING_HOLLOW_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Hollow Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Burning Hollow Boots§7.\",14:\"§7\",15:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",19:\"§8§l* §8Co-op Soulbound §8§l*\",20:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+206\",3:\"§7Defense: §a+64\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\"§7Mending: §a+8\",7:\" §8[§8⚔§8] §8[§8⚔§8]\",8:\"\",9:\"§8Tiered Bonus: Spirit (0/4)\",10:\"§7Each kill by you or a recently supported\",11:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow Boots§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Burning Hollow Boots\"},ExtraAttributes:{id:\"BURNING_HOLLOW_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -10,6 +10,7 @@ "§7Defense: §a+64", "§7Speed: §a+8", "§7Intelligence: §a+135", + "§7Mending: §a+8", " §8[§8⚔§8] §8[§8⚔§8]", "", "§8Tiered Bonus: Spirit (0/4)", @@ -29,7 +30,7 @@ "internalname": "BURNING_HOLLOW_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor", diff --git a/items/BURNING_HOLLOW_CHESTPLATE.json b/items/BURNING_HOLLOW_CHESTPLATE.json index 11759e9a..7a81e1f8 100644 --- a/items/BURNING_HOLLOW_CHESTPLATE.json +++ b/items/BURNING_HOLLOW_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Burning Hollow Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Burning Hollow Chestplate§7.\",14:\"§7\",15:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",19:\"§8§l* §8Co-op Soulbound §8§l*\",20:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+365\",3:\"§7Defense: §a+103\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\"§7Mending: §a+8\",7:\" §8[§8⚔§8] §8[§8⚔§8]\",8:\"\",9:\"§8Tiered Bonus: Spirit (0/4)\",10:\"§7Each kill by you or a recently supported\",11:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow Chestplate§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Burning Hollow Chestplate\"},ExtraAttributes:{id:\"BURNING_HOLLOW_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Strength: §c+24", @@ -10,6 +10,7 @@ "§7Defense: §a+103", "§7Speed: §a+8", |
