aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2020-11-26 17:13:06 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2020-11-26 17:13:06 -0500
commit3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d (patch)
tree37f4390b3246c3580852e198b50f96b291c93e7e
parent4cfe3d2a5bd617e098efaee69bf5652f1c6755f1 (diff)
downloadNotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.tar.gz
NotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.tar.bz2
NotEnoughUpdates-REPO-3842e4e6c0b9a01b18fe1c9309c552d8edd4a07d.zip
*enter creative name here*
-rw-r--r--constants/parents.json2
-rw-r--r--constants/petnums.json6
-rw-r--r--items/AUTO_RECOMBOBULATOR.json5
-rw-r--r--items/CATACOMBS_EXPERT_RING.json5
-rw-r--r--items/CHEETAH_TALISMAN.json20
-rw-r--r--items/DEATH_BOW.json7
-rw-r--r--items/ETERNAL_HOOF.json7
-rw-r--r--items/FREE_COOKIE.json1
-rw-r--r--items/GIANT_CLEAVER.json7
-rw-r--r--items/GIANT_FRAGMENT_BIGFOOT.json7
-rw-r--r--items/GIANT_FRAGMENT_BOULDER.json7
-rw-r--r--items/GIANT_FRAGMENT_DIAMOND.json7
-rw-r--r--items/GIANT_FRAGMENT_LASER.json7
-rw-r--r--items/GOLDOR_THE_FISH.json5
-rw-r--r--items/GOLD_NECRON_HEAD.json32
-rw-r--r--items/HUNTER_RING.json18
-rw-r--r--items/MAXOR_THE_FISH.json5
-rw-r--r--items/MELODY_HAIR.json26
-rw-r--r--items/MENDER_CROWN.json7
-rw-r--r--items/NECRON_BLADE.json7
-rw-r--r--items/NECRON_HANDLE.json7
-rw-r--r--items/PET_SKIN_SILVERFISH.json30
-rw-r--r--items/PIGMAN_SWORD.json6
-rw-r--r--items/POWER_WITHER_BOOTS.json7
-rw-r--r--items/POWER_WITHER_CHESTPLATE.json7
-rw-r--r--items/POWER_WITHER_HELMET.json7
-rw-r--r--items/POWER_WITHER_LEGGINGS.json7
-rw-r--r--items/PRECURSOR_GEAR.json5
-rw-r--r--items/PRISMAPUMP.json19
-rw-r--r--items/SKELETON_LORD_BOOTS.json15
-rw-r--r--items/SKELETON_LORD_CHESTPLATE.json17
-rw-r--r--items/SKELETON_LORD_HELMET.json13
-rw-r--r--items/SKELETON_LORD_LEGGINGS.json17
-rw-r--r--items/SPEED_WITHER_BOOTS.json7
-rw-r--r--items/SPEED_WITHER_CHESTPLATE.json7
-rw-r--r--items/SPEED_WITHER_HELMET.json7
-rw-r--r--items/SPEED_WITHER_LEGGINGS.json7
-rw-r--r--items/STEEL_CHESTPLATE.json7
-rw-r--r--items/STORM_THE_FISH.json5
-rw-r--r--items/WISE_WITHER_BOOTS.json7
-rw-r--r--items/WISE_WITHER_CHESTPLATE.json7
-rw-r--r--items/WISE_WITHER_HELMET.json7
-rw-r--r--items/WISE_WITHER_LEGGINGS.json7
-rw-r--r--items/WITHER_BLOOD.json5
-rw-r--r--items/WITHER_CATALYST.json7
-rw-r--r--items/WITHER_GOGGLES.json7
-rw-r--r--items/WITHER_HELMET.json14
-rw-r--r--items/WITHER_RELIC.json21
-rw-r--r--items/ZOMBIE_LORD_BOOTS.json10
-rw-r--r--items/ZOMBIE_LORD_CHESTPLATE.json9
-rw-r--r--items/ZOMBIE_LORD_HELMET.json21
-rw-r--r--items/ZOMBIE_LORD_LEGGINGS.json9
52 files changed, 405 insertions, 111 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 4483e5dc..5d21e422 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -419,7 +419,7 @@
"REJUVENATE;5"
],
"RESPIRATION;2": [
- "RESPIRATION;3",
+ "RESPIRATION;1",
"RESPIRATION;3"
],
"SAND": [
diff --git a/constants/petnums.json b/constants/petnums.json
index 43a2211d..0cb85515 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -812,8 +812,7 @@
0.2,
100.0,
0.0,
- 10.0,
- 0.2
+ 0.5
],
"statNums": {
"HEALTH": 1.0,
@@ -825,8 +824,7 @@
20,
100,
1,
- 10,
- 25
+ 50
],
"statNums": {
"HEALTH": 100.0,
diff --git a/items/AUTO_RECOMBOBULATOR.json b/items/AUTO_RECOMBOBULATOR.json
index b0098d40..7b04466c 100644
--- a/items/AUTO_RECOMBOBULATOR.json
+++ b/items/AUTO_RECOMBOBULATOR.json
@@ -15,5 +15,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Auto_Recombobulator"
+ ]
} \ No newline at end of file
diff --git a/items/CATACOMBS_EXPERT_RING.json b/items/CATACOMBS_EXPERT_RING.json
index d6f88131..c16773ce 100644
--- a/items/CATACOMBS_EXPERT_RING.json
+++ b/items/CATACOMBS_EXPERT_RING.json
@@ -14,5 +14,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Catacombs_Expert_Ring"
+ ]
} \ No newline at end of file
diff --git a/items/CHEETAH_TALISMAN.json b/items/CHEETAH_TALISMAN.json
new file mode 100644
index 00000000..9d59b690
--- /dev/null
+++ b/items/CHEETAH_TALISMAN.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Cheetah Talisman",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cda9d88a-3da9-3c59-8bd7-3c3777784486\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU1M2Y4ODU2ZGQ0NmRlN2UwNWQ0NmY1ZmMyZmI1OGVhZmJhNjgyOWIxMWIxNjBhMTU0NTYyMmU4OWNhYWEzMyJ9fX0\"}]}},display:{Lore:[0:\"§7Speed: §a+3\",1:\"\",2:\"§5§lEPIC ACCESSORY\"],Name:\"§5Cheetah Talisman\"},ExtraAttributes:{modifier:\"bizarre\",originTag:\"UNKNOWN\",id:\"CHEETAH_TALISMAN\",uuid:\"172a803d-6d55-44c4-bece-8de378ea7381\",timestamp:\"7/5/20 1:06 PM\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Speed: §a+3",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC ACCESSORY"
+ ],
+ "internalname": "CHEETAH_TALISMAN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.5-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Cheetah_Talisman"
+ ]
+}
diff --git a/items/DEATH_BOW.json b/items/DEATH_BOW.json
index d795a14a..bdfdb1a3 100644
--- a/items/DEATH_BOW.json
+++ b/items/DEATH_BOW.json
@@ -22,6 +22,9 @@
"internalname": "DEATH_BOW",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Death_Bow"
+ ]
} \ No newline at end of file
diff --git a/items/ETERNAL_HOOF.json b/items/ETERNAL_HOOF.json
index d3c6a330..ba63061c 100644
--- a/items/ETERNAL_HOOF.json
+++ b/items/ETERNAL_HOOF.json
@@ -23,5 +23,10 @@
},
"internalname": "ETERNAL_HOOF",
"clickcommand": "viewrecipe",
- "modver": "1.5-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Eternal_Hoof"
+ ]
} \ No newline at end of file
diff --git a/items/FREE_COOKIE.json b/items/FREE_COOKIE.json
index 16ce3f3d..427f0e5f 100644
--- a/items/FREE_COOKIE.json
+++ b/items/FREE_COOKIE.json
@@ -22,6 +22,7 @@
"§6§lLEGENDARY"
],
"internalname": "FREE_COOKIE",
+ "parent": "BOOSTER_COOKIE",
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
diff --git a/items/GIANT_CLEAVER.json b/items/GIANT_CLEAVER.json
index d3ef0efe..9a84547f 100644
--- a/items/GIANT_CLEAVER.json
+++ b/items/GIANT_CLEAVER.json
@@ -22,6 +22,9 @@
"internalname": "GIANT_CLEAVER",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Giant_Cleaver"
+ ]
} \ No newline at end of file
diff --git a/items/GIANT_FRAGMENT_BIGFOOT.json b/items/GIANT_FRAGMENT_BIGFOOT.json
index b22f312c..dc06b5bd 100644
--- a/items/GIANT_FRAGMENT_BIGFOOT.json
+++ b/items/GIANT_FRAGMENT_BIGFOOT.json
@@ -16,6 +16,9 @@
"internalname": "GIANT_FRAGMENT_BIGFOOT",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Bigfoot%27s_Lasso"
+ ]
} \ No newline at end of file
diff --git a/items/GIANT_FRAGMENT_BOULDER.json b/items/GIANT_FRAGMENT_BOULDER.json
index 3933b585..4282ef54 100644
--- a/items/GIANT_FRAGMENT_BOULDER.json
+++ b/items/GIANT_FRAGMENT_BOULDER.json
@@ -16,6 +16,9 @@
"internalname": "GIANT_FRAGMENT_BOULDER",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Jolly_Pink_Rock"
+ ]
} \ No newline at end of file
diff --git a/items/GIANT_FRAGMENT_DIAMOND.json b/items/GIANT_FRAGMENT_DIAMOND.json
index 554c2782..4dd53f3a 100644
--- a/items/GIANT_FRAGMENT_DIAMOND.json
+++ b/items/GIANT_FRAGMENT_DIAMOND.json
@@ -15,5 +15,10 @@
],
"internalname": "GIANT_FRAGMENT_DIAMOND",
"clickcommand": "",
- "modver": "1.5-REL"
+ "modver": "1.6-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Diamante%27s_Handle"
+ ]
} \ No newline at end of file
diff --git a/items/GIANT_FRAGMENT_LASER.json b/items/GIANT_FRAGMENT_LASER.json
index d4c116b9..5c9faa50 100644
--- a/items/GIANT_FRAGMENT_LASER.json
+++ b/items/GIANT_FRAGMENT_LASER.json
@@ -16,6 +16,9 @@
"internalname": "GIANT_FRAGMENT_LASER",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/L.A.S.R.%27s_eye"
+ ]
} \ No newline at end of file
diff --git a/items/GOLDOR_THE_FISH.json b/items/GOLDOR_THE_FISH.json
index ef835892..d8b26a02 100644
--- a/items/GOLDOR_THE_FISH.json
+++ b/items/GOLDOR_THE_FISH.json
@@ -13,5 +13,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Goldor_the_Fish"
+ ]
} \ No newline at end of file
diff --git a/items/GOLD_NECRON_HEAD.json b/items/GOLD_NECRON_HEAD.json
new file mode 100644
index 00000000..c1cabd8d
--- /dev/null
+++ b/items/GOLD_NECRON_HEAD.json
@@ -0,0 +1,32 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§cGolden Necron Head",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"34376e0f-2bd2-3e10-a48f-d2ebe40e1dbe\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU1MjgwNDU3MCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY2OWUwYjQxZGE0ZmQ1OGY2MjViZmQxNDBiYjViMjRmODRkNTZlZGU2NjU4YjY4ZjEyNDQ3ODA0MmNkYWZlNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+80 HP\",4:\"§7Defense: §a+40\",5:\"\",6:\"§7Obtained from killing §cNecron\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor VII§7.\",10:\"\",11:\"§7§8Right hand of the Wither King.\",12:\"§8Inherited the Catacombs eons\",13:\"§8ago. Never defeated, feared by\",14:\"§8anything living AND dead.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§f§f§cGolden Necron Head\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOLD_NECRON_HEAD\",uuid:\"f30c8c58-831d-480d-b5fd-01756e3d2799\",timestamp:\"11/23/20 8:33 AM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7Gear Score: §d175",
+ "§7Strength: §c+15",
+ "",
+ "§7Health: §a+80 HP",
+ "§7Defense: §a+40",
+ "",
+ "§7Obtained from killing §cNecron",
+ "§c§7in §cThe Catacombs §7lots of",
+ "§7times. Grants §a2x §7stats on",
+ "§7§cThe Catacombs Floor VII§7.",
+ "",
+ "§7§8Right hand of the Wither King.",
+ "§8Inherited the Catacombs eons",
+ "§8ago. Never defeated, feared by",
+ "§8anything living AND dead.",
+ "",
+ "§7§8This item can be reforged!",
+ "§aPerfect 700000 / 700000",
+ "§c§lSPECIAL DUNGEON HELMET"
+ ],
+ "internalname": "GOLD_NECRON_HEAD",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.7-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/HUNTER_RING.json b/items/HUNTER_RING.json
index d31bfad1..8e28aa08 100644
--- a/items/HUNTER_RING.json
+++ b/items/HUNTER_RING.json
@@ -14,15 +14,15 @@
"§9§lRARE ACCESSORY"
],
"recipe": {
- "A1": "GOLDEN_TOOTH:64",
- "A2": "GOLDEN_TOOTH:64",
- "A3": "GOLDEN_TOOTH:64",
- "B1": "GOLDEN_TOOTH:64",
+ "A1": "GOLDEN_TOOTH:32",
+ "A2": "GOLDEN_TOOTH:32",
+ "A3": "GOLDEN_TOOTH:32",
+ "B1": "GOLDEN_TOOTH:32",
"B2": "GRIZZLY_BAIT:1",
- "B3": "GOLDEN_TOOTH:64",
- "C1": "GOLDEN_TOOTH:64",
- "C2": "GOLDEN_TOOTH:64",
- "C3": "GOLDEN_TOOTH:64"
+ "B3": "GOLDEN_TOOTH:32",
+ "C1": "GOLDEN_TOOTH:32",
+ "C2": "GOLDEN_TOOTH:32",
+ "C3": "GOLDEN_TOOTH:32"
},
"slayer_req": "WOLF_7",
"infoType": "WIKI_URL",
@@ -30,4 +30,4 @@
"https://hypixel-skyblock.fandom.com/wiki/Hunter_Ring"
],
"crafttext": ""
-} \ No newline at end of file
+}
diff --git a/items/MAXOR_THE_FISH.json b/items/MAXOR_THE_FISH.json
index 70669ca1..6848509a 100644
--- a/items/MAXOR_THE_FISH.json
+++ b/items/MAXOR_THE_FISH.json
@@ -12,5 +12,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Maxor_the_Fish"
+ ]
} \ No newline at end of file
diff --git a/items/MELODY_HAIR.json b/items/MELODY_HAIR.json
new file mode 100644
index 00000000..6762678c
--- /dev/null
+++ b/items/MELODY_HAIR.json
@@ -0,0 +1,26 @@
+{
+ "itemid": "minecraft:string",
+ "displayname": "§d♪ Melody\u0027s Hair ♫",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Intelligence: §a+6\",1:\"\",2:\"§7A single strand of hair\",3:\"§7from Melody\u0027s head.\",4:\"\",5:\"§7Left-Click: §eTune Up!\",6:\"§7Right-Click: §dPlay Note!\",7:\"\",8:\"§5§lEPIC ACCESSORY\"],Name:\"§d��� Melody\u0027s Hair ���\"},ExtraAttributes:{modifier:\"bizarre\",originTag:\"UNKNOWN\",id:\"MELODY_HAIR\",uuid:\"a3e47fb8-ed96-4ef1-b8e9-4269281e6efe\",tune:1,timestamp:\"12/19/19 10:55 AM\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Intelligence: §a+6",
+ "",
+ "§7A single strand of hair",
+ "§7from Melody\u0027s head.",
+ "",
+ "§7Left-Click: §eTune Up!",
+ "§7Right-Click: §dPlay Note!",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC ACCESSORY"
+ ],
+ "internalname": "MELODY_HAIR",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.5-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Melody's_Hair"
+ ]
+}
diff --git a/items/MENDER_CROWN.json b/items/MENDER_CROWN.json
index abc508a0..2f08b687 100644
--- a/items/MENDER_CROWN.json
+++ b/items/MENDER_CROWN.json
@@ -19,6 +19,9 @@
"internalname": "MENDER_CROWN",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Mender_Crown"
+ ]
} \ No newline at end of file
diff --git a/items/NECRON_BLADE.json b/items/NECRON_BLADE.json
index e9c54105..a31f20f9 100644
--- a/items/NECRON_BLADE.json
+++ b/items/NECRON_BLADE.json
@@ -25,6 +25,9 @@
"internalname": "NECRON_BLADE",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron\u0027s_Blade"
+ ]
} \ No newline at end of file
diff --git a/items/NECRON_HANDLE.json b/items/NECRON_HANDLE.json
index 48581b2c..88dd013c 100644
--- a/items/NECRON_HANDLE.json
+++ b/items/NECRON_HANDLE.json
@@ -11,6 +11,9 @@
"internalname": "NECRON_HANDLE",
"crafttext": "",
"clickcommand": "",
- "modver": "1.6-REL",
- "infoType": ""
+ "modver": "1.7-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Handle"
+ ]
} \ No newline at end of file
diff --git a/items/PET_SKIN_SILVERFISH.json b/items/PET_SKIN_SILVERFISH.json
new file mode 100644
index 00000000..6320b701
--- /dev/null
+++ b/items/PET_SKIN_SILVERFISH.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Fortified Silverfish Skin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ee81d609-06c4-38e7-97e5-dd3ef196a4ba\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg1NTJmZjU5MTA0MmM0YTM4ZjhiYTA2MjY3ODRhZTI4YzQ1NDVhOTdkNDIzZmQ5MDM3YzM0MTAzNTU5MzI3MyJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Silverfish pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Fortified Silverfish Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_SILVERFISH\",uuid:\"1380e849-f55b-4cc6-ab08-6085774e8ad9\",timestamp:\"11/22/20 8:59 PM\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Silverfish pets.",
+ "",
+ "§7§eRight click on your pet to",
+ "§eapply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_SILVERFISH",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.7-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/PIGMAN_SWORD.json b/items/PIGMAN_SWORD.json
index ae018c81..2b0cfe4f 100644
--- a/items/PIGMAN_SWORD.json
+++ b/items/PIGMAN_SWORD.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:golden_sword",
"displayname": "§6Pigman Sword",
- "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",6:\"§7Gain §a+50❈ Defense §7for §a5s§7\",7:\"§7and cast vortex of flames\",8:\"§7towards enemies, dealing up to\",9:\"§7§c30,000§7 over §a5§7 seconds.\",10:\"§8Mana Cost: §3400\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}",
+ "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"§7Crit Chance: §c+5%\",3:\"§7Crit Damage: §c+30%\",4:\"\",5:\"§7Intelligence: §a+300\",6:\"\",7:\"§6Item Ability: Burning Souls §e§lRIGHT CLICK\",8:\"§7Gain §a+50❈ Defense §7for §a5s§7\",9:\"§7and cast vortex of flames\",10:\"§7towards enemies, dealing up to\",11:\"§7§c30,000§7 over §a5§7 seconds.\",12:\"§8Mana Cost: §3400\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pigman Sword\"},ExtraAttributes:{id:\"PIGMAN_SWORD\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+200",
@@ -9,7 +9,7 @@
"§7Crit Chance: §c+5%",
"§7Crit Damage: §c+30%",
"",
- "§7Intelligence: §a+100",
+ "§7Intelligence: §a+300",
"",
"§6Item Ability: Burning Souls §e§lRIGHT CLICK",
"§7Gain §a+50❈ Defense §7for §a5s§7",
@@ -34,7 +34,7 @@
},
"internalname": "PIGMAN_SWORD",
"clickcommand": "viewrecipe",
- "modver": "1.5-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Pigman_Sword"
diff --git a/items/POWER_WITHER_BOOTS.json b/items/POWER_WITHER_BOOTS.json
index f0201b78..00c5b505 100644
--- a/items/POWER_WITHER_BOOTS.json
+++ b/items/POWER_WITHER_BOOTS.json
@@ -40,5 +40,10 @@
"internalname": "POWER_WITHER_BOOTS",
"parent": "WITHER_BOOTS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/POWER_WITHER_CHESTPLATE.json b/items/POWER_WITHER_CHESTPLATE.json
index a87b54cd..9c6acb1e 100644
--- a/items/POWER_WITHER_CHESTPLATE.json
+++ b/items/POWER_WITHER_CHESTPLATE.json
@@ -41,5 +41,10 @@
"internalname": "POWER_WITHER_CHESTPLATE",
"parent": "WITHER_CHESTPLATE",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/POWER_WITHER_HELMET.json b/items/POWER_WITHER_HELMET.json
index 55d0db46..76068444 100644
--- a/items/POWER_WITHER_HELMET.json
+++ b/items/POWER_WITHER_HELMET.json
@@ -40,5 +40,10 @@
"internalname": "POWER_WITHER_HELMET",
"parent": "WITHER_HELMET",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/POWER_WITHER_LEGGINGS.json b/items/POWER_WITHER_LEGGINGS.json
index 1fcfc191..5a2e913d 100644
--- a/items/POWER_WITHER_LEGGINGS.json
+++ b/items/POWER_WITHER_LEGGINGS.json
@@ -40,5 +40,10 @@
"internalname": "POWER_WITHER_LEGGINGS",
"parent": "WITHER_LEGGINGS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/PRECURSOR_GEAR.json b/items/PRECURSOR_GEAR.json
index cbb0b1f3..a222ebb8 100644
--- a/items/PRECURSOR_GEAR.json
+++ b/items/PRECURSOR_GEAR.json
@@ -20,5 +20,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Precursor_Gear"
+ ]
} \ No newline at end of file
diff --git a/items/PRISMAPUMP.json b/items/PRISMAPUMP.json
new file mode 100644
index 00000000..430b3368
--- /dev/null
+++ b/items/PRISMAPUMP.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:prismarine",
+ "displayname": "§9Prismapump",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Pumps water poured next to it.\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Prismapump\"},ExtraAttributes:{id:\"PRISMAPUMP\"}}",
+ "damage": 2,
+ "lore": [
+ "§7Pumps water poured next to it.",
+ "",
+ "§9§lRARE"
+ ],
+ "internalname": "PRISMAPUMP",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Prismapump"
+ ]
+} \ No newline at end of file
diff --git a/items/SKELETON_LORD_BOOTS.json b/items/SKELETON_LORD_BOOTS.json
index ca8faf5d..43074f87 100644
--- a/items/SKELETON_LORD_BOOTS.json
+++ b/items/SKELETON_LORD_BOOTS.json
@@ -1,15 +1,20 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§6Skeleton Lord Boots",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d112 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+14 HP\",5:\"§7Defense: §a+28 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:2523397,Name:\"§6Skeleton Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_BOOTS\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d112\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+14 HP\",5:\"§7Defense: §a+28\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7and\",9:\"§7§9+10☠ Critical Damage §7every\",10:\"§7minute spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:2523397,Name:\"§6Skeleton Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_BOOTS\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d112 ",
+ "§7Gear Score: §d112",
"§7Crit Chance: §c+1%",
- "§7Crit Damage: §c+19% ",
+ "§7Crit Damage: §c+19%",
"",
"§7Health: §a+14 HP",
- "§7Defense: §a+28 ",
+ "§7Defense: §a+28",
+ "",
+ "§6Full Set Bonus: Dungeon Lord",
+ "§7Gains §c+5❁ Strength §7and",
+ "§7§9+10☠ Critical Damage §7every",
+ "§7minute spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 70000 / 70000",
@@ -19,7 +24,7 @@
"internalname": "SKELETON_LORD_BOOTS",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor"
diff --git a/items/SKELETON_LORD_CHESTPLATE.json b/items/SKELETON_LORD_CHESTPLATE.json
index 4cb43e13..c516dc31 100644
--- a/items/SKELETON_LORD_CHESTPLATE.json
+++ b/items/SKELETON_LORD_CHESTPLATE.json
@@ -1,15 +1,20 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§6Skeleton Lord Chestplate",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+26 HP \",5:\"§7Defense: §a+52 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:2523397,Name:\"§6Skeleton Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_CHESTPLATE\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d172\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+26 HP\",5:\"§7Defense: §a+52\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7and\",9:\"§7§9+10☠ Critical Damage §7every\",10:\"§7minute spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:2523397,Name:\"§6Skeleton Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_CHESTPLATE\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d172 ",
+ "§7Gear Score: §d172",
"§7Crit Chance: §c+1%",
- "§7Crit Damage: §c+19% ",
+ "§7Crit Damage: §c+19%",
"",
- "§7Health: §a+26 HP ",
- "§7Defense: §a+52 ",
+ "§7Health: §a+26 HP",
+ "§7Defense: §a+52",
+ "",
+ "§6Full Set Bonus: Dungeon Lord",
+ "§7Gains §c+5❁ Strength §7and",
+ "§7§9+10☠ Critical Damage §7every",
+ "§7minute spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 70000 / 70000",
@@ -19,7 +24,7 @@
"internalname": "SKELETON_LORD_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor"
diff --git a/items/SKELETON_LORD_HELMET.json b/items/SKELETON_LORD_HELMET.json
index f392734f..d42039f7 100644
--- a/items/SKELETON_LORD_HELMET.json
+++ b/items/SKELETON_LORD_HELMET.json
@@ -1,7 +1,7 @@
{
- "itemid": "minecraft:leather_helmet",
+ "itemid": "minecraft:golden_helmet",
"displayname": "§6Skeleton Lord Helmet",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d122\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+16 HP\",5:\"§7Defense: §a+32 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON HELMET\"],color:2523397,Name:\"§6Skeleton Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_HELMET\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d122\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+16 HP\",5:\"§7Defense: §a+32\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7and\",9:\"§7§9+10☠ Critical Damage §7every\",10:\"§7minute spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Skeleton Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_HELMET\"}}",
"damage": 0,
"lore": [
"§7Gear Score: §d122",
@@ -9,7 +9,12 @@
"§7Crit Damage: §c+19%",
"",
"§7Health: §a+16 HP",
- "§7Defense: §a+32 ",
+ "§7Defense: §a+32",
+ "",
+ "§6Full Set Bonus: Dungeon Lord",
+ "§7Gains §c+5❁ Strength §7and",
+ "§7§9+10☠ Critical Damage §7every",
+ "§7minute spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 70000 / 70000",
@@ -19,7 +24,7 @@
"internalname": "SKELETON_LORD_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor"
diff --git a/items/SKELETON_LORD_LEGGINGS.json b/items/SKELETON_LORD_LEGGINGS.json
index 6f724304..02d0f676 100644
--- a/items/SKELETON_LORD_LEGGINGS.json
+++ b/items/SKELETON_LORD_LEGGINGS.json
@@ -1,15 +1,20 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§6Skeleton Lord Leggings",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d162 \",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19% \",3:\"\",4:\"§7Health: §a+24 HP \",5:\"§7Defense: §a+48 \",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 70000 / 70000\",9:\"§7§4❣ §cRequires §aCatacombs Level 25\",10:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:2523397,Name:\"§6Skeleton Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_LEGGINGS\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d162\",1:\"§7Crit Chance: §c+1%\",2:\"§7Crit Damage: §c+19%\",3:\"\",4:\"§7Health: §a+24 HP\",5:\"§7Defense: §a+48\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7and\",9:\"§7§9+10☠ Critical Damage §7every\",10:\"§7minute spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:2523397,Name:\"§6Skeleton Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_LORD_LEGGINGS\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d162 ",
+ "§7Gear Score: §d162",
"§7Crit Chance: §c+1%",
- "§7Crit Damage: §c+19% ",
+ "§7Crit Damage: §c+19%",
"",
- "§7Health: §a+24 HP ",
- "§7Defense: §a+48 ",
+ "§7Health: §a+24 HP",
+ "§7Defense: §a+48",
+ "",
+ "§6Full Set Bonus: Dungeon Lord",
+ "§7Gains §c+5❁ Strength §7and",
+ "§7§9+10☠ Critical Damage §7every",
+ "§7minute spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 70000 / 70000",
@@ -19,7 +24,7 @@
"internalname": "SKELETON_LORD_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Skeleton_Lord_Armor"
diff --git a/items/SPEED_WITHER_BOOTS.json b/items/SPEED_WITHER_BOOTS.json
index e1b559de..71bda3e0 100644
--- a/items/SPEED_WITHER_BOOTS.json
+++ b/items/SPEED_WITHER_BOOTS.json
@@ -41,5 +41,10 @@
"internalname": "SPEED_WITHER_BOOTS",
"parent": "WITHER_BOOTS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/SPEED_WITHER_CHESTPLATE.json b/items/SPEED_WITHER_CHESTPLATE.json
index 3d8b0068..83dfc6fe 100644
--- a/items/SPEED_WITHER_CHESTPLATE.json
+++ b/items/SPEED_WITHER_CHESTPLATE.json
@@ -41,5 +41,10 @@
"internalname": "SPEED_WITHER_CHESTPLATE",
"parent": "WITHER_CHESTPLATE",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/SPEED_WITHER_HELMET.json b/items/SPEED_WITHER_HELMET.json
index 537c62b3..695ea76a 100644
--- a/items/SPEED_WITHER_HELMET.json
+++ b/items/SPEED_WITHER_HELMET.json
@@ -41,5 +41,10 @@
"internalname": "SPEED_WITHER_HELMET",
"parent": "WITHER_HELMET",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/SPEED_WITHER_LEGGINGS.json b/items/SPEED_WITHER_LEGGINGS.json
index a2e77798..bfdfe0c7 100644
--- a/items/SPEED_WITHER_LEGGINGS.json
+++ b/items/SPEED_WITHER_LEGGINGS.json
@@ -41,5 +41,10 @@
"internalname": "SPEED_WITHER_LEGGINGS",
"parent": "WITHER_LEGGINGS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Maxor%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/STEEL_CHESTPLATE.json b/items/STEEL_CHESTPLATE.json
index c7ed142c..df9b772f 100644
--- a/items/STEEL_CHESTPLATE.json
+++ b/items/STEEL_CHESTPLATE.json
@@ -19,6 +19,9 @@
"internalname": "STEEL_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Steel_Chestplate"
+ ]
} \ No newline at end of file
diff --git a/items/STORM_THE_FISH.json b/items/STORM_THE_FISH.json
index 8cbbb0b7..45119bf6 100644
--- a/items/STORM_THE_FISH.json
+++ b/items/STORM_THE_FISH.json
@@ -13,5 +13,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Storm_the_Fish"
+ ]
} \ No newline at end of file
diff --git a/items/WISE_WITHER_BOOTS.json b/items/WISE_WITHER_BOOTS.json
index 25305f56..35275268 100644
--- a/items/WISE_WITHER_BOOTS.json
+++ b/items/WISE_WITHER_BOOTS.json
@@ -37,5 +37,10 @@
"internalname": "WISE_WITHER_BOOTS",
"parent": "WITHER_BOOTS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/WISE_WITHER_CHESTPLATE.json b/items/WISE_WITHER_CHESTPLATE.json
index 98a52103..4d021da7 100644
--- a/items/WISE_WITHER_CHESTPLATE.json
+++ b/items/WISE_WITHER_CHESTPLATE.json
@@ -38,5 +38,10 @@
"internalname": "WISE_WITHER_CHESTPLATE",
"parent": "WITHER_CHESTPLATE",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/WISE_WITHER_HELMET.json b/items/WISE_WITHER_HELMET.json
index fec389c3..987415cb 100644
--- a/items/WISE_WITHER_HELMET.json
+++ b/items/WISE_WITHER_HELMET.json
@@ -37,5 +37,10 @@
"internalname": "WISE_WITHER_HELMET",
"parent": "WITHER_HELMET",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/WISE_WITHER_LEGGINGS.json b/items/WISE_WITHER_LEGGINGS.json
index 10b07ef1..bc7809ee 100644
--- a/items/WISE_WITHER_LEGGINGS.json
+++ b/items/WISE_WITHER_LEGGINGS.json
@@ -37,5 +37,10 @@
"internalname": "WISE_WITHER_LEGGINGS",
"parent": "WITHER_LEGGINGS",
"clickcommand": "viewrecipe",
- "modver": "1.6-REL"
+ "modver": "1.7-REL",
+ "crafttext": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Storm%27s_Armor"
+ ]
} \ No newline at end of file
diff --git a/items/WITHER_BLOOD.json b/items/WITHER_BLOOD.json
index dd7414aa..02b995b9 100644
--- a/items/WITHER_BLOOD.json
+++ b/items/WITHER_BLOOD.json
@@ -20,5 +20,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "1.6-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wither_Blood"
+ ]
} \ No newline at end of file
diff --git a/items/WITHER_CATALYST.json b/items/WITHER_CATALYST.json
index b31cb723..32f3fbb0 100644
--- a/items/WITHER_CATALYST.json
+++ b/items/WITHER_CATALYST.json
@@ -11,6 +11,9 @@
"internalname": "WITHER_CATALYST",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wither_Catalyst"
+ ]
} \ No newline at end of file
diff --git a/items/WITHER_GOGGLES.json b/items/WITHER_GOGGLES.json
index db7a9af2..aa6757f2 100644
--- a/items/WITHER_GOGGLES.json
+++ b/items/WITHER_GOGGLES.json
@@ -18,6 +18,9 @@
"internalname": "WITHER_GOGGLES",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wither_Goggles"
+ ]
} \ No newline at end of file
diff --git a/items/WITHER_HELMET.json b/items/WITHER_HELMET.json
index 8a6df165..252a1ab1 100644
--- a/items/WITHER_HELMET.json
+++ b/items/WITHER_HELMET.json
@@ -1,13 +1,13 @@
{
"itemid": "minecraft:skull",
"displayname": "§6Wither Helmet",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d440 \",1:\"§7Health: §a+200 HP \",2:\"§7Defense: §a+100 \",3:\"§7Intelligence: §a+30 \",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}",
- "damage": 1,
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf225c71-a676-30a0-90da-75907b9a99d0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNTU0MzM0ODIwNiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxMTI5NDA5Nzg5NTg5YWUxYjQzZTFkODI4YzA2ZmM5YTIxM2I3ODM0OGE2OGI3MzEzYmRkNDAxZDc0ODVjYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d440\",1:\"§7Health: §a+200 HP\",2:\"§7Defense: §a+100\",3:\"§7Intelligence: §a+30\",4:\"\",5:\"§6Full Set Bonus: Witherborn\",6:\"§7Spawns a wither minion every\",7:\"§7§e30 §7seconds up to a maximum\",8:\"§7§a1 §7wither. Your withers will\",9:\"§7travel to and explode on nearby\",10:\"§7enemies.\",11:\"\",12:\"§7Reduces the damage you take\",13:\"§7from withers by §c10%§7.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VII\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Wither Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_HELMET\"}}",
+ "damage": 3,
"lore": [
- "§7Gear Score: §d440 ",
- "§7Health: §a+200 HP ",
- "§7Defense: §a+100 ",
- "§7Intelligence: §a+30 ",
+ "§7Gear Score: §d440",
+ "§7Health: §a+200 HP",
+ "§7Defense: §a+100",
+ "§7Intelligence: §a+30",
"",
"§6Full Set Bonus: Witherborn",
"§7Spawns a wither minion every",
@@ -27,7 +27,7 @@
"internalname": "WITHER_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "1.6-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Wither_Armor"
diff --git a/items/WITHER_RELIC.json b/items/WITHER_RELIC.json
new file mode 100644
index 00000000..cede80de
--- /dev/null
+++ b/items/WITHER_RELIC.json
@@ -0,0 +1,21 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§5Wither Relic",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"053530a3-abe3-3f0a-9ad2-6db3d92b9a68\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTY0ZTFjM2UzMTVjOGQ4ZmZmYzM3OTg1YjY2ODFjNWJkMTZhNmY5N2ZmZDA3MTk5ZThhMDVlZmJlZjEwMzc5MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Withers by §a25%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§5§lEPIC DUNGEON ACCESSORY\"],Name:\"§f§f§5Wither Relic\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"WITHER_RELIC\",uuid:\"69b87c12-1b6e-4b94-8fb7-c5c02e3dc485\",timestamp:\"11/19/20 9:10 AM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7Reduces the damage taken from",
+ "§7§7Withers by §a25%§7.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC DUNGEON ACCESSORY"
+ ],
+ "internalname": "WITHER_RELIC",
+ "crafttext": "",
+ "clickcommand": "viewrecipe",
+ "modver": "1.6-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wither_Relic"
+ ]
+} \ No newline at end of file
diff --git a/items/ZOMBIE_LORD_BOOTS.json b/items/ZOMBIE_LORD_BOOTS.json
index 23d044e0..8d1288f7 100644
--- a/items/ZOMBIE_LORD_BOOTS.json
+++ b/items/ZOMBIE_LORD_BOOTS.json
@@ -1,8 +1,7 @@
{
"itemid": "minecraft:leather_boots",
"displayname": "§5Zombie Lord Boots",
-
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d119\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+45 HP\",4:\"§7Defense: §a+19\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON BOOTS\"],color:10158529,Name:\"§5Zombie Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_BOOTS\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d119\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+45 HP\",4:\"§7Defense: §a+19\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+10❁ Strength §7and\",9:\"§7§a+10❈ Defense §7every minute\",10:\"§7spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§5§lEPIC DUNGEON BOOTS\"],color:10158529,Name:\"§5Zombie Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_BOOTS\"}}",
"damage": 0,
"lore": [
"§7Gear Score: §d119",
@@ -13,8 +12,9 @@
"§7Intelligence: §a+7",
"",
"§6Full Set Bonus: Dungeon Lord",
- "§7Gains §c+5❁ Strength §7every",
- "§7minute spent in the Dungeon.",
+ "§7Gains §c+10❁ Strength §7and",
+ "§7§a+10❈ Defense §7every minute",
+ "§7spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 52500 / 52500",
@@ -24,7 +24,7 @@
"internalname": "ZOMBIE_LORD_BOOTS",
"crafttext": "",
"clickcommand": "",
- "modver": "1.3-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor"
diff --git a/items/ZOMBIE_LORD_CHESTPLATE.json b/items/ZOMBIE_LORD_CHESTPLATE.json
index 01f385e8..c16ebda4 100644
--- a/items/ZOMBIE_LORD_CHESTPLATE.json
+++ b/items/ZOMBIE_LORD_CHESTPLATE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_chestplate",
"displayname": "§5Zombie Lord Chestplate",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d199\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+85 HP\",4:\"§7Defense: §a+39\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:10158529,Name:\"§5Zombie Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_CHESTPLATE\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d199\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+85 HP\",4:\"§7Defense: §a+39\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+10❁ Strength §7and\",9:\"§7§a+10❈ Defense §7every minute\",10:\"§7spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:10158529,Name:\"§5Zombie Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_CHESTPLATE\"}}",
"damage": 0,
"lore": [
"§7Gear Score: §d199",
@@ -12,8 +12,9 @@
"§7Intelligence: §a+7",
"",
"§6Full Set Bonus: Dungeon Lord",
- "§7Gains §c+5❁ Strength §7every",
- "§7minute spent in the Dungeon.",
+ "§7Gains §c+10❁ Strength §7and",
+ "§7§a+10❈ Defense §7every minute",
+ "§7spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 52500 / 52500",
@@ -23,7 +24,7 @@
"internalname": "ZOMBIE_LORD_CHESTPLATE",
"crafttext": "",
"clickcommand": "",
- "modver": "1.3-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor"
diff --git a/items/ZOMBIE_LORD_HELMET.json b/items/ZOMBIE_LORD_HELMET.json
index 04d9db0c..b80838c7 100644
--- a/items/ZOMBIE_LORD_HELMET.json
+++ b/items/ZOMBIE_LORD_HELMET.json
@@ -1,19 +1,20 @@
{
- "itemid": "minecraft:leather_helmet",
+ "itemid": "minecraft:golden_helmet",
"displayname": "§5Zombie Lord Helmet",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142 \",1:\"§7Strength: §c+7 \",2:\"\",3:\"§7Health: §a+56 HP \",4:\"§7Defense: §a+25 \",5:\"§7Intelligence: §a+7 \",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON HELMET\"],color:10158529,Name:\"§5Zombie Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_HELMET\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+56 HP\",4:\"§7Defense: §a+25\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+10❁ Strength §7and\",9:\"§7§a+10❈ Defense §7every minute\",10:\"§7spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Zombie Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_HELMET\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d142 ",
- "§7Strength: §c+7 ",
+ "§7Gear Score: §d142",
+ "§7Strength: §c+7",
"",
- "§7Health: §a+56 HP ",
- "§7Defense: §a+25 ",
- "§7Intelligence: §a+7 ",
+ "§7Health: §a+56 HP",
+ "§7Defense: §a+25",
+ "§7Intelligence: §a+7",
"",
"§6Full Set Bonus: Dungeon Lord",
- "§7Gains §c+5❁ Strength §7every",
- "§7minute spent in the Dungeon.",
+ "§7Gains §c+10❁ Strength §7and",
+ "§7§a+10❈ Defense §7every minute",
+ "§7spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 52500 / 52500",
@@ -23,7 +24,7 @@
"internalname": "ZOMBIE_LORD_HELMET",
"crafttext": "",
"clickcommand": "",
- "modver": "1.3-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor"
diff --git a/items/ZOMBIE_LORD_LEGGINGS.json b/items/ZOMBIE_LORD_LEGGINGS.json
index 91089b04..fa17f590 100644
--- a/items/ZOMBIE_LORD_LEGGINGS.json
+++ b/items/ZOMBIE_LORD_LEGGINGS.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:leather_leggings",
"displayname": "§5Zombie Lord Leggings",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+73 HP\",4:\"§7Defense: §a+33\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON LEGGINGS\"],color:10158529,Name:\"§5Zombie Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_LEGGINGS\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+73 HP\",4:\"§7Defense: §a+33\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+10❁ Strength §7and\",9:\"§7§a+10❈ Defense §7every minute\",10:\"§7spent in the Dungeon.\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 25\",15:\"§5§lEPIC DUNGEON LEGGINGS\"],color:10158529,Name:\"§5Zombie Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_LEGGINGS\"}}",
"damage": 0,
"lore": [
"§7Gear Score: §d175",
@@ -12,8 +12,9 @@
"§7Intelligence: §a+7",
"",
"§6Full Set Bonus: Dungeon Lord",
- "§7Gains §c+5❁ Strength §7every",
- "§7minute spent in the Dungeon.",
+ "§7Gains §c+10❁ Strength §7and",
+ "§7§a+10❈ Defense §7every minute",
+ "§7spent in the Dungeon.",
"",
"§7§8This item can be reforged!",
"§aPerfect 52500 / 52500",
@@ -23,7 +24,7 @@
"internalname": "ZOMBIE_LORD_LEGGINGS",
"crafttext": "",
"clickcommand": "",
- "modver": "1.3-REL",
+ "modver": "1.7-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor"