From feb80b7dde200d4121cd9f9c583a08f9869c5588 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 29 Jun 2026 17:19:40 -0400 Subject: feat: incardinal directions (nw, ne, sw, se). probably janky in ways I haven't yet discovered. --- data/rooms/intro/2004.yaml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'data/rooms/intro/2004.yaml') diff --git a/data/rooms/intro/2004.yaml b/data/rooms/intro/2004.yaml index 33be395..33b41f3 100644 --- a/data/rooms/intro/2004.yaml +++ b/data/rooms/intro/2004.yaml @@ -1,5 +1,19 @@ -name: "Test Room" -description: "It's a test room" +id: 2004 +name: Test Room +color: "" +description: + - text: It's a test room exits: - north: 2003 - west: 2005 + north: + room: 2003 + northwest: + room: 2002 + west: + room: 2005 +objects: [] +item_spawns: [] +mobs: [] +on_enter: [] +hazard: "" +block_transport: false +triggers: [] -- cgit v1.2.3