10 lines
294 B
TOML
10 lines
294 B
TOML
name = "Temple of the Dawn"
|
|
description = """\
|
|
A serene stone temple bathed in golden light filtering through stained \
|
|
glass windows. Rows of wooden pews face an altar adorned with candles. \
|
|
The air hums with quiet reverence."""
|
|
|
|
[exits]
|
|
east = "town:town_square"
|
|
west = "town:inner_sanctum"
|