From fbd012c8915d28de119868f730f7591538b3fc2f Mon Sep 17 00:00:00 2001 From: nea Date: Tue, 20 Jun 2023 22:48:06 +0200 Subject: Add one time recipe --- items/ARGOFAY_SERIALBATHER_RIFT_NPC.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/items/ARGOFAY_SERIALBATHER_RIFT_NPC.json b/items/ARGOFAY_SERIALBATHER_RIFT_NPC.json index 15c089e4..fd92276c 100644 --- a/items/ARGOFAY_SERIALBATHER_RIFT_NPC.json +++ b/items/ARGOFAY_SERIALBATHER_RIFT_NPC.json @@ -14,5 +14,15 @@ "z": 116, "island": "rift", "crafttext": "", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "result": "RIFT_STABILITY_ELIXIR:1.0", + "cost": [ + "SHAME_CRUX:1.0" + ] + } + ] + } \ No newline at end of file -- cgit