diff options
Diffstat (limited to 'data/rooms/player_housing')
| -rw-r--r-- | data/rooms/player_housing/200.yaml | 8 | ||||
| -rw-r--r-- | data/rooms/player_housing/201.yaml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/data/rooms/player_housing/200.yaml b/data/rooms/player_housing/200.yaml new file mode 100644 index 0000000..1781818 --- /dev/null +++ b/data/rooms/player_housing/200.yaml @@ -0,0 +1,8 @@ +id: 200 +name: "Player House: Entrance Hall" +description: "A cozy entrance hall with polished floors and warm lighting. A welcome mat greets visitors at the door." +exits: + south: 170 + north: 201 +objects: + - id: charging_station diff --git a/data/rooms/player_housing/201.yaml b/data/rooms/player_housing/201.yaml new file mode 100644 index 0000000..dbc1fd9 --- /dev/null +++ b/data/rooms/player_housing/201.yaml @@ -0,0 +1,8 @@ +id: 201 +name: "Player House: Workshop" +description: "A well-lit workshop with a sturdy workbench covered in tools and blueprints. Wood shavings litter the floor around the bench." +exits: + south: 200 +objects: + - id: workbench + - id: bank_booth |
