aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/gemstonecosts.json12
-rw-r--r--constants/parents.json3
-rw-r--r--constants/petnums.json50
-rw-r--r--constants/pets.json3
-rw-r--r--items/AUGER_ROD.json5
-rw-r--r--items/BURNING_FERVOR_BOOTS.json5
-rw-r--r--items/BURNING_FERVOR_CHESTPLATE.json5
-rw-r--r--items/BURNING_FERVOR_HELMET.json5
-rw-r--r--items/BURNING_FERVOR_LEGGINGS.json5
-rw-r--r--items/BURNING_HOLLOW_BOOTS.json5
-rw-r--r--items/BURNING_HOLLOW_CHESTPLATE.json5
-rw-r--r--items/BURNING_HOLLOW_HELMET.json5
-rw-r--r--items/BURNING_HOLLOW_LEGGINGS.json5
-rw-r--r--items/COLD_ENJOYER_NPC.json16
-rw-r--r--items/DWARVEN_HANDWARMERS.json6
-rw-r--r--items/DWARVEN_METAL.json7
-rw-r--r--items/EMISSARY_LISSANDRA_NPC.json16
-rw-r--r--items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json6
-rw-r--r--items/FERVOR_BOOTS.json5
-rw-r--r--items/FERVOR_CHESTPLATE.json5
-rw-r--r--items/FERVOR_HELMET.json5
-rw-r--r--items/FERVOR_LEGGINGS.json5
-rw-r--r--items/FIERY_FERVOR_BOOTS.json5
-rw-r--r--items/FIERY_FERVOR_CHESTPLATE.json5
-rw-r--r--items/FIERY_FERVOR_HELMET.json5
-rw-r--r--items/FIERY_FERVOR_LEGGINGS.json5
-rw-r--r--items/FIERY_HOLLOW_BOOTS.json5
-rw-r--r--items/FIERY_HOLLOW_CHESTPLATE.json5
-rw-r--r--items/FIERY_HOLLOW_HELMET.json5
-rw-r--r--items/FIERY_HOLLOW_LEGGINGS.json5
-rw-r--r--items/GIANT_FISHING_ROD.json5
-rw-r--r--items/GLACITE_AMALGAMATION.json14
-rw-r--r--items/GLACITE_GOLEM;3.json41
-rw-r--r--items/GLACITE_GOLEM;4.json46
-rw-r--r--items/HOLLOW_BOOTS.json5
-rw-r--r--items/HOLLOW_CHESTPLATE.json5
-rw-r--r--items/HOLLOW_HELMET.json5
-rw-r--r--items/HOLLOW_LEGGINGS.json5
-rw-r--r--items/HOT_FERVOR_BOOTS.json5
-rw-r--r--items/HOT_FERVOR_CHESTPLATE.json5
-rw-r--r--items/HOT_FERVOR_HELMET.json5
-rw-r--r--items/HOT_FERVOR_LEGGINGS.json6
-rw-r--r--items/HOT_HOLLOW_BOOTS.json5
-rw-r--r--items/HOT_HOLLOW_CHESTPLATE.json5
-rw-r--r--items/HOT_HOLLOW_HELMET.json5
-rw-r--r--items/HOT_HOLLOW_LEGGINGS.json5
-rw-r--r--items/INFERNAL_FERVOR_CHESTPLATE.json5
-rw-r--r--items/INFERNAL_FERVOR_HELMET.json5
-rw-r--r--items/INFERNAL_FERVOR_LEGGINGS.json5
-rw-r--r--items/INFERNAL_HOLLOW_BOOTS.json5
-rw-r--r--items/INFERNAL_HOLLOW_CHESTPLATE.json5
-rw-r--r--items/INFERNAL_HOLLOW_HELMET.json5
-rw-r--r--items/INFERNAL_HOLLOW_LEGGINGS.json5
-rw-r--r--items/LIVING_METAL.json6
-rw-r--r--items/MUSHROOM_COW_ANIMAL.json4
-rw-r--r--items/PERFECT_PLATE.json4
-rw-r--r--items/PORTABLE_CAMPFIRE.json8
-rw-r--r--items/POWER_RELIC.json7
-rw-r--r--items/REFINED_DARK_CACAO_TRUFFLE.json24
-rw-r--r--items/RUBY_POLISHED_DRILL_ENGINE.json6
-rw-r--r--items/SAPPHIRE_POLISHED_DRILL_ENGINE.json6
-rw-r--r--items/SHATTERED_PENDANT.json6
-rw-r--r--items/SKELETON_KEY.json4
-rw-r--r--items/SUPREME_CHOCOLATE_BAR.json19
-rw-r--r--items/TUNGSTEN_KEY.json6
-rw-r--r--items/TUNGSTEN_KEYCHAIN.json8
-rw-r--r--items/UMBER_KEY.json6
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",
"§7Intelligence: §a+135",
+ "§7Mending: §a+8",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "BURNING_HOLLOW_CHESTPLATE",
"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_HELMET.json b/items/BURNING_HOLLOW_HELMET.json
index 436a21fa..f7f00ce5 100644
--- a/items/BURNING_HOLLOW_HELMET.json
+++ b/items/BURNING_HOLLOW_HELMET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Burning Hollow Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Burning Hollow\",15:\"§6Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"68784844-9731-3c67-b10a-e188f98fc057\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIwNjg0MCwKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb19jcmVyYXIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJhYTE3YzMyZDI3YjkyODE2YjAwMzYyYzJmNjlkODY3Y2Q5OWJhMzc2ZDEwYjA5Nzc5NjM2ODI4NzgzNGVhMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+254\",3:\"§7Defense: §a+79\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+206\",6:\"§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\",12:\"§6⚶§7. §8(Max 30)\",13:\"§7\",14:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",15:\"§7charge for the §6§6Burning Hollow\",16:\"§6Helmet§7.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not gaining\",19:\"§7a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Burning Hollow Helmet\"},ExtraAttributes:{id:\"BURNING_HOLLOW_HELMET\"}}",
"damage": 3,
"lore": [
"§7Strength: §c+24",
@@ -10,6 +10,7 @@
"§7Defense: §a+79",
"§7Speed: §a+8",
"§7Intelligence: §a+206",
+ "§7Mending: §a+8",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -31,7 +32,7 @@
"internalname": "BURNING_HOLLOW_HELMET",
"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_LEGGINGS.json b/items/BURNING_HOLLOW_LEGGINGS.json
index f0f2dca4..b7be0d24 100644
--- a/items/BURNING_HOLLOW_LEGGINGS.json
+++ b/items/BURNING_HOLLOW_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Burning Hollow Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Burning Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+24\",1:\"§7Crit Damage: §c+16%\",2:\"§7Health: §a+325\",3:\"§7Defense: §a+87\",4:\"§7Speed: §a+8\",5:\"§7Intelligence: §a+135\",6:\"§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 Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Burning Hollow Leggings\"},ExtraAttributes:{id:\"BURNING_HOLLOW_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+24",
@@ -10,6 +10,7 @@
"§7Defense: §a+87",
"§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_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/COLD_ENJOYER_NPC.json b/items/COLD_ENJOYER_NPC.json
new file mode 100644
index 00000000..cea1ad96
--- /dev/null
+++ b/items/COLD_ENJOYER_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Cold Enjoyer (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"d9b9172a-d0b4-2a56-9de7-d21a62270b44\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM4YTJmYjA2ZDQ3Nzc2MDY2OTQ0ODdmNWI2ZjI5MDc2ZmY2YzA5Y2Y0NTE5MWI5YjE2Njk2Y2Q5OTYxYTg4NzYifX19\"}]},Name:\"d9b9172a-d0b4-2a56-9de7-d21a62270b44\"},display:{Lore:[0:\"\"],Name:\"§9Cold Enjoyer (NPC)\"},ExtraAttributes:{id:\"COLD_ENJOYER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "COLD_ENJOYER_NPC",
+ "clickcommand": "",
+ "modver": "",
+ "x": -15,
+ "y": 137,
+ "z": 217,
+ "island": "mining_3"
+} \ No newline at end of file
diff --git a/items/DWARVEN_HANDWARMERS.json b/items/DWARVEN_HANDWARMERS.json
index 225417d8..dc81d207 100644
--- a/items/DWARVEN_HANDWARMERS.json
+++ b/items/DWARVEN_HANDWARMERS.json
@@ -1,11 +1,11 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Dwarven Handwarmers",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7832fa38-404c-3f31-a749-66fe3422bf4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTA2MTI0Njg1MywKICAicHJvZmlsZUlkIiA6ICJjYTU4NzNhYmY0Y2U0YWUxODAxZmVmODgzNjhlMWExNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJEZXRocm9uZXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMwMWQ5ZjliNmYxOGRkZWVjYzU3YjUyMjkxNmNjNzU2NmMzOTdkNjQ5ZjIzYzMxOGUzZjVlZjY3Y2JjZjI2NiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+15\",1:\"§7Mining Fortune: §a+6\",2:\"§7Cold Resistance: §a+5\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC GLOVES\"],Name:\"§5Dwarven Handwarmers\"},ExtraAttributes:{id:\"DWARVEN_HANDWARMERS\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7832fa38-404c-3f31-a749-66fe3422bf4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTA2MTI0Njg1MywKICAicHJvZmlsZUlkIiA6ICJjYTU4NzNhYmY0Y2U0YWUxODAxZmVmODgzNjhlMWExNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJEZXRocm9uZXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzMwMWQ5ZjliNmYxOGRkZWVjYzU3YjUyMjkxNmNjNzU2NmMzOTdkNjQ5ZjIzYzMxOGUzZjVlZjY3Y2JjZjI2NiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Mining Speed: §a+15\",1:\"§7Mining Fortune: §a+15\",2:\"§7Cold Resistance: §a+5\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC GLOVES\"],Name:\"§5Dwarven Handwarmers\"},ExtraAttributes:{id:\"DWARVEN_HANDWARMERS\"}}",
"damage": 3,
"lore": [
"§7Mining Speed: §a+15",
- "§7Mining Fortune: §a+6",
+ "§7Mining Fortune: §a+15",
"§7Cold Resistance: §a+5",
"",
"§7§8This item can be reforged!",
@@ -14,7 +14,7 @@
"internalname": "DWARVEN_HANDWARMERS",
"crafttext": "",
"clickcommand": "viewrecipe",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"recipes": [
{
diff --git a/items/DWARVEN_METAL.json b/items/DWARVEN_METAL.json
index d58ca020..690f4fa9 100644
--- a/items/DWARVEN_METAL.json
+++ b/items/DWARVEN_METAL.json
@@ -18,10 +18,11 @@
{
"type": "forge",
"inputs": [
- "UMBER_PLATE:4.0",
- "TUNGSTEN_PLATE:4.0"
+ "REFINED_TUNGSTEN:4.0",
+ "REFINED_UMBER:4.0",
+ "GLACITE_AMALGAMATION:4.0"
],
- "count": 1,
+ "count": 1.0,
"duration": 86400,
"overrideOutputId": "DWARVEN_METAL"
}
diff --git a/items/EMISSARY_LISSANDRA_NPC.json b/items/EMISSARY_LISSANDRA_NPC.json
new file mode 100644
index 00000000..8aabdd94
--- /dev/null
+++ b/items/EMISSARY_LISSANDRA_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Emissary Lissandra (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"7cbb2dc2-c095-2bfc-add4-0ee0cbdefd15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQzODk0ZGNhMmMyNzk3NWYzMTY0MzFiYmI1NGE2ZWM1MWZmNDdiZWYyMzk5MTUxMTNhNDMzMmIxYTJlZDk0N2EifX19\"}]},Name:\"7cbb2dc2-c095-2bfc-add4-0ee0cbdefd15\"},display:{Lore:[0:\"\"],Name:\"§9Emissary Lissandra (NPC)\"},ExtraAttributes:{id:\"EMISSARY_LISSANDRA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "EMISSARY_LISSANDRA_NPC",
+ "clickcommand": "",
+ "modver": "",
+ "x": 3,
+ "y": 122,
+ "z": 238,
+ "island": "mining_3"
+} \ No newline at end of file
diff --git a/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json b/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json
index c43c94c0..aa737caf 100644
--- a/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json
+++ b/items/EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
- "displayname": "§6Exceedingly Rare Ender Artifact Upgrader",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eac161df-59c5-3647-92eb-950d53331e0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI1OTIzMWE5NDY5ODdlYTUzMTQxNzg5YTA5NDk2ZjA5OGQ2ZWNhYzQxMmEwMWUwYTI0YzkwNmE5OWZkYmQ5YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Never before has an item name been\",1:\"§8so creative, yet so fitting.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Exceedingly Rare Ender Artifact Upgrader\"},ExtraAttributes:{id:\"EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER\"}}",
+ "displayname": "§6Exceedingly Rare Ender Artifact Upgrade",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eac161df-59c5-3647-92eb-950d53331e0e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI1OTIzMWE5NDY5ODdlYTUzMTQxNzg5YTA5NDk2ZjA5OGQ2ZWNhYzQxMmEwMWUwYTI0YzkwNmE5OWZkYmQ5YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§8Never before has an item name been\",1:\"§8so creative, yet so fitting.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Exceedingly Rare Ender Artifact Upgrade\"},ExtraAttributes:{id:\"EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER\"}}",
"damage": 3,
"lore": [
"§7§8Never before has an item name been",
@@ -14,7 +14,7 @@
"internalname": "EXCEEDINGLY_RARE_ENDER_ARTIFACT_UPGRADER",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Exceedingly_Rare_Ender_Artifact_Upgrader",
diff --git a/items/FERVOR_BOOTS.json b/items/FERVOR_BOOTS.json
index 1c979747..7b1964ac 100644
--- a/items/FERVOR_BOOTS.json
+++ b/items/FERVOR_BOOTS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Fervor Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+85\",2:\"§7Intelligence: §a+5\",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:\"§6§lLEGENDARY BOOTS\"],color:501364,Name:\"§6Fervor Boots\"},ExtraAttributes:{id:\"FERVOR_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+85\",2:\"§7Intelligence: §a+5\",3:\"§7True Defense: §a+5\",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:\"§6§lLEGENDARY BOOTS\"],color:501364,Name:\"§6Fervor Boots\"},ExtraAttributes:{id:\"FERVOR_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+160",
"§7Defense: §a+85",
"§7Intelligence: §a+5",
+ "§7True Defense: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -29,7 +30,7 @@
"internalname": "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/FERVOR_CHESTPLATE.json b/items/FERVOR_CHESTPLATE.json
index 97b04029..afa37671 100644
--- a/items/FERVOR_CHESTPLATE.json
+++ b/items/FERVOR_CHESTPLATE.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Fervor Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+265\",1:\"§7Defense: §a+140\",2:\"§7Intelligence: §a+5\",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:\"§6§lLEGENDARY CHESTPLATE\"],color:15746857,Name:\"§6Fervor Chestplate\"},ExtraAttributes:{id:\"FERVOR_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+265\",1:\"§7Defense: §a+140\",2:\"§7Intelligence: §a+5\",3:\"§7True Defense: §a+5\",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:\"§6§lLEGENDARY CHESTPLATE\"],color:15746857,Name:\"§6Fervor Chestplate\"},ExtraAttributes:{id:\"FERVOR_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+265",
"§7Defense: §a+140",
"§7Intelligence: §a+5",
+ "§7True Defense: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -29,7 +30,7 @@
"internalname": "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/FERVOR_HELMET.json b/items/FERVOR_HELMET.json
index b33b3f97..a55952df 100644
--- a/items/FERVOR_HELMET.json
+++ b/items/FERVOR_HELMET.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Fervor Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"15567843-d045-3620-b31b-77f5728fc9e2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDMxOTYxMiwKICAicHJvZmlsZUlkIiA6ICIwNDNkZWIzOGIyNjE0MTg1YTIzYzU4ZmI2YTc5ZWZkYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRhbFNpZ256MiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iYzZlMTM3ZTJhNmE1MDFkZmM4NTRjYTkwMGI1YjY4MTIyN2RlYTRkNWE5NjE2ODQ5YTNhNjhmMDljNmRjMzI3IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+15\",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:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fervor Helmet\"},ExtraAttributes:{id:\"FERVOR_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"15567843-d045-3620-b31b-77f5728fc9e2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDMxOTYxMiwKICAicHJvZmlsZUlkIiA6ICIwNDNkZWIzOGIyNjE0MTg1YTIzYzU4ZmI2YTc5ZWZkYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRhbFNpZ256MiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iYzZlMTM3ZTJhNmE1MDFkZmM4NTRjYTkwMGI1YjY4MTIyN2RlYTRkNWE5NjE2ODQ5YTNhNjhmMDljNmRjMzI3IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+100\",2:\"§7Intelligence: §a+15\",3:\"§7True Defense: §a+5\",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:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fervor Helmet\"},ExtraAttributes:{id:\"FERVOR_HELMET\"}}",
"damage": 3,
"lore": [
"§7Health: §a+180",
"§7Defense: §a+100",
"§7Intelligence: §a+15",
+ "§7True Defense: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -29,7 +30,7 @@
"internalname": "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/FERVOR_LEGGINGS.json b/items/FERVOR_LEGGINGS.json
index 305f9f75..1517cd69 100644
--- a/items/FERVOR_LEGGINGS.json
+++ b/items/FERVOR_LEGGINGS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Fervor Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+210\",1:\"§7Defense: §a+115\",2:\"§7Intelligence: §a+5\",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:\"§6§lLEGENDARY LEGGINGS\"],color:1556361,Name:\"§6Fervor Leggings\"},ExtraAttributes:{id:\"FERVOR_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+210\",1:\"§7Defense: §a+115\",2:\"§7Intelligence: §a+5\",3:\"§7True Defense: §a+5\",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:\"§6§lLEGENDARY LEGGINGS\"],color:1556361,Name:\"§6Fervor Leggings\"},ExtraAttributes:{id:\"FERVOR_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+210",
"§7Defense: §a+115",
"§7Intelligence: §a+5",
+ "§7True Defense: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -29,7 +30,7 @@
"internalname": "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/FIERY_FERVOR_BOOTS.json b/items/FIERY_FERVOR_BOOTS.json
index d2d5ecf3..29335d61 100644
--- a/items/FIERY_FERVOR_BOOTS.json
+++ b/items/FIERY_FERVOR_BOOTS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Fiery Fervor Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+320\",1:\"§7Defense: §a+170\",2:\"§7Intelligence: §a+10\",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:\"§6Fiery Fervor Boots\"},ExtraAttributes:{id:\"FIERY_FERVOR_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+320\",1:\"§7Defense: §a+170\",2:\"§7Intelligence: §a+10\",3:\"§7True Defense: §a+10\",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:\"§6Fiery Fervor Boots\"},ExtraAttributes:{id:\"FIERY_FERVOR_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+320",
"§7Defense: §a+170",
"§7Intelligence: §a+10",
+ "§7True Defense: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "FIERY_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/FIERY_FERVOR_CHESTPLATE.json b/items/FIERY_FERVOR_CHESTPLATE.json
index 192814ab..914cc5ad 100644
--- a/items/FIERY_FERVOR_CHESTPLATE.json
+++ b/items/FIERY_FERVOR_CHESTPLATE.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Fiery Fervor Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+530\",1:\"§7Defense: §a+280\",2:\"§7Intelligence: §a+10\",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:\"§6Fiery Fervor Chestplate\"},ExtraAttributes:{id:\"FIERY_FERVOR_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+530\",1:\"§7Defense: §a+280\",2:\"§7Intelligence: §a+10\",3:\"§7True Defense: §a+10\",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:\"§6Fiery Fervor Chestplate\"},ExtraAttributes:{id:\"FIERY_FERVOR_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+530",
"§7Defense: §a+280",
"§7Intelligence: §a+10",
+ "§7True Defense: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "FIERY_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/FIERY_FERVOR_HELMET.json b/items/FIERY_FERVOR_HELMET.json
index 664363a5..7f5a7d31 100644
--- a/items/FIERY_FERVOR_HELMET.json
+++ b/items/FIERY_FERVOR_HELMET.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Fiery Fervor Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6c1d39ed-34c3-3085-9aaa-0039042c1f83\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI3NDQ3MCwKICAicHJvZmlsZUlkIiA6ICIxYTc1ZTNiYmI1NTk0MTc2OTVjMmY4NTY1YzNlMDAzZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZXJvZmFyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczZjY1ZmZmZThmYjRlNzBlZTFjMWVkYjhkOGY1ZWY3YmI2NmQwZmQxODA3ZmIyNTY4YjA5ZjFhYjk3NmQ2NGYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+360\",1:\"§7Defense: §a+200\",2:\"§7Intelligence: §a+30\",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:\"§6Fiery Fervor Helmet\"},ExtraAttributes:{id:\"FIERY_FERVOR_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6c1d39ed-34c3-3085-9aaa-0039042c1f83\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI3NDQ3MCwKICAicHJvZmlsZUlkIiA6ICIxYTc1ZTNiYmI1NTk0MTc2OTVjMmY4NTY1YzNlMDAzZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUZXJvZmFyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzczZjY1ZmZmZThmYjRlNzBlZTFjMWVkYjhkOGY1ZWY3YmI2NmQwZmQxODA3ZmIyNTY4YjA5ZjFhYjk3NmQ2NGYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+360\",1:\"§7Defense: §a+200\",2:\"§7Intelligence: §a+30\",3:\"§7True Defense: §a+10\",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:\"§6Fiery Fervor Helmet\"},ExtraAttributes:{id:\"FIERY_FERVOR_HELMET\"}}",
"damage": 3,
"lore": [
"§7Health: §a+360",
"§7Defense: §a+200",
"§7Intelligence: §a+30",
+ "§7True Defense: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "FIERY_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/FIERY_FERVOR_LEGGINGS.json b/items/FIERY_FERVOR_LEGGINGS.json
index d0b764ff..d1d8f674 100644
--- a/items/FIERY_FERVOR_LEGGINGS.json
+++ b/items/FIERY_FERVOR_LEGGINGS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Fiery Fervor Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+420\",1:\"§7Defense: §a+230\",2:\"§7Intelligence: §a+10\",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:\"§6Fiery Fervor Leggings\"},ExtraAttributes:{id:\"FIERY_FERVOR_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+420\",1:\"§7Defense: §a+230\",2:\"§7Intelligence: §a+10\",3:\"§7True Defense: §a+10\",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:\"§6Fiery Fervor Leggings\"},ExtraAttributes:{id:\"FIERY_FERVOR_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+420",
"§7Defense: §a+230",
"§7Intelligence: §a+10",
+ "§7True Defense: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "FIERY_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/FIERY_HOLLOW_BOOTS.json b/items/FIERY_HOLLOW_BOOTS.json
index 99fbf39d..d3933bff 100644
--- a/items/FIERY_HOLLOW_BOOTS.json
+++ b/items/FIERY_HOLLOW_BOOTS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Fiery Hollow Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Fiery 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:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+260\",3:\"§7Defense: §a+80\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\"§7Mending: §a+10\",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§6Fiery 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:\"§6Fiery Hollow Boots\"},ExtraAttributes:{id:\"FIERY_HOLLOW_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+30",
@@ -10,6 +10,7 @@
"§7Defense: §a+80",
"§7Speed: §a+10",
"§7Intelligence: §a+170",
+ "§7Mending: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "FIERY_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/FIERY_HOLLOW_CHESTPLATE.json b/items/FIERY_HOLLOW_CHESTPLATE.json
index 21ca1aa7..5487817c 100644
--- a/items/FIERY_HOLLOW_CHESTPLATE.json
+++ b/items/FIERY_HOLLOW_CHESTPLATE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Fiery Hollow Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6§6Fiery 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:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+460\",3:\"§7Defense: §a+130\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\"§7Mending: §a+10\",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§6Fiery 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:\"§6Fiery Hollow Chestplate\"},ExtraAttributes:{id:\"FIERY_HOLLOW_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+30",
@@ -10,6 +10,7 @@
"§7Defense: §a+130",
"§7Speed: §a+10",
"§7Intelligence: §a+170",
+ "§7Mending: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "FIERY_HOLLOW_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/FIERY_HOLLOW_HELMET.json b/items/FIERY_HOLLOW_HELMET.json
index ad65bb1b..8048d870 100644
--- a/items/FIERY_HOLLOW_HELMET.json
+++ b/items/FIERY_HOLLOW_HELMET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Fiery Hollow Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Fiery Hollow\",15:\"§6Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d1f3e95-a0c7-371a-96ac-e8b4a8568400\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE4OTk2NywKICAicHJvZmlsZUlkIiA6ICIyNzZlMDQ2YjI0MDM0M2VkOTk2NmU0OTRlN2U2Y2IzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJBRFJBTlM3MTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjhjNmJkYmZmNmYwMzNjNjFiYzMzNWRkOWE3ODk1NmU2Y2RmZGQ2MTNlYmI1YTc3ZWMzOGQyNzFhODMzMjYxMiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+320\",3:\"§7Defense: §a+100\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+260\",6:\"§7Mending: §a+10\",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\",12:\"§6⚶§7. §8(Max 30)\",13:\"§7\",14:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",15:\"§7charge for the §6§6Fiery Hollow\",16:\"§6Helmet§7.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not gaining\",19:\"§7a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Fiery Hollow Helmet\"},ExtraAttributes:{id:\"FIERY_HOLLOW_HELMET\"}}",
"damage": 3,
"lore": [
"§7Strength: §c+30",
@@ -10,6 +10,7 @@
"§7Defense: §a+100",
"§7Speed: §a+10",
"§7Intelligence: §a+260",
+ "§7Mending: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -31,7 +32,7 @@
"internalname": "FIERY_HOLLOW_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/FIERY_HOLLOW_LEGGINGS.json b/items/FIERY_HOLLOW_LEGGINGS.json
index 245896b3..9a8c3faa 100644
--- a/items/FIERY_HOLLOW_LEGGINGS.json
+++ b/items/FIERY_HOLLOW_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Fiery Hollow Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit ⚶§7. §8(Max 30)\",11:\"§7\",12:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",13:\"§7charge for the §6Fiery Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+30\",1:\"§7Crit Damage: §c+20%\",2:\"§7Health: §a+410\",3:\"§7Defense: §a+110\",4:\"§7Speed: §a+10\",5:\"§7Intelligence: §a+170\",6:\"§7Mending: §a+10\",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 §6Fiery Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Fiery Hollow Leggings\"},ExtraAttributes:{id:\"FIERY_HOLLOW_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+30",
@@ -10,6 +10,7 @@
"§7Defense: §a+110",
"§7Speed: §a+10",
"§7Intelligence: §a+170",
+ "§7Mending: §a+10",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "FIERY_HOLLOW_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/GIANT_FISHING_ROD.json b/items/GIANT_FISHING_ROD.json
index 5747f5fa..65a731a6 100644
--- a/items/GIANT_FISHING_ROD.json
+++ b/items/GIANT_FISHING_ROD.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:fishing_rod",
"displayname": "§f§f§6Giant Fishing Rod",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+10\",2:\"§7Fishing Speed: §a+20\",3:\"\",4:\"§7§7When fishing a sea creature,\",5:\"§7you have a §a50% §7chance to\",6:\"§7fish it twice.\",7:\"\",8:\"§7Purchased by: §c[§fYOUTUBE§c] Nullzee§f\",9:\"§7Purchased for: §6§k666,666,666 §6 coins\",10:\"\",11:\"§8Auction #§k1\",12:\"§8Bid #§k1\",13:\"§8July 2022\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§f§f§6Giant Fishing Rod\"},ExtraAttributes:{date:1658888352113L,edition:134,id:\"GIANT_FISHING_ROD\",recipient_name:\"§b[MVP§c+§b] 3o23§f\",player:\"§b[MVP§c+§b] 3o23§f\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+10\",2:\"§7Fishing Speed: §a+20\",3:\" §8[§8α§8]\",4:\"\",5:\"§7§7When fishing a sea creature,\",6:\"§7you have a §a50% §7chance to\",7:\"§7fish it twice.\",8:\"\",9:\"§7Purchased by: §c[§fYOUTUBE§c] Nullzee§f\",10:\"§7Purchased for: §6§k666,666,666 §6 coins\",11:\"\",12:\"§8Auction #§k1\",13:\"§8Bid #§k1\",14:\"§8July 2022\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY FISHING ROD\"],Name:\"§f§f§6Giant Fishing Rod\"},ExtraAttributes:{date:1658888352113L,edition:134,id:\"GIANT_FISHING_ROD\",recipient_name:\"§b[MVP§c+§b] 3o23§f\",player:\"§b[MVP§c+§b] 3o23§f\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+20",
"§7Strength: §c+10",
"§7Fishing Speed: §a+20",
+ " §8[§8α§8]",
"",
"§7§7When fishing a sea creature,",
"§7you have a §a50% §7chance to",
@@ -25,7 +26,7 @@
"internalname": "GIANT_FISHING_ROD",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Giant_Fishing_Rod",
diff --git a/items/GLACITE_AMALGAMATION.json b/items/GLACITE_AMALGAMATION.json
index dad36ff6..918a8eb0 100644
--- a/items/GLACITE_AMALGAMATION.json
+++ b/items/GLACITE_AMALGAMATION.json
@@ -19,15 +19,15 @@
{
"type": "forge",
"inputs": [
- "FINE_PERIDOT_GEM:8.0",
- "FINE_CITRINE_GEM:8.0",
- "FINE_AQUAMARINE_GEM:8.0",
- "FINE_ONYX_GEM:8.0",
- "ENCHANTED_GLACITE:128.0"
+ "ENCHANTED_GLACITE:256.0",
+ "FINE_PERIDOT_GEM:4.0",
+ "FINE_AQUAMARINE_GEM:4.0",
+ "FINE_CITRINE_GEM:4.0",
+ "FINE_ONYX_GEM:4.0"
],
"count": 1.0,
- "overrideOutputId": "GLACITE_AMALGAMATION",
- "duration": 14400
+ "duration": 14400,
+ "overrideOutputId": "GLACITE_AMALGAMATION"
}
],
"info": [
diff --git a/items/GLACITE_GOLEM;3.json b/items/GLACITE_GOLEM;3.json
new file mode 100644
index 00000000..74214ab1
--- /dev/null
+++ b/items/GLACITE_GOLEM;3.json
@@ -0,0 +1,41 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§7[Lvl {LVL}] §5Glacite Golem",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"adddb725-a72f-35ff-9d4d-f05d106302eb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMjg5ODYzMjcxMSwKICAicHJvZmlsZUlkIiA6ICJmNmYxY2IxMmYzNDU0MDRlYjZlNjU2NGE2ZDlmMjU2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJBdXJlbGl1c0dlbWluaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hZjEzMmE2NTkzODc2ZDNjMzc3ZDUwM2ZkNjZlY2EzZmI5Mzg3NDMyNTFmN2IxNmE5ODcwYzYwYjczODhjOGEzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Mining Speed: §a{MINING_SPEED}\",3:\"§7Cold Resistance: §a{COLD_RESISTANCE}\",4:\"\",5:\"§6Powder-powered\",6:\"§7§7Gain §a+{0}% §7more §bGlacite Powder §7from\",7:\"§7most sources.\",8:\"\",9:\"§6Iceborn\",10:\"§7§7Gain §a+{1} §6☘ Mining Fortune §7while in the\",11:\"§7§bGlacite Mineshafts§7.\",12:\"\",13:\"§7§eRight-click to add this pet to your\",14:\"§epet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§7[Lvl {LVL}] §5Glacite Golem\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GLACITE_GOLEM\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"4dfb2454-f561-41b8-8b31-f7a8d655e7ac\\\",\\\"uniqueId\\\":\\\"245b5321-b57f-4ec0-8bb2-2b9515971778\\\",\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"GLACITE_GOLEM;3\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Mining Pet",
+ "",
+ "§7Mining Speed: §a{MINING_SPEED}",
+ "§7Cold Resistance: §a{COLD_RESISTANCE}",
+ "",
+ "§6Powder-powered",
+ "§7§7Gain §a+{0}% §7more §bGlacite Powder §7from",
+ "§7most sources.",
+ "",
+ "§6Iceborn",
+ "§7§7Gain §a+{1} §6☘ Mining Fortune §7while in the",
+ "§7§bGlacite Mineshafts§7.",
+ "",
+ "§7§eRight-click to add this pet to your",
+ "§epet menu!",
+ "",
+ "§5§lEPIC"
+ ],
+ "recipe": {
+ "A1": "FLAWLESS_ONYX_GEM:1",
+ "A2": "GLACITE_AMALGAMATION:4",
+ "A3": "FLAWLESS_CITRINE_GEM:1",
+ "B1": "GLACITE_AMALGAMATION:4",
+ "B2": "SUPER_EGG:1",
+ "B3": "GLACITE_AMALGAMATION:4",
+ "C1": "FLAWLESS_PERIDOT_GEM:1",
+ "C2": "GLACITE_AMALGAMATION:4",
+ "C3": "FLAWLESS_AQUAMARINE_GEM:1"
+ },
+ "internalname": "GLACITE_GOLEM;3",
+ "crafttext": "Requires: Glacite IX, 50% Chance",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/GLACITE_GOLEM;4.json b/items/GLACITE_GOLEM;4.json
new file mode 100644
index 00000000..ca1b85cc
--- /dev/null
+++ b/items/GLACITE_GOLEM;4.json
@@ -0,0 +1,46 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§7[Lvl {LVL}] §6Glacite Golem",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"adddb725-a72f-35ff-9d4d-f05d106302eb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMjg5ODYzMjcxMSwKICAicHJvZmlsZUlkIiA6ICJmNmYxY2IxMmYzNDU0MDRlYjZlNjU2NGE2ZDlmMjU2NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJBdXJlbGl1c0dlbWluaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hZjEzMmE2NTkzODc2ZDNjMzc3ZDUwM2ZkNjZlY2EzZmI5Mzg3NDMyNTFmN2IxNmE5ODcwYzYwYjczODhjOGEzIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Mining Speed: §a{MINING_SPEED}\",3:\"§7Cold Resistance: §a{COLD_RESISTANCE}\",4:\"\",5:\"§6Powder-powered\",6:\"§7§7Gain §a+{0}% §7more §bGlacite Powder §7from\",7:\"§7most sources.\",8:\"\",9:\"§6Iceborn\",10:\"§7§7Gain §a+{1} §6☘ Mining Fortune §7while in the\",11:\"§7§bGlacite Mineshafts§7.\",12:\"\",13:\"§6Frozen Perfection\",14:\"§7§7Gain §a+{2} §5✧ Pristine §7for every\",15:\"§7§bFrozen Corpse §7you\u0027ve looted in the\",16:\"§7current §bGlacite Mineshaft§7.\",17:\"\",18:\"§7§eRight-click to add this pet to your\",19:\"§epet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Glacite Golem\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GLACITE_GOLEM\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false,\\\"noMove\\\":false}\",id:\"GLACITE_GOLEM;4\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Mining Pet",
+ "",
+ "§7Mining Speed: §a{MINING_SPEED}",
+ "§7Cold Resistance: §a{COLD_RESISTANCE}",
+ "",
+ "§6Powder-powered",
+ "§7§7Gain §a+{0}% §7more §bGlacite Powder §7from",
+ "§7most sources.",
+ "",
+ "§6Iceborn",
+ "§7§7Gain §a+{1} §6☘ Mining Fortune §7while in the",
+ "§7§bGlacite Mineshafts§7.",
+ "",
+ "§6Frozen Perfection",
+ "§7§7Gain §a+{2} §5✧ Pristine §7for every",
+ "§7§bFrozen Corpse §7you\u0027ve looted in the",
+ "§7current §bGlacite Mineshaft§7.",
+ "",
+ "§7§eRight-click to add this pet to your",
+ "§epet menu!",
+ "",
+ "§6§lLEGENDARY"
+ ],
+ "recipe": {
+ "A1": "FLAWLESS_ONYX_GEM:1",
+ "A2": "GLACITE_AMALGAMATION:4",
+ "A3": "FLAWLESS_CITRINE_GEM:1",
+ "B1": "GLACITE_AMALGAMATION:4",
+ "B2": "SUPER_EGG:1",
+ "B3": "GLACITE_AMALGAMATION:4",
+ "C1": "FLAWLESS_PERIDOT_GEM:1",
+ "C2": "GLACITE_AMALGAMATION:4",
+ "C3": "FLAWLESS_AQUAMARINE_GEM:1"
+ },
+ "internalname": "GLACITE_GOLEM;4",
+ "crafttext": "Requires: Glacite IX, 50% Chance",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/HOLLOW_BOOTS.json b/items/HOLLOW_BOOTS.json
index 5bec7408..6a2f5a02 100644
--- a/items/HOLLOW_BOOTS.json
+++ b/items/HOLLOW_BOOTS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Hollow Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+130\",3:\"§7Defense: §a+40\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",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§6Hollow 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:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hollow Boots\"},ExtraAttributes:{id:\"HOLLOW_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+130\",3:\"§7Defense: §a+40\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\"§7Mending: §a+5\",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§6Hollow 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:\"§6§lLEGENDARY BOOTS\"],color:14942202,Name:\"§6Hollow Boots\"},ExtraAttributes:{id:\"HOLLOW_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+15",
@@ -10,6 +10,7 @@
"§7Defense: §a+40",
"§7Speed: §a+5",
"§7Intelligence: §a+85",
+ "§7Mending: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -28,7 +29,7 @@
"internalname": "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/HOLLOW_CHESTPLATE.json b/items/HOLLOW_CHESTPLATE.json
index 4cafac0a..53ac7602 100644
--- a/items/HOLLOW_CHESTPLATE.json
+++ b/items/HOLLOW_CHESTPLATE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Hollow Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",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§6Hollow 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:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hollow Chestplate\"},ExtraAttributes:{id:\"HOLLOW_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+230\",3:\"§7Defense: §a+65\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\"§7Mending: §a+5\",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§6Hollow 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:\"§6§lLEGENDARY CHESTPLATE\"],color:16763661,Name:\"§6Hollow Chestplate\"},ExtraAttributes:{id:\"HOLLOW_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+15",
@@ -10,6 +10,7 @@
"§7Defense: §a+65",
"§7Speed: §a+5",
"§7Intelligence: §a+85",
+ "§7Mending: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -28,7 +29,7 @@
"internalname": "HOLLOW_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/HOLLOW_HELMET.json b/items/HOLLOW_HELMET.json
index d9640861..02d287da 100644
--- a/items/HOLLOW_HELMET.json
+++ b/items/HOLLOW_HELMET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Hollow Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8ca28f5-cc52-3d93-b001-b45365b66dc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI0MjExMCwKICAicHJvZmlsZUlkIiA6ICIxZjEyNTNhYTVkYTQ0ZjU5YWU1YWI1NmFhZjRlNTYxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3RNaUt5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhYWNkNzA1YTI5Yjc5MDUyOGE3MGVlOTNhMWNiZDkyYzAyOTYwMWE3NjJkNTI4MDVmNjA0NjBlN2E3ZmY4ZjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+160\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+130\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hollow Helmet§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hollow Helmet\"},ExtraAttributes:{id:\"HOLLOW_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b8ca28f5-cc52-3d93-b001-b45365b66dc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI0MjExMCwKICAicHJvZmlsZUlkIiA6ICIxZjEyNTNhYTVkYTQ0ZjU5YWU1YWI1NmFhZjRlNTYxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3RNaUt5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRhYWNkNzA1YTI5Yjc5MDUyOGE3MGVlOTNhMWNiZDkyYzAyOTYwMWE3NjJkNTI4MDVmNjA0NjBlN2E3ZmY4ZjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+160\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+130\",6:\"§7Mending: §a+5\",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\",12:\"§6⚶§7. §8(Max 30)\",13:\"§7\",14:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",15:\"§7charge for the §6§6Hollow Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hollow Helmet\"},ExtraAttributes:{id:\"HOLLOW_HELMET\"}}",
"damage": 3,
"lore": [
"§7Strength: §c+15",
@@ -10,6 +10,7 @@
"§7Defense: §a+50",
"§7Speed: §a+5",
"§7Intelligence: §a+130",
+ "§7Mending: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "HOLLOW_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/HOLLOW_LEGGINGS.json b/items/HOLLOW_LEGGINGS.json
index 3acfa434..dd222c14 100644
--- a/items/HOLLOW_LEGGINGS.json
+++ b/items/HOLLOW_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Hollow Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",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§6Hollow Leggings§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:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Crit Damage: §c+10%\",2:\"§7Health: §a+205\",3:\"§7Defense: §a+55\",4:\"§7Speed: §a+5\",5:\"§7Intelligence: §a+85\",6:\"§7Mending: §a+5\",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§6Hollow Leggings§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:\"§6§lLEGENDARY LEGGINGS\"],color:16774819,Name:\"§6Hollow Leggings\"},ExtraAttributes:{id:\"HOLLOW_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+15",
@@ -10,6 +10,7 @@
"§7Defense: §a+55",
"§7Speed: §a+5",
"§7Intelligence: §a+85",
+ "§7Mending: §a+5",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -28,7 +29,7 @@
"internalname": "HOLLOW_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/HOT_FERVOR_BOOTS.json b/items/HOT_FERVOR_BOOTS.json
index 6669b7a1..b0ec9de2 100644
--- a/items/HOT_FERVOR_BOOTS.json
+++ b/items/HOT_FERVOR_BOOTS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Hot Fervor Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+202\",1:\"§7Defense: §a+107\",2:\"§7Intelligence: §a+6\",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:\"§6Hot Fervor Boots\"},ExtraAttributes:{id:\"HOT_FERVOR_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+202\",1:\"§7Defense: §a+107\",2:\"§7Intelligence: §a+6\",3:\"§7True Defense: §a+6\",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:\"§6Hot Fervor Boots\"},ExtraAttributes:{id:\"HOT_FERVOR_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+202",
"§7Defense: §a+107",
"§7Intelligence: §a+6",
+ "§7True Defense: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "HOT_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/HOT_FERVOR_CHESTPLATE.json b/items/HOT_FERVOR_CHESTPLATE.json
index 80e75d17..03cc7ba1 100644
--- a/items/HOT_FERVOR_CHESTPLATE.json
+++ b/items/HOT_FERVOR_CHESTPLATE.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Hot Fervor Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+334\",1:\"§7Defense: §a+176\",2:\"§7Intelligence: §a+6\",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:\"§6Hot Fervor Chestplate\"},ExtraAttributes:{id:\"HOT_FERVOR_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+334\",1:\"§7Defense: §a+176\",2:\"§7Intelligence: §a+6\",3:\"§7True Defense: §a+6\",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:\"§6Hot Fervor Chestplate\"},ExtraAttributes:{id:\"HOT_FERVOR_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+334",
"§7Defense: §a+176",
"§7Intelligence: §a+6",
+ "§7True Defense: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "HOT_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/HOT_FERVOR_HELMET.json b/items/HOT_FERVOR_HELMET.json
index 82484bd9..d0a3c361 100644
--- a/items/HOT_FERVOR_HELMET.json
+++ b/items/HOT_FERVOR_HELMET.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Hot Fervor Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e209c28-4808-3054-9123-56b6b4606134\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDMwMzExNSwKICAicHJvZmlsZUlkIiA6ICI0OTVlYTMyM2E0N2U0ODk0OWRjZmJmNDQxZmFhODM4YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDb29sZVZlbnQxNjgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAzMGMzMjE3YTJhYzA3MGU0MDRjZjhjMjFlYWZiYTNhMGY2YjU3OWRiZjRlYzlmZGMxNjMzYWQyMTgwY2YyOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+227\",1:\"§7Defense: §a+126\",2:\"§7Intelligence: §a+19\",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:\"§6Hot Fervor Helmet\"},ExtraAttributes:{id:\"HOT_FERVOR_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e209c28-4808-3054-9123-56b6b4606134\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDMwMzExNSwKICAicHJvZmlsZUlkIiA6ICI0OTVlYTMyM2E0N2U0ODk0OWRjZmJmNDQxZmFhODM4YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDb29sZVZlbnQxNjgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAzMGMzMjE3YTJhYzA3MGU0MDRjZjhjMjFlYWZiYTNhMGY2YjU3OWRiZjRlYzlmZGMxNjMzYWQyMTgwY2YyOCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+227\",1:\"§7Defense: §a+126\",2:\"§7Intelligence: §a+19\",3:\"§7True Defense: §a+6\",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:\"§6Hot Fervor Helmet\"},ExtraAttributes:{id:\"HOT_FERVOR_HELMET\"}}",
"damage": 3,
"lore": [
"§7Health: §a+227",
"§7Defense: §a+126",
"§7Intelligence: §a+19",
+ "§7True Defense: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "HOT_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/HOT_FERVOR_LEGGINGS.json b/items/HOT_FERVOR_LEGGINGS.json
index a3fc1417..9dd69c84 100644
--- a/items/HOT_FERVOR_LEGGINGS.json
+++ b/items/HOT_FERVOR_LEGGINGS.json
@@ -1,12 +1,14 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Hot Fervor Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+265\",1:\"§7Defense: §a+145\",2:\"§7Intelligence: §a+6\",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:\"§6Hot Fervor Leggings\"},ExtraAttributes:{id:\"HOT_FERVOR_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+265\",1:\"§7Defense: §a+145\",2:\"§7Intelligence: §a+6\",3:\"§7True Defense: §a+6\",4:\"§7True Defense: §a+6\",5:\" §8[§8⚔§8] §8[§8⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Fervor (0/4)\",8:\"§7Blocking damage with your sword grants\",9:\"§7you §c1 §7stack of §6Fervor ҉§7.\",10:\"§7\",11:\"§7Each §6Fervor ҉ §7stack reduces incoming\",12:\"§7damage by §c10%§7 (50% max).\",13:\"§7\",14:\"§7At §c5 §7stacks §dtaunt §7enemies when\",15:\"§7you are hit (5s cd) and gain §d3.0%\",16:\"§d§7damage reduction.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not gaining\",19:\"§7a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY LEGGINGS\"],color:1556361,Name:\"§6Hot Fervor Leggings\"},ExtraAttributes:{id:\"HOT_FERVOR_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+265",
"§7Defense: §a+145",
"§7Intelligence: §a+6",
+ "§7True Defense: §a+6",
+ "§7True Defense: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +32,7 @@
"internalname": "HOT_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/HOT_HOLLOW_BOOTS.json b/items/HOT_HOLLOW_BOOTS.json
index 1b6c80ef..8b695123 100644
--- a/items/HOT_HOLLOW_BOOTS.json
+++ b/items/HOT_HOLLOW_BOOTS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Hot Hollow Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",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§6Hot 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:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+164\",3:\"§7Defense: §a+50\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\"§7Mending: §a+6\",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§6Hot 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:\"§6Hot Hollow Boots\"},ExtraAttributes:{id:\"HOT_HOLLOW_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+19",
@@ -10,6 +10,7 @@
"§7Defense: §a+50",
"§7Speed: §a+6",
"§7Intelligence: §a+107",
+ "§7Mending: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "HOT_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/HOT_HOLLOW_CHESTPLATE.json b/items/HOT_HOLLOW_CHESTPLATE.json
index 65ddd72e..e467d754 100644
--- a/items/HOT_HOLLOW_CHESTPLATE.json
+++ b/items/HOT_HOLLOW_CHESTPLATE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Hot Hollow Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+290\",3:\"§7Defense: §a+82\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",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§6Hot 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:\"§6Hot Hollow Chestplate\"},ExtraAttributes:{id:\"HOT_HOLLOW_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+290\",3:\"§7Defense: §a+82\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\"§7Mending: §a+6\",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§6Hot 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:\"§6Hot Hollow Chestplate\"},ExtraAttributes:{id:\"HOT_HOLLOW_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+19",
@@ -10,6 +10,7 @@
"§7Defense: §a+82",
"§7Speed: §a+6",
"§7Intelligence: §a+107",
+ "§7Mending: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "HOT_HOLLOW_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/HOT_HOLLOW_HELMET.json b/items/HOT_HOLLOW_HELMET.json
index 9ec1c20e..cee28718 100644
--- a/items/HOT_HOLLOW_HELMET.json
+++ b/items/HOT_HOLLOW_HELMET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Hot Hollow Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f5e0cd0-e761-317f-90fa-67b5c81a4bed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIyMjk5MSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjMzQ0ZDY1YWU2YmMyMjMwZWUyMjBkNzZkZGExZTA4MGY5MDI4MmNhMGY5ZjBkOWJjOTY2N2QyMjA0OGNlOWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+202\",3:\"§7Defense: §a+63\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+164\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Hot Hollow Helmet§7.\",15:\"§7\",16:\"§7Lose 1 stack after §c4s §7of not gaining\",17:\"§7a stack.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§8§l* §8Co-op Soulbound §8§l*\",21:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hot Hollow Helmet\"},ExtraAttributes:{id:\"HOT_HOLLOW_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f5e0cd0-e761-317f-90fa-67b5c81a4bed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDIyMjk5MSwKICAicHJvZmlsZUlkIiA6ICIwZWQ2MDFlMDhjZTM0YjRkYWUxZmI4MDljZmEwNTM5NiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOZWVkTW9yZUFjY291bnRzIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjMzQ0ZDY1YWU2YmMyMjMwZWUyMjBkNzZkZGExZTA4MGY5MDI4MmNhMGY5ZjBkOWJjOTY2N2QyMjA0OGNlOWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+202\",3:\"§7Defense: §a+63\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+164\",6:\"§7Mending: §a+6\",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\",12:\"§6⚶§7. §8(Max 30)\",13:\"§7\",14:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",15:\"§7charge for the §6§6Hot Hollow Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Hot Hollow Helmet\"},ExtraAttributes:{id:\"HOT_HOLLOW_HELMET\"}}",
"damage": 3,
"lore": [
"§7Strength: §c+19",
@@ -10,6 +10,7 @@
"§7Defense: §a+63",
"§7Speed: §a+6",
"§7Intelligence: §a+164",
+ "§7Mending: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -30,7 +31,7 @@
"internalname": "HOT_HOLLOW_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/HOT_HOLLOW_LEGGINGS.json b/items/HOT_HOLLOW_LEGGINGS.json
index 8f386d44..081e4183 100644
--- a/items/HOT_HOLLOW_LEGGINGS.json
+++ b/items/HOT_HOLLOW_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Hot Hollow Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+258\",3:\"§7Defense: §a+69\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",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§6Hot Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Hot Hollow Leggings\"},ExtraAttributes:{id:\"HOT_HOLLOW_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+19\",1:\"§7Crit Damage: §c+13%\",2:\"§7Health: §a+258\",3:\"§7Defense: §a+69\",4:\"§7Speed: §a+6\",5:\"§7Intelligence: §a+107\",6:\"§7Mending: §a+6\",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§6Hot Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Hot Hollow Leggings\"},ExtraAttributes:{id:\"HOT_HOLLOW_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+19",
@@ -10,6 +10,7 @@
"§7Defense: §a+69",
"§7Speed: §a+6",
"§7Intelligence: §a+107",
+ "§7Mending: §a+6",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "HOT_HOLLOW_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/INFERNAL_FERVOR_CHESTPLATE.json b/items/INFERNAL_FERVOR_CHESTPLATE.json
index 0a6a7425..9b203b41 100644
--- a/items/INFERNAL_FERVOR_CHESTPLATE.json
+++ b/items/INFERNAL_FERVOR_CHESTPLATE.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Infernal Fervor Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+668\",1:\"§7Defense: §a+353\",2:\"§7Intelligence: §a+13\",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:\"§6Infernal Fervor Chestplate\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+668\",1:\"§7Defense: §a+353\",2:\"§7Intelligence: §a+13\",3:\"§7True Defense: §a+12\",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:\"§6Infernal Fervor Chestplate\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Health: §a+668",
"§7Defense: §a+353",
"§7Intelligence: §a+13",
+ "§7True Defense: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "INFERNAL_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/INFERNAL_FERVOR_HELMET.json b/items/INFERNAL_FERVOR_HELMET.json
index 9ceca817..87d3d703 100644
--- a/items/INFERNAL_FERVOR_HELMET.json
+++ b/items/INFERNAL_FERVOR_HELMET.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Infernal Fervor Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e981b8ba-aa36-3fef-8adb-cccbb3d2f6c0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI1ODUyOCwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ0N2NmNmUxMmQxMmE1ZWIxNjE3NTliYTk1Njg5YTkyMzdlYzExMTQ3M2U5MmExNDBlY2FiMDE1OGRmZDI1OCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+454\",1:\"§7Defense: §a+252\",2:\"§7Intelligence: §a+38\",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:\"§6Infernal Fervor Helmet\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e981b8ba-aa36-3fef-8adb-cccbb3d2f6c0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDI1ODUyOCwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ0N2NmNmUxMmQxMmE1ZWIxNjE3NTliYTk1Njg5YTkyMzdlYzExMTQ3M2U5MmExNDBlY2FiMDE1OGRmZDI1OCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+454\",1:\"§7Defense: §a+252\",2:\"§7Intelligence: §a+38\",3:\"§7True Defense: §a+12\",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:\"§6Infernal Fervor Helmet\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_HELMET\"}}",
"damage": 3,
"lore": [
"§7Health: §a+454",
"§7Defense: §a+252",
"§7Intelligence: §a+38",
+ "§7True Defense: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "INFERNAL_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/INFERNAL_FERVOR_LEGGINGS.json b/items/INFERNAL_FERVOR_LEGGINGS.json
index 44f32fec..73474e6a 100644
--- a/items/INFERNAL_FERVOR_LEGGINGS.json
+++ b/items/INFERNAL_FERVOR_LEGGINGS.json
@@ -1,12 +1,13 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Infernal Fervor Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+529\",1:\"§7Defense: §a+290\",2:\"§7Intelligence: §a+13\",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:\"§6Infernal Fervor Leggings\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+529\",1:\"§7Defense: §a+290\",2:\"§7Intelligence: §a+13\",3:\"§7True Defense: §a+12\",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:\"§6Infernal Fervor Leggings\"},ExtraAttributes:{id:\"INFERNAL_FERVOR_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Health: §a+529",
"§7Defense: §a+290",
"§7Intelligence: §a+13",
+ "§7True Defense: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Fervor (0/4)",
@@ -30,7 +31,7 @@
"internalname": "INFERNAL_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/INFERNAL_HOLLOW_BOOTS.json b/items/INFERNAL_HOLLOW_BOOTS.json
index 36179ba5..010b1924 100644
--- a/items/INFERNAL_HOLLOW_BOOTS.json
+++ b/items/INFERNAL_HOLLOW_BOOTS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Infernal Hollow Boots",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+328\",3:\"§7Defense: §a+101\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",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§6Infernal 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:\"§6Infernal Hollow Boots\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_BOOTS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+328\",3:\"§7Defense: §a+101\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\"§7Mending: §a+12\",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§6Infernal 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:\"§6Infernal Hollow Boots\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+38",
@@ -10,6 +10,7 @@
"§7Defense: §a+101",
"§7Speed: §a+13",
"§7Intelligence: §a+214",
+ "§7Mending: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "INFERNAL_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/INFERNAL_HOLLOW_CHESTPLATE.json b/items/INFERNAL_HOLLOW_CHESTPLATE.json
index e90ffc8a..a534f035 100644
--- a/items/INFERNAL_HOLLOW_CHESTPLATE.json
+++ b/items/INFERNAL_HOLLOW_CHESTPLATE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Infernal Hollow Chestplate",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",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§6Infernal 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:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+580\",3:\"§7Defense: §a+164\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\"§7Mending: §a+12\",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§6Infernal 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:\"§6Infernal Hollow Chestplate\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+38",
@@ -10,6 +10,7 @@
"§7Defense: §a+164",
"§7Speed: §a+13",
"§7Intelligence: §a+214",
+ "§7Mending: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "INFERNAL_HOLLOW_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/INFERNAL_HOLLOW_HELMET.json b/items/INFERNAL_HOLLOW_HELMET.json
index 618ae6c7..a331fed6 100644
--- a/items/INFERNAL_HOLLOW_HELMET.json
+++ b/items/INFERNAL_HOLLOW_HELMET.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Infernal Hollow Helmet",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d02ea6ac-2038-3828-8418-123e60a5361f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE3MjcwNSwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NGVlZTlmMjM5NTJmOTc3N2QwNTE5YzExMTY1NTA2Njg1MWZiNGMxNzkzNjI5ZDM3NjdhMDBkYWNlZTZmMjUwIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+403\",3:\"§7Defense: §a+126\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+328\",6:\" §8[§8⚔§8] §8[§8⚔§8]\",7:\"\",8:\"§8Tiered Bonus: Spirit (0/4)\",9:\"§7Each kill by you or a recently supported\",10:\"§7player grants §c1 §7stack of §6Spirit\",11:\"§6⚶§7. §8(Max 30)\",12:\"§7\",13:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",14:\"§7charge for the §6§6Infernal Hollow\",15:\"§6Helmet§7.\",16:\"§7\",17:\"§7Lose 1 stack after §c4s §7of not gaining\",18:\"§7a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§8§l* §8Co-op Soulbound §8§l*\",22:\"§6§lLEGENDARY HELMET\"],Name:\"§6Infernal Hollow Helmet\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_HELMET\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d02ea6ac-2038-3828-8418-123e60a5361f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NTUwNDE3MjcwNSwKICAicHJvZmlsZUlkIiA6ICI4YjgyM2E1YmU0Njk0YjhiOTE0NmE5MWRhMjk4ZTViNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXBoaXRpcyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84NGVlZTlmMjM5NTJmOTc3N2QwNTE5YzExMTY1NTA2Njg1MWZiNGMxNzkzNjI5ZDM3NjdhMDBkYWNlZTZmMjUwIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+403\",3:\"§7Defense: §a+126\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+328\",6:\"§7Mending: §a+12\",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\",12:\"§6⚶§7. §8(Max 30)\",13:\"§7\",14:\"§7§7Each §6Spirit ⚶ §7stack can be used as\",15:\"§7charge for the §6§6Infernal Hollow\",16:\"§6Helmet§7.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not gaining\",19:\"§7a stack.\",20:\"\",21:\"§7§8This item can be reforged!\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY HELMET\"],Name:\"§6Infernal Hollow Helmet\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_HELMET\"}}",
"damage": 3,
"lore": [
"§7Strength: §c+38",
@@ -10,6 +10,7 @@
"§7Defense: §a+126",
"§7Speed: §a+13",
"§7Intelligence: §a+328",
+ "§7Mending: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -31,7 +32,7 @@
"internalname": "INFERNAL_HOLLOW_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/INFERNAL_HOLLOW_LEGGINGS.json b/items/INFERNAL_HOLLOW_LEGGINGS.json
index 096ebc7a..176c46ae 100644
--- a/items/INFERNAL_HOLLOW_LEGGINGS.json
+++ b/items/INFERNAL_HOLLOW_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Infernal Hollow Leggings",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+517\",3:\"§7Defense: §a+139\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",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§6Infernal Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Infernal Hollow Leggings\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_LEGGINGS\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+38\",1:\"§7Crit Damage: §c+25%\",2:\"§7Health: §a+517\",3:\"§7Defense: §a+139\",4:\"§7Speed: §a+13\",5:\"§7Intelligence: §a+214\",6:\"§7Mending: §a+12\",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§6Infernal Hollow Leggings§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 LEGGINGS\"],color:16774819,Name:\"§6Infernal Hollow Leggings\"},ExtraAttributes:{id:\"INFERNAL_HOLLOW_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Strength: §c+38",
@@ -10,6 +10,7 @@
"§7Defense: §a+139",
"§7Speed: §a+13",
"§7Intelligence: §a+214",
+ "§7Mending: §a+12",
" §8[§8⚔§8] §8[§8⚔§8]",
"",
"§8Tiered Bonus: Spirit (0/4)",
@@ -29,7 +30,7 @@
"internalname": "INFERNAL_HOLLOW_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Hollow_Armor",
diff --git a/items/LIVING_METAL.json b/items/LIVING_METAL.json
index a87573e1..ab380d46 100644
--- a/items/LIVING_METAL.json
+++ b/items/LIVING_METAL.json
@@ -1,11 +1,11 @@
{
"itemid": "minecraft:stained_glass",
"displayname": "§9Living Metal",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7It snakes around your blocky\",1:\"§7hand as your hold it.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Living Metal\"},ExtraAttributes:{id:\"LIVING_METAL\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7It snakes around your blocky\",1:\"§7hand as you hold it.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Living Metal\"},ExtraAttributes:{id:\"LIVING_METAL\"}}",
"damage": 11,
"lore": [
"§7It snakes around your blocky",
- "§7hand as your hold it.",
+ "§7hand as you hold it.",
"",
"§eRight-click to view recipes!",
"",
@@ -14,7 +14,7 @@
"internalname": "LIVING_METAL",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Living_Metal",
diff --git a/items/MUSHROOM_COW_ANIMAL.json b/items/MUSHROOM_COW_ANIMAL.json
index b17795ca..f38b1d60 100644
--- a/items/MUSHROOM_COW_ANIMAL.json
+++ b/items/MUSHROOM_COW_ANIMAL.json
@@ -40,6 +40,10 @@
{
"id": "RED_MUSHROOM:1",
"chance": "100%"
+ },
+ {
+ "id": "DYE_CYCLAMEN:1",
+ "chance": "0.000001%"
}
]
}
diff --git a/items/PERFECT_PLATE.json b/items/PERFECT_PLATE.json
index b0f7df90..15cbc97c 100644
--- a/items/PERFECT_PLATE.json
+++ b/items/PERFECT_PLATE.json
@@ -24,8 +24,8 @@
"MITHRIL_PLATE:1.0"
],
"count": 1.0,
- "overrideOutputId": "PERFECT_PLATE",
- "duration": 1800
+ "duration": 21600,
+ "overrideOutputId": "PERFECT_PLATE"
}
],
"info": [
diff --git a/items/PORTABLE_CAMPFIRE.json b/items/PORTABLE_CAMPFIRE.json
index 69eb2069..36ef488c 100644
--- a/items/PORTABLE_CAMPFIRE.json
+++ b/items/PORTABLE_CAMPFIRE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:furnace",
"displayname": "§9Portable Campfire",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be placed down in the §bGlacite\",1:\"§bTunnels§7.\",2:\"\",3:\"§7Interacting with a campfire belonging\",4:\"§7to you or another player will reduce\",5:\"§7your §b❄ Cold §7by §a15§7.\",6:\"\",7:\"§7Each campfire can only be\",8:\"§7interacted with once, and you can\",9:\"§7only place one campfire every §a10\",10:\"§aminutes§7.\",11:\"\",12:\"§7§cConsumed on use!\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Portable Campfire\"},ExtraAttributes:{id:\"PORTABLE_CAMPFIRE\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Can be placed down in the §bGlacite\",1:\"§bTunnels§7.\",2:\"\",3:\"§7Interacting with a campfire belonging\",4:\"§7to you or another player will reduce\",5:\"§7your §b❄ Cold §7by §a50§7.\",6:\"\",7:\"§7Each campfire can only be\",8:\"§7interacted with once, and you can\",9:\"§7only place one campfire every §a5\",10:\"§aminutes§7.\",11:\"\",12:\"§7§cConsumed on use!\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Portable Campfire\"},ExtraAttributes:{id:\"PORTABLE_CAMPFIRE\"}}",
"damage": 0,
"lore": [
"§7Can be placed down in the §bGlacite",
@@ -9,11 +9,11 @@
"",
"§7Interacting with a campfire belonging",
"§7to you or another player will reduce",
- "§7your §b❄ Cold §7by §a15§7.",
+ "§7your §b❄ Cold §7by §a50§7.",
"",
"§7Each campfire can only be",
"§7interacted with once, and you can",
- "§7only place one campfire every §a10",
+ "§7only place one campfire every §a5",
"§aminutes§7.",
"",
"§7§cConsumed on use!",
@@ -23,7 +23,7 @@
"internalname": "PORTABLE_CAMPFIRE",
"crafttext": "",
"clickcommand": "viewrecipe",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"recipes": [
{
diff --git a/items/POWER_RELIC.json b/items/POWER_RELIC.json
index 61f1659b..bc4bb06a 100644
--- a/items/POWER_RELIC.json
+++ b/items/POWER_RELIC.json
@@ -22,11 +22,12 @@
"type": "forge",
"inputs": [
"POWER_ARTIFACT:1.0",
- "PERFECT_PLATE:4.0"
+ "PERFECT_PLATE:1.0",
+ "GLACITE_AMALGAMATION:32.0"
],
"count": 1.0,
- "overrideOutputId": "POWER_RELIC",
- "duration": 28800
+ "duration": 28800,
+ "overrideOutputId": "POWER_RELIC"
}
],
"info": [
diff --git a/items/REFINED_DARK_CACAO_TRUFFLE.json b/items/REFINED_DARK_CACAO_TRUFFLE.json
new file mode 100644
index 00000000..8e9e893e
--- /dev/null
+++ b/items/REFINED_DARK_CACAO_TRUFFLE.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Refined Dark Cacao Truffle",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"167cf08f-2fc5-34ed-8a58-04712142fe03\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTQ2MjU4ODQwNSwKICAicHJvZmlsZUlkIiA6ICJmZjQ3NzI5YmQwZDI0YWYwOThiMTFjMGE3ZTFiMGVlZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYXRzY2FuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRmOTkxMjE1ZTI1OGQ2NWY3N2VlZGViNjkzNTZmNTUyMWJiMjRjYjlkZDQ3NzY1ZTM4ZjUyYTg5MmQ3OTg5YWQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Consume to gain §6+30§6☘ Global\",1:\"§6Fortune §7for §a60m§7!\",2:\"\",3:\"§6Aged Like Fine Dark Chocolate\",4:\"§7Consuming this grants permanent\",5:\"§7§6+1§6☘ Global Fortune§7.\",6:\"\",7:\"§7You may consume §a5 §7of these before\",8:\"§7they lose their magical energy.\",9:\"\",10:\"§6§lLEGENDARY\"],Name:\"§6Refined Dark Cacao Truffle\"},ExtraAttributes:{id:\"REFINED_DARK_CACAO_TRUFFLE\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Consume to gain §6+30§6☘ Global",
+ "§6Fortune §7for §a60m§7!",
+ "",
+ "§6Aged Like Fine Dark Chocolate",
+ "§7Consuming this grants permanent",
+ "§7§6+1§6☘ Global Fortune§7.",
+ "",
+ "§7You may consume §a5 §7of these before",
+ "§7they lose their magical energy.",
+ "",
+ "§6§lLEGENDARY"
+ ],
+ "internalname": "REFINED_DARK_CACAO_TRUFFLE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/RUBY_POLISHED_DRILL_ENGINE.json b/items/RUBY_POLISHED_DRILL_ENGINE.json
index 0a23e95a..e92ef33b 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:\"e5a9b8d8-e1cb-3373-a84b-017b83654bf2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjY0NDU1MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmMGI5YzQ1YmJhZTExYjAwZTQzMjNhZjAxMTljMjc4ODNkMzY5MGU4YzQ4YjQ5Y2YyOWIyNDY5ODExNzllMCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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 a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ruby-polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}",
+ "displayname": "§9Ruby Polished Drill Engine",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e5a9b8d8-e1cb-3373-a84b-017b83654bf2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNTQ5MjY0NDU1MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdmMGI5YzQ1YmJhZTExYjAwZTQzMjNhZjAxMTljMjc4ODNkMzY5MGU4YzQ4YjQ5Y2YyOWIyNDY5ODExNzllMCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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 a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Ruby Polished Drill Engine\"},ExtraAttributes:{id:\"RUBY_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Drill Part",
@@ -19,7 +19,7 @@
"internalname": "RUBY_POLISHED_DRILL_ENGINE",
"crafttext": "",
"clickcommand": "viewrecipe",
- "modver": "2.1.0-REL",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Ruby-Polished_Drill_Engine",
diff --git a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json
index 665aa4f0..35c8e0e9 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§6+250⸕ Mining Speed§7.\",5:\"§7Grants §a§6+50☘ Mining Fortune§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 6§c.\",11:\"§9§lRARE\"],Name:\"§f§f§9Sapphire-polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}",
+ "displayname": "§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§6+250⸕ Mining Speed§7.\",5:\"§7Grants §a§6+50☘ Mining Fortune§7.\",6:\"\",7:\"§7Can be applied to Drills by\",8:\"§7talking to a §2Drill Mechanic§7!\",9:\"\",10:\"§7§4❣ §cRequires §5Heart of the Mountain Tier 6§c.\",11:\"§9§lRARE\"],Name:\"§9Sapphire Polished Drill Engine\"},ExtraAttributes:{id:\"SAPPHIRE_POLISHED_DRILL_ENGINE\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Drill Part",
@@ -20,7 +20,7 @@
"internalname": "SAPPHIRE_POLISHED_DRILL_ENGINE",
"crafttext": "",
"clickcommand": "viewrecipe",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Sapphire-polished_Drill_Engine",
diff --git a/items/SHATTERED_PENDANT.json b/items/SHATTERED_PENDANT.json
index bea9c3dc..f05897a0 100644
--- a/items/SHATTERED_PENDANT.json
+++ b/items/SHATTERED_PENDANT.json
@@ -1,11 +1,11 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Shattered Locket",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3991650-f426-3411-bfff-a0bf6725c9af\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTI0MjcyMDI4OSwKICAicHJvZmlsZUlkIiA6ICJlZjVjZjkzYWFhMTY0ZTMyODQ4NDYxYjIzNGQ1YWJhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDE4NWEzZGRhZGUyY2RhZGY0MDRjOTE0NTczMzE3NjRmYWRjOTIwYTIxNDIxOTdmOTk1OTEwNjg2ZThiZDY4OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A dainty piece of jewelry covered in\",1:\"§7a thick coat of §bGlacite§7. The frosty\",2:\"§7layer obscures the details of the\",3:\"§7photograph nestled within.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Shattered Locket\"},ExtraAttributes:{id:\"SHATTERED_PENDANT\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a3991650-f426-3411-bfff-a0bf6725c9af\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTI0MjcyMDI4OSwKICAicHJvZmlsZUlkIiA6ICJlZjVjZjkzYWFhMTY0ZTMyODQ4NDYxYjIzNGQ1YWJhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDE4NWEzZGRhZGUyY2RhZGY0MDRjOTE0NTczMzE3NjRmYWRjOTIwYTIxNDIxOTdmOTk1OTEwNjg2ZThiZDY4OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A dainty piece of jewelry covered in\",1:\"§7a thick coat of glacite. The frosty\",2:\"§7layer obscures the details of the\",3:\"§7photograph nestled within.\",4:\"\",5:\"§6§lLEGENDARY\"],Name:\"§6Shattered Locket\"},ExtraAttributes:{id:\"SHATTERED_PENDANT\"}}",
"damage": 3,
"lore": [
"§7A dainty piece of jewelry covered in",
- "§7a thick coat of §bGlacite§7. The frosty",
+ "§7a thick coat of glacite. The frosty",
"§7layer obscures the details of the",
"§7photograph nestled within.",
"",
@@ -14,7 +14,7 @@
"internalname": "SHATTERED_PENDANT",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Shattered_Locket",
diff --git a/items/SKELETON_KEY.json b/items/SKELETON_KEY.json
index c53ffa59..f5d195b5 100644
--- a/items/SKELETON_KEY.json
+++ b/items/SKELETON_KEY.json
@@ -23,8 +23,8 @@
{
"type": "forge",
"inputs": [
- "PERFECT_PLATE:1.0",
- "BEJEWELED_HANDLE:1.0"
+ "BEJEWELED_HANDLE:1.0",
+ "PERFECT_PLATE:1.0"
],
"count": 1.0,
"overrideOutputId": "SKELETON_KEY",
diff --git a/items/SUPREME_CHOCOLATE_BAR.json b/items/SUPREME_CHOCOLATE_BAR.json
new file mode 100644
index 00000000..6522ea4e
--- /dev/null
+++ b/items/SUPREME_CHOCOLATE_BAR.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aSupreme Chocolate Bar",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1d4e4853-594f-3604-a9c6-3e2c5a353e76\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTk3OTUyOTAwNywKICAicHJvZmlsZUlkIiA6ICJlZjVjZjkzYWFhMTY0ZTMyODQ4NDYxYjIzNGQ1YWJhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfXzciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjU0YjdmM2YyYTZmMGQxYzJjMDU0Njc4MTI4ZWMyMzIyNjE5YWVmZmYwZjQ1MGMzOTBkNmE0MWI1OTUwMzAyZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Bring §63,000 §7of these to §5Carrolyn §7in\",1:\"§7§5Scarleton §7to permanently gain §c+5❤\",2:\"§cHealth §7and §6+12☘ Cocoa Beans\",3:\"§6Fortune§7.\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aSupreme Chocolate Bar\"},ExtraAttributes:{id:\"SUPREME_CHOCOLATE_BAR\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Bring §63,000 §7of these to §5Carrolyn §7in",
+ "§7§5Scarleton §7to permanently gain §c+5❤",
+ "§cHealth §7and §6+12☘ Cocoa Beans",
+ "§6Fortune§7.",
+ "",
+ "§a§lUNCOMMON"
+ ],
+ "internalname": "SUPREME_CHOCOLATE_BAR",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/TUNGSTEN_KEY.json b/items/TUNGSTEN_KEY.json
index ad8eb3b0..5409f1ce 100644
--- a/items/TUNGSTEN_KEY.json
+++ b/items/TUNGSTEN_KEY.json
@@ -19,12 +19,12 @@
{
"type": "forge",
"inputs": [
- "BEJEWELED_HANDLE:1.0",
- "REFINED_TUNGSTEN:1.0"
+ "ENCHANTED_TUNGSTEN:192.0",
+ "BEJEWELED_HANDLE:1.0"
],
"count": 1.0,
"overrideOutputId": "TUNGSTEN_KEY",
- "duration": 1800
+ "duration": 30
}
],
"info": [
diff --git a/items/TUNGSTEN_KEYCHAIN.json b/items/TUNGSTEN_KEYCHAIN.json
index 46dd9643..3453b7df 100644
--- a/items/TUNGSTEN_KEYCHAIN.json
+++ b/items/TUNGSTEN_KEYCHAIN.json
@@ -1,14 +1,14 @@
{
"itemid": "minecraft:skull",
- "displayname": "§9Tungsten Keychain",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a238607f-2e8f-3539-ac93-896bec59c95d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTA2MTIyNjgwNSwKICAicHJvZmlsZUlkIiA6ICI0MWZlYzZlMWQzNWM0ZDIyOWYxOGQ3OGRkZjk3ZGQzNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSaWJva2luZ190dyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMGNkYjY2YjUxNzliMmFmNjBiN2NmMDQ1Y2Q0MDNjOWEzMDRhNGIxOGFhMWE1ZWFhMmQ4YzQ3ODIxNDkyOTRmIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Every §a500 §7fuel consumed increases your §c♨\",5:\"§cHeat §7or §b❄ Cold §7by §a1§7.\",6:\"\",7:\"§7Can be applied to Drills by talking to\",8:\"§7a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Tungsten Keychain\"},ExtraAttributes:{id:\"TUNGSTEN_KEYCHAIN\"}}",
+ "displayname": "§9Tungsten Regulator",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a238607f-2e8f-3539-ac93-896bec59c95d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwOTA2MTIyNjgwNSwKICAicHJvZmlsZUlkIiA6ICI0MWZlYzZlMWQzNWM0ZDIyOWYxOGQ3OGRkZjk3ZGQzNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSaWJva2luZ190dyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hMGNkYjY2YjUxNzliMmFmNjBiN2NmMDQ1Y2Q0MDNjOWEzMDRhNGIxOGFhMWE1ZWFhMmQ4YzQ3ODIxNDkyOTRmIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Drill Part\",1:\"\",2:\"§7Part Type: §6Upgrade Module\",3:\"\",4:\"§7Every §a100 §7fuel consumed increases your §c♨\",5:\"§cHeat §7or §b❄ Cold §7by §a1§7.\",6:\"\",7:\"§7Can be applied to Drills by talking to\",8:\"§7a §2Drill Mechanic§7!\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Tungsten Regulator\"},ExtraAttributes:{id:\"TUNGSTEN_KEYCHAIN\"}}",
"damage": 3,
"lore": [
"§8Drill Part",
"",
"§7Part Type: §6Upgrade Module",
"",
- "§7Every §a500 §7fuel consumed increases your §c♨",
+ "§7Every §a100 §7fuel consumed increases your §c♨",
"§cHeat §7or §b❄ Cold §7by §a1§7.",
"",
"§7Can be applied to Drills by talking to",
@@ -19,7 +19,7 @@
"internalname": "TUNGSTEN_KEYCHAIN",
"crafttext": "",
"clickcommand": "viewrecipe",
- "modver": "2.1.1-PRE",
+ "modver": "",
"infoType": "WIKI_URL",
"recipes": [
{
diff --git a/items/UMBER_KEY.json b/items/UMBER_KEY.json
index e26f6824..24354f11 100644
--- a/items/UMBER_KEY.json
+++ b/items/UMBER_KEY.json
@@ -19,12 +19,12 @@
{
"type": "forge",
"inputs": [
- "REFINED_UMBER:1.0",
- "BEJEWELED_HANDLE:1.0"
+ "BEJEWELED_HANDLE:1.0",
+ "ENCHANTED_UMBER:192.0"
],
"count": 1.0,
"overrideOutputId": "UMBER_KEY",
- "duration": 1800
+ "duration": 30
}
],
"info": [