Clearance Desk Repricing / 清算台重估

Clearance Desk Repricing is the event that fires when a stability table becomes more expensive because the player hid, captured, contradicted, or under-proved a public version.

It makes the corporate entertainment layer bite back. The Broadcast Clearance Desk does not punish morality; it reprices the risk of continuing to air a reality the audience, sponsor, inspector, editor, or archive can no longer cheaply believe.

Event triggers

This event can fire or be armed when any of the following happens:

trigger_any:
  - stability_clearance_hearing_underfilled
  - clearance_table_suppressed
  - sponsor_rate_card_signed_while_public_receipt_live
  - editor_smoothing_used_while_contradiction_unfiled
  - inspector_hold_ignored
  - audience_floor_hidden_until_churn_spiral
  - liang_wu_coerced_or_blamed
  - rival_claimant_controls_clearance_quote
no_fixed_turn_trigger: true

Required event payload

event_payload:
  source_docket: storyteller.card.stability_clearance_docket.v1
  failed_or_captured_posture: <posture>
  public_version: <version_id>
  claimant_that_repriced:
    - sponsor | inspector | public_receipt | editor | archive | fan_oxygen | schedule_board | explicit_absence
  liang_wu_state_before: <state>
  liang_wu_state_after: <state>
  clearance_quote_after: affordable | punitive | denied | captured | public_table | inspector_hold | blackout_risk
  future_route_effect: costlier | locked | hostile | sponsor_only | lawful_only | public_table_required | blackout_recovery_required

Branch outcomes

Sponsor money keeps the slot alive but converts the explanation into a rate card the sponsor can enforce.

outcome: sponsor_reprice
relief_any: [immediate_slot_pressure_down]
cost_any: [contract_capture_up, stability_escrow_debt_up, public_receipt_distrust_up]
future_route_effect: sponsor_only | public_table_required

Inspector repricing

White-glove or archive authority refuses to accept the table without a hold.

outcome: inspector_reprice
relief_any: [fraud_exposure_up, false_stability_owner_blocked]
cost_any: [inspection_heat_up, schedule_slots_occupied_up, clearance_premium_up]
future_route_effect: lawful_only | inspector_hold_required

Public repricing

The public, fan oxygen ledger, or unauthorized historian makes the hidden rate visible.

outcome: public_reprice
relief_any: [public_receipt_legitimacy_up]
cost_any: [sponsor_stop_loss_pressure_up, liang_wu_exposure_up, audience_churn_up]
future_route_effect: public_table_required | hostile_witness_live

Blackout repricing

The table cannot keep the version in reality; the schedule treats it as a folded risk.

outcome: blackout_reprice
relief_any: [clean_patch_removed]
cost_any: [black_screen_slots_up, future_clearance_cost_up, audience_churn_up]
future_route_effect: blackout_recovery_required

Character mutation

At least one event branch must mutate 梁雾:

liang_wu_state_after_any:
  - protected_rate_witness
  - sponsor_captured_signature
  - inspector_locked_witness
  - suppressed_actuary
  - hostile_actuarial_witness
  - missed_clearance_route

Non-goals

  • Not a generic backlash event.
  • Not a mood beat.
  • Not a turn-count consequence.
  • Not valid if it fails to change future route cost, route access, or 梁雾 state.