diff options
Diffstat (limited to 'data/mobs/examples/sawmill_operator.yaml')
| -rw-r--r-- | data/mobs/examples/sawmill_operator.yaml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/data/mobs/examples/sawmill_operator.yaml b/data/mobs/examples/sawmill_operator.yaml index 7abd881..366cfe3 100644 --- a/data/mobs/examples/sawmill_operator.yaml +++ b/data/mobs/examples/sawmill_operator.yaml @@ -6,16 +6,18 @@ protected: true talk: nodes: goodbye: - message: Come back anytime you need more planks! + messages: + - Come back anytime you need more planks! prices: - message: |- - Here's what I charge per log: - Regular logs: 5 credits - Oak logs: 10 credits - Teak logs: 20 credits - Mahogany logs: 40 credits + messages: + - |- + Here's what I charge per log: + Regular logs: 5 credits + Oak logs: 10 credits + Teak logs: 20 credits + Mahogany logs: 40 credits - Want me to process your logs? + Want me to process your logs? options: - condition: any_of: @@ -30,9 +32,11 @@ talk: process: action: sawmill: true - message: "" + messages: + - "" start: - message: Welcome to the lumberyard! I can turn your logs into planks — for a small fee, of course. What can I do for ya? + messages: + - Welcome to the lumberyard! I can turn your logs into planks — for a small fee, of course. What can I do for ya? options: - condition: any_of: |
