35 lines
895 B
YAML
35 lines
895 B
YAML
|
|
# module: problem_deal.pressure_deck — PROPOSED
|
||
|
|
module_id: problem_deal.pressure_deck
|
||
|
|
aspect: problem_deal
|
||
|
|
schema_version: 1
|
||
|
|
base: ground-darvo-r0
|
||
|
|
status: proposed
|
||
|
|
implementation: pending
|
||
|
|
|
||
|
|
deltas:
|
||
|
|
- id: DEAL-START
|
||
|
|
name: reduced_initial_deal
|
||
|
|
phase: setup
|
||
|
|
effect:
|
||
|
|
initial_in_play: [surface, hidden_priority_1]
|
||
|
|
# optional: also priority_2 at 4p+
|
||
|
|
remainder_to: pressure_deck
|
||
|
|
pressure_deck_shuffle: deterministic_seeded
|
||
|
|
|
||
|
|
- id: DEAL-INFLUX
|
||
|
|
name: end_round_draw_if_room
|
||
|
|
phase: round_end
|
||
|
|
when:
|
||
|
|
pressure_deck_nonempty: true
|
||
|
|
unclaimed_count_lt: open_cap # open_cap := seats (proposed)
|
||
|
|
effect:
|
||
|
|
draw_problems: 1
|
||
|
|
place: in_play_face_down_unless_global
|
||
|
|
|
||
|
|
- id: DEAL-POINTS
|
||
|
|
name: drawn_card_scoring
|
||
|
|
phase: data
|
||
|
|
effect:
|
||
|
|
drawn_point_value: 0 # v0: stress-only; revisit
|
||
|
|
starter_threshold_unchanged: true
|