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/modules | |
| parent | 3102525d97aa6f1ad152c74b2ccfbd4b3a9b83f5 (diff) | |
| download | thehouseoficarus-6f3d21d6e7f01155ce0c461857a053b43d329392.tar.gz | |
feat: recall/home cmd, line break option
Diffstat (limited to 'data/modules')
| -rw-r--r-- | data/modules/transport_home.yaml | 18 |
1 files changed, 18 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 |
