aboutsummaryrefslogtreecommitdiff
path: root/data/rooms/intro/1002.yaml
blob: 2c9bb4fe703741a3455e712647e3a2eb7671dae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
id: 1002
name: "Landing Pad"
description: "A large, empty concrete pad in the middle of the ocean. The horizon stretches out in all directions."
descriptions:
  - condition:
      player_flag: denali_intro_done
      not: true
    text: "A large concrete pad sits in the middle of an endless ocean. A mass of a couple dozen people spill from a small building to the north, their faces a churn of anxiety, impatience, and relief."
objects:
  - id: 1002_crowd
  - id: 1002_shuttle
  - id: 1002_pilot
exits:
  south:
    room: 1001
    condition:
      player_flag: has_ticket
    blocked_message: "You don't have a ticket!"
  north:
    room: 1003
    condition:
      player_flag: denali_lined_up
    blocked_message: "A mass of people blocks the way."
    set_player_flags:
      denali_intro_done: true
on_enter:
  - condition:
      player_flag: denali_lined_up
      not: true
    delay: 5
    message: "Some of the group look you up and down."
  - condition:
      player_flag: denali_lined_up
      not: true
    delay: 5
    message: "The pilot pops out of the hatch of the craft and calls out, \"Shuttle to Passenger Liner Denali. Tickets out, please! Nice and orderly!\""
    set_player_flags:
      denali_lined_up: true
  - condition:
      player_flag: denali_lined_up
      not: true
    delay: 0
    message: "The people line up single file."