14 lines
550 B
TOML
14 lines
550 B
TOML
name = "Lighthouse Promenade"
|
|
description = """\
|
|
A wide promenade runs along the western coast of the city, paved with \
|
|
well-trodden brown cobblestones. To the west, the ocean crashes against \
|
|
the base of the massive black stone walls. Clusters of stone buildings \
|
|
with bluish slate roofs house various guilds and theaters that cater to \
|
|
the dockworkers and travelers."""
|
|
|
|
[exits]
|
|
north = "lawold:titans_wharf_docks"
|
|
south = "lawold:hell_hounds_farthing_streets"
|
|
east = "lawold:lighthouse_guildhall"
|
|
west = "lawold:lighthouse_celestial_pavilion"
|