aboutsummaryrefslogtreecommitdiff
path: root/building_guide/hacking.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-25 04:46:40 -0400
committerhistoria <[not public]>2026-06-25 04:46:40 -0400
commit2725e2927a1595c7b100d942d1f14146252adeb7 (patch)
treee8bc2292634a2d686c751981ddb3097517cccc6a /building_guide/hacking.md
parent94a06fbbe682701ca4d4bd2a70cd74d8df29c932 (diff)
downloadthehouseoficarus-2725e2927a1595c7b100d942d1f14146252adeb7.tar.gz
feat: who, global chat, removed redundant YAML IDs
Diffstat (limited to 'building_guide/hacking.md')
-rw-r--r--building_guide/hacking.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/building_guide/hacking.md b/building_guide/hacking.md
index 8927b3e..c17d11a 100644
--- a/building_guide/hacking.md
+++ b/building_guide/hacking.md
@@ -2,10 +2,11 @@
Hacking minigames are played by jacking into terminal objects. Terminals are YAML objects that are registered in Go's `terminalDefs` map.
+**The filename is the ID** (`terminal_basic.yaml` → `terminal_basic`); like all objects, the loader derives the ID from the filename — don't add an `id:` field (see `objects.md`).
+
### Terminal Object YAML
```yaml
-id: terminal_basic
name: basic terminal
color: "40"
description: "A battered terminal with a cracked screen. {40}[Level 1 Hacking]{/}"