Implement currency, shops, and enhanced NPC interaction system
This commit is contained in:
7
world/town/objects/chisel.toml
Normal file
7
world/town/objects/chisel.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
name = "Chisel"
|
||||
description = "A sharp steel chisel, used for fine woodwork or stone carving."
|
||||
kind = "tool"
|
||||
takeable = true
|
||||
value_gold = 0
|
||||
value_silver = 3
|
||||
value_copper = 50
|
||||
7
world/town/objects/small_hammer.toml
Normal file
7
world/town/objects/small_hammer.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
name = "Small Hammer"
|
||||
description = "A sturdy iron hammer with a wooden handle, suitable for small repairs or light construction."
|
||||
kind = "tool"
|
||||
takeable = true
|
||||
value_gold = 0
|
||||
value_silver = 5
|
||||
value_copper = 0
|
||||
Reference in New Issue
Block a user