diff options
31 files changed, 456 insertions, 68 deletions
diff --git a/constants/parents.json b/constants/parents.json index 28ef732f..cdfd5bbf 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3152,5 +3152,10 @@ "RARE_KUUDRA_CHUNK", "EPIC_KUUDRA_CHUNK", "LEGENDARY_KUUDRA_CHUNK" + ], + "MAXOR_CELESTIAL": [ + "GOLDOR_CELESTIAL", + "NECRON_CELESTIAL", + "STORM_CELESTIAL" ] }
\ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index e20d409e..cc734d2d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3534,20 +3534,28 @@ "LEGENDARY": { "1": { "otherNums": [ - 1.0 + 1.0, + 0.1, + 0.05, + 0.2 ], "statNums": { "HEALTH": 1.0, - "SEA_CREATURE_CHANCE": 0.05 + "SEA_CREATURE_CHANCE": 0.05, + "FISHING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100 + 75, + 10, + 5, + 20 ], "statNums": { "HEALTH": 100.0, - "SEA_CREATURE_CHANCE": 5.0 + "SEA_CREATURE_CHANCE": 5.0, + "FISHING_SPEED": 25.0 } } } diff --git a/items/ARACHNE_CRYSTAL.json b/items/ARACHNE_CRYSTAL.json index 6fcfca70..c1798708 100644 --- a/items/ARACHNE_CRYSTAL.json +++ b/items/ARACHNE_CRYSTAL.json @@ -1,12 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§9Arachne Crystal", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"951bc5be-5e19-35db-8b0c-c5035faf4a98\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNlODMwZjIwZDBkZmIyNDI3Nzk3NTFmN2E1YzY4ZTY3ODg4OGY3Mjc1ODYxNDY1NGI2NTU2MjVjZjk0MzI0MyJ9fX0=\"}]}},display:{Lore:[0:\"§7§7A powerful object that has the\",1:\"§7power to call forth the full\",2:\"§7strength of Arachne.\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Arachne Crystal\"},ExtraAttributes:{id:\"ARACHNE_CRYSTAL\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"951bc5be-5e19-35db-8b0c-c5035faf4a98\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNlODMwZjIwZDBkZmIyNDI3Nzk3NTFmN2E1YzY4ZTY3ODg4OGY3Mjc1ODYxNDY1NGI2NTU2MjVjZjk0MzI0MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7Place this at the §5Altar §7in\",1:\"§7§4Arachne\u0027s Sanctuary §7to call\",2:\"§7forth the true strength of\",3:\"§7§4Arachne§7.\",4:\"\",5:\"§7§o\\\"What have we done?\\\" §7- Unknown Spider\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Arachne Crystal\"},ExtraAttributes:{id:\"ARACHNE_CRYSTAL\"}}", "damage": 3, "lore": [ - "§7§7A powerful object that has the", - "§7power to call forth the full", - "§7strength of Arachne.", + "§7§7Place this at the §5Altar §7in", + "§7§4Arachne\u0027s Sanctuary §7to call", + "§7forth the true strength of", + "§7§4Arachne§7.", + "", + "§7§o\"What have we done?\" §7- Unknown Spider", "", "§9§lRARE" ], diff --git a/items/BARBARIAN_EMISSARY_NPC.json b/items/BARBARIAN_EMISSARY_NPC.json index ffe4a960..8ffc9ac3 100644 --- a/items/BARBARIAN_EMISSARY_NPC.json +++ b/items/BARBARIAN_EMISSARY_NPC.json @@ -19,7 +19,7 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:8000", + "SKYBLOCK_COIN:200000", "ENCHANTED_RED_SAND:2", "CORRUPTED_NETHER_STAR:2" ], @@ -31,6 +31,42 @@ "SKYBLOCK_COIN:100000" ], "result": "THORNLEAF_SCYTHE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:400000", + "ENCHANTED_RED_SAND:6", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_HOT_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:750000", + "ENCHANTED_RED_SAND:20", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_BURNING_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1500000", + "ENCHANTED_RED_SAND:60", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_FIERY_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:3000000", + "ENCHANTED_RED_SAND:120", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_INFERNAL_TIER_KEY" } ] }
\ No newline at end of file diff --git a/items/CHRISTMAS_TREE.json b/items/CHRISTMAS_TREE.json new file mode 100644 index 00000000..5fc1b8c3 --- /dev/null +++ b/items/CHRISTMAS_TREE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Christmas Tree", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0c5aaf28-c1fe-3347-a079-f4b819e6eb3e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjE1YmEzMWNkZTI2NzFiOGYxNzZkZTZhOWZmZDAwODAzNWYwNTkwZDYzZWUyNDBiZTZlODkyMWNkMjAzN2E0NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Christmas Tree\"},ExtraAttributes:{id:\"CHRISTMAS_TREE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "CHRISTMAS_TREE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EINARY_NPC.json b/items/EINARY_NPC.json index 5913c640..b3c2373a 100644 --- a/items/EINARY_NPC.json +++ b/items/EINARY_NPC.json @@ -58,7 +58,7 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_NORTH_STAR:40" + "SKYBLOCK_NORTH_STAR:60" ], "result": "REINDEER;4:1" }, diff --git a/items/EXPERIENCE;4.json b/items/EXPERIENCE;4.json index 364c328b..14faee3b 100644 --- a/items/EXPERIENCE;4.json +++ b/items/EXPERIENCE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Bought from the Melancholic Viking,\",10:\"§7for 400k.\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;4\",enchantments:{experience:4}}}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aIV: §7Bought from the Melancholic Viking,\",10:\"§7for 400k.\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fSword\",14:\"§7- §fPickaxe\",15:\"§7- §fDrill\",16:\"§7- §fFishing Weapon\",17:\"§7- §fGauntlet\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;4\",enchantments:{experience:4}}}", "damage": 0, "lore": [ "§9Experience IV", @@ -23,12 +23,12 @@ "§7- §fFishing Weapon", "§7- §fGauntlet", "", - "§9§lRARE" + "§f§lCOMMON" ], "internalname": "EXPERIENCE;4", "parent": "EXPERIENCE;2", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "crafttext": "", "clickcommand": "", "infoType": "" -} +}
\ No newline at end of file diff --git a/items/FESTIVE_MAILBOX.json b/items/FESTIVE_MAILBOX.json new file mode 100644 index 00000000..f0e04ca9 --- /dev/null +++ b/items/FESTIVE_MAILBOX.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Festive Mailbox", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c5f70ea6-c0e3-333d-b2db-0fc64e4db597\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRiZDlkZDEyOGM5NGMxMGM5NDVlYWRhYTM0MmZjNmQ5NzY1ZjM3YjNkZjJlMzhmN2IwNTZkYzdjOTI3ZWQifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Festive Mailbox\"},ExtraAttributes:{id:\"FESTIVE_MAILBOX\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "FESTIVE_MAILBOX", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRE_FREEZE_STAFF.json b/items/FIRE_FREEZE_STAFF.json index 91eb6ea5..9b94f0ca 100644 --- a/items/FIRE_FREEZE_STAFF.json +++ b/items/FIRE_FREEZE_STAFF.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:yellow_flower", "displayname": "§5Fire Freeze Staff", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Fire Freeze §e§lRIGHT CLICK\",5:\"§7Creates a circle with a radius\",6:\"§7of §a5 blocks§7. After §a5s§7,\",7:\"§7all mobs inside are frozen for\",8:\"§7§a10s§7.\",9:\"§8Mana Cost: §3500\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5Fire Freeze Staff\"},ExtraAttributes:{id:\"FIRE_FREEZE_STAFF\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\" §8[§7✎§8]\",3:\"\",4:\"§6Ability: Fire Freeze §e§lRIGHT CLICK\",5:\"§7Creates a circle with a radius\",6:\"§7of §a5 blocks§7. After §a5s§7,\",7:\"§7all mobs inside are frozen for\",8:\"§7§a10s§7.\",9:\"§8Mana Cost: §3500\",10:\"§8Cooldown: §a10s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",14:\"§5§lEPIC SWORD\"],Name:\"§5Fire Freeze Staff\"},ExtraAttributes:{id:\"FIRE_FREEZE_STAFF\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", @@ -17,6 +17,7 @@ "§8Cooldown: §a10s", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 24§c.", "§5§lEPIC SWORD" ], "recipe": { diff --git a/items/FIRE_VEIL_WAND.json b/items/FIRE_VEIL_WAND.json index ad5a4fca..6668b4c1 100644 --- a/items/FIRE_VEIL_WAND.json +++ b/items/FIRE_VEIL_WAND.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§5Fire Veil Wand", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Fire Veil §e§lRIGHT CLICK\",4:\"§7Creates a veil of fire around\",5:\"§7you for §a5s§7, dealing\",6:\"§7§c234,684 §7damage per second to\",7:\"§7mobs within.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§5§lEPIC WAND\"],Name:\"§5Fire Veil Wand\"},ExtraAttributes:{id:\"FIRE_VEIL_WAND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Intelligence: §a+200\",2:\"\",3:\"§6Ability: Fire Veil §e§lRIGHT CLICK\",4:\"§7Creates a veil of fire around\",5:\"§7you for §a5s§7, dealing\",6:\"§7§c234,684 §7damage per second to\",7:\"§7mobs within.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",12:\"§5§lEPIC WAND\"],Name:\"§5Fire Veil Wand\"},ExtraAttributes:{id:\"FIRE_VEIL_WAND\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", @@ -15,6 +15,7 @@ "§8Mana Cost: §3300", "§8Cooldown: §a1s", "", + "§7§4❣ §cRequires §aCombat Skill 24§c.", "§5§lEPIC WAND" ], "recipe": { @@ -37,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Fire_Veil_Wand", "https://wiki.hypixel.net/Fire_Veil_Wand" ] -} +}
\ No newline at end of file diff --git a/items/FROZEN_ALEX_NPC.json b/items/FROZEN_ALEX_NPC.json new file mode 100644 index 00000000..f1bcc58c --- /dev/null +++ b/items/FROZEN_ALEX_NPC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Frozen Alex (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"44358e1a-400f-2490-97e8-cd9c5be5719e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTM5MTIzODU5NiwKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTlhOWViMWZiYTU2Y2Q0NjIxYTVmN2Y2Mjk3OTNjYzFkMzYxODA4N2VlYTM2ZTE4YTUwYjVjOWFkYjNkNmE4NyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"\"],Name:\"§9Adventurer (NPC)\"},ExtraAttributes:{id:\"ADVENTURER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FROZEN_ALEX_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frozen_Alex", + "https://wiki.hypixel.net/Frozen_Alex" + ], + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "ESSENCE_ICE:15000" + ], + "result": "EXPERIENCE;5" + } + ] +}
\ No newline at end of file diff --git a/items/GOLDOR_CELESTIAL.json b/items/GOLDOR_CELESTIAL.json new file mode 100644 index 00000000..58eb3c54 --- /dev/null +++ b/items/GOLDOR_CELESTIAL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dCelestial Goldor\u0027s Helmet Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d0b2dcfc-4e71-3333-8de6-e5001564626e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MDU4NjIxMjE5NSwKICAicHJvZmlsZUlkIiA6ICI4MTc1MTc4NzQ2MjE0NmY2YjllOWM3MTYyMWRiODQwZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZWFwcGVhcmFuY2UiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGU0MDZmNGIxMzExZWNjOTk4YjRkNzc3NTU3OWQ4Y2M1MTg0NmZhNjZmMmU0Yjc2MzdmNTU5M2RkOGJjZGMxZSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§6Goldor\u0027s Helmet§7.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§d§lMYTHIC COSMETIC\"],Name:\"§dCelestial Goldor\u0027s Helmet Skin\"},ExtraAttributes:{id:\"GOLDOR_CELESTIAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§6Goldor\u0027s Helmet§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "GOLDOR_CELESTIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/MAGE_EMISSARY_NPC.json b/items/MAGE_EMISSARY_NPC.json index 31d2451a..fc39af9c 100644 --- a/items/MAGE_EMISSARY_NPC.json +++ b/items/MAGE_EMISSARY_NPC.json @@ -72,6 +72,33 @@ "CORRUPTED_NETHER_STAR:2" ], "result": "KUUDRA_HOT_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:750000", + "ENCHANTED_MYCELIUM:20", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_BURNING_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1500000", + "ENCHANTED_MYCELIUM:60", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_FIERY_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:3000000", + "ENCHANTED_MYCELIUM:120", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_INFERNAL_TIER_KEY" } ] }
\ No newline at end of file diff --git a/items/MAXOR_CELESTIAL.json b/items/MAXOR_CELESTIAL.json new file mode 100644 index 00000000..d014fd7f --- /dev/null +++ b/items/MAXOR_CELESTIAL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dCelestial Maxor\u0027s Helmet Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a1c9f2ef-4c74-325c-bd3c-44088b6f79b9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MDU4NjYyNDc2OSwKICAicHJvZmlsZUlkIiA6ICJlZTg4M2RmMjM0ZWI0YWM1YTFlNDEwODhhYzZkZWIxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUdW5lc0Jsb2NrIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIzOGJmZjM2NDBjYzNhYzRkYjAxMmM1MDE3OWQyY2FiYmE1MThlNWU0NTIyZWIzY2RjMzdmZTJkYWY5NGU0OWYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§6Maxor\u0027s Helmet§7.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§d§lMYTHIC COSMETIC\"],Name:\"§dCelestial Maxor\u0027s Helmet Skin\"},ExtraAttributes:{id:\"MAXOR_CELESTIAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§6Maxor\u0027s Helmet§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "MAXOR_CELESTIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/NECRON_CELESTIAL.json b/items/NECRON_CELESTIAL.json new file mode 100644 index 00000000..79a128b8 --- /dev/null +++ b/items/NECRON_CELESTIAL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dCelestial Necron\u0027s Helmet Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e039794e-75ce-37ea-96aa-32a3da0788e1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MDU4NzA0MTA1MSwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lZThjYjQ1NjE0ZTgzYzFiZGZjMjNmNDUzNjRmNjUzM2E0NDZhMTNiODEyZDgzMDM4NjY5ZWJjMTAzMDVlM2I1IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§6Necron\u0027s Helmet§7.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§d§lMYTHIC COSMETIC\"],Name:\"§dCelestial Necron\u0027s Helmet Skin\"},ExtraAttributes:{id:\"NECRON_CELESTIAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§6Necron\u0027s Helmet§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "NECRON_CELESTIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/NUTCRACKER_BOOTS.json b/items/NUTCRACKER_BOOTS.json index ca83a076..7e31a6cd 100644 --- a/items/NUTCRACKER_BOOTS.json +++ b/items/NUTCRACKER_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Nutcracker Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+30\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§6§lLEGENDARY BOOTS\"],color:4600890,Name:\"§6Nutcracker Boots\"},ExtraAttributes:{id:\"NUTCRACKER_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+75\",2:\"§7Defense: §a+30\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aFishing Skill 28§c.\",27:\"§6§lLEGENDARY BOOTS\"],color:4600890,Name:\"§6Nutcracker Boots\"},ExtraAttributes:{id:\"NUTCRACKER_BOOTS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -30,22 +30,23 @@ "§cWorkshop§7!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFishing Skill 28§c.", "§6§lLEGENDARY BOOTS" ], "recipe": { - "A1": "WALNUT:1", + "A1": "WALNUT:3", "A2": "SNOW_SUIT_BOOTS:1", - "A3": "WALNUT:1", - "B1": "WALNUT:1", + "A3": "WALNUT:3", + "B1": "WALNUT:3", "B2": "", - "B3": "WALNUT:1", + "B3": "WALNUT:3", "C1": "", "C2": "", "C3": "" }, "internalname": "NUTCRACKER_BOOTS", - "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "" }
\ No newline at end of file diff --git a/items/NUTCRACKER_CHESTPLATE.json b/items/NUTCRACKER_CHESTPLATE.json index 31c4ed4b..2a367994 100644 --- a/items/NUTCRACKER_CHESTPLATE.json +++ b/items/NUTCRACKER_CHESTPLATE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§6Nutcracker Chestplate", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+115\",2:\"§7Defense: §a+45\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§6§lLEGENDARY CHESTPLATE\"],color:16527164,Name:\"§6Nutcracker Chestplate\"},ExtraAttributes:{id:\"NUTCRACKER_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+115\",2:\"§7Defense: §a+45\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aFishing Skill 28§c.\",27:\"§6§lLEGENDARY CHESTPLATE\"],color:16527164,Name:\"§6Nutcracker Chestplate\"},ExtraAttributes:{id:\"NUTCRACKER_CHESTPLATE\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -30,22 +30,23 @@ "§cWorkshop§7!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFishing Skill 28§c.", "§6§lLEGENDARY CHESTPLATE" ], "recipe": { - "A1": "WALNUT:1", + "A1": "WALNUT:3", "A2": "SNOW_SUIT_CHESTPLATE:1", - "A3": "WALNUT:1", - "B1": "WALNUT:1", - "B2": "WALNUT:1", - "B3": "WALNUT:1", - "C1": "WALNUT:1", - "C2": "WALNUT:1", - "C3": "WALNUT:1" + "A3": "WALNUT:3", + "B1": "WALNUT:3", + "B2": "WALNUT:3", + "B3": "WALNUT:3", + "C1": "WALNUT:3", + "C2": "WALNUT:3", + "C3": "WALNUT:3" }, "internalname": "NUTCRACKER_CHESTPLATE", - "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "" }
\ No newline at end of file diff --git a/items/NUTCRACKER_HELMET.json b/items/NUTCRACKER_HELMET.json index 07fc4971..2bde7533 100644 --- a/items/NUTCRACKER_HELMET.json +++ b/items/NUTCRACKER_HELMET.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Nutcracker Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b11f27af-d60d-37b3-b4d8-cf51dc5843df\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI0MDdlNjZjODFiMTQ0M2MyZTdkZmM0ZDY1ODNlYjE5YzYyMmZhMjJmMzRmYmY5OWZlNmM0NWY3NmEifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+80\",2:\"§7Defense: §a+35\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§6§lLEGENDARY HELMET\"],Name:\"§6Nutcracker Helmet\"},ExtraAttributes:{id:\"NUTCRACKER_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b11f27af-d60d-37b3-b4d8-cf51dc5843df\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI0MDdlNjZjODFiMTQ0M2MyZTdkZmM0ZDY1ODNlYjE5YzYyMmZhMjJmMzRmYmY5OWZlNmM0NWY3NmEifX19\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+80\",2:\"§7Defense: §a+35\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aFishing Skill 28§c.\",27:\"§6§lLEGENDARY HELMET\"],Name:\"§6Nutcracker Helmet\"},ExtraAttributes:{id:\"NUTCRACKER_HELMET\"}}", "damage": 3, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -30,22 +30,23 @@ "§cWorkshop§7!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFishing Skill 28§c.", "§6§lLEGENDARY HELMET" ], "recipe": { - "A1": "WALNUT:1", - "A2": "WALNUT:1", - "A3": "WALNUT:1", - "B1": "WALNUT:1", + "A1": "WALNUT:3", + "A2": "WALNUT:3", + "A3": "WALNUT:3", + "B1": "WALNUT:3", "B2": "SNOW_SUIT_HELMET:1", - "B3": "WALNUT:1", + "B3": "WALNUT:3", "C1": "", "C2": "", "C3": "" }, "internalname": "NUTCRACKER_HELMET", - "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "" }
\ No newline at end of file diff --git a/items/NUTCRACKER_LEGGINGS.json b/items/NUTCRACKER_LEGGINGS.json index a6ba4a54..39f1cc73 100644 --- a/items/NUTCRACKER_LEGGINGS.json +++ b/items/NUTCRACKER_LEGGINGS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§6Nutcracker Leggings", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+85\",2:\"§7Defense: §a+35\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§6§lLEGENDARY LEGGINGS\"],color:16775659,Name:\"§6Nutcracker Leggings\"},ExtraAttributes:{id:\"NUTCRACKER_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Sea Creature Chance: §c+1.5%\",1:\"§7Health: §a+85\",2:\"§7Defense: §a+35\",3:\"§7Magic Find: §a+2\",4:\"\",5:\"§6Full Set Bonus: Cold Thumb\",6:\"§7Allows the wearer to shoot\",7:\"§7unlimited snowballs when using\",8:\"§7§9Frosty the Snow Cannon§7.\",9:\"\",10:\"§6Full Set Bonus: Battalion\",11:\"§7Grants §b+1✯ Magic Find §7and\",12:\"§7§a+50❈ Defense §7to everyone\",13:\"§7within §a30 §7blocks. Stacks up\",14:\"§7to §c5 §7times.\",15:\"\",16:\"§7Each piece grants a §a7.5%\",17:\"§a§7bonus gift chance for every\",18:\"§7present you earn from the §cGift\",19:\"§cAttack §7minigame!\",20:\"\",21:\"§7All stats of this armor piece\",22:\"§7are doubled while on §cJerry\u0027s\",23:\"§cWorkshop§7!\",24:\"\",25:\"§7§8This item can be reforged!\",26:\"§7§4❣ §cRequires §aFishing Skill 28§c.\",27:\"§6§lLEGENDARY LEGGINGS\"],color:16775659,Name:\"§6Nutcracker Leggings\"},ExtraAttributes:{id:\"NUTCRACKER_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Sea Creature Chance: §c+1.5%", @@ -30,22 +30,23 @@ "§cWorkshop§7!", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFishing Skill 28§c.", "§6§lLEGENDARY LEGGINGS" ], "recipe": { - "A1": "WALNUT:1", - "A2": "WALNUT:1", - "A3": "WALNUT:1", - "B1": "WALNUT:1", + "A1": "WALNUT:3", + "A2": "WALNUT:3", + "A3": "WALNUT:3", + "B1": "WALNUT:3", "B2": "SNOW_SUIT_LEGGINGS:1", - "B3": "WALNUT:1", - "C1": "WALNUT:1", + "B3": "WALNUT:3", + "C1": "WALNUT:3", "C2": "", - "C3": "WALNUT:1" + "C3": "WALNUT:3" }, "internalname": "NUTCRACKER_LEGGINGS", - "crafttext": "", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "" }
\ No newline at end of file diff --git a/items/NUTCRACKER_SC.json b/items/NUTCRACKER_SC.json new file mode 100644 index 00000000..51952199 --- /dev/null +++ b/items/NUTCRACKER_SC.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§3Nutcracker (Sea Creature)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b11f27af-d60d-37b3-b4d8-cf51dc5843df\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzI0MDdlNjZjODFiMTQ0M2MyZTdkZmM0ZDY1ODNlYjE5YzYyMmZhMjJmMzRmYmY5OWZlNmM0NWY3NmEifX19\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c4,000,000\"],Name:\"§3Nutcracker (Sea Creature)\"},ExtraAttributes:{id:\"NUTCRACKER_SC\"}}", + "damage": 3, + "lore": [ + "§c❤ Health§8: §c4,000,000" + ], + "internalname": "NUTCRACKER_SC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nutcracker", + "https://wiki.hypixel.net/Nutcracker" + ], + "crafttext": "", + "recipes": [ + { + "level": 50, + "name": "§cNutcracker", + "render": "@neurepo:mobs/nutcracker.json", + "panorama": "winter", + "type": "drops", + "drops": [ + { + "id": "RED_GIFT:2", + "chance": "100%" + }, + { + "id": "WALNUT", + "chance": "100%" + }, + { + "id": "ENCHANTED_WATER_LILY:2", + "chance": "100%" + }, + { + "id": "WATER_LILY:120", + "chance": "50%" + } + ] + } + ] +}
\ No newline at end of file diff --git a/items/RAGNAROCK_AXE.json b/items/RAGNAROCK_AXE.json index 0fc3aa75..d0aabcfc 100644 --- a/items/RAGNAROCK_AXE.json +++ b/items/RAGNAROCK_AXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_axe", "displayname": "§9Ragnarock Axe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a2x §7this\",8:\"§7weapon\u0027s strength for §a3s§7.\",9:\"§8Mana Cost: §3396\",10:\"§8Cooldown: §a20s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Ragnarock Axe\"},ExtraAttributes:{id:\"RAGNAROCK_AXE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a2x §7this\",8:\"§7weapon\u0027s strength for §a3s§7.\",9:\"§8Mana Cost: §3396\",10:\"§8Cooldown: §a20s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",14:\"§9§lRARE SWORD\"],Name:\"§9Ragnarock Axe\"},ExtraAttributes:{id:\"RAGNAROCK_AXE\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", @@ -17,6 +17,7 @@ "§8Cooldown: §a20s", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 24§c.", "§9§lRARE SWORD" ], "recipe": { diff --git a/items/REINDEER;4.json b/items/REINDEER;4.json index 1e18afa2..7a8c72f7 100644 --- a/items/REINDEER;4.json +++ b/items/REINDEER;4.json @@ -1,28 +1,31 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Reindeer", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"32ffdfaf-3148-3d23-85a7-b9a059cd9dae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTM5MDAxMDk5MywKICAicHJvZmlsZUlkIiA6ICIzZmFhZDFiMWYxMzU0MDM2OGY3YjlmMThlM2Y5YzRiZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb3NlUGxheTE5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EyZGY2NWM2ZmQxOWE1OGJlZTM4MjUyMTkyYWM3Y2UyY2YxZGM4NjMyYzM1NDdhOTIyOGI2YjY5NzI0MGQwOTgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}%\",4:\"\",5:\"§6Winter Sprint\",6:\"§7§7Gain §ddouble §7pet §aEXP§7.\",7:\"\",8:\"§6Infused\",9:\"§7§7Gives §b+{0}§b☂ Fishing Speed\",10:\"§b§7while on §cJerry\u0027s Workshop§7.\",11:\"\",12:\"§6Snow Power\",13:\"§7§7Grants §a+5% §7bonus gift\",14:\"§7chance during the §cGift Attack\",15:\"§c§7event.\",16:\"\",17:\"§6Icy Wind\",18:\"§7§7Grants §a+20% §7chance of\",19:\"§7getting double §bIce Essence§7.\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Reindeer\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"REINDEER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"REINDEER;4\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"32ffdfaf-3148-3d23-85a7-b9a059cd9dae\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTM5MDAxMDk5MywKICAicHJvZmlsZUlkIiA6ICIzZmFhZDFiMWYxMzU0MDM2OGY3YjlmMThlM2Y5YzRiZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb3NlUGxheTE5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2EyZGY2NWM2ZmQxOWE1OGJlZTM4MjUyMTkyYWM3Y2UyY2YxZGM4NjMyYzM1NDdhOTIyOGI2YjY5NzI0MGQwOTgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}%\",4:\"§7Fishing Speed: §a{FISHING_SPEED}\",5:\"\",6:\"§6Winter Sprint\",7:\"§7§7Gain §ddouble §7pet §aEXP§7.\",8:\"\",9:\"§6Infused\",10:\"§7§7Gives §b+{0}§b☂ Fishing Speed\",11:\"§b§7and §b+{1}§3α Sea Creature\",12:\"§3Chance §7while on §cJerry\u0027s\",13:\"§cWorkshop§7.\",14:\"\",15:\"§6Snow Power\",16:\"§7§7Grants §a+{2}% §7bonus gift\",17:\"§7chance during the §cGift Attack\",18:\"§c§7event.\",19:\"\",20:\"§6Icy Wind\",21:\"§7§7Grants §a+{3}% §7chance of\",22:\"§7getting double §bIce Essence§7.\",23:\"\",24:\"§7§eRight-click to add this pet to\",25:\"§eyour pet menu!\",26:\"\",27:\"§6§lLEGENDARY\"],Name:\"§7[Lvl {LVL}] §6Reindeer\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"REINDEER\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"REINDEER;4\"}}", "damage": 3, "lore": [ "§8Fishing Pet", "", "§7Health: §a{HEALTH}", "§7Sea Creature Chance: §c{SEA_CREATURE_CHANCE}%", + "§7Fishing Speed: §a{FISHING_SPEED}", "", "§6Winter Sprint", "§7§7Gain §ddouble §7pet §aEXP§7.", "", "§6Infused", "§7§7Gives §b+{0}§b☂ Fishing Speed", - "§b§7while on §cJerry\u0027s Workshop§7.", + "§b§7and §b+{1}§3α Sea Creature", + "§3Chance §7while on §cJerry\u0027s", + "§cWorkshop§7.", "", "§6Snow Power", - "§7§7Grants §a+5% §7bonus gift", + "§7§7Grants §a+{2}% §7bonus gift", "§7chance during the §cGift Attack", "§c§7event.", "", "§6Icy Wind", - "§7§7Grants §a+20% §7chance of", + "§7§7Grants §a+{3}% §7chance of", "§7getting double §bIce Essence§7.", "", "§7§eRight-click to add this pet to", diff --git a/items/ROCKING_CHAIR.json b/items/ROCKING_CHAIR.json new file mode 100644 index 00000000..927fcae5 --- /dev/null +++ b/items/ROCKING_CHAIR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Rocking Chair", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c1d3a9b6-f6f0-371d-95f2-41d97c65aa35\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAwZmM3MmU5MGI3NDhkYzI5MzZjNDA5M2Q2MmEyMmZlZjljOTM3ZWY4M2M3MGNhNzZiY2Q1MDBiNDQyMWMwYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Holiday Cosmetic\",2:\"\",3:\"§7This exclusive §cHoliday\",4:\"§c§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Rocking Chair\"},ExtraAttributes:{id:\"ROCKING_CHAIR\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Holiday Cosmetic", + "", + "§7This exclusive §cHoliday", + "§c§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "ROCKING_CHAIR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SNOW_SUIT_BOOTS.json b/items/SNOW_SUIT_BOOTS.json index 50b91fc8..6b52b2cc 100644 --- a/items/SNOW_SUIT_BOOTS.json +++ b/items/SNOW_SUIT_BOOTS.json @@ -4,7 +4,7 @@ "displayname": "§5Snow Suit Boots", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+65\",1:\"§7Defense: §a+25\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on the Winter\",15:\"§7Island!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC BOOTS\"],color:16777215,Name:\"§5Snow Suit Boots\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_BOOTS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+65\",1:\"§7Defense: §a+25\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on §cJerry\u0027s\",15:\"§cWorkshop§7!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC BOOTS\"],color:16777215,Name:\"§5Snow Suit Boots\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_BOOTS\"}}", "modver": "2.1.0-REL", "lore": [ "§7Health: §a+65", @@ -21,8 +21,8 @@ "§c§7minigame!", "", "§7All stats of this armor piece", - "§7are doubled while on the Winter", - "§7Island!", + "§7are doubled while on §cJerry\u0027s", + "§cWorkshop§7!", "", "§7§8This item can be reforged!", "§5§lEPIC BOOTS" diff --git a/items/SNOW_SUIT_CHESTPLATE.json b/items/SNOW_SUIT_CHESTPLATE.json index 44fe44a6..d5622a43 100644 --- a/items/SNOW_SUIT_CHESTPLATE.json +++ b/items/SNOW_SUIT_CHESTPLATE.json @@ -4,7 +4,7 @@ "displayname": "§5Snow Suit Chestplate", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on the Winter\",15:\"§7Island!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC CHESTPLATE\"],color:16777215,Name:\"§5Snow Suit Chestplate\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_CHESTPLATE\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+40\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on §cJerry\u0027s\",15:\"§cWorkshop§7!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC CHESTPLATE\"],color:16777215,Name:\"§5Snow Suit Chestplate\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_CHESTPLATE\"}}", "modver": "2.1.0-REL", "lore": [ "§7Health: §a+100", @@ -21,8 +21,8 @@ "§c§7minigame!", "", "§7All stats of this armor piece", - "§7are doubled while on the Winter", - "§7Island!", + "§7are doubled while on §cJerry\u0027s", + "§cWorkshop§7!", "", "§7§8This item can be reforged!", "§5§lEPIC CHESTPLATE" diff --git a/items/SNOW_SUIT_HELMET.json b/items/SNOW_SUIT_HELMET.json index 00aa6d45..912a69d3 100644 --- a/items/SNOW_SUIT_HELMET.json +++ b/items/SNOW_SUIT_HELMET.json @@ -4,7 +4,7 @@ "displayname": "§5Snow Suit Helmet", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"564f289a-f6ef-31a7-83d2-bce309d814f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QxMTE5NjQzY2VjZmJlMDA0MTQxYTFlYTQwNjJmODMxNWNhNzhlNTAzOTU4YWM1MDUwNWU4NTkyYzQ0YTYwMSJ9fX0=\"}]}},display:{Lore:[0:\"§7Health: §a+70\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on the Winter\",15:\"§7Island!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC HELMET\"],Name:\"§5Snow Suit Helmet\"},ExtraAttributes:{id:\"SNOW_SUIT_HELMET\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"564f289a-f6ef-31a7-83d2-bce309d814f8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2QxMTE5NjQzY2VjZmJlMDA0MTQxYTFlYTQwNjJmODMxNWNhNzhlNTAzOTU4YWM1MDUwNWU4NTkyYzQ0YTYwMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+70\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on §cJerry\u0027s\",15:\"§cWorkshop§7!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC HELMET\"],Name:\"§5Snow Suit Helmet\"},ExtraAttributes:{id:\"SNOW_SUIT_HELMET\"}}", "modver": "2.1.0-REL", "lore": [ "§7Health: §a+70", @@ -21,8 +21,8 @@ "§c§7minigame!", "", "§7All stats of this armor piece", - "§7are doubled while on the Winter", - "§7Island!", + "§7are doubled while on §cJerry\u0027s", + "§cWorkshop§7!", "", "§7§8This item can be reforged!", "§5§lEPIC HELMET" diff --git a/items/SNOW_SUIT_LEGGINGS.json b/items/SNOW_SUIT_LEGGINGS.json index 76592436..c9d80b45 100644 --- a/items/SNOW_SUIT_LEGGINGS.json +++ b/items/SNOW_SUIT_LEGGINGS.json @@ -4,7 +4,7 @@ "displayname": "§5Snow Suit Leggings", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+75\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on the Winter\",15:\"§7Island!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC LEGGINGS\"],color:16777215,Name:\"§5Snow Suit Leggings\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+75\",1:\"§7Defense: §a+30\",2:\"\",3:\"§6Full Set Bonus: Cold Thumb\",4:\"§7Allows the wearer to shoot\",5:\"§7unlimited snowballs when using\",6:\"§7§9Frosty the Snow Cannon§7.\",7:\"\",8:\"§7Each piece grants a §a5% §7bonus\",9:\"§7gift chance for every present\",10:\"§7you earn from the §cGift Attack\",11:\"§c§7minigame!\",12:\"\",13:\"§7All stats of this armor piece\",14:\"§7are doubled while on §cJerry\u0027s\",15:\"§cWorkshop§7!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC LEGGINGS\"],color:16777215,Name:\"§5Snow Suit Leggings\"},ExtraAttributes:{color:\"255:255:255\",id:\"SNOW_SUIT_LEGGINGS\"}}", "modver": "2.1.0-REL", "lore": [ "§7Health: §a+75", @@ -21,8 +21,8 @@ "§c§7minigame!", "", "§7All stats of this armor piece", - "§7are doubled while on the Winter", - "§7Island!", + "§7are doubled while on §cJerry\u0027s", + "§cWorkshop§7!", "", "§7§8This item can be reforged!", "§5§lEPIC LEGGINGS" diff --git a/items/SPIDER_TAMER_NPC.json b/items/SPIDER_TAMER_NPC.json new file mode 100644 index 00000000..d2ac9cd1 --- /dev/null +++ b/items/SPIDER_TAMER_NPC.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Spider Tamer (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"da30a3a2-7278-213e-9573-178641837905\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2ODAwNDQ4MzAyMiwKICAicHJvZmlsZUlkIiA6ICJkYmQyYjU4N2VjMWY0ZTgxYTNkOGFlODM5OWJiMDFjMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJjYXRzaW5zcGFjZWUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGVmNDBhMzg3NDJkMThkMzMwNDFmYWUwZTQzYmIzNDA1YzIxZTU3NmY2MzIxYmJlZTA2MzZlNzIxNGQ2ZWZmMiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"\"],Name:\"§9Adventurer (NPC)\"},ExtraAttributes:{id:\"ADVENTURER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SPIDER_TAMER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spider_Tamer", + "https://wiki.hypixel.net/Spider_Tamer" + ], + "crafttext": "", + "x": -299, + "y": 64, + "z": -195, + "island": "combat_1", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "ESSENCE_SPIDER:5000" + ], + "result": "ARACHNE_SANCTUARY_TRAVEL_SCROLL" + } + ] +}
\ No newline at end of file diff --git a/items/STORM_CELESTIAL.json b/items/STORM_CELESTIAL.json new file mode 100644 index 00000000..3be708f4 --- /dev/null +++ b/items/STORM_CELESTIAL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dCelestial Storm\u0027s Helmet Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"b09ed8f7-96fc-34f4-93f4-88e626ec9322\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3MDU4NzQ3ODg4MSwKICAicHJvZmlsZUlkIiA6ICIzOTdlMmY5OTAyNmI0NjI1OTcyNTM1OTNjODgyZjRmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4WnlkdWVMeCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNDQ3Y2FkOGU3OWUxZWNhYjg4NWZmODljMDdlZTZkOWZlOGEyYmE4ZDJjZTY0OTQwM2M5NTA4MTBkODM3NTU2IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§6Storm\u0027s Helmet§7.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§d§lMYTHIC COSMETIC\"],Name:\"§dCelestial Storm\u0027s Helmet Skin\"},ExtraAttributes:{id:\"STORM_CELESTIAL\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§6Storm\u0027s Helmet§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "STORM_CELESTIAL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/WAND_OF_STRENGTH.json b/items/WAND_OF_STRENGTH.json index f2854f97..4c41efdf 100644 --- a/items/WAND_OF_STRENGTH.json +++ b/items/WAND_OF_STRENGTH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§5Wand of Strength", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Ability: Life Blood §e§lRIGHT CLICK\",4:\"§7Use §c10% §7of your max health\",5:\"§7to boost your nearby allies by\",6:\"§7§c+30❁ Strength §7for 10\",7:\"§7seconds.\",8:\"§8Health Cost: §c250.3\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§5§lEPIC WAND\"],Name:\"§5Wand of Strength\"},ExtraAttributes:{id:\"WAND_OF_STRENGTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Ability: Life Blood §e§lRIGHT CLICK\",4:\"§7Use §c10% §7of your max health\",5:\"§7to boost your nearby allies by\",6:\"§7§c+30❁ Strength §7for 10\",7:\"§7seconds.\",8:\"§8Health Cost: §c250.3\",9:\"§8Cooldown: §a1s\",10:\"\",11:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",12:\"§5§lEPIC WAND\"],Name:\"§5Wand of Strength\"},ExtraAttributes:{id:\"WAND_OF_STRENGTH\"}}", "damage": 0, "lore": [ "§7Damage: §c+50", @@ -15,6 +15,7 @@ "§8Health Cost: §c250.3", "§8Cooldown: §a1s", "", + "§7§4❣ §cRequires §aCombat Skill 24§c.", "§5§lEPIC WAND" ], "recipe": { diff --git a/mobs/nutcracker.json b/mobs/nutcracker.json new file mode 100644 index 00000000..6823ac8c --- /dev/null +++ b/mobs/nutcracker.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "NUTCRACKER_HELMET", + "chestplate": "NUTCRACKER_CHESTPLATE", + "leggings": "NUTCRACKER_LEGGINGS", + "feet": "NUTCRACKER_BOOTS" + } + ] +}
\ No newline at end of file |