aboutsummaryrefslogtreecommitdiff
path: root/data/courses/test2.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-07 21:22:39 -0400
committerhistoria <[not public]>2026-07-07 21:22:39 -0400
commit74803657d587b1f93b739c1ee25bb8d62df95413 (patch)
tree0166974468c452bb13454d37d4b83d2e681446c0 /data/courses/test2.yaml
parentbae42946d24bd533cdbc1b271ce14acd752689d0 (diff)
downloadthehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'data/courses/test2.yaml')
-rw-r--r--data/courses/test2.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/data/courses/test2.yaml b/data/courses/test2.yaml
new file mode 100644
index 0000000..41e59f1
--- /dev/null
+++ b/data/courses/test2.yaml
@@ -0,0 +1,60 @@
+completion_xp: 50
+name: Test 222
+obstacles:
+ - exit_dir: south
+ fail_damage:
+ - 0
+ - 0
+ phases:
+ - delay: 3
+ message: Test
+ - delay: 2
+ message: Test
+ room_id: 2004
+ verb: climb
+ xp: 0
+ - exit_dir: northeast
+ fail_damage:
+ - 0
+ - 0
+ phases:
+ - delay: 1
+ message: You do it
+ room_id: 1005
+ verb: jump
+ xp: 0
+ - exit_dir: east
+ fail_damage:
+ - 0
+ - 0
+ phases:
+ - delay: 1
+ message: DONEZO
+ room_id: 1007
+ verb: climb
+ xp: 0
+ - exit_dir: northwest
+ fail_damage:
+ - 0
+ - 0
+ phases: []
+ room_id: 1006
+ verb: climb
+ xp: 0
+ - exit_dir: north
+ fail_damage:
+ - 0
+ - 0
+ phases: []
+ room_id: 1008
+ verb: climb
+ xp: 0
+ - fail_damage:
+ - 0
+ - 0
+ phases: []
+ room_id: 1009
+ verb: climb
+ xp: 0
+required_level: 1
+start_room: 2004