diff options
| author | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-27 02:29:55 -0400 |
| commit | 6f3d21d6e7f01155ce0c461857a053b43d329392 (patch) | |
| tree | 51e96b62deb5f99a3d70c3a15ab94c520a1ee8e8 /data | |
| parent | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (diff) | |
| download | thehouseoficarus-6f3d21d6e7f01155ce0c461857a053b43d329392.tar.gz | |
feat: recall/home cmd, line break option
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules/transport_home.yaml | 18 | ||||
| -rw-r--r-- | data/rooms/intro/1001.yaml | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/data/modules/transport_home.yaml b/data/modules/transport_home.yaml new file mode 100644 index 0000000..f7a35b5 --- /dev/null +++ b/data/modules/transport_home.yaml @@ -0,0 +1,18 @@ +name: "Home Transport" +level: 1 +max_hit: 0 +base_xp: 0 +category: transport +destination: 1002 +junk_cost: {} +sequence: + - message: "You radio for a transport shuttle..." + delay: 5 + - message: "The Vesta transport service confirms the pickup request..." + delay: 5 + - message: "A tiny ship lands nearby..." + delay: 5 + - message: "You climb into the cramped but free transport shuttle..." + delay: 5 + - message: "You're taken back to the Numisia spaceport!" + delay: 5 diff --git a/data/rooms/intro/1001.yaml b/data/rooms/intro/1001.yaml index c617996..98ae89f 100644 --- a/data/rooms/intro/1001.yaml +++ b/data/rooms/intro/1001.yaml @@ -1,4 +1,5 @@ name: "Inside Transport Shuttle" +block_transport: true 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. The piston-powered staircase is firmly closed at the rear of the craft." condition: |
