aboutsummaryrefslogtreecommitdiff
path: root/building_guide/courses.md
diff options
context:
space:
mode:
Diffstat (limited to 'building_guide/courses.md')
-rw-r--r--building_guide/courses.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/building_guide/courses.md b/building_guide/courses.md
index 71dd255..e799002 100644
--- a/building_guide/courses.md
+++ b/building_guide/courses.md
@@ -51,6 +51,7 @@ obstacles:
| -------------- | ------------- | ---------------------------------------------------------------------------- |
| `room_id` | int | Room ID for this obstacle |
| `verb` | string | Command the player types to attempt it (e.g. `scramble`, `jump`, `climb`) |
+| `exit_dir` | string | Direction for the always-blocked exit created by admin GUI between obstacles (e.g. `south`, `east`) |
| `xp` | int | XP awarded for successfully completing this single obstacle |
| `fail_damage` | [2]int | `[min, max]` damage on failure (HP clamped to minimum 1 — cannot kill) |
| `fail_chance` | float64 | Optional explicit failure probability (0–1). Omit to derive dynamically. |