diff options
| author | historia <[not public]> | 2026-06-29 04:21:37 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 04:21:37 -0400 |
| commit | 0fe67cfd5def4ac3e919fd611fe5acc55ca2d253 (patch) | |
| tree | fbcdcdeb355bd6c9d3afab006f052a8b465f7feb /data/rooms/intro/1002.yaml | |
| parent | 72dbe734015916f98020d6a617981956f0509e26 (diff) | |
| download | thehouseoficarus-0fe67cfd5def4ac3e919fd611fe5acc55ca2d253.tar.gz | |
better dialog color, edge cases on blocked map links fixed
Diffstat (limited to 'data/rooms/intro/1002.yaml')
| -rw-r--r-- | data/rooms/intro/1002.yaml | 46 |
1 files changed, 40 insertions, 6 deletions
diff --git a/data/rooms/intro/1002.yaml b/data/rooms/intro/1002.yaml index c3116e3..c7195ea 100644 --- a/data/rooms/intro/1002.yaml +++ b/data/rooms/intro/1002.yaml @@ -6,13 +6,47 @@ description: 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 out of a squat, doorless building to the north. A sign above the entryway reads \"Processing\"" - text: "A large, circular, concrete landing pad sits empty in the middle of a blue ocean that stretches to the horizon. North is a concrete path through a squat, doorless building with sign above the entryway reading \"Processing\"" objects: - - id: 1002_crowd - - id: 1002_shuttle - - id: 1002_pilot - - id: 1002_building - - id: 1002_sign + - name: crowd of people + aliases: [line, group, passengers] + hidden: true + description: + - condition: + all_of: + - player_flag: 1002_intro_done + not: true + - player_flag: 1002_lined_up + text: "A mass of people still onto the crowded platform, blocking your exit!" + - condition: + all_of: + - player_flag: 1002_intro_done + not: true + - player_flag: 1002_lined_up + not: true + text: "A dozen or so passengers ready to leave, all with luggage. Their eyes are a mix of impatience, anxiety, and perhaps suspicion." + - name: landing craft + aliases: [shuttle, ship] + hidden: true + description: + - condition: + player_flag: 1002_intro_done + not: true + text: "The small white craft has short, cute wings, a wide snub-nosed cockpit, and the rear hatch opened into a staircase. The low hum of its power plant vibrates the platform as it idles. You might guess it's a 95 ton Type-QS Passenger Shuttle. Just a guess though." + - name: pilot + hidden: true + description: + - condition: + all_of: + - player_flag: 1002_intro_done + not: true + - player_flag: 1002_lined_up + text: "The pilot stands straight as if about to escort royalty looking down his nose a bit at the passengers. He is quickly and professionally checking tickets." + - name: building + aliases: [processing] + description: "A building with no door on this side that looks like a giant cup of tea spilled towards you. It's built from large chunks of gray rock that must've come from the surface of Vesta." + - name: sign + description: "The sign simply says 'Processing' in bold red letters. Beneath in smaller text it says 'Welcome to Vesta', seemingly added afterwards to try to give the sign some warmth." exits: - south: + up: room: 1001 condition: player_flag: always_false |
