aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2020-10-30 13:20:44 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2020-10-30 13:20:44 -0400
commit1a11e66be616908e1d336b72e31a7c55edb76f9f (patch)
tree2ae54f7cb7f63810cb26f2a395e3ed35553b31c7 /items
parentc303d00ee3ada8ad425e09792c5bdf89442df6a4 (diff)
downloadNotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.tar.gz
NotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.tar.bz2
NotEnoughUpdates-REPO-1a11e66be616908e1d336b72e31a7c55edb76f9f.zip
New Stuff
Diffstat (limited to 'items')
-rw-r--r--items/BAT_PERSON_ARTIFACT.json33
-rw-r--r--items/BAT_PERSON_RING.json33
-rw-r--r--items/BAT_PERSON_TALISMAN.json22
-rw-r--r--items/CRYPT_WITHERLORD_SWORD.json12
-rw-r--r--items/ECTOPLASM.json16
-rw-r--r--items/GHOUL_BUSTER.json33
-rw-r--r--items/HOLY_BABY.json25
-rw-r--r--items/LAPIS_GENERATOR_1.json18
-rw-r--r--items/LARGE_CANDY_SACK.json32
-rw-r--r--items/MAXED_ENCHANT_BOOK.json18
-rw-r--r--items/OLD_BABY.json25
-rw-r--r--items/PROTECTOR_BABY.json25
-rw-r--r--items/PUMPKIN_BOMB.json28
-rw-r--r--items/PUMPKIN_GUTS.json17
-rw-r--r--items/PUMPKIN_LAUNCHER.json30
-rw-r--r--items/SOUL_WHIP.json19
-rw-r--r--items/STRONG_BABY.json25
-rw-r--r--items/TARANTULA_BLACK_WIDOW.json25
-rw-r--r--items/VAMPIRE_WITCH_MASK.json40
-rw-r--r--items/WEREWOLF_BOOTS.json20
-rw-r--r--items/WEREWOLF_CHESTPLATE.json20
-rw-r--r--items/WEREWOLF_HELMET.json20
-rw-r--r--items/WEREWOLF_LEGGINGS.json20
-rw-r--r--items/WITCH_MASK.json24
24 files changed, 556 insertions, 24 deletions
diff --git a/items/BAT_PERSON_ARTIFACT.json b/items/BAT_PERSON_ARTIFACT.json
new file mode 100644
index 00000000..7d0a3d4f
--- /dev/null
+++ b/items/BAT_PERSON_ARTIFACT.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Bat Person Artifact",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30dae7dc-5b07-3b44-aea0-3e462369b8df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODc2Njg0NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ0NDRjMzk4MjcyMGIzMDkzOGY1MDRjNDM3NDIzMmIxMWE0ZjZmNTZjZDU3Yzk3M2Q4YWJiMDdmZDBkY2ZmNyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+10 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE ACCESSORY\"],Name:\"§9Bat Person Artifact\"},ExtraAttributes:{id:\"BAT_PERSON_ARTIFACT\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Gain §a+10 §a❈ Defense§7, §c❁",
+ "§cStrength§7, and §b✎ Intelligence",
+ "§b§7for each bat you have",
+ "§7summoned.",
+ "",
+ "§7Works with §6Spirit Sceptre§7,",
+ "§7§9Witch Mask§7, and the §aBat",
+ "§aPet§7!",
+ "",
+ "§7§8This item can be reforged!",
+ "§9§lRARE ACCESSORY"
+ ],
+ "recipe": {
+ "A1": "SPOOKY_SHARD:4",
+ "A2": "ECTOPLASM:32",
+ "A3": "SPOOKY_SHARD:4",
+ "B1": "ECTOPLASM:32",
+ "B2": "BAT_PERSON_RING:1",
+ "B3": "ECTOPLASM:32",
+ "C1": "SPOOKY_SHARD:4",
+ "C2": "ECTOPLASM:32",
+ "C3": "SPOOKY_SHARD:4"
+ },
+ "internalname": "BAT_PERSON_ARTIFACT",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/BAT_PERSON_RING.json b/items/BAT_PERSON_RING.json
new file mode 100644
index 00000000..c4ac0606
--- /dev/null
+++ b/items/BAT_PERSON_RING.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aBat Person Ring",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f15c1f4-c643-3fc4-9084-55f9f6d409d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODczMjQzMiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ0NTFlY2YyNTg0YTM2ZGU0Mjk3MDMxYzZkODUyOTc3ZDNlMjQ5ZTg1YTNmMGFkZDk2N2ZjZDdkNmJkZTk1MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+5 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBat Person Ring\"},ExtraAttributes:{id:\"BAT_PERSON_RING\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Gain §a+5 §a❈ Defense§7, §c❁",
+ "§cStrength§7, and §b✎ Intelligence",
+ "§b§7for each bat you have",
+ "§7summoned.",
+ "",
+ "§7Works with §6Spirit Sceptre§7,",
+ "§7§9Witch Mask§7, and the §aBat",
+ "§aPet§7!",
+ "",
+ "§7§8This item can be reforged!",
+ "§a§lUNCOMMON ACCESSORY"
+ ],
+ "recipe": {
+ "A1": "SPOOKY_SHARD:1",
+ "A2": "ECTOPLASM:8",
+ "A3": "SPOOKY_SHARD:1",
+ "B1": "ECTOPLASM:8",
+ "B2": "BAT_PERSON_TALISMAN:1",
+ "B3": "ECTOPLASM:8",
+ "C1": "SPOOKY_SHARD:1",
+ "C2": "ECTOPLASM:8",
+ "C3": "SPOOKY_SHARD:1"
+ },
+ "internalname": "BAT_PERSON_RING",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/BAT_PERSON_TALISMAN.json b/items/BAT_PERSON_TALISMAN.json
new file mode 100644
index 00000000..b236204d
--- /dev/null
+++ b/items/BAT_PERSON_TALISMAN.json
@@ -0,0 +1,22 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§fBat Person Talisman",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a46a214-ef41-308e-9f5b-6ba1c4b9d6dd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODY4OTY3NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjg0MWE0OWIxOTlhNTljNDMxYmYzZmMzNzgzZjZiNjU0NWNlNzhjMzgwNDI2MTdmNjZlYmQ4N2NkZDU0OGU4YyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+2 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBat Person Talisman\"},ExtraAttributes:{id:\"BAT_PERSON_TALISMAN\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Gain §a+2 §a❈ Defense§7, §c❁",
+ "§cStrength§7, and §b✎ Intelligence",
+ "§b§7for each bat you have",
+ "§7summoned.",
+ "",
+ "§7Works with §6Spirit Sceptre§7,",
+ "§7§9Witch Mask§7, and the §aBat",
+ "§aPet§7!",
+ "",
+ "§7§8This item can be reforged!",
+ "§f§lCOMMON ACCESSORY"
+ ],
+ "internalname": "BAT_PERSON_TALISMAN",
+ "clickcommand": "",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/CRYPT_WITHERLORD_SWORD.json b/items/CRYPT_WITHERLORD_SWORD.json
index df96e0b9..01085731 100644
--- a/items/CRYPT_WITHERLORD_SWORD.json
+++ b/items/CRYPT_WITHERLORD_SWORD.json
@@ -1,14 +1,14 @@
{
"itemid": "minecraft:diamond_sword",
"displayname": "§5Crypt Witherlord Sword",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d169 §8(265)\",1:\"§7Damage: §c+62 §8(+97.34)\",2:\"§7Strength: §c+50 §8(+78.5)\",3:\"\",4:\"§7Intelligence: §a+113 §8(+177.41)\",5:\"\",6:\"§6Item Ability: Witherlord §e§lRIGHT CLICK\",7:\"§7Shoot 3 skulls each dealing\",8:\"§7§a2,478§7 Damage.\",9:\"§8Mana Cost: §340\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Crypt Witherlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_SWORD\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d169 \",1:\"§7Damage: §c+62 \",2:\"§7Strength: §c+50 \",3:\"\",4:\"§7Intelligence: §a+113 \",5:\"\",6:\"§6Item Ability: Witherlord §e§lRIGHT CLICK\",7:\"§7Shoot 3 skulls each dealing\",8:\"§7§a2,478§7 Damage.\",9:\"§8Mana Cost: §340\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Crypt Witherlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_SWORD\"}}",
"damage": 0,
"lore": [
- "§7Gear Score: §d169 §8(265)",
- "§7Damage: §c+62 §8(+97.34)",
- "§7Strength: §c+50 §8(+78.5)",
+ "§7Gear Score: §d169 ",
+ "§7Damage: §c+62 ",
+ "§7Strength: §c+50 ",
"",
- "§7Intelligence: §a+113 §8(+177.41)",
+ "§7Intelligence: §a+113 ",
"",
"§6Item Ability: Witherlord §e§lRIGHT CLICK",
"§7Shoot 3 skulls each dealing",
@@ -24,7 +24,7 @@
"internalname": "CRYPT_WITHERLORD_SWORD",
"crafttext": "",
"clickcommand": "",
- "modver": "1.3-REL",
+ "modver": "1.4-REL",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Sword"
diff --git a/items/ECTOPLASM.json b/items/ECTOPLASM.json
new file mode 100644
index 00000000..3589f6ce
--- /dev/null
+++ b/items/ECTOPLASM.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:prismarine_crystals",
+ "displayname": "§9Ectoplasm",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Spooky, yet practical.\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Ectoplasm\"},ExtraAttributes:{id:\"ECTOPLASM\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Spooky, yet practical.",
+ "",
+ "§eRight-click to view recipes!",
+ "",
+ "§9§lRARE"
+ ],
+ "internalname": "ECTOPLASM",
+ "clickcommand": "",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/GHOUL_BUSTER.json b/items/GHOUL_BUSTER.json
new file mode 100644
index 00000000..2f7067f6
--- /dev/null
+++ b/items/GHOUL_BUSTER.json
@@ -0,0 +1,33 @@
+{
+ "itemid": "minecraft:iron_hoe",
+ "displayname": "§5Ghoul Buster",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+90\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Spooktacular\",5:\"§7Deal §a100% §7more damage to\",6:\"§7§6Spooky §7enemies during the\",7:\"§7§6Spooky Festival§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Ghoul Buster\"},ExtraAttributes:{id:\"GHOUL_BUSTER\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Damage: §c+140",
+ "§7Strength: §c+90",
+ "§7Crit Damage: §c+25%",
+ "",
+ "§6Item Ability: Spooktacular",
+ "§7Deal §a100% §7more damage to",
+ "§7§6Spooky §7enemies during the",
+ "§7§6Spooky Festival§7.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC SWORD"
+ ],
+ "recipe": {
+ "A1": "",
+ "A2": "ECTOPLASM:16",
+ "A3": "",
+ "B1": "SPOOKY_SHARD:4",
+ "B2": "ECTOPLASM:16",
+ "B3": "SPOOKY_SHARD:4",
+ "C1": "",
+ "C2": "PURPLE_CANDY:64",
+ "C3": ""
+ },
+ "internalname": "GHOUL_BUSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/HOLY_BABY.json b/items/HOLY_BABY.json
new file mode 100644
index 00000000..62962e40
--- /dev/null
+++ b/items/HOLY_BABY.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Baby Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4b09796a-7cb1-38c2-bfe1-204b39f69877\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI2Njk0NmY4NGIyNzc5NmExYzdiMWI2MDY4ZWZiNzc0ODFiOGFkOGJhNGZjMWVlZjM1Y2M5NzVlMDZhZmI0MiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Holy Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"HOLY_BABY\",uuid:\"eac17350-92e0-4bda-a8f8-9b41fa004705\",timestamp:\"10/27/20 5:33 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§7Armor skins give your gear a",
+ "§7fresh new look! Apply them just",
+ "§7like an enchant book using the",
+ "§7anvil.",
+ "§7",
+ "§7§7This skin can be applied to",
+ "§7§a§6Holy Dragon Helmet",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "HOLY_BABY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/LAPIS_GENERATOR_1.json b/items/LAPIS_GENERATOR_1.json
index 37c3f4f5..7ccd5bfb 100644
--- a/items/LAPIS_GENERATOR_1.json
+++ b/items/LAPIS_GENERATOR_1.json
@@ -14,15 +14,15 @@
"§7Max Storage: §e64"
],
"recipe": {
- "A1": "INK_SACK-4:32",
- "A2": "INK_SACK-4:32",
- "A3": "INK_SACK-4:32",
- "B1": "INK_SACK-4:32",
+ "A1": "INK_SACK:4:32",
+ "A2": "INK_SACK:4:32",
+ "A3": "INK_SACK:4:32",
+ "B1": "INK_SACK:4:32",
"B2": "WOOD_PICKAXE:1",
- "B3": "INK_SACK-4:32",
- "C1": "INK_SACK-4:32",
- "C2": "INK_SACK-4:32",
- "C3": "INK_SACK-4:32"
+ "B3": "INK_SACK:4:32",
+ "C1": "INK_SACK:4:32",
+ "C2": "INK_SACK:4:32",
+ "C3": "INK_SACK:4:32"
},
"internalname": "LAPIS_GENERATOR_1",
"clickcommand": "viewrecipe",
@@ -31,4 +31,4 @@
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Lapis_Minion"
]
-}
+} \ No newline at end of file
diff --git a/items/LARGE_CANDY_SACK.json b/items/LARGE_CANDY_SACK.json
new file mode 100644
index 00000000..2ac74f5a
--- /dev/null
+++ b/items/LARGE_CANDY_SACK.json
@@ -0,0 +1,32 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Candy Sack",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16cfb77-c2b1-348b-bee6-73cb0b38d7bf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDA2ODIxMjAzMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlZjM5NDM3ZDdkNDNhMDM0YzVhNDBiOTc0ZThkMmM2NzM0YTIxOGM3NjQ4NWQwNDkxMGY1MDdiZGMyZTgwOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aGreen Candy§7, §aPurple\",4:\"§aCandy\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Candy Sack\"},ExtraAttributes:{id:\"LARGE_CANDY_SACK\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Item pickups go directly into",
+ "§7your sacks.",
+ "",
+ "§7§7Items: §aGreen Candy§7, §aPurple",
+ "§aCandy",
+ "",
+ "§7Capacity: §e20,160 per item",
+ "§8Sacks sum their capacity.",
+ "",
+ "§9§lRARE"
+ ],
+ "recipe": {
+ "A1": "PUMPKIN_GUTS:4",
+ "A2": "PUMPKIN_GUTS:4",
+ "A3": "PUMPKIN_GUTS:4",
+ "B1": "PUMPKIN_GUTS:4",
+ "B2": "TRICK_OR_TREAT_BAG:1",
+ "B3": "PUMPKIN_GUTS:4",
+ "C1": "PUMPKIN_GUTS:4",
+ "C2": "PUMPKIN_GUTS:4",
+ "C3": "PUMPKIN_GUTS:4"
+ },
+ "internalname": "LARGE_CANDY_SACK",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json
index 344d8a10..5f6553dc 100644
--- a/items/MAXED_ENCHANT_BOOK.json
+++ b/items/MAXED_ENCHANT_BOOK.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§f§f§cMax Enchanted Book",
- "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V, §9Aiming V\",3:\"§9Angler VI, §9Aqua Affinity I\",4:\"§9Blessing V, §9Caster VI\",5:\"§9Cleave V, §9Critical VI\",6:\"§9Cubism V, §9Depth Strider III\",7:\"§9Dragon Hunter V, §9Efficiency V\",8:\"§9Ender Slayer VI, §9Execute V\",9:\"§9Experience IV, §9Feather Falling X\",10:\"§9Fire Aspect II, §9First Strike IV\",11:\"§9Flame I, §9Fortune III\",12:\"§9Frail VI, §9Giant Killer VII\",13:\"§9Growth VII, §9Harvesting V\",14:\"§9Impaling III, §9Infinite Quiver X\",15:\"§9Knockback II, §9Lethality VI\",16:\"§9Life Steal IV, §9Looting IV\",17:\"§9Luck VI, §9Luck of the Sea VI\",18:\"§9Lure VI, §9Magnet VI\",19:\"§9Piercing I, §9Power VII\",20:\"§9Protection VII, §9Punch II\",21:\"§9Rainbow I, §9Rejuvenate V\",22:\"§9Replenish I, §9Respiration III\",23:\"§9Scavenger V, §9Sharpness VII\",24:\"§9Snipe III, §9Spiked Hook VI\",25:\"§9Sugar Rush III, §9Telekinesis I\",26:\"§9Thorns III, §9Thunderlord VI\",27:\"§9True Protection I, §9Vampirism VI\",28:\"§9Venomous V\",29:\"\",30:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5},uuid:\"d4fe1393-3b18-4c43-921b-a6d2770a3444\",timestamp:\"7/25/20 9:58 AM\"},AttributeModifiers:[]}",
+ "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V, §9Aiming V\",3:\"§9Angler VI, §9Aqua Affinity I\",4:\"§9Blessing V, §9Caster VI\",5:\"§9Cleave V, §9Critical VI\",6:\"§9Cubism V, §9Depth Strider III\",7:\"§9Dragon Hunter V, §9Efficiency V\",8:\"§9Ender Slayer VI, §9Execute V\",9:\"§9Experience IV, §9Feather Falling X\",10:\"§9Fire Aspect II, §9First Strike IV\",11:\"§9Flame I, §9Fortune III\",12:\"§9Frail VI, §9Giant Killer VI\",13:\"§9Growth VI, §9Harvesting V\",14:\"§9Impaling III, §9Infinite Quiver X\",15:\"§9Knockback II, §9Lethality V\",16:\"§9Life Steal IV, §9Looting IV\",17:\"§9Luck VI, §9Luck of the Sea VI\",18:\"§9Lure VI, §9Magnet VI\",19:\"§9Piercing I, §9Power VI\",20:\"§9Protection VI, §9Punch II\",21:\"§9Rainbow I, §9Rejuvenate V\",22:\"§9Replenish I, §9Respiration III\",23:\"§9Scavenger V, §9Sharpness VI\",24:\"§9Snipe III, §9Spiked Hook VI\",25:\"§9Sugar Rush III, §9Telekinesis I\",26:\"§9Thorns III, §9Thunderlord V\",27:\"§9True Protection I, §9Vampirism VI\",28:\"§9Venomous V\",29:\"\",30:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_E\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:6,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:6,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5},uuid:\"d4fe1393-3b18-4c43-921b-a6d2770a3444\",timestamp:\"7/25/20 9:58 AM\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§aThis is to test custom enchant color.",
@@ -16,21 +16,21 @@
"§9Experience IV, §9Feather Falling X",
"§9Fire Aspect II, §9First Strike IV",
"§9Flame I, §9Fortune III",
- "§9Frail VI, §9Giant Killer VII",
- "§9Growth VII, §9Harvesting V",
+ "§9Frail VI, §9Giant Killer VI",
+ "§9Growth VI, §9Harvesting V",
"§9Impaling III, §9Infinite Quiver X",
- "§9Knockback II, §9Lethality VI",
+ "§9Knockback II, §9Lethality V",
"§9Life Steal IV, §9Looting IV",
"§9Luck VI, §9Luck of the Sea VI",
"§9Lure VI, §9Magnet VI",
- "§9Piercing I, §9Power VII",
- "§9Protection VII, §9Punch II",
+ "§9Piercing I, §9Power VI",
+ "§9Protection VI, §9Punch II",
"§9Rainbow I, §9Rejuvenate V",
"§9Replenish I, §9Respiration III",
- "§9Scavenger V, §9Sharpness VII",
+ "§9Scavenger V, §9Sharpness VI",
"§9Snipe III, §9Spiked Hook VI",
"§9Sugar Rush III, §9Telekinesis I",
- "§9Thorns III, §9Thunderlord VI",
+ "§9Thorns III, §9Thunderlord V",
"§9True Protection I, §9Vampirism VI",
"§9Venomous V",
"",
@@ -39,7 +39,7 @@
"internalname": "MAXED_ENCHANT_BOOK",
"crafttext": "",
"clickcommand": "",
- "modver": "1.4-REL",
+ "modver": "1.3-REL",
"infoType": "",
"info": [
"§aWhy would someone make this anyways, atleast we can use it to test /neuec"
diff --git a/items/OLD_BABY.json b/items/OLD_BABY.json
new file mode 100644
index 00000000..1f83d4b5
--- /dev/null
+++ b/items/OLD_BABY.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Baby Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"99610800-074c-3878-b1cc-d94c6f59356f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVhZjgzNmI3MTgzNTU0MjY5NjQ3ODI3Mjg5YzY3YTM4NTVlOGQwYjM0NTcxOTMyODE4OGRlZmRiZDA1YTY0YiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Old Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"OLD_BABY\",uuid:\"8e2b9cd4-c2a1-4966-88e4-361746c7191d\",timestamp:\"10/27/20 5:34 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§7Armor skins give your gear a",
+ "§7fresh new look! Apply them just",
+ "§7like an enchant book using the",
+ "§7anvil.",
+ "§7",
+ "§7§7This skin can be applied to",
+ "§7§a§6Old Dragon Helmet",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "OLD_BABY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/PROTECTOR_BABY.json b/items/PROTECTOR_BABY.json
new file mode 100644
index 00000000..9ea3fe87
--- /dev/null
+++ b/items/PROTECTOR_BABY.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Baby Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0ef061e1-4b93-3296-bb58-02dde676655c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTc5YzkxNDQ0OTZkMjFmMzMzNGIzMjQzN2RlZWI2MzM3OTc2NjM5OWQwYTkyYmMwNjcxMmJhNTkyYmMyMzdlNiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Protector Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PROTECTOR_BABY\",uuid:\"64747465-8a38-4abd-a4e2-a21aa4f342da\",timestamp:\"10/26/20 4:57 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§7Armor skins give your gear a",
+ "§7fresh new look! Apply them just",
+ "§7like an enchant book using the",
+ "§7anvil.",
+ "§7",
+ "§7§7This skin can be applied to",
+ "§7§a§6Protector Dragon Helmet",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PROTECTOR_BABY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json
new file mode 100644
index 00000000..18b6d859
--- /dev/null
+++ b/items/PUMPKIN_BOMB.json
@@ -0,0 +1,28 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Blast o\u0027 Lantern",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3263c14e-c555-365e-a244-0ee97a8b2056\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhmMmZmYzZmYjRlOTk1OWI5YTdhMzE3ZjUxYTY3NzVhMTU5ZGRjMjI0MWRiZDZjNzc0ZDNhYzA4YjYifX19\"}]}},display:{Lore:[0:\"§7Throwable explosive. Deals §a2\",1:\"§a§7damage to §6Spooky §7enemies\",2:\"§7and §c9,090 §7damage against\",3:\"§7non-scary enemies!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blast o\u0027 Lantern\"},ExtraAttributes:{id:\"PUMPKIN_BOMB\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Throwable explosive. Deals §a2",
+ "§a§7damage to §6Spooky §7enemies",
+ "§7and §c9,090 §7damage against",
+ "§7non-scary enemies!",
+ "",
+ "§9§lRARE"
+ ],
+ "recipe": {
+ "A1": "GREEN_CANDY:1",
+ "A2": "GREEN_CANDY:1",
+ "A3": "GREEN_CANDY:1",
+ "B1": "GREEN_CANDY:1",
+ "B2": "PUMPKIN_GUTS:1",
+ "B3": "GREEN_CANDY:1",
+ "C1": "GREEN_CANDY:1",
+ "C2": "GREEN_CANDY:1",
+ "C3": "GREEN_CANDY:1"
+ },
+ "internalname": "PUMPKIN_BOMB",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/PUMPKIN_GUTS.json b/items/PUMPKIN_GUTS.json
new file mode 100644
index 00000000..65851127
--- /dev/null
+++ b/items/PUMPKIN_GUTS.json
@@ -0,0 +1,17 @@
+{
+ "itemid": "minecraft:pumpkin_seeds",
+ "displayname": "§aPumpkin Guts",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Why does Halloween have to be so\",1:\"§7gross?\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aPumpkin Guts\"},ExtraAttributes:{id:\"PUMPKIN_GUTS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Why does Halloween have to be so",
+ "§7gross?",
+ "",
+ "§eRight-click to view recipes!",
+ "",
+ "§a§lUNCOMMON"
+ ],
+ "internalname": "PUMPKIN_GUTS",
+ "clickcommand": "",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/PUMPKIN_LAUNCHER.json b/items/PUMPKIN_LAUNCHER.json
new file mode 100644
index 00000000..ae66bf27
--- /dev/null
+++ b/items/PUMPKIN_LAUNCHER.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:pumpkin",
+ "displayname": "§5Pumpkin Launcher",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Shoots §6Blast o\u0027 Lanterns§7.\",1:\"§7Deals §a2 §7damage to §6Spooky\",2:\"§6§7enemies and §c9,090 §7damage\",3:\"§7against non-scary enemies!\",4:\"\",5:\"§7Blast o\u0027 Lanterns: §60§8/20k\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Pumpkin Launcher\"},ExtraAttributes:{id:\"PUMPKIN_LAUNCHER\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Shoots §6Blast o\u0027 Lanterns§7.",
+ "§7Deals §a2 §7damage to §6Spooky",
+ "§6§7enemies and §c9,090 §7damage",
+ "§7against non-scary enemies!",
+ "",
+ "§7Blast o\u0027 Lanterns: §60§8/20k",
+ "",
+ "§5§lEPIC"
+ ],
+ "recipe": {
+ "A1": "PUMPKIN_GUTS:4",
+ "A2": "ECTOPLASM:20",
+ "A3": "PUMPKIN_GUTS:4",
+ "B1": "PUMPKIN_GUTS:4",
+ "B2": "PUMPKIN_BOMB:64",
+ "B3": "PUMPKIN_GUTS:4",
+ "C1": "PUMPKIN_GUTS:4",
+ "C2": "ECTOPLASM:20",
+ "C3": "PUMPKIN_GUTS:4"
+ },
+ "internalname": "PUMPKIN_LAUNCHER",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/SOUL_WHIP.json b/items/SOUL_WHIP.json
new file mode 100644
index 00000000..d867a427
--- /dev/null
+++ b/items/SOUL_WHIP.json
@@ -0,0 +1,19 @@
+{
+ "itemid": "minecraft:fishing_rod",
+ "displayname": "§6Soul Whip",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320\",1:\"§7Damage: §c+145\",2:\"§7Strength: §c+175 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d320",
+ "§7Damage: §c+145",
+ "§7Strength: §c+175 ",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY DUNGEON SWORD"
+ ],
+ "internalname": "SOUL_WHIP",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/STRONG_BABY.json b/items/STRONG_BABY.json
new file mode 100644
index 00000000..41e9dde4
--- /dev/null
+++ b/items/STRONG_BABY.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Baby Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c214608a-8867-3c7f-b62e-ec18f622de3a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjMTBiMGRjZWI1YmIzNGFmMmNiOTUzNzMzZjAxZjIwYmIzYWFmZDVmMjFmZTBlYWRmMWNjNGNlN2Y0ZGFiNCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Strong Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"STRONG_BABY\",uuid:\"a56466a4-d345-4dc7-a8d1-292193bd4941\",timestamp:\"10/26/20 4:58 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§7Armor skins give your gear a",
+ "§7fresh new look! Apply them just",
+ "§7like an enchant book using the",
+ "§7anvil.",
+ "§7",
+ "§7§7This skin can be applied to",
+ "§7§a§6Strong Dragon Helmet",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "STRONG_BABY",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/TARANTULA_BLACK_WIDOW.json b/items/TARANTULA_BLACK_WIDOW.json
new file mode 100644
index 00000000..f9da4f1d
--- /dev/null
+++ b/items/TARANTULA_BLACK_WIDOW.json
@@ -0,0 +1,25 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Black Widow Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7ffa522-e828-3dd5-a944-dcf5758f873d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJiNjczMmVhYTk3ODg0NTg0NjhmNTk3Njk0Mzk4NjQ2NDk3NGFmMzVmZWFmYjRmY2FkMDVhN2EzMDhjMmE2NyJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Tarantula Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Black Widow Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"TARANTULA_BLACK_WIDOW\",uuid:\"cbc59ef5-11ba-4474-b833-f5f166c342cd\",timestamp:\"10/23/20 5:05 PM\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§7§7Armor skins give your gear a",
+ "§7fresh new look! Apply them just",
+ "§7like an enchant book using the",
+ "§7anvil.",
+ "§7",
+ "§7§7This skin can be applied to",
+ "§7§a§5Tarantula Helmet",
+ "",
+ "§6§lLEGENDARY COSMETIC"
+ ],
+ "internalname": "TARANTULA_BLACK_WIDOW",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale"
+ ]
+} \ No newline at end of file
diff --git a/items/VAMPIRE_WITCH_MASK.json b/items/VAMPIRE_WITCH_MASK.json
new file mode 100644
index 00000000..51dd5380
--- /dev/null
+++ b/items/VAMPIRE_WITCH_MASK.json
@@ -0,0 +1,40 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Vampire Witch Mask",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a619dc1-cbba-3deb-aafe-e910961d9ada\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjM0OGU1YjRiM2QyYzFkZWMwMjNmYmY0MDYyMTZmMTIzOTY1ODkwNmVmNGMyZmJmMWM1MzkwNmUyNDNlNjYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+132 HP\",1:\"§7Defense: §a+222\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§6Item Ability: Rejuvenate\",12:\"§7While wearing, drains §a5\",13:\"§a§7health per second from all\",14:\"§7monsters within §e8 §7blocks.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Vampire Witch Mask\"},ExtraAttributes:{id:\"VAMPIRE_WITCH_MASK\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Health: §a+132 HP",
+ "§7Defense: §a+222",
+ "",
+ "§6Item Ability: Bat Swarm",
+ "§7Summons two bats that will",
+ "§7follow you and attack nearby",
+ "§7enemies, dealing §c9,090",
+ "§c§7damage upon exploding. Your",
+ "§7bats will not spawn on your",
+ "§7island.",
+ "",
+ "§6Item Ability: Rejuvenate",
+ "§7While wearing, drains §a5",
+ "§a§7health per second from all",
+ "§7monsters within §e8 §7blocks.",
+ "",
+ "§7§8This item can be reforged!",
+ "§5§lEPIC HELMET"
+ ],
+ "recipe": {
+ "A1": "ECTOPLASM:1",
+ "A2": "ECTOPLASM:1",
+ "A3": "ECTOPLASM:1",
+ "B1": "ECTOPLASM:1",
+ "B2": "WITCH_MASK:1",
+ "B3": "ECTOPLASM:1",
+ "C1": "ECTOPLASM:1",
+ "C2": "VAMPIRE_MASK:1",
+ "C3": "ECTOPLASM:1"
+ },
+ "internalname": "VAMPIRE_WITCH_MASK",
+ "clickcommand": "viewrecipe",
+ "modver": "1.4-REL"
+} \ No newline at end of file
diff --git a/items/WEREWOLF_BOOTS.json b/items/WEREWOLF_BOOTS.json
new file mode 100644
index 00000000..d396279f
--- /dev/null
+++ b/items/WEREWOLF_BOOTS.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:leather_boots",
+ "displayname": "§6Werewolf Boots",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_BOOTS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d335 ",
+ "§7Defense: §a+150 ",
+ "§7Intelligence: §a+50 ",
+ "§7Ferocity: §a+10",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY DUNGEON BOOTS"
+ ],
+ "internalname": "WEREWOLF_BOOTS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/WEREWOLF_CHESTPLATE.json b/items/WEREWOLF_CHESTPLATE.json
new file mode 100644
index 00000000..f8314ef2
--- /dev/null
+++ b/items/WEREWOLF_CHESTPLATE.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:leather_chestplate",
+ "displayname": "§6Werewolf Chestplate",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1904901,Name:\"§6Werewolf Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_CHESTPLATE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d335 ",
+ "§7Defense: §a+150 ",
+ "§7Intelligence: §a+50 ",
+ "§7Ferocity: §a+10",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY DUNGEON CHESTPLATE"
+ ],
+ "internalname": "WEREWOLF_CHESTPLATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/WEREWOLF_HELMET.json b/items/WEREWOLF_HELMET.json
new file mode 100644
index 00000000..fde0d1de
--- /dev/null
+++ b/items/WEREWOLF_HELMET.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§6Werewolf Helmet",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8e41e94-9c30-38af-80c6-05b2ed6d5c53\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzY2ODk3MjkwMywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVyb2Ryb2dvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NlNDYwNmM2ZDk3M2E5OTlhZWMxNjg3YzdlMDc1ZjdkMzdkYjgxODVlODhiODQ0NTA3ZjE2YjNlMmIzZWI2OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Werewolf Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_HELMET\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Gear Score: §d335 ",
+ "§7Defense: §a+150 ",
+ "§7Intelligence: §a+50 ",
+ "§7Ferocity: §a+10",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY DUNGEON HELMET"
+ ],
+ "internalname": "WEREWOLF_HELMET",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/WEREWOLF_LEGGINGS.json b/items/WEREWOLF_LEGGINGS.json
new file mode 100644
index 00000000..b1f9167d
--- /dev/null
+++ b/items/WEREWOLF_LEGGINGS.json
@@ -0,0 +1,20 @@
+{
+ "itemid": "minecraft:leather_leggings",
+ "displayname": "§6Werewolf Leggings",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1904901,Name:\"§6Werewolf Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_LEGGINGS\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Gear Score: §d335 ",
+ "§7Defense: §a+150 ",
+ "§7Intelligence: §a+50 ",
+ "§7Ferocity: §a+10",
+ "",
+ "§7§8This item can be reforged!",
+ "§6§lLEGENDARY DUNGEON LEGGINGS"
+ ],
+ "internalname": "WEREWOLF_LEGGINGS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "1.4-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/WITCH_MASK.json b/items/WITCH_MASK.json
new file mode 100644
index 00000000..3ea2ee42
--- /dev/null
+++ b/items/WITCH_MASK.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Witch Mask",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a289c858-9ac5-3b6c-b621-beb934129a37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+66 HP\",1:\"§7Defense: §a+111\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HELMET\"],Name:\"§9Witch Mask\"},ExtraAttributes:{id:\"WITCH_MASK\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Health: §a+66 HP",
+ "§7Defense: §a+111",
+ "",
+ "§6Item Ability: Bat Swarm",
+ "§7Summons two bats that will",
+ "§7follow you and attack nearby",
+ "§7enemies, dealing §c9,090",
+ "§c§7damage upon exploding. Your",
+ "§7bats will not spawn on your",
+ "§7island.",
+ "",
+ "§7§8This item can be reforged!",
+ "§9§lRARE HELMET"
+ ],
+ "internalname": "WITCH_MASK",
+ "clickcommand": "",
+ "modver": "1.4-REL"
+} \ No newline at end of file