2026-05-09 09:26:02 -05:00
|
|
|
---
|
|
|
|
|
id: rat
|
|
|
|
|
startsIn: "[[cellar-stair]]"
|
|
|
|
|
initialPhase: lurking
|
2026-05-13 17:59:13 -05:00
|
|
|
onResolved:
|
|
|
|
|
setFlags:
|
|
|
|
|
ratGone: true
|
|
|
|
|
defaultWrongVerbNarration: wrong-verb
|
|
|
|
|
phases:
|
|
|
|
|
lurking:
|
|
|
|
|
description: lurking
|
|
|
|
|
transitions:
|
|
|
|
|
- verb: attack
|
|
|
|
|
target: rat
|
|
|
|
|
chipLabel: ATTACK RAT
|
|
|
|
|
chipCommand: attack rat
|
|
|
|
|
narration: attack-rat-resolved
|
|
|
|
|
to: resolved
|
|
|
|
|
- verb: wait
|
|
|
|
|
chipLabel: WAIT
|
|
|
|
|
narration: wait-stays
|
|
|
|
|
to: lurking
|
2026-05-09 09:26:02 -05:00
|
|
|
---
|
|
|
|
|
## lurking
|
|
|
|
|
A heavy rat watches you from the third step. Its eyes catch the light.
|
|
|
|
|
|
|
|
|
|
## attack-rat-resolved
|
|
|
|
|
You stamp. The rat squeals and is gone into the dark.
|
|
|
|
|
|
|
|
|
|
## wait-stays
|
|
|
|
|
The rat does not move. Neither do you.
|
2026-05-13 17:59:13 -05:00
|
|
|
|
|
|
|
|
## wrong-verb
|
|
|
|
|
The rat watches.
|