55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
|
|
scenario: ground/gr-d05-darvo-reverse
|
|||
|
|
description: >
|
|||
|
|
The REVERSE stage flips Focus to Blame in front of the Focus holder,
|
|||
|
|
gives them +1 Stress and the owner one Protection token, then the
|
|||
|
|
owner takes −2 Stress and the sequence ends (GR-D05, GR-D07).
|
|||
|
|
covers: [GR-D05, GR-D07, GR-T01]
|
|||
|
|
provisional: true
|
|||
|
|
seed: 42
|
|||
|
|
setup:
|
|||
|
|
players: 3
|
|||
|
|
preset: standard-3p
|
|||
|
|
patch:
|
|||
|
|
"lead": 0
|
|||
|
|
"players.0.darvo": Reverse
|
|||
|
|
"players.0.stress": 3
|
|||
|
|
"focus.0": 1
|
|||
|
|
commands:
|
|||
|
|
- actor: P1
|
|||
|
|
cmd: select_action
|
|||
|
|
args: { action: INVESTIGATE, problem: 3 }
|
|||
|
|
- actor: P2
|
|||
|
|
cmd: select_action
|
|||
|
|
args: { action: INVESTIGATE, problem: 3 }
|
|||
|
|
- actor: P3
|
|||
|
|
cmd: select_action
|
|||
|
|
args: { action: INVESTIGATE, problem: 3 }
|
|||
|
|
- actor: SYSTEM
|
|||
|
|
cmd: reveal
|
|||
|
|
- actor: SYSTEM
|
|||
|
|
cmd: resolve
|
|||
|
|
expect:
|
|||
|
|
events:
|
|||
|
|
- kind: FocusFlippedToBlame
|
|||
|
|
owner: 0
|
|||
|
|
target: 1
|
|||
|
|
- kind: StressSet
|
|||
|
|
player: 1
|
|||
|
|
stress: 3
|
|||
|
|
- kind: ProtectionGained
|
|||
|
|
player: 0
|
|||
|
|
- kind: StressSet
|
|||
|
|
player: 0
|
|||
|
|
stress: 1
|
|||
|
|
- kind: DarvoEnded
|
|||
|
|
player: 0
|
|||
|
|
state:
|
|||
|
|
"players.1.blame_from": [0]
|
|||
|
|
"players.1.stress": 3
|
|||
|
|
"players.0.protection": 1
|
|||
|
|
"players.0.stress": 1
|
|||
|
|
# GR-D07: the marker is OFF, so a new sequence can trigger later.
|
|||
|
|
"players.0.darvo": Off
|
|||
|
|
"focus": {}
|
|||
|
|
rejects: []
|