aboutsummaryrefslogtreecommitdiff
path: root/data/mobs/flight_attendant.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-10 20:37:29 -0400
committerhistoria <[not public]>2026-07-10 20:37:29 -0400
commit131cbbe586463a7232f332650af5f0b2c13dc7e9 (patch)
tree080ac50225b2ec07c01dbca22e4480fb8046a156 /data/mobs/flight_attendant.yaml
parentd35aa505d2a103a41a45d3a8f42be7f2f2b5a28b (diff)
downloadthehouseoficarus-131cbbe586463a7232f332650af5f0b2c13dc7e9.tar.gz
feat(admin): remove unused fields from drop tables
Diffstat (limited to 'data/mobs/flight_attendant.yaml')
-rw-r--r--data/mobs/flight_attendant.yaml47
1 files changed, 25 insertions, 22 deletions
diff --git a/data/mobs/flight_attendant.yaml b/data/mobs/flight_attendant.yaml
index e595e67..a0be1e8 100644
--- a/data/mobs/flight_attendant.yaml
+++ b/data/mobs/flight_attendant.yaml
@@ -1,27 +1,30 @@
-name: flight attendant
description: A smiling flight attendant in a crisp uniform, ready to assist passengers.
-unique: false
-protected: true
+id: flight_attendant
idle_descriptions:
- adjusts her name badge
- smiles politely at you
+name: flight attendant
+protected: true
talk:
- nodes:
- start:
- condition:
- player_flag: 1001_look_sign
- not: true
- messages: ['"Hi there, how can I help?"']
- goto: thanks
- options:
- - text: '"Oh, nothing... Small crowd on this ship. Just looking for conversation."'
- goto: sign_reminder
- - text: '"Goodbye."'
- thanks:
- messages: ['"Thank for flying with Denali. Watch your step on the way out please."']
- options:
- - text: '"Thank you."'
- sign_reminder:
- messages:
- - '"Yeah, just us two! Not a lot of people heading into the belt these days."'
- - '"But we''ll be landing shortly! Please be sure {0B bold}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."'
+ nodes:
+ sign_reminder:
+ messages:
+ - '"Yeah, just us two! Not a lot of people heading into the belt these days."'
+ - '"But we''ll be landing shortly! Please be sure {0B bold}look{/} at the information {0B bold}sign{/} so you''ll be all set for your final destination."'
+ start:
+ condition:
+ not: true
+ player_flag: 1001_look_sign
+ goto: thanks
+ messages:
+ - '"Hi there, how can I help?"'
+ options:
+ - goto: sign_reminder
+ text: '"Oh, nothing... Small crowd on this ship. Just looking for conversation."'
+ - text: '"Goodbye."'
+ thanks:
+ messages:
+ - '"Thank for flying with Denali. Watch your step on the way out please."'
+ options:
+ - text: '"Thank you."'
+unique: false