24 lines
555 B
Markdown
24 lines
555 B
Markdown
|
|
---
|
||
|
|
id: foyer
|
||
|
|
title: "[ Foyer ]"
|
||
|
|
exitN: "[[hallway]]"
|
||
|
|
exitS: null
|
||
|
|
exitE: null
|
||
|
|
exitW: null
|
||
|
|
exitU: null
|
||
|
|
exitD: null
|
||
|
|
items:
|
||
|
|
- "[[letter]]"
|
||
|
|
encounter: null
|
||
|
|
safe: true
|
||
|
|
---
|
||
|
|
|
||
|
|
## first-visit
|
||
|
|
You stand in the foyer of a house you do not remember entering. The door behind you has closed without sound. A folded letter lies on a small table. A hallway leads north.
|
||
|
|
|
||
|
|
## revisit
|
||
|
|
The foyer. The door behind you is still closed.
|
||
|
|
|
||
|
|
## examined
|
||
|
|
A foyer with peeling paper. A small table holds nothing but the letter. The air smells of cold stone. A hallway leads north.
|