diff options
Diffstat (limited to 'data/courses/test2.yaml')
| -rw-r--r-- | data/courses/test2.yaml | 60 |
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 |
