aboutsummaryrefslogtreecommitdiff
path: root/data/courses
diff options
context:
space:
mode:
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