16 lines
626 B
TOML
16 lines
626 B
TOML
name = "South Gate (Dale Village)"
|
|
description = """\
|
|
The Great South Gate is the primary entrance to Lawold. A massive \
|
|
archway is cut through the formidable black stone walls, through \
|
|
which a well-trodden brown dirt road leads into the city. Inside the \
|
|
gate, the district of Dale Village begins, characterized by dense \
|
|
clusters of stone buildings with bluish slate roofs."""
|
|
|
|
[exits]
|
|
north = "lawold:beggars_market_square"
|
|
west = "lawold:demons_borough_river_walk"
|
|
east = "lawold:servants_ward_quarter"
|
|
up = "lawold:dale_village_zielaph_monolith"
|
|
down = "town:town_square"
|
|
south = "lawold:dale_village_bergas_tokens"
|