diff options
| author | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 16:37:45 -0400 |
| commit | e6b4cb9f5816c6ee239233bc85f74ee446a161c2 (patch) | |
| tree | 1c3bf71c8b7f095baae989afe5e33183a7ed3929 /data/mobs/examples/sawmill_operator.yaml | |
| parent | 649ef4b7416ce7053145878841fc9b0bff2f5fec (diff) | |
| download | thehouseoficarus-e6b4cb9f5816c6ee239233bc85f74ee446a161c2.tar.gz | |
feat: shop system overhauled, gui conversation tree editor overhauled
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: |
