Flesh out the full map of Melbs sewers

This commit is contained in:
Condorra 2024-01-21 22:37:16 +11:00
parent 033cbf2273
commit 169e56dc84
4 changed files with 3301 additions and 3 deletions

View File

@ -50,7 +50,7 @@ pub async fn announce_move(
arriving: &Item, arriving: &Item,
) -> DResult<()> { ) -> DResult<()> {
let msg_leaving = format!( let msg_leaving = format!(
"{} departs towards {}\n", "{} departs towards {}.\n",
&character.display_for_sentence(1, true), &character.display_for_sentence(1, true),
&arriving.display &arriving.display
); );
@ -63,7 +63,7 @@ pub async fn announce_move(
.await?; .await?;
let msg_arriving = format!( let msg_arriving = format!(
"{} arrives from {}\n", "{} arrives from {}.\n",
&character.display_for_sentence(1, true), &character.display_for_sentence(1, true),
&leaving.display &leaving.display
); );

View File

@ -180,6 +180,8 @@
- direction: north - direction: north
- direction: south - direction: south
- direction: east - direction: east
- direction: down
target: !Custom room/melbs_sewers_1i
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -302,6 +304,8 @@
exits: exits:
- direction: west - direction: west
- direction: east - direction: east
- direction: down
target: !Custom room/melbs_sewers_2o
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -472,6 +476,8 @@
- direction: north - direction: north
- direction: west - direction: west
- direction: east - direction: east
- direction: down
target: !Custom room/melbs_sewers_9q
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -585,6 +591,8 @@
exits: exits:
- direction: west - direction: west
- direction: north - direction: north
- direction: down
target: !Custom room/melbs_sewers_17q
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -599,6 +607,8 @@
exits: exits:
- direction: south - direction: south
- direction: west - direction: west
- direction: down
target: !Custom room/melbs_sewers_17a
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -713,6 +723,8 @@
- direction: north - direction: north
- direction: south - direction: south
- direction: west - direction: west
- direction: down
target: !Custom room/melbs_sewers_17i
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs
@ -925,6 +937,8 @@
- direction: south - direction: south
- direction: west - direction: west
- direction: east - direction: east
- direction: down
target: !Custom room/melbs_sewers_9a
should_caption: false should_caption: false
scavtable: CityStreet scavtable: CityStreet
- zone: melbs - zone: melbs

File diff suppressed because it is too large Load Diff

1081
docs/sewer-design.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 65 KiB