diff options
Diffstat (limited to 'items/LUMBER_MERCHANT_NPC.json')
-rw-r--r-- | items/LUMBER_MERCHANT_NPC.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/LUMBER_MERCHANT_NPC.json b/items/LUMBER_MERCHANT_NPC.json index 229ab208..831313aa 100644 --- a/items/LUMBER_MERCHANT_NPC.json +++ b/items/LUMBER_MERCHANT_NPC.json @@ -96,6 +96,41 @@ "SKYBLOCK_COIN:100" ], "result": "EFFICIENT_AXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5" + ], + "result": "WOOD_SWORD" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5" + ], + "result": "WOOD_PICKAXE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5" + ], + "result": "WOOD_SPADE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5" + ], + "result": "WOOD_HOE" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:5" + ], + "result": "WOOD_AXE" } ] }
\ No newline at end of file |