diff options
Diffstat (limited to 'data/rooms/intro/1002.yaml')
| -rw-r--r-- | data/rooms/intro/1002.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/rooms/intro/1002.yaml b/data/rooms/intro/1002.yaml index 9bcbd76..6e45ed7 100644 --- a/data/rooms/intro/1002.yaml +++ b/data/rooms/intro/1002.yaml @@ -1,10 +1,10 @@ name: "Landing Pad" -description: "A large, circular, concrete landing pad sits empty in the middle of a blue ocean surrounded by black netting to catch anyone careless enough to fall off. Waves quietly lick the structural pylons as they roll towards the nearby beach. North is a short, wide concrete through a small, doorless red building with a wooden sign above the entryway reading \"Vesta Customs\"" -descriptions: +description: - condition: player_flag: 1002_intro_done not: true text: "A large, circular, concrete landing pad sits in the middle of a blue ocean with a transport shuttle taking up nearly all of the walkable area. A crowd of perhaps a dozen people are shambling of a squat, doorless building to the north. A sign above the entryway reads \"Vesta Customs\"" + - text: "A large, circular, concrete landing pad sits empty in the middle of a blue ocean surrounded by black netting to catch anyone careless enough to fall off. Waves quietly lick the structural pylons as they roll towards the nearby beach. North is a short, wide concrete through a small, doorless red building with a wooden sign above the entryway reading \"Vesta Customs\"" objects: - id: 1002_crowd - id: 1002_shuttle @@ -26,17 +26,17 @@ on_enter: - condition: player_flag: 1002_lined_up not: true - delay: 5 + delay: 7 message: "A few in the crowd openly look you up and down consideringly, as if you're heading the wrong direction." - condition: player_flag: 1002_lined_up not: true - delay: 5 + delay: 7 message: "The pilot pops out of the hatch of the craft and calls out, \"Shuttle to Passenger Barge Denali. Tickets out, please! Nice and orderly!\"" - set_player_flags: - 1002_lined_up: true - condition: - player_flag: 1002_lined up + player_flag: 1002_lined_up not: true - delay: 3 + delay: 7 message: "The people shamble into a line, dragging their luggage out of the narrow path to clear the way for you." + set_player_flags: + 1002_lined_up: true |
