diff options
| author | historia <[not public]> | 2026-06-20 04:44:44 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 04:44:44 -0400 |
| commit | 704627c3410a1dcab12e35cf67628bd014b4b5d8 (patch) | |
| tree | 4b298bfef86c43af970890c5450e8721aeac8a9d /data/help/aps.yaml | |
| parent | dde563e6810124a73de5ef12e92774c540f9d62e (diff) | |
| download | thehouseoficarus-704627c3410a1dcab12e35cf67628bd014b4b5d8.tar.gz | |
feat: added verbs command (probably janky)
Diffstat (limited to 'data/help/aps.yaml')
| -rw-r--r-- | data/help/aps.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/data/help/aps.yaml b/data/help/aps.yaml new file mode 100644 index 0000000..7d01934 --- /dev/null +++ b/data/help/aps.yaml @@ -0,0 +1,27 @@ +name: "aps" +category: "Exploration" +description: | + The Asteroid Positioning System routes you toward synced APS Towers. + + Usage: aps + aps nearest + aps <room-number> + aps <room-name> + + Before you can navigate to a location, you must first sync your + datapad at an APS Tower in that room. Type "use aps tower" to + register coordinates for your current location. The room name + targeting (e.g. "aps town square") only works for rooms you have + previously synced at — it will not find arbitrary rooms. + + Limits: + APS queues up to your Agility level in movement steps per use. + Unlike "walk", it will not reject targets further away than your + Agility level — it simply queues as many steps as it can. Re-issue + the command to continue from your new position. + + Commands: + aps List all synced nodes with name, room #, and distance + aps nearest Walk toward the closest synced node + aps <#> Walk toward synced room by number + aps <name> Walk toward synced room by name prefix |
