From 58c6eac1b9ca0b52f997eb41a9c275aa1bfe4a98 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:07:58 +1100 Subject: add shen ring shop (#1536) --- items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'items') diff --git a/items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json b/items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json index cc316fbb..994dd208 100644 --- a/items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json +++ b/items/MADAME_ELEANOR_Q_GOLDSWORTH_X_RIFT_NPC.json @@ -12,5 +12,18 @@ "x": 24, "y": 155, "z": 43, - "island": "rift" + "island": "rift", + "recipes": [ + { + "type": "npc_shop", + "result": "SHENS_RINGALIA:1", + "cost": [ + "SKYBLOCK_MOTE:25000", + "PUFF_CRUX:64", + "YOUNGITE:20", + "TIMITE:20", + "OBSOLITE:20" + ] + } + ] } \ No newline at end of file -- cgit