Box Office Stamp Impression Forensic Review / 票房印迹法证复核

This page binds two nonrepeatable rites: a four-card intake that records the impression/changeover conflict, and a seven-card review that assigns one forensic posture after the challenge event opens. Intake, entry, review, and false-default closure are distinct gameplay actions.

Impression conflict intake

storyteller.rite.box_office_stamp_pad_impression_intake.v1 requires four exact slots:

slots:
  source_impression: storyteller.card.box_office_stamp_pad_source_impression.v1
  original_ink_profile: storyteller.card.box_office_stamp_pad_original_ink_profile.v1
  changeover_trace: storyteller.card.box_office_stamp_pad_changeover_trace.v1
  challenged_patron: storyteller.card.box_office_stamp_pad_challenged_patron.v1
option: record_impression_changeover_conflict
sets:
  box_office_stamp_pad.intake_recorded: true
  box_office_stamp_pad.pressure.source_impression_visible: true
  box_office_stamp_pad.pressure.original_ink_profile_visible: true
  box_office_stamp_pad.pressure.reink_or_changeover_visible: true
  box_office_stamp_pad.pressure.challenged_patron_visible: true

The intake resolves through end_turn. Each assigned card must be in hand, every slot must match exactly, and record_impression_changeover_conflict must be selected. Intake does not set impression_challenge_opened, current_pad_identity_unproven, or forensic_review_pending.

Exact review entry conditions

storyteller.rite.box_office_stamp_pad_afteruse_review.v1 may resolve only when all of the following are true:

requires:
  box_office_stamp_pad.intake_recorded: true
  box_office_stamp_pad.impression_challenge_opened: true
  box_office_stamp_pad.pressure.source_impression_visible: true
  box_office_stamp_pad.pressure.original_ink_profile_visible: true
  box_office_stamp_pad.pressure.reink_or_changeover_visible: true
  box_office_stamp_pad.pressure.challenged_patron_visible: true
  box_office_stamp_pad.pressure.current_pad_identity_unproven: true
  box_office_stamp_pad.state.forensic_review_pending: true
  box_office_stamp_pad.afteruse_review_resolved: false

The exact review assignments are:

slots:
  afteruse_docket: storyteller.card.box_office_stamp_pad_afteruse_docket.v1
  source_impression: storyteller.card.box_office_stamp_pad_source_impression.v1
  original_ink_profile: storyteller.card.box_office_stamp_pad_original_ink_profile.v1
  afteruse_request: storyteller.card.box_office_stamp_pad_afteruse_request.v1
  changeover_trace: storyteller.card.box_office_stamp_pad_changeover_trace.v1
  challenged_patron: storyteller.card.box_office_stamp_pad_challenged_patron.v1
  future_receipt_verifier: storyteller.card.box_office_stamp_pad_future_receipt_verifier.v1

All seven cards must be in hand. A missing card, renamed slot, substitute object, or absent selected choice blocks the rite.

Seven divergent review branches

ChoiceState afterFuture route effectForensic meaning
certify_source_impressionsource_impression_certifiedsource_impression_may_support_named_refundcertifies only the named historical mark
bind_impression_to_ink_batchink_batch_boundmatching_ink_batch_requiredbinds attribution to a documented batch match
split_pre_and_post_reink_claimspre_post_reink_splitpost_reink_receipts_require_new_profileseparates claims across the changeover window
reopen_pad_access_logpad_access_log_reopenedcurrent_access_holder_signoff_requiredreopens physical-pad access custody
publish_pad_changeover_noticechangeover_notice_publishedchangeover_notice_required_before_recapmakes the discontinuity visible to later readers
quarantine_unmatched_impressionunmatched_impression_quarantinedimpression_quarantined_until_matchprevents an unmatched profile from being consumed
false_current_pad_continuity_defaultfalse_current_pad_continuity_pendingfalse_stamp_pad_afteruse_default_pendingairs an unsupported current-pad continuity claim

Every branch clears box_office_stamp_pad.state.forensic_review_pending, sets box_office_stamp_pad.afteruse_review_resolved, and leaves exactly one review state plus one future route effect.

Only false_current_pad_continuity_default may additionally set:

box_office_stamp_pad.default_pending: true
event.false_stamp_pad_afteruse_default.armed: true
future_route.false_stamp_pad_afteruse_default_pending: true
broadcast_reality.false_stamp_pad_continuity_claim_aired: true

No constructive branch may arm the false-default event.

Authority boundary

These rites classify impression provenance; they do not authorize a refund, identify the current physical pad by assumption, speak for the challenged patron, clear a sponsor, certify a clean recap, or transfer archive or voice custody.