diff options
| author | historia <[not public]> | 2026-06-26 02:52:31 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-26 02:52:31 -0400 |
| commit | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (patch) | |
| tree | 65610fa4fb8abe1dc7a46d00658e85e0525d397c /data/rooms | |
| parent | e2d5b081f27141bb3dd89dbe595860b8a1345d55 (diff) | |
| download | thehouseoficarus-3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5.tar.gz | |
feat: simplified conversation trees and output won't overwrite prompts now
Diffstat (limited to 'data/rooms')
| -rw-r--r-- | data/rooms/intro/1001.yaml | 4 | ||||
| -rw-r--r-- | data/rooms/intro/1002.yaml | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index df3b2ab..c617996 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -7,6 +7,10 @@ description: - text: "A dim, windowless shuttle interior with a few uncomfortable rows of steel seats facing forward. A large framed sign hangs next to the closed cockpit door. A piston-powered staircase leads down out the back of the small craft with a smiling attendant ready to help disembark." objects: - id: 1001_sign + - id: 1001_door + - id: 1001_window + - id: 1001_instruments + - id: 1001_pilot mobs: - flight_attendant exits: diff --git a/data/rooms/intro/1002.yaml b/data/rooms/intro/1002.yaml index 6e45ed7..c3116e3 100644 --- a/data/rooms/intro/1002.yaml +++ b/data/rooms/intro/1002.yaml @@ -3,18 +3,20 @@ 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\"" + 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 exits: south: room: 1001 condition: player_flag: always_false - blocked_message: "You don't have a ticket!" + blocked_message: "You have no ticket, or reason, to leave Vesta." north: room: 1003 condition: @@ -27,16 +29,16 @@ on_enter: player_flag: 1002_lined_up not: true delay: 7 - message: "A few in the crowd openly look you up and down consideringly, as if you're heading the wrong direction." + message: "A young boy the crowd openly look you up and down a little bemused, as if you're heading the wrong direction." - condition: player_flag: 1002_lined_up not: true 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!\"" + 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!\"" - condition: player_flag: 1002_lined_up not: true delay: 7 - message: "The people shamble into a line, dragging their luggage out of the narrow path to clear the way for you." + message: "The people all shuffle into a line, dragging their luggage out of the path to clear the way for you." set_player_flags: 1002_lined_up: true |
