aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
Diffstat (limited to 'items')
-rw-r--r--items/AXE_OF_THE_SHREDDED.json43
-rw-r--r--items/CHICKEN;2.json5
-rw-r--r--items/CONNECT_FOUR.json9
-rw-r--r--items/EGG_HUNT.json7
-rw-r--r--items/GOD_POTION.json17
-rw-r--r--items/GOD_POTION_2.json26
-rw-r--r--items/GRANDMA_WOLF;1.json10
-rw-r--r--items/GRANDMA_WOLF;2.json14
-rw-r--r--items/GRANDMA_WOLF;3.json14
-rw-r--r--items/GRANDMA_WOLF;4.json14
-rw-r--r--items/PARKOUR_TIMES.json7
-rw-r--r--items/PARTY_HAT_CRAB.json5
-rw-r--r--items/PERSONAL_DELETOR_5000.json8
-rw-r--r--items/PERSONAL_DELETOR_6000.json8
-rw-r--r--items/PERSONAL_DELETOR_7000.json8
-rw-r--r--items/REAPER_BOOTS.json54
-rw-r--r--items/REAPER_CHESTPLATE.json54
-rw-r--r--items/REAPER_GEM.json27
-rw-r--r--items/REAPER_LEGGINGS.json54
-rw-r--r--items/REAPER_ORB.json36
-rw-r--r--items/REVENANT_GENERATOR_12.json24
-rw-r--r--items/ROCK_PAPER_SHEARS.json5
-rw-r--r--items/SHARD_OF_THE_SHREDDED.json20
-rw-r--r--items/SOCIAL_DISPLAY.json7
-rw-r--r--items/SOULS_REBOUND.json10
-rw-r--r--items/SOUL_STRING.json5
-rw-r--r--items/SPIDER_EGG_MIXIN.json28
-rw-r--r--items/STARRED_SPIDER_QUEENS_STINGER.json34
-rw-r--r--items/STARRED_VENOMS_TOUCH.json35
-rw-r--r--items/VENOMS_TOUCH.json9
-rw-r--r--items/WARDEN_HELMET.json38
-rw-r--r--items/WOLF_FUR_MIXIN.json30
-rw-r--r--items/ZOMBIE_BRAIN_MIXIN.json28
33 files changed, 634 insertions, 59 deletions
diff --git a/items/AXE_OF_THE_SHREDDED.json b/items/AXE_OF_THE_SHREDDED.json
new file mode 100644
index 00000000..6d471863
--- /dev/null
+++ b/items/AXE_OF_THE_SHREDDED.json
@@ -0,0 +1,43 @@
+{
+ "itemid": "minecraft:diamond_axe",
+ "displayname": "§6Axe of the Shredded",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+115\",2:\"\",3:\"§7Heal §c50❤ §7per hit.\",4:\"§7Deal §a+250% §7damage to Zombies§7.\",5:\"§7§7Receive §a25% §7less damage\",6:\"§7from Zombies§7 when held.\",7:\"\",8:\"§6Item Ability: Throw §e§lRIGHT CLICK\",9:\"§7Throw your axe damaging all\",10:\"§7enemies in its path dealing\",11:\"§7§c10%§7 melee damage.\",12:\"§7Consecutive throws stack §c2x\",13:\"§c§7damage but cost §92x §7mana\",14:\"§8Mana Cost: §320\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4☠ §cRequires §5Zombie Slayer 8\",18:\"§6§lLEGENDARY SWORD\"],Name:\"§6Axe of the Shredded\"},ExtraAttributes:{id:\"AXE_OF_THE_SHREDDED\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Damage: §c+140",
+ "§7Strength: §c+115",
+ "",
+ "§7Heal §c50❤ §7per hit.",
+ "§7Deal §a+250% §7damage to Zombies§7.",
+ "§7§7Receive §a25% §7less damage",
+ "§7from Zombies§7 when held.",
+ "",
+ "§6Item Ability: Throw §e§lRIGHT CLICK",
+ "§7Throw your axe damaging all",
+ "§7enemies in its path dealing",
+ "§7§c10%§7 melee damage.",
+ "§7Consecutive throws stack §c2x",
+ "§c§7damage but cost §92x §7mana",
+ "§8Mana Cost: §320",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4☠ §cRequires §5Zombie Slayer 8",
+ "§6§lLEGENDARY SWORD"
+ ],
+ "recipe": {
+ "A1": "REVENANT_VISCERA:64",
+ "A2": "SHARD_OF_THE_SHREDDED:1",
+ "A3": "REVENANT_VISCERA:64",
+ "B1": "SHARD_OF_THE_SHREDDED:1",
+ "B2": "REAPER_SWORD:1",
+ "B3": "SHARD_OF_THE_SHREDDED:1",
+ "C1": "REVENANT_VISCERA:64",
+ "C2": "SHARD_OF_THE_SHREDDED:1",
+ "C3": "REVENANT_VISCERA:64"
+ },
+ "internalname": "AXE_OF_THE_SHREDDED",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/CHICKEN;2.json b/items/CHICKEN;2.json
index c8533003..1219769c 100644
--- a/items/CHICKEN;2.json
+++ b/items/CHICKEN;2.json
@@ -37,5 +37,8 @@
},
"crafttext": "33% chance",
"useneucraft": true,
- "infoType": "https://hypixel-skyblock.fandom.com/wiki/Chicken_Pet"
+ "infoType": "WIKI_URL",
+ "info":[
+ "https://hypixel-skyblock.fandom.com/wiki/Chicken_Pet"
+ ]
}
diff --git a/items/CONNECT_FOUR.json b/items/CONNECT_FOUR.json
index 1cdf1d17..be50dfcf 100644
--- a/items/CONNECT_FOUR.json
+++ b/items/CONNECT_FOUR.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§aFour in a Row",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1673c479-346e-3634-b549-8842a94c2199\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0=\"}]}},display:{Lore:[0:\"§7Click another player to initiate\",1:\"§7a game of Four in a Row!\",2:\"\",3:\"§7§4❣ §cRequires §aSocial Skill 7\",4:\"§a§lUNCOMMON\"],Name:\"§aFour in a Row\"},ExtraAttributes:{id:\"CONNECT_FOUR\"}}",
"damage": 3,
"lore": [
"§7Click another player to initiate",
@@ -13,6 +13,9 @@
"internalname": "CONNECT_FOUR",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Four_in_a_Row"
+ ]
} \ No newline at end of file
diff --git a/items/EGG_HUNT.json b/items/EGG_HUNT.json
index a4dba095..5bb0b075 100644
--- a/items/EGG_HUNT.json
+++ b/items/EGG_HUNT.json
@@ -16,6 +16,9 @@
"internalname": "EGG_HUNT",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Egg_Hunt"
+ ]
} \ No newline at end of file
diff --git a/items/GOD_POTION.json b/items/GOD_POTION.json
index a2b4165d..4cbc2b3f 100644
--- a/items/GOD_POTION.json
+++ b/items/GOD_POTION.json
@@ -1,21 +1,24 @@
{
"itemid": "minecraft:skull",
"displayname": "§cGod Potion",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consuming this potion gives the\",1:\"§7player §a24 hours §7of all\",2:\"§7positive potion effects!\",3:\"§7\",4:\"§7§eRight-click to consume!\",5:\"\",6:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Legacy\",1:\"\",2:\"§7§7Consuming this potion\",3:\"§7gives the player §a24 hours\",4:\"§a§7of all positive potion\",5:\"§7effects!\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION\"}}",
"damage": 3,
"lore": [
- "§7Consuming this potion gives the",
- "§7player §a24 hours §7of all",
- "§7positive potion effects!",
- "§7",
- "§7§eRight-click to consume!",
+ "§8Legacy",
+ "",
+ "§7§7Consuming this potion",
+ "§7gives the player §a24 hours",
+ "§a§7of all positive potion",
+ "§7effects!",
+ "",
+ "§eRight-click to consume!",
"",
"§c§lSPECIAL"
],
"internalname": "GOD_POTION",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
+ "modver": "2.0.0-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/God_Potion"
diff --git a/items/GOD_POTION_2.json b/items/GOD_POTION_2.json
new file mode 100644
index 00000000..5af5eb11
--- /dev/null
+++ b/items/GOD_POTION_2.json
@@ -0,0 +1,26 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§cGod Potion",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2c70d92e-9e43-3e7a-aac0-26a1bc7ca866\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjAyMjZkNGMxZDMwZmJlYmVjYWU5MzlkYTkwMDYwM2U0Y2QwZmVkODU5MmExYmIzZTExZjlhYzkyMzkxYTQ1YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume this potion to receive an\",1:\"§7assortment of positive §dpotion\",2:\"§deffects§7!\",3:\"\",4:\"§7Duration:\",5:\"§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)\",6:\"\",7:\"§eRight-click to consume!\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§cGod Potion\"},ExtraAttributes:{id:\"GOD_POTION_2\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Consume this potion to receive an",
+ "§7assortment of positive §dpotion",
+ "§deffects§7!",
+ "",
+ "§7Duration:",
+ "§a12 hours §7+ §a0 hours §7(§bAlchemy Level§7)",
+ "",
+ "§eRight-click to consume!",
+ "",
+ "§c§lSPECIAL"
+ ],
+ "internalname": "GOD_POTION_2",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/God_Potion"
+ ]
+} \ No newline at end of file
diff --git a/items/GRANDMA_WOLF;1.json b/items/GRANDMA_WOLF;1.json
index af0af324..e8771ebd 100644
--- a/items/GRANDMA_WOLF;1.json
+++ b/items/GRANDMA_WOLF;1.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §aGrandma Wolf",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aGrandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;1\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§64 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b2% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§37% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§64 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aGrandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;1\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -19,15 +19,15 @@
"§a5 Combo §8(lasts §a{0}s§8)",
" §8+§b1% §b✯ Magic Find",
"§a10 Combo §8(lasts §a{1}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§64 §7coins per kill",
"§a15 Combo §8(lasts §a{2}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a20 Combo §8(lasts §a{3}s§8)",
- " §8+§35% §7Combat Exp",
+ " §8+§37% §7Combat Exp",
"§a25 Combo §8(lasts §a{4}s§8)",
" §8+§b1% §b✯ Magic Find",
"§a30 Combo §8(lasts §a{5}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§64 §7coins per kill",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/GRANDMA_WOLF;2.json b/items/GRANDMA_WOLF;2.json
index 48f26789..0e96dbe8 100644
--- a/items/GRANDMA_WOLF;2.json
+++ b/items/GRANDMA_WOLF;2.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §9Grandma Wolf",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;2\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b2% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§66 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b2% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§39% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b2% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§66 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;2\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -17,17 +17,17 @@
"§7be active!",
"",
"§a5 Combo §8(lasts §a{0}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a10 Combo §8(lasts §a{1}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§66 §7coins per kill",
"§a15 Combo §8(lasts §a{2}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a20 Combo §8(lasts §a{3}s§8)",
- " §8+§35% §7Combat Exp",
+ " §8+§39% §7Combat Exp",
"§a25 Combo §8(lasts §a{4}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a30 Combo §8(lasts §a{5}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§66 §7coins per kill",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/GRANDMA_WOLF;3.json b/items/GRANDMA_WOLF;3.json
index b92a086a..d43cbc8b 100644
--- a/items/GRANDMA_WOLF;3.json
+++ b/items/GRANDMA_WOLF;3.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §5Grandma Wolf",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;3\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b2% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§68 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b3% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§312% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b2% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§68 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;3\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -17,17 +17,17 @@
"§7be active!",
"",
"§a5 Combo §8(lasts §a{0}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a10 Combo §8(lasts §a{1}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§68 §7coins per kill",
"§a15 Combo §8(lasts §a{2}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b3% §b✯ Magic Find",
"§a20 Combo §8(lasts §a{3}s§8)",
- " §8+§35% §7Combat Exp",
+ " §8+§312% §7Combat Exp",
"§a25 Combo §8(lasts §a{4}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b2% §b✯ Magic Find",
"§a30 Combo §8(lasts §a{5}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§68 §7coins per kill",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/GRANDMA_WOLF;4.json b/items/GRANDMA_WOLF;4.json
index c5a3c02a..db25088a 100644
--- a/items/GRANDMA_WOLF;4.json
+++ b/items/GRANDMA_WOLF;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Grandma Wolf",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b1% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§62 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b1% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§35% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b1% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§62 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;4\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0623d171-ff7a-4284-a281-64c60cc232f6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMzQ5MDk3ODc1MiwKICAicHJvZmlsZUlkIiA6ICJjODE0MzE4MmQ1MDc0NjQ5YWZlODRmZDNmODY1NDQ2NSIsCiAgInByb2ZpbGVOYW1lIiA6ICJBWll4ViIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZTc5NDI3NGMxYmIxOTdhZDMwNjU0MDI4NmE3YWE5NTI5NzRmNTY2MWJjY2YyYjcyNTQyNGY2ZWQ3OWM3ODg0IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Kill Combo\",6:\"§7Gain buffs for combo kills.\",7:\"§7Effects stack as you increase\",8:\"§7your combo. This pet does not\",9:\"§7need to be spawned for combos to\",10:\"§7be active!\",11:\"\",12:\"§a5 Combo §8(lasts §a{0}s§8)\",13:\" §8+§b3% §b✯ Magic Find\",14:\"§a10 Combo §8(lasts §a{1}s§8)\",15:\" §8+§610 §7coins per kill\",16:\"§a15 Combo §8(lasts §a{2}s§8)\",17:\" §8+§b3% §b✯ Magic Find\",18:\"§a20 Combo §8(lasts §a{3}s§8)\",19:\" §8+§315% §7Combat Exp\",20:\"§a25 Combo §8(lasts §a{4}s§8)\",21:\" §8+§b3% §b✯ Magic Find\",22:\"§a30 Combo §8(lasts §a{5}s§8)\",23:\" §8+§610 §7coins per kill\",24:\"\",25:\"§7§eRight-click to add this pet to\",26:\"§eyour pet menu!\",27:\"\",28:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Grandma Wolf\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRANDMA_WOLF\\\",\\\"active\\\":false,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRANDMA_WOLF;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -17,17 +17,17 @@
"§7be active!",
"",
"§a5 Combo §8(lasts §a{0}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b3% §b✯ Magic Find",
"§a10 Combo §8(lasts §a{1}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§610 §7coins per kill",
"§a15 Combo §8(lasts §a{2}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b3% §b✯ Magic Find",
"§a20 Combo §8(lasts §a{3}s§8)",
- " §8+§35% §7Combat Exp",
+ " §8+§315% §7Combat Exp",
"§a25 Combo §8(lasts §a{4}s§8)",
- " §8+§b1% §b✯ Magic Find",
+ " §8+§b3% §b✯ Magic Find",
"§a30 Combo §8(lasts §a{5}s§8)",
- " §8+§62 §7coins per kill",
+ " §8+§610 §7coins per kill",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
diff --git a/items/PARKOUR_TIMES.json b/items/PARKOUR_TIMES.json
index 5e41b37b..f0c77b39 100644
--- a/items/PARKOUR_TIMES.json
+++ b/items/PARKOUR_TIMES.json
@@ -15,6 +15,9 @@
"internalname": "PARKOUR_TIMES",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Parkour_Times"
+ ]
} \ No newline at end of file
diff --git a/items/PARTY_HAT_CRAB.json b/items/PARTY_HAT_CRAB.json
index 0e58c67b..eb2a968c 100644
--- a/items/PARTY_HAT_CRAB.json
+++ b/items/PARTY_HAT_CRAB.json
@@ -20,5 +20,8 @@
"§f§lCOMMON HATCCESSORY"
],
"crafttext": "",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info":[
+ "https://hypixel-skyblock.fandom.com/wiki/Crab_Hat_of_Celebration"
+ ]
}
diff --git a/items/PERSONAL_DELETOR_5000.json b/items/PERSONAL_DELETOR_5000.json
index f3d04f5c..b3e643dd 100644
--- a/items/PERSONAL_DELETOR_5000.json
+++ b/items/PERSONAL_DELETOR_5000.json
@@ -27,5 +27,9 @@
"internalname": "PERSONAL_DELETOR_5000",
"clickcommand": "viewrecipe",
"crafttext": "Requires: Iron X",
- "modver": "2.0.0-REL"
-}
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Personal_Deletor_5000"
+ ]
+} \ No newline at end of file
diff --git a/items/PERSONAL_DELETOR_6000.json b/items/PERSONAL_DELETOR_6000.json
index b883d718..5a16e783 100644
--- a/items/PERSONAL_DELETOR_6000.json
+++ b/items/PERSONAL_DELETOR_6000.json
@@ -27,5 +27,9 @@
"internalname": "PERSONAL_DELETOR_6000",
"crafttext": "Requires: Iron XI",
"clickcommand": "viewrecipe",
- "modver": "2.0.0-REL"
-}
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Personal_Deletor_6000"
+ ]
+} \ No newline at end of file
diff --git a/items/PERSONAL_DELETOR_7000.json b/items/PERSONAL_DELETOR_7000.json
index 9b1fcc28..7c32bbc9 100644
--- a/items/PERSONAL_DELETOR_7000.json
+++ b/items/PERSONAL_DELETOR_7000.json
@@ -27,5 +27,9 @@
"internalname": "PERSONAL_DELETOR_7000",
"clickcommand": "viewrecipe",
"crafttext": "Requires: Iron XII",
- "modver": "2.0.0-REL"
-}
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Personal_Deletor_7000"
+ ]
+} \ No newline at end of file
diff --git a/items/REAPER_BOOTS.json b/items/REAPER_BOOTS.json
new file mode 100644
index 00000000..731ab75d
--- /dev/null
+++ b/items/REAPER_BOOTS.json
@@ -0,0 +1,54 @@
+{
+ "itemid": "minecraft:leather_boots",
+ "displayname": "§6Reaper Boots",
+ "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+100 HP\",3:\"§7Defense: §a+30\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY BOOTS\"],color:1776411,Name:\"§6Reaper Boots\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_BOOTS\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§7Strength: §c+25",
+ "",
+ "§7Health: §a+100 HP",
+ "§7Defense: §a+30",
+ "§7Intelligence: §a+250",
+ "",
+ "§6Full Set Bonus: Enrage §e§lSNEAK",
+ "§7Enrage for §a6s §7gaining §f100✦",
+ "§fSpeed§7, §c100❁ Damage§7, and §c100❁",
+ "§cStrength.",
+ "§8Cooldown: §a25s",
+ "",
+ "§6Full Set Bonus: Trolling The Reaper",
+ "§7Healing Wands heal §a+50%§7.",
+ "§7Gain §a+100❈ §7against Zombies.",
+ "§7§7Deal §c200% §7damage to zombies",
+ "§7but §c1% §7to all other mobs.",
+ "",
+ "§6Piece Bonus: Zombie Bulwark",
+ "§7Kill Zombies to accumulate",
+ "§7defense against them.",
+ "§7Piece Bonus: §a+0❈",
+ "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4☠ §cRequires §5Zombie Slayer 7",
+ "§6§lLEGENDARY BOOTS"
+ ],
+ "recipe": {
+ "A1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "A2": "REVENANT_VISCERA:64",
+ "A3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B2": "REVENANT_BOOTS:1",
+ "B3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C2": "REVENANT_VISCERA:64",
+ "C3": "ENCHANTED_DIAMOND_BLOCK:1"
+ },
+ "internalname": "REAPER_BOOTS",
+ "crafttext": "Requires Zombie Slayer 7",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info" : [
+ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Armor"
+ ]
+} \ No newline at end of file
diff --git a/items/REAPER_CHESTPLATE.json b/items/REAPER_CHESTPLATE.json
new file mode 100644
index 00000000..14071c5f
--- /dev/null
+++ b/items/REAPER_CHESTPLATE.json
@@ -0,0 +1,54 @@
+{
+ "itemid": "minecraft:leather_chestplate",
+ "displayname": "§6Reaper Chestplate",
+ "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+180 HP\",3:\"§7Defense: §a+70\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a7§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY CHESTPLATE\"],color:1776411,Name:\"§6Reaper Chestplate\"},ExtraAttributes:{zombie_kills:7,color:\"27:27:27\"id:\"REAPER_CHESTPLATE\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§7Strengt