From dea4a06764c507699cf9adcd1fd0a572d227aff0 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:51:05 -0400 Subject: feat: scavenge/scrap system started --- data/rooms/9.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'data/rooms/9.yaml') diff --git a/data/rooms/9.yaml b/data/rooms/9.yaml index aca7ec2..da72432 100644 --- a/data/rooms/9.yaml +++ b/data/rooms/9.yaml @@ -1,6 +1,16 @@ id: 9 name: "Scavenging Post" -description: "A cluttered yard full of scrap metal and discarded technology. This area is not yet accessible." +description: "A cluttered yard full of {243}scrap metal{/} and discarded technology. Piles of salvageable debris are scattered across the ground. The air smells of ozone and rust." exits: east: 10 west: 8 + north: 150 + south: 151 + northeast: 152 + southeast: 153 + northwest: 154 + southwest: 155 +objects: + - id: scrap_pile + - id: scrap_pile + - id: scrap_pile -- cgit v1.2.3