From 7b90ef65578300f80dbb010f33c3deff3d515f36 Mon Sep 17 00:00:00 2001 From: jani270 Date: Sat, 7 May 2022 01:43:10 +0200 Subject: Added NPC Shop Recipes --- items/ADVENTURER_NPC.json | 101 +++++++ items/ALCHEMIST_NPC.json | 108 +++++++ items/AMELIA_NPC.json | 94 ++++++ items/ANITA_NPC.json | 127 ++++++++ items/AN_NPC.json | 62 ++++ items/BARBARIAN_EMISSARY_NPC.json | 36 +++ items/BARBARIAN_SHOP_NPC.json | 36 +++ items/BARTENDER_NPC.json | 96 ++++++ items/BUBU_NPC.json | 63 ++++ items/BULVAR_NPC.json | 123 ++++++++ items/DESPERATE_ENGINEER_NPC.json | 26 ++ items/DUNCAN_NPC.json | 27 ++ items/EZEKIEL_NPC.json | 50 ++++ items/FARM_MERCHANT_NPC.json | 115 ++++++++ items/FEAR_MONGERER_NPC.json | 180 ++++++++++++ items/FISH_MERCHANT_NPC.json | 59 ++++ items/GOLD_FORGER_NPC.json | 66 +++++ items/GROG_NPC.json | 49 ++++ items/HILDA_NPC.json | 73 +++++ items/IRON_FORGER_NPC.json | 66 +++++ items/JAKE_NPC.json | 80 +++++ items/JOYFUL_VIKING_NPC.json | 52 ++++ items/LIBRARIAN_NPC.json | 94 ++++++ items/LONELY_PHILOSOPHER_NPC.json | 31 ++ items/LUMBER_MERCHANT_NPC.json | 101 +++++++ items/LYS_NPC.json | 146 ++++++++++ items/MAD_REDSTONE_ENGINEER_NPC.json | 115 ++++++++ items/MAGE_SHOP_NPC.json | 77 +++++ items/MARTHOS_NPC.json | 74 +++++ items/MASTER_TACTICIAN_NPC.json | 44 +++ items/MINE_MERCHANT_NPC.json | 108 +++++++ items/ODAWA_NPC.json | 58 ++++ items/OLD_SHAMAN_NYKO_NPC.json | 38 +++ items/OPHELIA_NPC.json | 192 ++++++++++++ items/ORINGO_NPC.json | 264 +++++++++++++++++ items/PAT_NPC.json | 38 +++ items/PEARL_DEALER_NPC.json | 73 +++++ items/PLUMBER_JOE_NPC.json | 31 ++ items/ROSETTA_NPC.json | 221 ++++++++++++++ items/SCOOP_NPC.json | 31 ++ items/SEYMOUR_NPC.json | 87 ++++++ items/SHERRY_NPC.json | 69 +++++ items/SHIFTY_NPC.json | 45 +++ items/SKYBLOCK_BRONZE_MEDAL.json | 16 + items/SKYBLOCK_GOLD_MEDAL.json | 16 + items/SKYBLOCK_PELT.json | 16 + items/SKYBLOCK_SILVER_MEDAL.json | 16 + items/SMITHMONGER_NPC.json | 65 +++++ items/TOMIOKA_NPC.json | 48 +++ items/TONY_SHOP_NPC.json | 160 ++++++++++ items/UDEL_NPC.json | 76 +++++ items/ULYN_NPC.json | 62 ++++ items/WALTER_NPC.json | 31 ++ items/WEAPONSMITH_NPC.json | 80 +++++ items/WINONA_NPC.json | 27 ++ items/WOOL_WEAVER_NPC.json | 549 +++++++++++++++++++++++++++++++++++ items/ZOG_NPC.json | 115 ++++++++ 57 files changed, 4903 insertions(+) create mode 100644 items/ADVENTURER_NPC.json create mode 100644 items/ALCHEMIST_NPC.json create mode 100644 items/AMELIA_NPC.json create mode 100644 items/ANITA_NPC.json create mode 100644 items/AN_NPC.json create mode 100644 items/BARBARIAN_EMISSARY_NPC.json create mode 100644 items/BARBARIAN_SHOP_NPC.json create mode 100644 items/BARTENDER_NPC.json create mode 100644 items/BUBU_NPC.json create mode 100644 items/BULVAR_NPC.json create mode 100644 items/DESPERATE_ENGINEER_NPC.json create mode 100644 items/DUNCAN_NPC.json create mode 100644 items/EZEKIEL_NPC.json create mode 100644 items/FARM_MERCHANT_NPC.json create mode 100644 items/FEAR_MONGERER_NPC.json create mode 100644 items/FISH_MERCHANT_NPC.json create mode 100644 items/GOLD_FORGER_NPC.json create mode 100644 items/GROG_NPC.json create mode 100644 items/HILDA_NPC.json create mode 100644 items/IRON_FORGER_NPC.json create mode 100644 items/JAKE_NPC.json create mode 100644 items/JOYFUL_VIKING_NPC.json create mode 100644 items/LIBRARIAN_NPC.json create mode 100644 items/LONELY_PHILOSOPHER_NPC.json create mode 100644 items/LUMBER_MERCHANT_NPC.json create mode 100644 items/LYS_NPC.json create mode 100644 items/MAD_REDSTONE_ENGINEER_NPC.json create mode 100644 items/MAGE_SHOP_NPC.json create mode 100644 items/MARTHOS_NPC.json create mode 100644 items/MASTER_TACTICIAN_NPC.json create mode 100644 items/MINE_MERCHANT_NPC.json create mode 100644 items/ODAWA_NPC.json create mode 100644 items/OLD_SHAMAN_NYKO_NPC.json create mode 100644 items/OPHELIA_NPC.json create mode 100644 items/ORINGO_NPC.json create mode 100644 items/PAT_NPC.json create mode 100644 items/PEARL_DEALER_NPC.json create mode 100644 items/PLUMBER_JOE_NPC.json create mode 100644 items/ROSETTA_NPC.json create mode 100644 items/SCOOP_NPC.json create mode 100644 items/SEYMOUR_NPC.json create mode 100644 items/SHERRY_NPC.json create mode 100644 items/SHIFTY_NPC.json create mode 100644 items/SKYBLOCK_BRONZE_MEDAL.json create mode 100644 items/SKYBLOCK_GOLD_MEDAL.json create mode 100644 items/SKYBLOCK_PELT.json create mode 100644 items/SKYBLOCK_SILVER_MEDAL.json create mode 100644 items/SMITHMONGER_NPC.json create mode 100644 items/TOMIOKA_NPC.json create mode 100644 items/TONY_SHOP_NPC.json create mode 100644 items/UDEL_NPC.json create mode 100644 items/ULYN_NPC.json create mode 100644 items/WALTER_NPC.json create mode 100644 items/WEAPONSMITH_NPC.json create mode 100644 items/WINONA_NPC.json create mode 100644 items/WOOL_WEAVER_NPC.json create mode 100644 items/ZOG_NPC.json (limited to 'items') diff --git a/items/ADVENTURER_NPC.json b/items/ADVENTURER_NPC.json new file mode 100644 index 00000000..eb2e9179 --- /dev/null +++ b/items/ADVENTURER_NPC.json @@ -0,0 +1,101 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Adventurer (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1ca9aff8-1471-51fe-ae2a-b5b6b297ebe4\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTcyOThmZjRlYzNiYTBhMDg4NDM1N2Y0ZDFhOWNjZWM0ZWU4ZDhkODFiNDk4MTEzOGVmOTRiOGE3NWYzZGQifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Adventurer (NPC)\"},ExtraAttributes:{id:\"ADVENTURER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ADVENTURER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adventurer", + "https://wiki.hypixel.net/Scoop" + ], + "crafttext": "", + "x": -42, + "y": 72, + "z": -65, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "ROTTEN_FLESH" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "BONE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "STRING" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:14" + ], + "result": "SLIME_BALL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "SULPHUR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:500" + ], + "result": "ZOMBIE_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:500" + ], + "result": "SKELETON_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2500" + ], + "result": "VILLAGE_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2500" + ], + "result": "MINE_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "INTIMIDATION_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "SCAVENGER_TALISMAN" + } + ] +} \ No newline at end of file diff --git a/items/ALCHEMIST_NPC.json b/items/ALCHEMIST_NPC.json new file mode 100644 index 00000000..4408a662 --- /dev/null +++ b/items/ALCHEMIST_NPC.json @@ -0,0 +1,108 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Alchemist (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf4f97d7-2e1f-3678-9ca3-4a7b9666cc28\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNlNjYwNDE1N2ZjNGFiNTU5MWU0YmNmNTA3YTc0OTkxOGVlOWM0MWUzNTdkNDczNzZlMGVlNzM0MjA3NGM5MCJ9fX0\"}]}},display:{Lore:[0:\"\"],Name:\"§9Alchemist (NPC)\"},ExtraAttributes:{id:\"ALCHEMIST_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ALCHEMIST_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Alchemist", + "https://wiki.hypixel.net/Alchemist" + ], + "crafttext": "", + "x": 41, + "y": 72, + "z": -64, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "NETHER_STALK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "BREWING_STAND_ITEM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50" + ], + "result": "GLASS_BOTTLE:8" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:6" + ], + "result": "POTION" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:4" + ], + "result": "SUGAR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "RABBIT_FOOT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "SPECKLED_MELON" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "SPIDER_EYE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "BLAZE_POWDER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:200" + ], + "result": "GHAST_TEAR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "MAGMA_CREAM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "GOLDEN_CARROT" + } + ] +} \ No newline at end of file diff --git a/items/AMELIA_NPC.json b/items/AMELIA_NPC.json new file mode 100644 index 00000000..cce427e6 --- /dev/null +++ b/items/AMELIA_NPC.json @@ -0,0 +1,94 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Amelia (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d8b44285-588c-52f1-8236-670877a703a5\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmQ1OTU1Y2M1YWY2ZmEzMzkwZGYzNmM5YTIzYTMyNjRjODQyNjk5MWU3NTMzYWQyZDA4MWY0MWVhMTMwYzYzYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lonely Philosopher (NPC)\"},ExtraAttributes:{id:\"LONELY_PHILOSOPHER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "AMEILA_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Amelia", + "https://wiki.hypixel.net/Amelia" + ], + "crafttext": "", + "x": -45, + "y": 87, + "z": -5, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "PARKOUR_CONTROLLER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "PARKOUR_POINT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000" + ], + "result": "PARKOUR_TIMES" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "SOCIAL_DISPLAY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "EGG_HUNT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50000" + ], + "result": "ISLAND_NPC" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2500" + ], + "result": "TIC_TAC_TOE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2500" + ], + "result": "CONNECT_FOUR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "ROCK_PAPER_SHEARS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50000" + ], + "result": "SHOWCASE_BLOCK" + } + ] +} \ No newline at end of file diff --git a/items/ANITA_NPC.json b/items/ANITA_NPC.json new file mode 100644 index 00000000..dc65890b --- /dev/null +++ b/items/ANITA_NPC.json @@ -0,0 +1,127 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Anita (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"87cc81d1-6e2e-5165-8b60-e26cb7677a55\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVhYzE3YzEyZjQ3YTUxZjBiOTNjZDA3OWJmYmJjNWEzMTU2NTg1M2ZhMmExYWRhYTlkNWFlNDgzNzA4OWM2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Anita (NPC)\"},ExtraAttributes:{id:\"ANITA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ANITA_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Anita", + "https://wiki.hypixel.net/Anita" + ], + "x": 22, + "y": 79, + "z": -70, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "JACOBS_TICKET:1" + ], + "result": "INFINIDIRT_WAND" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_BRONZE_MEDAL:1", + "JACOBS_TICKET:2" + ], + "result": "PRISMAPUMP:4" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_BRONZE_MEDAL:1", + "JACOBS_TICKET:5" + ], + "result": "HOE_OF_GREAT_TILLING" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_SILVER_MEDAL:1", + "JACOBS_TICKET:10" + ], + "result": "HOE_OF_GREATER_TILLING" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_SILVER_MEDAL:2", + "JACOBS_TICKET:30" + ], + "result": "BASKET_OF_SEEDS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_SILVER_MEDAL:2", + "JACOBS_TICKET:30" + ], + "result": "NETHER_WART_POUCH" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_SILVER_MEDAL:2", + "JACOBS_TICKET:32" + ], + "result": "DELICATE;5" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "THEORETICAL_HOE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "COCO_CHOPPER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "MELON_DICER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "PUMPKIN_DICER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "FUNGI_CUTTER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_GOLD_MEDAL:1", + "JACOBS_TICKET:32" + ], + "result": "CACTUS_KNIFE" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/AN_NPC.json b/items/AN_NPC.json new file mode 100644 index 00000000..7b79d531 --- /dev/null +++ b/items/AN_NPC.json @@ -0,0 +1,62 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9An (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c133529c-af45-5015-b3c4-53fb48a835a6\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTdmN2JkMTAyNjMxMTExYWFhNDIyM2MyYTdlNjQyOGQyYThhOTRiMGQ4MTQwOGVjMzVmYzNkNWFkZDc1ZDBiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9An (NPC)\"},ExtraAttributes:{id:\"AN_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "AN_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "x": -622, + "y": 110, + "z": -742, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "SAND-1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50" + ], + "result": "BLAZE_ROD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "MAGMA_CREAM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50" + ], + "result": "QUARTZ" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "NETHER_STALK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:200" + ], + "result": "GHAST_TEAR" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/BARBARIAN_EMISSARY_NPC.json b/items/BARBARIAN_EMISSARY_NPC.json new file mode 100644 index 00000000..ffe4a960 --- /dev/null +++ b/items/BARBARIAN_EMISSARY_NPC.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Barbarian Emissary (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb81a611-bda5-5be3-8dc7-6de8fe76c12e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjM2MzBkOWIwMjA4OGVhMTkyNGE4NzIyNDJhYmM3NWI2MjYyYzJhY2E5MmFlY2Y4NzE0YTU3YTQxZWVhMGI5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Emissary (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_EMISSARY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BARBARIAN_EMISSARY_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "", + "x": -581, + "y": 101, + "z": -711, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8000", + "ENCHANTED_RED_SAND:2", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100000" + ], + "result": "THORNLEAF_SCYTHE" + } + ] +} \ No newline at end of file diff --git a/items/BARBARIAN_SHOP_NPC.json b/items/BARBARIAN_SHOP_NPC.json new file mode 100644 index 00000000..b4f0423f --- /dev/null +++ b/items/BARBARIAN_SHOP_NPC.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Barbarian Shop (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb81a611-bda5-5be3-8dc7-6de8fe76c12e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjM2MzBkOWIwMjA4OGVhMTkyNGE4NzIyNDJhYmM3NWI2MjYyYzJhY2E5MmFlY2Y4NzE0YTU3YTQxZWVhMGI5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Shop (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_SHOP_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BARBARIAN_SHOP_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "", + "x": -581, + "y": 101, + "z": -711, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8000", + "ENCHANTED_RED_SAND:2", + "CORRUPTED_NETHER_STAR:2" + ], + "result": "KUUDRA_TIER_KEY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100000" + ], + "result": "THORNLEAF_SCYTHE" + } + ] +} \ No newline at end of file diff --git a/items/BARTENDER_NPC.json b/items/BARTENDER_NPC.json new file mode 100644 index 00000000..2f8d3768 --- /dev/null +++ b/items/BARTENDER_NPC.json @@ -0,0 +1,96 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bartender (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dfe24556-f0e9-5e84-b9f0-772c60865ff0\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJkMTE3MmEzMTA4MzFkNWRiYjg0Yzk5N2IzZjU1NmUxNjllYTY0MWM4NTI0OTEzYTE5MTFiZTU5ODViNCJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bartender (NPC)\"},ExtraAttributes:{id:\"BARTENDER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BARTENDER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bartender", + "https://wiki.hypixel.net/Bartender" + ], + "crafttext": "", + "x": -74, + "y": 73, + "z": -56, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "CHEAP_COFFEE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "TEPID_GREEN_TEA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "PULPOUS_ORANGE_JUICE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1200" + ], + "result": "BITTER_ICE_TEA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1500" + ], + "result": "KNOCKOFF_COLA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5000" + ], + "result": "DECENT_COFFEE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "REVENANT_GENERATOR_11", + "REVENANT_VISCERA:64" + ], + "result": "REVENANT_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "WOLF_FUR_MIXIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "SPIDER_EGG_MIXIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "END_PORTAL_FUMES_MIXIN" + } + ] +} \ No newline at end of file diff --git a/items/BUBU_NPC.json b/items/BUBU_NPC.json new file mode 100644 index 00000000..1aee6035 --- /dev/null +++ b/items/BUBU_NPC.json @@ -0,0 +1,63 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bubu (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a5274d6-2de4-58f6-97d9-e0da45e141ac\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVmMzFjMWMyMTVhNTdlOTM3ZmQ3NWFiMzU3ODJmODVlYzI0MmExYjFmOTUwYTI2YTQyYmI1ZTBhYTVjYmVkYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bubu (NPC)\"},ExtraAttributes:{id:\"BUBU_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BUBU_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bubu", + "https://wiki.hypixel.net/Bubu" + ], + "crafttext": "", + "x": -10, + "y": 203, + "z": -103, + "island": "mining_3", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10000" + ], + "result": "FRACTURED_MITHRIL_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100000", + "MITHRIL_ORE:200" + ], + "result": "BANDAGED_MITHRIL_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000000", + "TITANIUM_ORE:100", + "BEJEWELED_HANDLE" + ], + "result": "TITANIUM_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "TITANIUM_PICKAXE", + "REFINED_TITANIUM:3" + ], + "result": "REFINED_TITANIUM_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20000" + ], + "result": "BIOFUEL" + } + ] +} \ No newline at end of file diff --git a/items/BULVAR_NPC.json b/items/BULVAR_NPC.json new file mode 100644 index 00000000..72ef9020 --- /dev/null +++ b/items/BULVAR_NPC.json @@ -0,0 +1,123 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bulvar (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f0b1b524-c57a-5ef8-a999-19e185013bd7\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjEzY2YwY2E3OWEzNjExYjhlMDVmZTllMjY0ZmIyYmY4ZDI3ZTQ2NGRjMTJkYzZlOTVkZDBhZTBjMzM1YTU2MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bulvar (NPC)\"},ExtraAttributes:{id:\"BULVAR_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BULVAR_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bulvar", + "https://wiki.hypixel.net/Bulvar" + ], + "crafttext": "", + "x": -16, + "y": 203, + "z": -99, + "island": "mining_3", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_COBBLESTONE:1024", + "COBBLESTONE_GENERATOR_11" + ], + "result": "COBBLESTONE_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_COBBLESTONE:1024", + "OBSIDIAN_GENERATOR_11" + ], + "result": "OBSIDIAN_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_COAL_BLOCK:16", + "COAL_GENERATOR_11" + ], + "result": "COAL_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_IRON_BLOCK:16", + "IRON_GENERATOR_11" + ], + "result": "IRON_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_GOLD_BLOCK:16", + "GOLD_GENERATOR_11" + ], + "result": "GOLD_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_DIAMOND_BLOCK:16", + "DIAMOND_GENERATOR_11" + ], + "result": "DIAMOND_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_LAPIS_LAZULI_BLOCK:64", + "LAPIS_GENERATOR_11" + ], + "result": "LAPIS_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_EMERALD_BLOCK:16", + "EMERALD_GENERATOR_11" + ], + "result": "EMERALD_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "ENCHANTED_REDSTONE_BLOCK:32", + "REDSTONE_GENERATOR_11" + ], + "result": "REDSTONE_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "REFINED_MITHRIL:16", + "MITHRIL_GENERATOR_11" + ], + "result": "MITHRIL_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000000", + "CONCENTRATED_STONE:32", + "HARD_STONE_GENERATOR_11" + ], + "result": "HARD_STONE_GENERATOR_12" + } + ] +} \ No newline at end of file diff --git a/items/DESPERATE_ENGINEER_NPC.json b/items/DESPERATE_ENGINEER_NPC.json new file mode 100644 index 00000000..f08c45d3 --- /dev/null +++ b/items/DESPERATE_ENGINEER_NPC.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Desperate Engineer (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0dae11c3-e014-54ca-9487-6e6619af5dd2\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc1ZWE0MjA1MGE0NzhmMjgzOTQ4ODQxMjBiNDIwOTFhYTQyMTIxNTQ4NzZkYzNkNzIwNjJhZWEwN2NhYzBlOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "DESPERATE_ENGINEER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "x": -290, + "y": 129, + "z": -982, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:3700000" + ], + "result": "MOODY_GRAPPLESHOT" + } + ] +} \ No newline at end of file diff --git a/items/DUNCAN_NPC.json b/items/DUNCAN_NPC.json new file mode 100644 index 00000000..7c01f62e --- /dev/null +++ b/items/DUNCAN_NPC.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Duncan (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71533f7f-b6a9-529c-a10b-f0f57c07952c\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWRiYWRjN2Y4ZWIxODg4OGVmY2RhZTdlMGRiNGNmMzBmZjI4YmQ1ODg1MzRmNGJiMDQyZDViYzZiZGM0ZGZlZiJ9fX0=\"}]}},display:{Lore:[0:\"\"],Name:\"§9Winona (NPC)\"},ExtraAttributes:{id:\"WINONA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "DUNCAN_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Duncan", + "https://wiki.hypixel.net/Duncan" + ], + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1500000" + ], + "result": "PET_ITEM_FARMING_SKILL_BOOST_EPIC" + } + ] +} \ No newline at end of file diff --git a/items/EZEKIEL_NPC.json b/items/EZEKIEL_NPC.json new file mode 100644 index 00000000..a6b0ac84 --- /dev/null +++ b/items/EZEKIEL_NPC.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Ezekiel (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"38f0cdef-6282-516d-ba6d-e9c1064d5522\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODFhNzA0MTU4ZmRhMzM3ZGNlY2Y1ZWMxOWQ2NzIzZDE3Y2NhZTNhMzEwNjY3OTI0ZjM3ZGQ5NjIwMmVkYmQwYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Ezekiel (NPC)\"},ExtraAttributes:{id:\"EZEKIEL_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "EZEKIEL_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "", + "x": -79, + "y": 109, + "z": -789, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:70000" + ], + "result": "HOT_CHOCOLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50000" + ], + "result": "BLACK_COFFEE" + }, + { + "type": "npc_shop", + "cost": [ + "MUSHROOM_SPORE:5", + "SKYBLOCK_COIN:1000" + ], + "result": "MARSH_SPORE_SOUP" + }, + { + "type": "npc_shop", + "cost": [ + "MUSHROOM_SPORE:50", + "SKYBLOCK_COIN:20000" + ], + "result": "SCARLETON_PREMIUM" + } + ] +} \ No newline at end of file diff --git a/items/FARM_MERCHANT_NPC.json b/items/FARM_MERCHANT_NPC.json new file mode 100644 index 00000000..86e9f1ea --- /dev/null +++ b/items/FARM_MERCHANT_NPC.json @@ -0,0 +1,115 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Farm Merchant (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29c27628-f82f-5349-9a34-2a4b4c2e87f2\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI3NzJmNDg3ODY5NjNmZjkyMTk1MDEwYWE5YzhlM2FiNTgyMjhkMzg0NGEwNzhkYjE2YTAyMjUzMzFjOTczIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Farm Merchant (NPC)\"},ExtraAttributes:{id:\"FARM_MERCHANT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FARM_MERCHANT_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Farm_Merchant", + "https://wiki.hypixel.net/Farm_Merchant" + ], + "crafttext": "", + "x": 16, + "y": 72, + "z": -73, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "WHEAT:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "CARROT:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "POTATO:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "MELON:10" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15" + ], + "result": "SUGAR_CANE:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "PUMPKIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "COCOA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "RED_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "BROWN_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "SAND:2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "CACTUS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:6" + ], + "result": "ENCHANTED_BONE_MEAL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "ROOKIE_HOE" + } + ] +} \ No newline at end of file diff --git a/items/FEAR_MONGERER_NPC.json b/items/FEAR_MONGERER_NPC.json new file mode 100644 index 00000000..c2e51709 --- /dev/null +++ b/items/FEAR_MONGERER_NPC.json @@ -0,0 +1,180 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Fear Mongerer (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"06e5f2b2-a87b-5ace-9ae0-f8d8e071ebf4\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFhMmYzOGM4MGJmOTllMGMxYThkOWFmYmM4ZjRlZjJhNGRiMjI0ZGVjYTFmOWIzY2U2MzI2NmJmMTdhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Fear Mongerer (NPC)\"},ExtraAttributes:{id:\"FEAR_MONGERER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FEAR_MONGERER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fear_Mongerer", + "https://wiki.hypixel.net/Fear_Mongerer" + ], + "crafttext": "", + "x": -2, + "y": 72, + "z": -43, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:1" + ], + "result": "TRICK_OR_TREAT_BAG" + }, + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:1" + ], + "result": "SPIRIT" + }, + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:16" + ], + "result": "CANDY_TALISMAN" + }, + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:10" + ], + "result": "MAGIC_FIND" + }, + { + "type": "npc_shop", + "cost": [ + "BAT_TALISMAN:1", + "GREEN_CANDY:65" + ], + "result": "BAT_RING" + }, + { + "type": "npc_shop", + "cost": [ + "CANDY_TALISMAN:1", + "GREEN_CANDY:64" + ], + "result": "CANDY_RING" + }, + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:100" + ], + "result": "BAT_FIREWORK" + }, + { + "type": "npc_shop", + "cost": [ + "INTIMIDATION_TALISMAN:1", + "GREEN_CANDY:100" + ], + "result": "INTIMIDATION_RING" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:250000", + "GREEN_CANDY:64" + ], + "result": "SUGAR_RUSH;1" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:32" + ], + "result": "HORSEMAN_CANDLE" + }, + { + "type": "npc_shop", + "cost": [ + "CANDY_RING", + "PURPLE_CANDY:32" + ], + "result": "CANDY_ARTIFACT" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:64" + ], + "result": "SPOOKY_HELMET" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:64" + ], + "result": "SPOOKY_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:64" + ], + "result": "SPOOKY_LEGGINGS" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:64" + ], + "result": "SPOOKY_BOOTS" + }, + { + "type": "npc_shop", + "cost": [ + "BAT_RING", + "PURPLE_CANDY:64" + ], + "result": "BAT_ARTIFACT" + }, + { + "type": "npc_shop", + "cost": [ + "INTIMIDATION_RING:1", + "PURPLE_CANDY:64" + ], + "result": "INTIMIDATION_ARTIFACT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1500000", + "PURPLE_CANDY:64" + ], + "result": "LIFE_STEAL;4" + }, + { + "type": "npc_shop", + "cost": [ + "PURPLE_CANDY:2000" + ], + "result": "BLACK_CAT;4" + }, + { + "type": "npc_shop", + "cost": [ + "CANDY_ARTIFACT", + "PURPLE_CANDY:1024" + ], + "result": "CANDY_RELIC" + }, + { + "type": "npc_shop", + "cost": [ + "GREEN_CANDY:32" + ], + "result": "ECHOLOCATOR" + } + ] +} \ No newline at end of file diff --git a/items/FISH_MERCHANT_NPC.json b/items/FISH_MERCHANT_NPC.json new file mode 100644 index 00000000..e2b78eb8 --- /dev/null +++ b/items/FISH_MERCHANT_NPC.json @@ -0,0 +1,59 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Fish Merchant (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a167b970-0625-5848-9945-a3af3db31031\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTJjNGVlMDQ3OWI5MDFmMTc3YzI4Njg5NWRhMzEwYTgwNmRmZTg5N2M5YTg2NzhiOWRlODhhYmJiMWJmZjRiMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Fish Merchant (NPC)\"},ExtraAttributes:{id:\"FISH_MERCHANT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FISH_MERCHANT_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fish_Merchant", + "https://wiki.hypixel.net/Fish_Merchant" + ], + "crafttext": "", + "x": 52, + "y": 70, + "z": -83, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100" + ], + "result": "FISHING_ROD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "RAW_FISH" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "RAW_FISH-1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100" + ], + "result": "RAW_FISH-2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:40" + ], + "result": "RAW_FISH-3" + } + ] +} \ No newline at end of file diff --git a/items/GOLD_FORGER_NPC.json b/items/GOLD_FORGER_NPC.json new file mode 100644 index 00000000..533c6c25 --- /dev/null +++ b/items/GOLD_FORGER_NPC.json @@ -0,0 +1,66 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gold Forger (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ae0ee847-791a-560d-8ab6-917ad029d970\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2U3ZDk3NDFlMzYxZDRiOTUxY2M0ZTZjZjE1NTIxYTY1MzlmZWE5NGVkMWM4NGUwNmU3NWMwOGFkYmMwOWUifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Gold Forger (NPC)\"},ExtraAttributes:{id:\"GOLD_FORGER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GOLD_FORGER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gold_Forger", + "https://wiki.hypixel.net/Gold_Forger" + ], + "x": -28, + "y": 76, + "z": -295, + "island": "mining_1", + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:110" + ], + "result": "GOLD_INGOT:20" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_HELMET" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:16" + ], + "result": "GOLD_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:14" + ], + "result": "GOLD_LEGGINGS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:9" + ], + "result": "GOLD_BOOTS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:80" + ], + "result": "FANCY_SWORD" + } + ] +} \ No newline at end of file diff --git a/items/GROG_NPC.json b/items/GROG_NPC.json new file mode 100644 index 00000000..016313bc --- /dev/null +++ b/items/GROG_NPC.json @@ -0,0 +1,49 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Grog (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bf2da962-77d3-5f7c-a71d-237a3537d016\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjY2Y2IxYjY2ZWM1ODExYmU4ZGI0MzgxMTYxYzYxNWJhN2M5NmRiMzU0MTcyMGYwZmM1NDNhODEwYzVjMGU4YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Grog (NPC)\"},ExtraAttributes:{id:\"GROG_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GROG_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "x": -664, + "y": 109, + "z": -737, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:70000" + ], + "result": "HOT_CHOCOLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50000" + ], + "result": "BLACK_COFFEE" + }, + { + "type": "npc_shop", + "cost": [ + "RED_THORNLEAF:50", + "SKYBLOCK_COIN:20000" + ], + "result": "RED_THORNLEAF_TEA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2000" + ], + "result": "SCORNCLAW_BREW" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/HILDA_NPC.json b/items/HILDA_NPC.json new file mode 100644 index 00000000..896e14fa --- /dev/null +++ b/items/HILDA_NPC.json @@ -0,0 +1,73 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Hilda (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"da8fe8ed-0f9d-5c3f-a418-7d50ead96648\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlNTA3OTVjYTQyOGFhYmMzZjM4MDI2Y2RjZjc0NDQ5OGM5ODEwZDkyMjAyNmI4YmFlYmExN2Q0ZmUyNjM1NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "HILDA_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "x": -47, + "y": 109, + "z": -780, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "GHAST_GENERATOR_11:1", + "SILVER_FANG:1024", + "SKYBLOCK_COIN:2000000" + ], + "result": "GHAST_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "QUARTZ_GENERATOR_11:1", + "ENCHANTED_QUARTZ_BLOCK:16", + "SKYBLOCK_COIN:2000000" + ], + "result": "QUARTZ_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "GLOWSTONE_GENERATOR_11:1", + "ENCHANTED_GLOWSTONE:32", + "SKYBLOCK_COIN:2000000" + ], + "result": "GLOWSTONE_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "BLAZE_GENERATOR_11:1", + "ENCHANTED_BLAZE_ROD:16", + "SKYBLOCK_COIN:2000000" + ], + "result": "BLAZE_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "MAGMA_CUBE_GENERATOR_11:1", + "ENCHANTED_MAGMA_CREAM:1024", + "SKYBLOCK_COIN:2000000" + ], + "result": "MAGMA_CUBE_GENERATOR_12" + }, + { + "type": "npc_shop", + "cost": [ + "MYCELIUM_GENERATOR_11:1", + "ENCHANTED_MYCELIUM_CUBE:32", + "SKYBLOCK_COIN:2000000" + ], + "result": "MYCELIUM_GENERATOR_12" + } + ] +} \ No newline at end of file diff --git a/items/IRON_FORGER_NPC.json b/items/IRON_FORGER_NPC.json new file mode 100644 index 00000000..bea300cf --- /dev/null +++ b/items/IRON_FORGER_NPC.json @@ -0,0 +1,66 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Iron Forger (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de9bc142-fd02-5dcf-a00f-410b70d463ea\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY0MmFmMWU0OTcwMzcyNzViMjU4ZjU0NGZkZGJkYzY3NDZlODAxNzU5N2NhNjk4OGU2NjUzMTA1Y2MyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Iron Forger (NPC)\"},ExtraAttributes:{id:\"IRON_FORGER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "IRON_FORGER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Iron_Forger", + "https://wiki.hypixel.net/Iron_Forger" + ], + "x": -2, + "y": 77, + "z": -308, + "island": "mining_1", + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:110" + ], + "result": "IRON_INGOT:20" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "IRON_HELMET" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:16" + ], + "result": "IRON_CHESTPLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:14" + ], + "result": "IRON_LEGGINGS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:9" + ], + "result": "IRON_BOOTS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:60" + ], + "result": "IRON_PICKAXE" + } + ] +} \ No newline at end of file diff --git a/items/JAKE_NPC.json b/items/JAKE_NPC.json new file mode 100644 index 00000000..7a7033b3 --- /dev/null +++ b/items/JAKE_NPC.json @@ -0,0 +1,80 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Jake (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29340f2b-3d79-5076-813f-5d74407d4040\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDUxY2M3YzFkMTFhYTBhMDhhNzNjYmMxODQ1NDcwNTFhZWJkMDdiM2JiNTBkODZmMTE4OGZkN2E3ZGFkMmVkMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Jake (NPC)\"},ExtraAttributes:{id:\"JAKE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "JAKE_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jake", + "https://wiki.hypixel.net/Jake" + ], + "crafttext": "", + "x": 261, + "y": 186, + "z": -566, + "island": "farming_1", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "SHEEP_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "MUSHROOM_COW_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "COW_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "PIG_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "RABBIT_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000" + ], + "result": "CHICKEN_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15000" + ], + "result": "HARDENED_WOOD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000000" + ], + "result": "LUCKY_DICE" + } + ] +} \ No newline at end of file diff --git a/items/JOYFUL_VIKING_NPC.json b/items/JOYFUL_VIKING_NPC.json new file mode 100644 index 00000000..399f1e22 --- /dev/null +++ b/items/JOYFUL_VIKING_NPC.json @@ -0,0 +1,52 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Joyful Viking (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b59bb6c9-a2fd-5d19-adb9-f3909a7e8e2f\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk2N2IyNzRkZGNmZGQyYWNmNmQ2ZmZkNGZkMjMyYjgyMGY3YmEyMzQzNjNiODk0NjBjMmMxNDExMjU2MjcifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Joyful Viking (NPC)\"},ExtraAttributes:{id:\"JOYFUL_VIKING_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "JOYFUL_VIKING_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Melancholic_Viking", + "https://wiki.hypixel.net/Melancholic_Viking" + ], + "x": -359, + "y": 93, + "z": 76, + "island": "foraging_1", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15000" + ], + "result": "VIKING_TEAR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:70000" + ], + "result": "PARK_JUNGLE_TRAVEL_SCROLL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:130000" + ], + "result": "RAIDER_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:400000" + ], + "result": "EXPERIENCE;4" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/LIBRARIAN_NPC.json b/items/LIBRARIAN_NPC.json new file mode 100644 index 00000000..4bd68dae --- /dev/null +++ b/items/LIBRARIAN_NPC.json @@ -0,0 +1,94 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Librarian (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0d8391c2-1748-4869-8631-935ff2d55e07\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNhOGVmMjQ1OGEyYjEwMjYwYjg3NTY1NThmNzY3OWJjYjdlZjY5MWQ0MWY1MzRlZmVhMmJhNzUxMDczMTVjYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Librarian (NPC)\"},ExtraAttributes:{id:\"LIBRARIAN_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LIBRARIAN_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Librarian", + "https://wiki.hypixel.net/Librarian" + ], + "crafttext": "", + "x": -35, + "y": 71, + "z": -112, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "EXP_BOTTLE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "BOOK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "SHARPNESS;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:40" + ], + "result": "SCAVENGER;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "PROTECTION;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "FIRE_PROTECTION;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "PROJECTILE_PROTECTION;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "BANE_OF_ARTHROPODS;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "SMITE;1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:30" + ], + "result": "EFFICIENCY;1" + } + ] +} \ No newline at end of file diff --git a/items/LONELY_PHILOSOPHER_NPC.json b/items/LONELY_PHILOSOPHER_NPC.json new file mode 100644 index 00000000..dce4bab7 --- /dev/null +++ b/items/LONELY_PHILOSOPHER_NPC.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lonely Philosopher (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa8499b8-72af-52d5-a55d-77974ef055fd\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjAwOGRjYzg5YjdkMTQ4NzBmMzJhMjg5NjI5M2Q3NzhiMGU1MGQyNWZjNGRiNDRhMTBiYWI5ODAwMjFiYWRiNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lonely Philosopher (NPC)\"},ExtraAttributes:{id:\"LONELY_PHILOSOPHER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LONELY_PHILOSOPHER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lonely_Philosopher", + "https://wiki.hypixel.net/Lonely_Philosopher" + ], + "crafttext": "", + "x": -251, + "y": 132, + "z": 41, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "HUB_CASTLE_TRAVEL_SCROLL" + } + ] +} \ No newline at end of file diff --git a/items/LUMBER_MERCHANT_NPC.json b/items/LUMBER_MERCHANT_NPC.json new file mode 100644 index 00000000..229ab208 --- /dev/null +++ b/items/LUMBER_MERCHANT_NPC.json @@ -0,0 +1,101 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lumber Merchant (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121ac01-0112-5e60-89c9-dcc9b58274af\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWY0Y2NhYmJlMDU0Zjg1NDZmMmU5MzZiZjkxNDU5OWQ3ZDc0NDkxYmFhODQ3MmRkMDc5ODI1M2ZkOGRkYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lumber Merchant (NPC)\"},ExtraAttributes:{id:\"LUMBER_MERCHANT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LUMBER_MERCHANT_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lumber_Merchant", + "https://wiki.hypixel.net/Lumber_Merchant" + ], + "crafttext": "", + "x": -50, + "y": 72, + "z": -69, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG-2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG-1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG_2-1" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG_2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "LOG-3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "ROOKIE_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:35" + ], + "result": "PROMISING_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:25" + ], + "result": "DIRT-2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100" + ], + "result": "SWEET_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:100" + ], + "result": "EFFICIENT_AXE" + } + ] +} \ No newline at end of file diff --git a/items/LYS_NPC.json b/items/LYS_NPC.json new file mode 100644 index 00000000..e20420be --- /dev/null +++ b/items/LYS_NPC.json @@ -0,0 +1,146 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lys (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8d077e4-ea78-5131-86dd-455acacd0d78\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU2MGI2ZWUyYWZhYjc4ZDU2N2YwZjFkMTUxMDRlMWZiYmE1NzM0ZGY3M2RlYzQ5ZTdmM2VkOGI5Y2VmNjA2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lys (NPC)\"},ExtraAttributes:{id:\"LYS_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LYS_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "x": -109, + "y": 101, + "z": -804, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_BLACK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_GRAY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_LIGHT_GRAY" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_WHITE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_BROWN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_ORANGE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_RED" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_YELLOW" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_PURPLE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_MAGENTA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_LILAC" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_PINK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_GREEN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_LIME" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_BLUE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_CYAN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], + "result": "LAMP_LIGHT_BLUE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:250000" + ], + "result": "LAMP_RAINBOW" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/MAD_REDSTONE_ENGINEER_NPC.json b/items/MAD_REDSTONE_ENGINEER_NPC.json new file mode 100644 index 00000000..4f35a780 --- /dev/null +++ b/items/MAD_REDSTONE_ENGINEER_NPC.json @@ -0,0 +1,115 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mad Redstone Engineer (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2ecabc96-60e3-5816-9a01-e3b46b36e20b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmE4NmQ1MjQyYjYyOTcwZDJhMDMwMTI2Y2UyODU1ZWQ2MGI4MGU2MzY0OTRkY2NmYjgyZWJjMzBhMDkxZTk5NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Mad Redstone Engineer (NPC)\"},ExtraAttributes:{id:\"MAD_REDSTONE_ENGINEER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MAD_REDSTONE_ENGINEER_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mad_Redstone_Engineer", + "https://wiki.hypixel.net/Mad_Redstone_Engineerp" + ], + "x": -51, + "y": 67, + "z": -28, + "island": "hub", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2" + ], + "result": "REDSTONE_TORCH_ON" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:4" + ], + "result": "REDSTONE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:18" + ], + "result": "DAYLIGHT_DETECTOR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2" + ], + "result": "WOOD_PLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:4" + ], + "result": "STONE_PLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "IRON_PLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:16" + ], + "result": "GOLD_PLATE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:2" + ], + "result": "LEVER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "REDSTONE_COMPARATOR" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:6" + ], + "result": "DIODE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:4" + ], + "result": "TRIPWIRE_HOOK" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50" + ], + "result": "TNT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50" + ], + "result": "HOPPER" + } + ], + "crafttext": "" +} \ No newline at end of file diff --git a/items/MAGE_SHOP_NPC.json b/items/MAGE_SHOP_NPC.json new file mode 100644 index 00000000..24fe0f39 --- /dev/null +++ b/items/MAGE_SHOP_NPC.json @@ -0,0 +1,77 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mage Shop (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeef334e-11e2-547d-a291-cffc36a98dda\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjIyNjUzODMwMmY4Nzk2ZGQ5NmIzNTI1ZGYyZjA2MGNiNjVmYTA5ZjI5YzNjYjYwNzNhZTkyZTAwN2UwZDM4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Shop (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_SHOP_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MAGE_SHOP_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "", + "info": [ + "" + ], + "x": -132, + "y": 91, + "z": -723, + "island": "crimson_isle", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:95000" + ], + "result": "SPORE_HARVESTER" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:4750" + ], + "result": "GRAND_EXP_BOTTLE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:712500" + ], + "result": "TITANIC_EXP_BOTTLE" +