From e2e67c978d44e8e277c3b594d0faf1fbabad0d40 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:28:14 +0100 Subject: feat: Cryptosis Shop Recipe (#1654) --- items/CRYPTOSIS_RIFT_NPC.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/items/CRYPTOSIS_RIFT_NPC.json b/items/CRYPTOSIS_RIFT_NPC.json index 5f2f0a53..38f365f8 100644 --- a/items/CRYPTOSIS_RIFT_NPC.json +++ b/items/CRYPTOSIS_RIFT_NPC.json @@ -18,5 +18,15 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Cryptosis", "https://wiki.hypixel.net/Cryptosis" + ], + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SCRIBE_CRUX:10", + "SKYBLOCK_MOTE:15000" + ], + "result": "SKYBLOCK_ENIGMA_SOUL:1" + } ] } \ No newline at end of file -- cgit