diff options
Diffstat (limited to 'items/SHAGGY_NPC.json')
-rw-r--r-- | items/SHAGGY_NPC.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/SHAGGY_NPC.json b/items/SHAGGY_NPC.json index 94663b16..591c8669 100644 --- a/items/SHAGGY_NPC.json +++ b/items/SHAGGY_NPC.json @@ -14,5 +14,16 @@ "z": -182, "island": "combat_1", "crafttext": "", - "infoType": "" -}
\ No newline at end of file + "infoType": "", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "ARACHNE_FRAGMENT:3", + "ENCHANTED_SPIDER_EYE:8", + "ENCHANTED_STRING:30" + ], + "result": "ARACHNE_CRYSTAL" + } + ] +} |