15 lines
550 B
TOML
15 lines
550 B
TOML
name = "Demon's Borough River Walk"
|
|
description = """\
|
|
A path of well-trodden brown dirt runs along the river's edge in the \
|
|
southern part of the city. The buildings here are older and more \
|
|
weathered, their bluish slate roofs covered in moss. To the south, the \
|
|
river enters the city under a heavily fortified arch in the black \
|
|
stone walls."""
|
|
|
|
[exits]
|
|
north = "lawold:central_bridge"
|
|
south = "lawold:demons_borough_sawmill"
|
|
east = "lawold:dale_village_gate"
|
|
west = "lawold:demons_borough_pottery"
|
|
up = "lawold:demons_borough_ewip_tower_ruins"
|