scenario: ground/gr-a04-bond-support description: > Support through an existing Bond: −2 Stress and the target's Freedom token is readied (GR-A04, GR-F04). A Support with no relation forms no Bond, because GR-L02 requires the target's consent. covers: [GR-A04, GR-F04, GR-L02, GR-L05] ruled: 2026-08-03 ruled_by: ground-game ruled_note: > GROUND-WP-0002 T05/T03, 2026-08-03 — confirm: consent required; no auto-Bond from a no-relation Support. Does NOT encode U1: U1 asks WHEN the target accepts, and this asserts only THAT consent is required. seed: 42 setup: players: 3 preset: standard-3p patch: "lead": 0 "relations.0-1": Bond "players.1.stress": 3 "players.1.freedom_ready": false commands: - actor: P1 cmd: select_action args: { action: SUPPORT, target: P2 } # No relation with P3: Stress drops but no Bond forms without consent. - actor: P2 cmd: select_action args: { action: SUPPORT, target: P3 } - actor: P3 cmd: select_action args: { action: INVESTIGATE, problem: 3 } - actor: SYSTEM cmd: reveal - actor: SYSTEM cmd: resolve expect: events: - kind: StressSet player: 1 stress: 1 - kind: FreedomReadied player: 1 - kind: StressSet player: 2 stress: 1 state: "players.1.stress": 1 "players.1.freedom_ready": true "players.2.stress": 1 # No Bond formed with P3: the relation map is unchanged. "relations": { "0-1": Bond } rejects: []