diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:14:04 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:14:04 -0400 |
commit | 40cd551f3233097a143b55c84b00ab237afd9fc3 (patch) | |
tree | d668adc98079de62b7a20df4027253e6fcc008ac /items | |
parent | fbd20da51857a2cd48df5731dca1acdf03260e96 (diff) | |
download | NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.tar.gz NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.tar.bz2 NotEnoughUpdates-REPO-40cd551f3233097a143b55c84b00ab237afd9fc3.zip |
Halloween Stuff?
Diffstat (limited to 'items')
-rw-r--r-- | items/BAT_PERSON_ARTIFACT.json | 33 | ||||
-rw-r--r-- | items/BAT_PERSON_RING.json | 33 | ||||
-rw-r--r-- | items/BAT_PERSON_TALISMAN.json | 22 | ||||
-rw-r--r-- | items/ECTOPLASM.json | 16 | ||||
-rw-r--r-- | items/GHOUL_BUSTER.json | 33 | ||||
-rw-r--r-- | items/HOLY_BABY.json | 25 | ||||
-rw-r--r-- | items/LARGE_CANDY_SACK.json | 32 | ||||
-rw-r--r-- | items/OLD_BABY.json | 25 | ||||
-rw-r--r-- | items/PROTECTOR_BABY.json | 25 | ||||
-rw-r--r-- | items/PUMPKIN_BOMB.json | 28 | ||||
-rw-r--r-- | items/PUMPKIN_GUTS.json | 17 | ||||
-rw-r--r-- | items/PUMPKIN_LAUNCHER.json | 30 | ||||
-rw-r--r-- | items/SOUL_WHIP.json | 19 | ||||
-rw-r--r-- | items/STRONG_BABY.json | 25 | ||||
-rw-r--r-- | items/TARANTULA_BLACK_WIDOW.json | 25 | ||||
-rw-r--r-- | items/VAMPIRE_WITCH_MASK.json | 40 | ||||
-rw-r--r-- | items/WEREWOLF_BOOTS.json | 20 | ||||
-rw-r--r-- | items/WEREWOLF_CHESTPLATE.json | 20 | ||||
-rw-r--r-- | items/WEREWOLF_HELMET.json | 20 | ||||
-rw-r--r-- | items/WEREWOLF_LEGGINGS.json | 20 | ||||
-rw-r--r-- | items/WITCH_MASK.json | 24 |
21 files changed, 532 insertions, 0 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/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/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/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 |