mud/content/zones/tavern.toml

27 lines
392 B
TOML

name = "tavern"
description = "a cozy tavern with a crackling fireplace"
width = 8
height = 6
toroidal = false
spawn_x = 1
spawn_y = 1
[terrain]
# rows as strings, one per line
rows = [
"########",
"#......#",
"#......#",
"#......#",
"#......#",
"####.###",
]
[terrain.impassable]
tiles = ["#"]
[[portals]]
x = 4
y = 5
target = "hub:14,7"
label = "the tavern door"