13 lines
473 B
TOML
13 lines
473 B
TOML
name = "Beggar's Market Square"
|
|
description = """\
|
|
A crowded square of well-trodden brown dirt, surrounded by lean-tos \
|
|
and weathered timber buildings with bluish slate roofs. This is the \
|
|
poorest part of the city, where the Beggar's Market is held. The \
|
|
massive black stone inner wall looms to the north."""
|
|
|
|
[exits]
|
|
north = "lawold:hell_hounds_ward_streets"
|
|
south = "lawold:dale_village_gate"
|
|
east = "lawold:beggars_market_stalls"
|
|
west = "lawold:beggars_market_alley"
|