diff options
Diffstat (limited to 'building_guide/hacking.md')
| -rw-r--r-- | building_guide/hacking.md | 3 |
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]{/}" |
