diff options
Diffstat (limited to 'items/GOLD_FORGER_NPC.json')
-rw-r--r-- | items/GOLD_FORGER_NPC.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/GOLD_FORGER_NPC.json b/items/GOLD_FORGER_NPC.json index 533c6c25..1247af34 100644 --- a/items/GOLD_FORGER_NPC.json +++ b/items/GOLD_FORGER_NPC.json @@ -61,6 +61,27 @@ "SKYBLOCK_COIN:80" ], "result": "FANCY_SWORD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_SPADE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "GOLD_AXE" } ] }
\ No newline at end of file |