14 lines
528 B
TOML
14 lines
528 B
TOML
name = "Hell-hound's Ward Streets"
|
|
description = """\
|
|
The streets of Hell-hound's Ward are a dense cluster of stone and \
|
|
timber buildings with bluish slate roofs. Well-trodden brown dirt \
|
|
roads wind between the structures, leading towards the East Gate. \
|
|
The massive black stone walls of the city protect the district from \
|
|
the outside world."""
|
|
|
|
[exits]
|
|
west = "lawold:nobles_district_noble_gate"
|
|
east = "lawold:hell_hounds_ward_gate"
|
|
south = "lawold:beggars_market_square"
|
|
north = "lawold:hell_hounds_ward_blue_staff_inn"
|