diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-02-05 16:28:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 15:28:14 +0000 |
| commit | e2e67c978d44e8e277c3b594d0faf1fbabad0d40 (patch) | |
| tree | cc6784263c932ab177f27482db33fc42ae6f1104 | |
| parent | a98e3f98c2401ad375b997eeb4f6c3791fa6b837 (diff) | |
| download | NotEnoughUpdates-REPO-e2e67c978d44e8e277c3b594d0faf1fbabad0d40.tar.gz NotEnoughUpdates-REPO-e2e67c978d44e8e277c3b594d0faf1fbabad0d40.tar.bz2 NotEnoughUpdates-REPO-e2e67c978d44e8e277c3b594d0faf1fbabad0d40.zip | |
feat: Cryptosis Shop Recipe (#1654)
| -rw-r--r-- | items/CRYPTOSIS_RIFT_NPC.json | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
