Turn 31 灾难命名权与连续性租赁

Design intent

Make 灾难命名权合约, 连续性租赁许可, and 余物风险登记表 executable as a legal-continuity pressure triangle. The player should not simply choose the best archive claimant; the player must decide who rents continuity, who names the disaster, and who inherits the remainder risk when broadcast reality becomes evidence.

Scope

Affected cards

Affected rites and events

  • 灾难命名权听证
  • 连续性租赁续约
  • 余物风险登记
  • miss/failure event: 命名权抢注公告
  • miss/failure event: 连续性租约断裂

Affected counters

  • continuity_authority
  • continuity_hazard
  • disaster_naming_control
  • remainder_risk
  • legal_body_exposure
  • sponsor_pressure
  • audience_trust

Oracle

The sibling .lens.ts should pass only if these checks are replay-visible within a 30-turn horizon.

  1. With 灾难命名权合约 and 连续性租赁许可 in hand, at least one of 灾难命名权听证 or 连续性租赁续约 appears by fixture turn 4.
  2. If 余物风险登记表 is also in hand, the offered rite must expose a risk-registration slot; otherwise remainder_risk cannot be reduced.
  3. The fixture must observe at least three branch ids: sell_naming_rights, reserve_public_name, lease_safe_continuity, and optional dump_remainder_risk.
  4. sell_naming_rights reduces or stabilizes sponsor_pressure, but increases disaster_naming_control by a non-player claimant or reduces audience_trust.
  5. reserve_public_name increases audience_trust or archive_signature_legitimacy, but increases sponsor_pressure or legal_body_exposure.
  6. lease_safe_continuity must move both continuity_authority and continuity_hazard; it cannot be represented as a single generic success flag.
  7. If the player ignores all disaster naming and continuity lease rites for 5 fixture turns while holding the contract, at least one miss/failure event appears: 命名权抢注公告 or 连续性租约断裂.
  8. 未归档法律身体豁免 modifies the legal-body outcome but must not erase remainder_risk without a visible counter delta.

Progress metric

continuity_lease_pressure_score ranges from 0 to 7:

  • +1 relevant rite offered
  • +1 risk-registration slot observed when 余物风险登记表 is present
  • +1 three branch ids observed
  • +1 sponsor-benefit branch has audience/legal cost
  • +1 public-name branch has sponsor/legal cost
  • +1 lease branch moves both authority and hazard
  • +1 ignored contract creates a miss/failure event

The lens is satisfiable when continuity_lease_pressure_score >= 6.

Replay evidence shape

{
  "seed": "storyteller-turn31-disaster-naming-continuity-lease-v1",
  "horizonTurns": 30,
  "initialHandIncludes": ["灾难命名权合约", "连续性租赁许可", "余物风险登记表", "第七穹顶连续性案卷", "安全连续性版本"],
  "offeredRites": ["灾难命名权听证", "连续性租赁续约", "余物风险登记"],
  "branchesObserved": ["sell_naming_rights", "reserve_public_name", "lease_safe_continuity", "dump_remainder_risk"],
  "ignoredContractFollowUps": ["命名权抢注公告", "连续性租约断裂"],
  "counterDeltas": {
    "continuity_authority": "+/- visible integer",
    "continuity_hazard": "+/- visible integer",
    "disaster_naming_control": "+/- visible integer or claimant id",
    "remainder_risk": "+/- visible integer",
    "legal_body_exposure": "+/- visible integer",
    "sponsor_pressure": "+/- visible integer",
    "audience_trust": "+/- visible integer"
  }
}

Dashboard evidence

Expose a dashboard row with lens id storyteller.archive_custody.turn31_disaster_naming_continuity_lease.v1, pressure score, miss/failure event status, and the claimant currently holding disaster_naming_control.