44 lines
1,023 B
YAML
44 lines
1,023 B
YAML
|
|
scenario: ground/gr-d06-darvo-early-end
|
||
|
|
description: >
|
||
|
|
A Support through a Bond that existed before this round cancels the
|
||
|
|
current stage and ends the sequence; the placed Focus token is removed
|
||
|
|
(GR-D06, GR-A04, GR-L05).
|
||
|
|
covers: [GR-D06, GR-L05]
|
||
|
|
provisional: false
|
||
|
|
seed: 42
|
||
|
|
setup:
|
||
|
|
players: 3
|
||
|
|
preset: standard-3p
|
||
|
|
patch:
|
||
|
|
"lead": 0
|
||
|
|
"players.0.darvo": Attack
|
||
|
|
"focus.0": 2
|
||
|
|
"relations.0-1": Bond
|
||
|
|
commands:
|
||
|
|
- actor: P2
|
||
|
|
cmd: select_action
|
||
|
|
args: { action: SUPPORT, target: P1 }
|
||
|
|
- actor: P1
|
||
|
|
cmd: select_action
|
||
|
|
args: { action: INVESTIGATE, problem: 3 }
|
||
|
|
- actor: P3
|
||
|
|
cmd: select_action
|
||
|
|
args: { action: INVESTIGATE, problem: 3 }
|
||
|
|
- actor: SYSTEM
|
||
|
|
cmd: reveal
|
||
|
|
- actor: P1
|
||
|
|
cmd: choose_darvo_target
|
||
|
|
args: { target: P3 }
|
||
|
|
- actor: SYSTEM
|
||
|
|
cmd: resolve
|
||
|
|
expect:
|
||
|
|
events:
|
||
|
|
- kind: DarvoEnded
|
||
|
|
player: 0
|
||
|
|
state:
|
||
|
|
"players.0.darvo": Off
|
||
|
|
# GR-D06: the stage never fired, so P3 took no extra Attack.
|
||
|
|
"players.2.stress": 2
|
||
|
|
"focus": {}
|
||
|
|
rejects: []
|