14 lines
395 B
TOML
14 lines
395 B
TOML
name = "Town Square"
|
|
description = """\
|
|
You stand in the heart of Thornwall. A worn stone fountain sits at the \
|
|
center, water trickling quietly. Cobblestone paths branch in every \
|
|
direction. The sounds of merchants and travelers fill the air."""
|
|
outdoors = true
|
|
|
|
[exits]
|
|
north = "town:tavern"
|
|
east = "town:market"
|
|
west = "town:temple"
|
|
south = "town:dark_alley"
|
|
up = "lawold:dale_village_gate"
|