blob: 359f9e3aa2f306b1fd774ad2f47fe7b3d808659c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
name: Weaponsmith
description: A burly smith with soot-stained hands and a heavy leather apron, standing proudly by the forge.
protected: true
unique: true
idle_descriptions:
- hammers at a glowing blade on the anvil
- wipes soot from his brow
- inspects a finished sword
- tends to the furnace fire
shop:
message: The Smithy — buy or sell weapons and armor.
buys_anything: false
items:
- item_id: bronze_sword
stock: 10
- item_id: iron_sword
stock: 5
- item_id: bronze_axe
stock: 10
- item_id: iron_axe
stock: 5
- item_id: bronze_pickaxe
stock: 10
- item_id: iron_pickaxe
stock: 5
- item_id: bronze_med_helm
stock: 10
- item_id: iron_med_helm
stock: 5
talk:
nodes:
start:
messages:
- '"Welcome to the Smithy! Type ''list'' to see my wares."'
options:
- text: '"Nothing right now."'
|