From 9d4b799db4868bcab291b83599ff088763cd4ed6 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 20:58:25 -0400 Subject: feat: new type of non-violent 'combat': work --- data/rooms/example/town/999999.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/rooms/example/town/999999.yaml (limited to 'data/rooms/example/town/999999.yaml') diff --git a/data/rooms/example/town/999999.yaml b/data/rooms/example/town/999999.yaml new file mode 100644 index 0000000..71b7f5f --- /dev/null +++ b/data/rooms/example/town/999999.yaml @@ -0,0 +1,13 @@ +id: 999999 +name: "Scavenging Post" +description: "A cluttered yard full of {243}scrap{/} and discarded technology. Piles of salvageable debris are scattered across the ground. The air smells of ozone and rust." +exits: + east: 9999910 + west: 999998 + north: 99999150 + south: 99999151 +objects: + - id: scrap_pile + - id: scrap_pile + - id: scrap_pile + - id: solar_altar -- cgit v1.2.3