diff options
-rw-r--r-- | items/ARGOFAY_BUGHUNTER_RIFT_NPC.json | 11 |
1 files changed, 10 insertions, 1 deletions
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 |