diff options
author | nea <nea@nea.moe> | 2023-06-22 21:05:44 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-22 21:05:44 +0200 |
commit | e0a2492a2b09840cfc5d0cd66b9c6daf97ba3b80 (patch) | |
tree | dc2e2a8210a86e014c7713da9f666fc616a9e652 | |
parent | ecca87edd1a1baa92224215dc595a0c0399eb98f (diff) | |
download | NotEnoughUpdates-REPO-e0a2492a2b09840cfc5d0cd66b9c6daf97ba3b80.tar.gz NotEnoughUpdates-REPO-e0a2492a2b09840cfc5d0cd66b9c6daf97ba3b80.tar.bz2 NotEnoughUpdates-REPO-e0a2492a2b09840cfc5d0cd66b9c6daf97ba3b80.zip |
Add recipe to bughunter
-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 |