From e0a2492a2b09840cfc5d0cd66b9c6daf97ba3b80 Mon Sep 17 00:00:00 2001 From: nea Date: Thu, 22 Jun 2023 21:05:44 +0200 Subject: Add recipe to bughunter --- items/ARGOFAY_BUGHUNTER_RIFT_NPC.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/items/ARGOFAY_BUGHUNTER_RIFT_NPC.json b/items/ARGOFAY_BUGHUNTER_RIFT_NPC.json index 5194e47d..9d695670 100644 --- a/items/ARGOFAY_BUGHUNTER_RIFT_NPC.json +++ b/items/ARGOFAY_BUGHUNTER_RIFT_NPC.json @@ -14,5 +14,14 @@ "z": 97, "island": "rift", "crafttext": "", - "infoType": "" + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "result": "SILKRIDER_SAFETY_BELT", + "cost": [ + "BOTTLED_ODONATA:8" + ] + } + ] } \ No newline at end of file -- cgit