From c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 19:37:20 -0400 Subject: feat: yaml conversation trees more robust --- data/mobs/sawmill_operator.yaml | 49 ----------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 data/mobs/sawmill_operator.yaml (limited to 'data/mobs/sawmill_operator.yaml') diff --git a/data/mobs/sawmill_operator.yaml b/data/mobs/sawmill_operator.yaml deleted file mode 100644 index 81521bd..0000000 --- a/data/mobs/sawmill_operator.yaml +++ /dev/null @@ -1,49 +0,0 @@ -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. -name: sawmill operator -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 -size: small -- cgit v1.2.3