From f24a6a62f9777e29ba1b254c4e15b78b9d9cc427 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 18 Mar 2026 22:56:45 -0700 Subject: [PATCH] =?UTF-8?q?Complete:=20Clarified=20Cross-Temporal=20Causal?= =?UTF-8?q?ity=20=E2=86=94=20Cross-Realm=20Logistics=20relationship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/puzzles/cross-realm-logistics.md | 9 +++++++-- src/puzzles/cross-temporal-causality.md | 5 ++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/puzzles/cross-realm-logistics.md b/src/puzzles/cross-realm-logistics.md index 321115c..49440eb 100644 --- a/src/puzzles/cross-realm-logistics.md +++ b/src/puzzles/cross-realm-logistics.md @@ -359,8 +359,13 @@ WHY IT'S CROSS-REALM LOGISTICS: ## Related Types -- **Multi-Faceted Plan**: MFP gathers requirements for one immediate solution; Cross-Realm spreads acquisition over extensive gameplay -- **Meta-Puzzle Construction**: MPC creates strict sequential chains; Cross-Realm Logistics allows parallel collection across space/time +| Type | Similarity to Cross-Realm Logistics | Distinction | +|------|-------------------------------------|-------------| +| **Multi-Faceted Plan** | Both gather requirements across locations | MFP = single immediate solution synthesis; CTL = extensive gameplay span with items maintaining value across chapters/realms | +| **Sequential Construction** | Both involve multi-step item chains | SC = strict sequential output dependencies (A→B→C); CTL allows parallel collection across separated realms without chain dependency | +| **Cross-Temporal Causality** | Temporal equivalent: Both share same underlying mechanic of action across separated context | CTC = TEMPORAL boundaries (past→future causality); CTL = DIMENSIONAL/SPATIAL boundaries. Both exploit state changes across contexts—CTC via historical events, CTL via inventory transport | + +**Note on Cross-Temporal Causality Relationship**: Cross-Realm Logistics and Cross-Temporal Causality share identical core mechanics: player actions in Domain A affect world state in Domain B, where the separation is SPATIAL/DIMENSIONAL rather than TEMPORAL. DOTT's tree-cutting puzzle (CTC: past action destroys future tree) parallels TLJ's shift-travel puzzles (CTL: Stark item used in Arcadia). See [Cross-Temporal Causality](cross-temporal-causality.md) for the temporal variant analysis. --- diff --git a/src/puzzles/cross-temporal-causality.md b/src/puzzles/cross-temporal-causality.md index d87b55c..e0eddcf 100644 --- a/src/puzzles/cross-temporal-causality.md +++ b/src/puzzles/cross-temporal-causality.md @@ -332,9 +332,12 @@ While flushing enables cross-temporal item movement, it is a GAMEPLAY MECHANIC n | Type | Similarity to Cross-Temporal Causality | Distinction | |------|---------------------------------------|-------------| | **Multi-Character Coordination** | Both can require actions from separated characters | MCC = spatial separation; CTC = TEMPORAL separation as primary blocker | -| **Meta-Puzzle Construction** | Both involve sequential multi-step solutions | MPC = item output chains; CTC = WORLD STATE changes across eras | +| **Sequential Construction** | Both involve sequential multi-step solutions | SC = item output chains within single timeline; CTC = WORLD STATE changes across eras | | **Memo Chain** | Both reference historical documents | Memo = fragment gathering; CTC = HISTORICAL EVENT CREATION | | **Environmental Destruction** | Both alter game world permanently | EnvDestruction is single-timeline only; CTC specifically MULTI-ERA | +| **Cross-Realm Logistics** | Dimensional variant: Both share same underlying mechanic of action across separated context | CTL = actions cross DIMENSIONAL boundaries (Stark⇄Arcadia, parallel worlds); CTC = actions cross TEMPORAL boundaries. Core principle identical—state in Realm A affects world state in Realm B | + +**Note on Cross-Realm Logistics Relationship**: Both puzzle types exploit SEPARATED CONTEXTS where player actions in Domain A create consequences in Domain B. Cross-Temporal Causality uses TIME as the separation axis (past→future); Cross-Realm Logistics uses SPACE/DIMENSION as the axis (Arcadia⇄Stark, parallel worlds). The underlying mechanic is identical: understand causal links across boundaries, then execute actions that manifest remotely. See [Cross-Realm Logistics](cross-realm-logistics.md) for the dimensional variant analysis. ---