From 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:14:54 +0200 Subject: NEU 2.1 Things (#660) Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Co-authored-by: nea Co-authored-by: efefury <69400149+efefury@users.noreply.github.com> --- items/SHERRY_NPC.json | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 items/SHERRY_NPC.json (limited to 'items/SHERRY_NPC.json') diff --git a/items/SHERRY_NPC.json b/items/SHERRY_NPC.json new file mode 100644 index 00000000..0454879c --- /dev/null +++ b/items/SHERRY_NPC.json @@ -0,0 +1,69 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sherry (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Sherry (NPC)\"},ExtraAttributes:{id:\"SHERRY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SHERRY_NPC", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sherry", + "https://wiki.hypixel.net/Sherry" + ], + "crafttext": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:40000" + ], + "result": "WINTER_ROD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "ICE_BAIT" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:50000" + ], + "result": "BOTTLE_OF_JYRRE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:75000" + ], + "result": "FROSTY_SNOW_BALL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1" + ], + "result": "ICE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:9" + ], + "result": "PACKED_ICE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:250000" + ], + "result": "LARGE_WINTER_SACK" + } + ] +} \ No newline at end of file -- cgit