diff options
Diffstat (limited to 'items/KAY_RIFT_NPC.json')
-rw-r--r-- | items/KAY_RIFT_NPC.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/items/KAY_RIFT_NPC.json b/items/KAY_RIFT_NPC.json index 1fe8dd01..0ac5be99 100644 --- a/items/KAY_RIFT_NPC.json +++ b/items/KAY_RIFT_NPC.json @@ -12,5 +12,14 @@ "x": -191, "y": 69, "z": 59, - "island": "rift" + "island": "rift", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "LIL_PAD:1" + ], + "result": "SKYBLOCK_MOTE:10" + } + ] }
\ No newline at end of file |