10 lines
281 B
TOML
10 lines
281 B
TOML
name = "Blacksmith's Forge"
|
|
description = """\
|
|
Waves of heat roll from a roaring forge. A massive anvil stands in the \
|
|
center, scarred by countless hammer strikes. Weapons and armor line the \
|
|
walls, gleaming with fresh oil."""
|
|
|
|
[exits]
|
|
west = "town:market"
|
|
north = "town:armory"
|