aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/sawmill_operator.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-19 18:20:26 -0400
committerhistoria <[not public]>2026-06-19 18:20:26 -0400
commit0ea4eec5dd2122c6704216971eb1249276297867 (patch)
tree430fbbef04e837820f1d031c190f52ecd6112e25 /data/mobs/sawmill_operator.yaml
parent3a58125d14bb307f861b38c6c5b0a63babde7e08 (diff)
downloadthehouseoficarus-0ea4eec5dd2122c6704216971eb1249276297867.tar.gz
shop fixes, 'toggle' completely removed, movement speed increased
Diffstat (limited to 'data/mobs/sawmill_operator.yaml')
-rw-r--r--data/mobs/sawmill_operator.yaml50
1 files changed, 46 insertions, 4 deletions
diff --git a/data/mobs/sawmill_operator.yaml b/data/mobs/sawmill_operator.yaml
index 64f6e45..99da8cf 100644
--- a/data/mobs/sawmill_operator.yaml
+++ b/data/mobs/sawmill_operator.yaml
@@ -1,7 +1,49 @@
+color: "186"
+description: A burly worker in a thick apron, covered in sawdust. He operates the industrial sawmill.
id: sawmill_operator
+idle: The sawmill operator wipes sawdust from his goggles.
name: sawmill operator
-behavior: sawmill_operator_talk
+talk:
+ nodes:
+ goodbye:
+ message: 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
+
+ Want me to process your logs?
+ options:
+ - condition:
+ any_of:
+ - has_item: logs
+ - has_item: oak_logs
+ - has_item: teak_logs
+ - has_item: mahogany_logs
+ next: process
+ text: Yes, process all my logs.
+ - next: goodbye
+ text: No thanks.
+ process:
+ action:
+ sawmill: true
+ message: ""
+ 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?
+ options:
+ - condition:
+ any_of:
+ - has_item: logs
+ - has_item: oak_logs
+ - has_item: teak_logs
+ - has_item: mahogany_logs
+ next: prices
+ text: Turn all my logs into planks.
+ - next: prices
+ text: What are your prices?
+ - next: goodbye
+ text: Nothing for now.
unique: true
-color: "186"
-description: "A burly worker in a thick apron, covered in sawdust. He operates the industrial sawmill."
-idle: "The sawmill operator wipes sawdust from his goggles."