From b8c90886ef1f3afb8d908aac89028bd177836cae Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 16:09:35 -0400 Subject: feat(admin): multi-select with shift+drag for common bulk operations --- data/courses/testcourse.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 data/courses/testcourse.yaml (limited to 'data/courses/testcourse.yaml') diff --git a/data/courses/testcourse.yaml b/data/courses/testcourse.yaml new file mode 100644 index 0000000..a6b44b2 --- /dev/null +++ b/data/courses/testcourse.yaml @@ -0,0 +1,38 @@ +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 -- cgit v1.2.3