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": [
+ "§7Strength: §c+25",
+ "",
+ "§7Health: §a+180 HP",
+ "§7Defense: §a+70",
+ "§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(§a7§7/§c50§8)",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4☠ §cRequires §5Zombie Slayer 7",
+ "§6§lLEGENDARY CHESTPLATE"
+ ],
+ "recipe": {
+ "A1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "A2": "REVENANT_VISCERA:64",
+ "A3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B2": "REVENANT_CHESTPLATE:1",
+ "B3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C2": "REVENANT_VISCERA:64",
+ "C3": "ENCHANTED_DIAMOND_BLOCK:1"
+ },
+ "internalname": "REAPER_CHESTPLATE",
+ "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_GEM.json b/items/REAPER_GEM.json
new file mode 100644
index 00000000..1197668d
--- /dev/null
+++ b/items/REAPER_GEM.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Reaper Gem",
+ "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d9a86a38-3529-3e9f-b956-392dd5a77197\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIwNTVjODEwYmRkZmQxNjI2NGVjOGQ0MzljNDMyODNlMzViY2E3MWE1MDk4M2UxNWUzNjRjZDhhYjdjNjY4ZiJ9fX0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Gain §c8⫽ Ferocity §7for 5s on\",8:\"§7kill\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§6§lLEGENDARY PET ITEM\"],Name:\"§6Reaper Gem\"},ExtraAttributes:{id:\"REAPER_GEM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet items can boost pets in",
+ "§7various ways but pets can only",
+ "§7hold 1 item at a time so choose",
+ "§7wisely!",
+ "",
+ "§7§7Gain §c8⫽ Ferocity §7for 5s on",
+ "§7kill",
+ "",
+ "§7§eRight click on your pet to",
+ "§egive it this item!",
+ "",
+ "§6§lLEGENDARY PET ITEM"
+ ],
+ "internalname": "REAPER_GEM",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/REAPER_LEGGINGS.json b/items/REAPER_LEGGINGS.json
new file mode 100644
index 00000000..4e456fc9
--- /dev/null
+++ b/items/REAPER_LEGGINGS.json
@@ -0,0 +1,54 @@
+{
+ "itemid": "minecraft:leather_leggings",
+ "displayname": "§6Reaper Leggings",
+ "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+25\",1:\"\",2:\"§7Health: §a+120 HP\",3:\"§7Defense: §a+50\",4:\"§7Intelligence: §a+250\",5:\"\",6:\"§6Full Set Bonus: Enrage §e§lSNEAK\",7:\"§7Enrage for §a6s §7gaining §f100✦\",8:\"§fSpeed§7, §c100❁ Damage§7, and §c100❁\",9:\"§cStrength.\",10:\"§8Cooldown: §a25s\",11:\"\",12:\"§6Full Set Bonus: Trolling The Reaper\",13:\"§7Healing Wands heal §a+50%§7.\",14:\"§7Gain §a+100❈ §7against Zombies.\",15:\"§7§7Deal §c200% §7damage to zombies\",16:\"§7but §c1% §7to all other mobs.\",17:\"\",18:\"§6Piece Bonus: Zombie Bulwark\",19:\"§7Kill Zombies to accumulate\",20:\"§7defense against them.\",21:\"§7Piece Bonus: §a+0❈\",22:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4☠ §cRequires §5Zombie Slayer 7\",26:\"§6§lLEGENDARY LEGGINGS\"],color:1776411,Name:\"§6Reaper Leggings\"},ExtraAttributes:{color:\"27:27:27\",id:\"REAPER_LEGGINGS\"},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§7Strength: §c+25",
+ "",
+ "§7Health: §a+120 HP",
+ "§7Defense: §a+50",
+ "§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 LEGGINGS"
+ ],
+ "recipe": {
+ "A1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "A2": "REVENANT_VISCERA:64",
+ "A3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "B2": "REVENANT_LEGGINGS:1",
+ "B3": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C1": "ENCHANTED_DIAMOND_BLOCK:1",
+ "C2": "REVENANT_VISCERA:64",
+ "C3": "ENCHANTED_DIAMOND_BLOCK:1"
+ },
+ "internalname": "REAPER_LEGGINGS",
+ "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_ORB.json b/items/REAPER_ORB.json
new file mode 100644
index 00000000..cfdef6af
--- /dev/null
+++ b/items/REAPER_ORB.json
@@ -0,0 +1,36 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Reaper Orb",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a2699be2-a9e4-3771-8166-e1d80cd62cd6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E3Y2RhOTAwNGZjMTk3ZDY2YWZiYzJiMDAzYTViOWVmMTNjZjQ2MDBiMWZjNzQ5MDA2NzU5MGYwNDcxODFlIn19fQ==\"}]}},display:{Lore:[0:\"\",1:\"§7§7Gain a stack of §c2❁\",2:\"§cStrength §7for every mob\",3:\"§7killed in the last §a5\",4:\"§a§7seconds.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§7§4☠ §cRequires §5Zombie Slayer 8\",8:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Reaper Orb\"},ExtraAttributes:{id:\"REAPER_ORB\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "",
+ "§7§7Gain a stack of §c2❁",
+ "§cStrength §7for every mob",
+ "§7killed in the last §a5",
+ "§a§7seconds.",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4☠ §cRequires §5Zombie Slayer 8",
+ "§6§lLEGENDARY ACCESSORY"
+ ],
+ "recipe": {
+ "A1": "SCYTHE_BLADE:1",
+ "A2": "SCYTHE_BLADE:1",
+ "A3": "SCYTHE_BLADE:1",
+ "B1": "SCYTHE_BLADE:1",
+ "B2": "",
+ "B3": "SCYTHE_BLADE:1",
+ "C1": "SCYTHE_BLADE:1",
+ "C2": "SCYTHE_BLADE:1",
+ "C3": "SCYTHE_BLADE:1"
+ },
+ "internalname": "REAPER_ORB",
+ "crafttext": "Requires Zombie Slayer 8",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Reaper_Orb"
+ ]
+} \ No newline at end of file
diff --git a/items/REVENANT_GENERATOR_12.json b/items/REVENANT_GENERATOR_12.json
new file mode 100644
index 00000000..53d6327b
--- /dev/null
+++ b/items/REVENANT_GENERATOR_12.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Revenant Minion XII",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b22f77c8-1454-392b-8c35-0e0b3d415499\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njg1MzgxNzcxMTMsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EzZGNlODU1NTkyMzU1OGQ4ZDc0YzJhMmIyNjFiMmIyZDYzMDU1OWRiNTRlZjk3ZWQzZjljMzBlOWEyMGFiYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and struggling\",2:\"§7with Revenants! Minions also\",3:\"§7work when you are offline!\",4:\"\",5:\"§7Time Between Actions: §a8s\",6:\"§7Max Storage: §e960\",7:\"§7§4☠ §cRequires §5Zombie Slayer 9\"],Name:\"§9Revenant Minion XII\"},ExtraAttributes:{id:\"REVENANT_GENERATOR_12\",generator_tier:12}}",
+ "damage": 3,
+ "lore": [
+ "§7Place this minion and it will",
+ "§7start generating and struggling",
+ "§7with Revenants! Minions also",
+ "§7work when you are offline!",
+ "",
+ "§7Time Between Actions: §a8s",
+ "§7Max Storage: §e960",
+ "§7§4☠ §cRequires §5Zombie Slayer 9"
+ ],
+ "internalname": "REVENANT_GENERATOR_12",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info" : [
+ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Minion"
+ ]
+} \ No newline at end of file
diff --git a/items/ROCK_PAPER_SHEARS.json b/items/ROCK_PAPER_SHEARS.json
index 7a751670..c01ca260 100644
--- a/items/ROCK_PAPER_SHEARS.json
+++ b/items/ROCK_PAPER_SHEARS.json
@@ -21,5 +21,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Rock_Paper_Shears"
+ ]
} \ No newline at end of file
diff --git a/items/SHARD_OF_THE_SHREDDED.json b/items/SHARD_OF_THE_SHREDDED.json
new file mode 100644
index 00000000..1499ca2c
--- /dev/null
+++ b/items/SHARD_OF_THE_SHREDDED.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Shard of the Shredded",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9ddf6967-40de-3534-903f-4d5d9c933d55\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzBjNWNjNzI4Yzg2OWVjZjNjNmUwOTc5ZThhYTA5YzEwMTQ3ZWQ3NzA0MTdlNGJhNTQxYWFjMzgyZjAifX19\"}]}},display:{Lore:[0:\"§7The core of a powerful weapon,\",1:\"§7dropped by the Atoned Horror.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§7§4☠ §cRequires §5Zombie Slayer 8\",6:\"§6§lLEGENDARY\"],Name:\"§6Shard of the Shredded\"},ExtraAttributes:{id:\"SHARD_OF_THE_SHREDDED\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7The core of a powerful weapon,",
+ "§7dropped by the Atoned Horror.",
+ "",
+ "§eRight-click to view recipes!",
+ "",
+ "§7§4☠ §cRequires §5Zombie Slayer 8",
+ "§6§lLEGENDARY"
+ ],
+ "internalname": "SHARD_OF_THE_SHREDDED",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SOCIAL_DISPLAY.json b/items/SOCIAL_DISPLAY.json
index 0ecbc990..93fa07f9 100644
--- a/items/SOCIAL_DISPLAY.json
+++ b/items/SOCIAL_DISPLAY.json
@@ -14,6 +14,9 @@
"internalname": "SOCIAL_DISPLAY",
"crafttext": "",
"clickcommand": "",
- "modver": "1.5-REL",
- "infoType": ""
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Social_Display"
+ ]
} \ No newline at end of file
diff --git a/items/SOULS_REBOUND.json b/items/SOULS_REBOUND.json
index 129b4fd7..17cbb76e 100644
--- a/items/SOULS_REBOUND.json
+++ b/items/SOULS_REBOUND.json
@@ -1,14 +1,14 @@
{
"itemid": "minecraft:bow",
"displayname": "§5Souls Rebound",
- "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+450\",1:\"\",2:\"§7Your arrows mark enemies you hit\",3:\"§7for §b5 §7seconds. Marked\",4:\"§7Enemies don\u0027t take damage from\",5:\"§7you, once the mark expires the\",6:\"§7target will receive a burst of\",7:\"§7damage equal to all the damage\",8:\"§7dealt during the mark increased\",9:\"§7by up to §c20%§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOW\"],Name:\"§5Souls Rebound\"},ExtraAttributes:{id:\"SOULS_REBOUND\"}}",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+450\",1:\"\",2:\"§7Your arrows mark enemies you hit\",3:\"§7for §b5 §7seconds. Marked\",4:\"§7Enemies don't take damage from\",5:\"§7you, once the mark expires the\",6:\"§7target will receive a burst of\",7:\"§7damage equal to all the damage\",8:\"§7dealt during the mark increased\",9:\"§7by up to §c20%§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOW\"],Name:\"§5Souls Rebound\"},ExtraAttributes:{id:\"SOULS_REBOUND\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+450",
"",
"§7Your arrows mark enemies you hit",
"§7for §b5 §7seconds. Marked",
- "§7Enemies don\u0027t take damage from",
+ "§7Enemies don't take damage from",
"§7you, once the mark expires the",
"§7target will receive a burst of",
"§7damage equal to all the damage",
@@ -31,5 +31,9 @@
},
"internalname": "SOULS_REBOUND",
"clickcommand": "viewrecipe",
- "modver": "2.0.0-REL"
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Souls_Rebound"
+ ]
} \ No newline at end of file
diff --git a/items/SOUL_STRING.json b/items/SOUL_STRING.json
index 134cf503..5af90182 100644
--- a/items/SOUL_STRING.json
+++ b/items/SOUL_STRING.json
@@ -16,7 +16,8 @@
"internalname": "SOUL_STRING",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": [
+ "infoType": "WIKI_URL",
+ "info": [
"https://hypixel-skyblock.fandom.com/wiki/Soul_String"
]
-}
+} \ No newline at end of file
diff --git a/items/SPIDER_EGG_MIXIN.json b/items/SPIDER_EGG_MIXIN.json
new file mode 100644
index 00000000..58708d7f
--- /dev/null
+++ b/items/SPIDER_EGG_MIXIN.json
@@ -0,0 +1,28 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Spider Egg Mixin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"70d266cd-490d-32c2-9bc9-e0f123f448a1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTVhYzVlMzllYTUxMWFmMWU3YWIxYzU5NTZkMTYxNWY3ZWJiNmYyMjZhNGVkMzM5NGM2YTBiNGM2YTZkMTA2ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §a5% §7dodge chance!\",9:\"\",10:\"§7§4☠ §cRequires §5Spider Slayer 8\",11:\"§9§lRARE\"],Name:\"§9Spider Egg Mixin\"},ExtraAttributes:{id:\"SPIDER_EGG_MIXIN\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Brewing Ingredient",
+ "",
+ "§7§7Mixins provide a buff",
+ "§7that can be added to §cGod",
+ "§cPotions §7in a brewing",
+ "§7stand and lasts for the",
+ "§7full duration.",
+ "",
+ "§7Gain §a5% §7dodge chance!",
+ "",
+ "§7§4☠ §cRequires §5Spider Slayer 8",
+ "§9§lRARE"
+ ],
+ "internalname": "SPIDER_EGG_MIXIN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info" : [
+ "https://hypixel-skyblock.fandom.com/wiki/Mixins"
+ ]
+} \ No newline at end of file
diff --git a/items/STARRED_SPIDER_QUEENS_STINGER.json b/items/STARRED_SPIDER_QUEENS_STINGER.json
new file mode 100644
index 00000000..595a6d6a
--- /dev/null
+++ b/items/STARRED_SPIDER_QUEENS_STINGER.json
@@ -0,0 +1,34 @@
+{
+ "itemid": "minecraft:bow",
+ "displayname": "§5⚚ Spider Queen\u0027s Stinger",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+300\",1:\"\",2:\"§7Arrows shot using this bow have\",3:\"§7an aura around them that deals\",4:\"§7§c3,153❁ Damage §7to nearby\",5:\"§7enemies. Arrows travel through\",6:\"§7enemies.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC BOW\"],Name:\"§5⚚ Spider Queen\u0027s Stinger\"},ExtraAttributes:{id:\"STARRED_SPIDER_QUEENS_STINGER\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Damage: §c+300",
+ "",
+ "§7Arrows shot using this bow have",
+ "§7an aura around them that deals",
+ "§7§c3,153❁ Damage §7to nearby",
+ "§7enemies. Arrows travel through",
+ "§7enemies.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC BOW"
+ ],
+ "recipe": {
+ "A1": "",
+ "A2": "ENCHANTED_DARK_OAK_LOG:30",
+ "A3": "SOUL_STRING:50",
+ "B1": "DARK_QUEENS_SOUL_DROP:1",
+ "B2": "SPIDER_QUEENS_STINGER:1",
+ "B3": "SOUL_STRING:50",
+ "C1": "",
+ "C2": "ENCHANTED_DARK_OAK_LOG:30",
+ "C3": "SOUL_STRING:50"
+ },
+ "internalname": "STARRED_SPIDER_QUEENS_STINGER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/STARRED_VENOMS_TOUCH.json b/items/STARRED_VENOMS_TOUCH.json
new file mode 100644
index 00000000..0e588351
--- /dev/null
+++ b/items/STARRED_VENOMS_TOUCH.json
@@ -0,0 +1,35 @@
+{
+ "itemid": "minecraft:bow",
+ "displayname": "§f§f§5⚚ Venom\u0027s Touch",
+ "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+300\",1:\"§7Strength: §c+180\",2:\"\",3:\"§7Fires a volley of §b5 §7arrows.\",4:\"§7Arrows apply venom to all\",5:\"§7enemies hit dealing §c844❁\",6:\"§cDamage §7every second for §b3\",7:\"§b§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§f§f§5⚚ Venom\u0027s Touch\"},ExtraAttributes:{originTag:\"STARRED_VENOMS_TOUCH\",id:\"STARRED_VENOMS_TOUCH\",enchantments:{chance:3,piercing:1,infinite_quiver:9,power:5,snipe:3,telekinesis:1,cubism:5}},AttributeModifiers:[]}",
+ "damage": 0,
+ "lore": [
+ "§7Damage: §c+300",
+ "§7Strength: §c+180",
+ "",
+ "§7Fires a volley of §b5 §7arrows.",
+ "§7Arrows apply venom to all",
+ "§7enemies hit dealing §c844❁",
+ "§cDamage §7every second for §b3",
+ "§b§7seconds.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC BOW"
+ ],
+ "recipe": {
+ "A1": "",
+ "A2": "ENCHANTED_SPIDER_EYE:64",
+ "A3": "SOUL_STRING:50",
+ "B1": "DARK_QUEENS_SOUL_DROP:2",
+ "B2": "VENOMS_TOUCH:1",
+ "B3": "SOUL_STRING:50",
+ "C1": "",
+ "C2": "ENCHANTED_SPIDER_EYE:64",
+ "C3": "SOUL_STRING:50"
+ },
+ "internalname": "STARRED_VENOMS_TOUCH",
+ "crafttext": "",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/VENOMS_TOUCH.json b/items/VENOMS_TOUCH.json
index 74909c3f..aad5fc33 100644
--- a/items/VENOMS_TOUCH.json
+++ b/items/VENOMS_TOUCH.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:bow",
- "displayname": "§f§f§5Venom\u0027s Touch",
- "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7Fires a volley of §b5 §7arrows.\",4:\"§7Arrows apply venom to all\",5:\"§7enemies hit dealing §c680❁\",6:\"§cDamage §7every second for §b3\",7:\"§b§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§f§f§5Venom\u0027s Touch\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"VENOMS_TOUCH\",uuid:\"6128d9c8-633a-48c6-91c0-83c42fd94d7f\",timestamp:\"3/9/21 2:53 PM\"},AttributeModifiers:[]}",
+ "displayname": "§f§f§5Venom's Touch",
+ "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7Fires a volley of §b5 §7arrows.\",4:\"§7Arrows apply venom to all\",5:\"§7enemies hit dealing §c680❁\",6:\"§cDamage §7every second for §b3\",7:\"§b§7seconds.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§f§f§5Venom's Touch\"},ExtraAttributes:{id:\"VENOMS_TOUCH\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§7Damage: §c+200",
@@ -20,5 +20,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.0.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Venom's_Touch"
+ ]
} \ No newline at end of file
diff --git a/items/WARDEN_HELMET.json b/items/WARDEN_HELMET.json
new file mode 100644
index 00000000..96a85dbb
--- /dev/null
+++ b/items/WARDEN_HELMET.json
@@ -0,0 +1,38 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Warden Helmet",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4f6eef4a-c9f2-3f84-832b-a94b89a3e167\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlYjBiZDg1YWFkZGYwZDI5ZWQwODJlYWMwM2ZjYWRlNDNkMGVlODAzYjBlODE2MmFkZDI4YTYzNzlmYjU0ZSJ9fX0=\"}]}},display:{Lore:[0:\"§7Health: §a+300 HP\",1:\"§7Defense: §a+100\",2:\"\",3:\"§6Item Ability: Brute Force\",4:\"§7Halves your speed but grants\",5:\"§7§c+10% §7base weapon damage for\",6:\"§7every §a25 §7speed\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4☠ §cRequires §5Zombie Slayer 8\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§6Warden Helmet\"},ExtraAttributes:{id:\"WARDEN_HELMET\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7Health: §a+300 HP",
+ "§7Defense: §a+100",
+ "",
+ "§6Item Ability: Brute Force",
+ "§7Halves your speed but grants",
+ "§7§c+10% §7base weapon damage for",
+ "§7every §a25 §7speed",
+ "",
+ "§7§8This item can be reforged!",
+ "§7§4☠ §cRequires §5Zombie Slayer 8",
+ "§6§lLEGENDARY HELMET"
+ ],
+ "recipe": {
+ "A1": "REVIVED_HEART:1",
+ "A2": "WARDEN_HEART:1",
+ "A3": "REVIVED_HEART:4",
+ "B1": "ENCHANTED_IRON_BLOCK:64",
+ "B2": "",
+ "B3": "ENCHANTED_IRON_BLOCK:64",
+ "C1": "",
+ "C2": "",
+ "C3": ""
+ },
+ "internalname": "WARDEN_HELMET",
+ "crafttext": "Requires Zombie Slayer 8",
+ "clickcommand": "viewrecipe",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Warden_Helmet"
+ ]
+} \ No newline at end of file
diff --git a/items/WOLF_FUR_MIXIN.json b/items/WOLF_FUR_MIXIN.json
new file mode 100644
index 00000000..0934fc25
--- /dev/null
+++ b/items/WOLF_FUR_MIXIN.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Wolf Fur Mixin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"621d3979-1bbe-3207-a3f0-5879616cad06\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTk1MjMxMTQ3MTg5YWM0YjlmNTM0ODdjZTM1YmEwMjA1YmYzNzdmMzk4NmMwZTVjZWI5NDJlNzdmMWMzOWNjIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §b7✯ Magic Find §7when\",9:\"§7slaying monsters in one\",10:\"§7hit!\",11:\"\",12:\"§7§4☠ §cRequires §5Wolf Slayer 8\",13:\"§9§lRARE\"],Name:\"§9Wolf Fur Mixin\"},ExtraAttributes:{id:\"WOLF_FUR_MIXIN\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Brewing Ingredient",
+ "",
+ "§7§7Mixins provide a buff",
+ "§7that can be added to §cGod",
+ "§cPotions §7in a brewing",
+ "§7stand and lasts for the",
+ "§7full duration.",
+ "",
+ "§7Gain §b7✯ Magic Find §7when",
+ "§7slaying monsters in one",
+ "§7hit!",
+ "",
+ "§7§4☠ §cRequires §5Wolf Slayer 8",
+ "§9§lRARE"
+ ],
+ "internalname": "WOLF_FUR_MIXIN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info" : [
+ "https://hypixel-skyblock.fandom.com/wiki/Mixins"
+ ]
+} \ No newline at end of file
diff --git a/items/ZOMBIE_BRAIN_MIXIN.json b/items/ZOMBIE_BRAIN_MIXIN.json
new file mode 100644
index 00000000..5cc97b10
--- /dev/null
+++ b/items/ZOMBIE_BRAIN_MIXIN.json
@@ -0,0 +1,28 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Zombie Brain Mixin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c626b8fc-0325-3585-83d9-19e407ab6116\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNlZGIyZjRjOTcwMTZjYWU3Yjg5ZTRjNmQ2OTc4ZDIyYWMzNDc2YzgxNWM1YTA5YTY3OTI0NTBkZDkxOGI2YyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Brewing Ingredient\",1:\"\",2:\"§7§7Mixins provide a buff\",3:\"§7that can be added to §cGod\",4:\"§cPotions §7in a brewing\",5:\"§7stand and lasts for the\",6:\"§7full duration.\",7:\"\",8:\"§7Gain §c10⫽ Ferocity§7!\",9:\"\",10:\"§7§4☠ §cRequires §5Zombie Slayer 8\",11:\"§9§lRARE\"],Name:\"§9Zombie Brain Mixin\"},ExtraAttributes:{id:\"ZOMBIE_BRAIN_MIXIN\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Brewing Ingredient",
+ "",
+ "§7§7Mixins provide a buff",
+ "§7that can be added to §cGod",
+ "§cPotions §7in a brewing",
+ "§7stand and lasts for the",
+ "§7full duration.",
+ "",
+ "§7Gain §c10⫽ Ferocity§7!",
+ "",
+ "§7§4☠ §cRequires §5Zombie Slayer 8",
+ "§9§lRARE"
+ ],
+ "internalname": "ZOMBIE_BRAIN_MIXIN",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.0.0-REL",
+ "infoType": "WIKI_URL",
+ "info" : [
+ "https://hypixel-skyblock.fandom.com/wiki/Mixins"
+ ]
+} \ No newline at end of file