aboutsummaryrefslogtreecommitdiff
path: root/data/courses
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-09 17:12:03 -0400
committerhistoria <[not public]>2026-07-09 17:12:03 -0400
commitb888414c63c0e5fae0d33b3c5faea8a604d195fa (patch)
tree1c5a54101c774d6126c3d08fa5b6e9b44d0c3c04 /data/courses
parentb8c90886ef1f3afb8d908aac89028bd177836cae (diff)
downloadthehouseoficarus-b888414c63c0e5fae0d33b3c5faea8a604d195fa.tar.gz
feat(admin): multi-select and delete rooms
Diffstat (limited to 'data/courses')
-rw-r--r--data/courses/test.yaml13
-rw-r--r--data/courses/testcourse.yaml38
2 files changed, 13 insertions, 38 deletions
diff --git a/data/courses/test.yaml b/data/courses/test.yaml
new file mode 100644
index 0000000..f10c80d
--- /dev/null
+++ b/data/courses/test.yaml
@@ -0,0 +1,13 @@
+completion_xp: 0
+name: test
+obstacles:
+ - exit_dir: southwest
+ fail_damage:
+ - 0
+ - 0
+ phases: []
+ room_id: 1009
+ verb: climb
+ xp: 0
+required_level: 1
+start_room: 1007
diff --git a/data/courses/testcourse.yaml b/data/courses/testcourse.yaml
deleted file mode 100644
index a6b44b2..0000000
--- a/data/courses/testcourse.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-completion_xp: 0
-name: Test Course
-obstacles:
- - exit_dir: south
- fail_damage:
- - 0
- - 0
- phases:
- - delay: 0
- message: ""
- room_id: 2002
- verb: climb
- xp: 0
- - exit_dir: east
- fail_damage:
- - 0
- - 0
- phases: []
- room_id: 2005
- verb: climb
- xp: 0
- - exit_dir: north
- fail_damage:
- - 0
- - 0
- room_id: 2004
- verb: climb
- xp: 0
- - exit_dir: west
- fail_damage:
- - 0
- - 0
- phases: []
- room_id: 2003
- verb: climb
- xp: 0
-required_level: 1
-start_room: 2002