From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- data/rooms/5.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/rooms/5.yaml (limited to 'data/rooms/5.yaml') diff --git a/data/rooms/5.yaml b/data/rooms/5.yaml new file mode 100644 index 0000000..097a134 --- /dev/null +++ b/data/rooms/5.yaml @@ -0,0 +1,9 @@ +id: 5 +name: "Deep Forest" +description: "Thick trees surround you on all sides. Shafts of light pierce through the canopy above." +map_symbol: "T" +exits: + south: 4 +objects: + - "oak_tree_2" + - "oak_tree_3" -- cgit v1.2.3