2026-07-31 01:57:13 +02:00
|
|
|
scenario: ground/smoke-setup
|
|
|
|
|
description: >
|
|
|
|
|
Smoke scenario for the T07 scaffold: exercises the documented file format
|
|
|
|
|
end to end. Assertions are the GR-S setup facts; execution lands in T08.
|
2026-07-31 02:33:27 +02:00
|
|
|
covers: [GR-S02, GR-S03, GR-S04, GR-O01, GR-O02]
|
2026-07-31 01:57:13 +02:00
|
|
|
provisional: false
|
|
|
|
|
seed: 42
|
|
|
|
|
setup:
|
|
|
|
|
players: 3
|
|
|
|
|
preset: standard-3p
|
|
|
|
|
commands: []
|
|
|
|
|
expect:
|
|
|
|
|
state:
|
|
|
|
|
"round": 1
|
|
|
|
|
"players.0.stress": 2
|
|
|
|
|
"players.0.freedom_ready": true
|
2026-07-31 02:33:27 +02:00
|
|
|
"players.0.darvo": Off
|
|
|
|
|
"players.0.protection": 0
|
|
|
|
|
"players.0.blame_from": []
|
|
|
|
|
# GR-S04: 24 core Solutions less the 2 dealt to each of 3 players.
|
|
|
|
|
"solution_deck.17.suit": Change
|
|
|
|
|
"solution_discard": []
|
2026-07-31 01:57:13 +02:00
|
|
|
rejects: []
|