diff options
Diffstat (limited to 'data/mobs/flight_attendant.yaml')
| -rw-r--r-- | data/mobs/flight_attendant.yaml | 47 |
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 |
