diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-02 01:23:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 09:23:29 +1000 |
commit | 8800785d5350693ca1f50ab8a3ea6425feadad7b (patch) | |
tree | 60c18a1d390f5cd0040475f1c0e0c6d05dd301d4 /items/LUMBER_MERCHANT_NPC.json | |
parent | 30358e4190aeefffc4ac597d008d62b5a0cff579 (diff) | |
download | NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.gz NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.tar.bz2 NotEnoughUpdates-REPO-8800785d5350693ca1f50ab8a3ea6425feadad7b.zip |
Added new sack and fixed some lores (#934)
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 |