From 74803657d587b1f93b739c1ee25bb8d62df95413 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 21:22:39 -0400 Subject: fix: agility course creation fixed and improved in admin web gui --- data/courses/test2.yaml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 data/courses/test2.yaml (limited to 'data/courses/test2.yaml') 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 -- cgit v1.2.3