13 lines
378 B
TOML
13 lines
378 B
TOML
name = "Market Row"
|
|
description = """\
|
|
Colorful stalls line both sides of a narrow street. Merchants hawk their \
|
|
wares — bolts of cloth, exotic spices, gleaming trinkets. The air is thick \
|
|
with competing smells and the chatter of commerce."""
|
|
outdoors = true
|
|
|
|
[exits]
|
|
west = "town:town_square"
|
|
east = "town:forge"
|
|
north = "town:residential_street"
|
|
south = "town:magic_shop"
|