13 lines
379 B
TOML
13 lines
379 B
TOML
name = "City Gate"
|
|
description = """\
|
|
Towering iron-reinforced wooden gates mark the southern edge of town. \
|
|
Guards in dented armor lean on their spears, watching the dusty road \
|
|
that stretches into the wilderness beyond."""
|
|
outdoors = true
|
|
|
|
[exits]
|
|
north = "town:dark_alley"
|
|
south = "whispering_woods:forest_entrance"
|
|
east = "town:city_wall_east"
|
|
west = "town:city_wall_west"
|