Analyze Indiana Jones: Fate of Atlantis: Multi-Faceted Plan (theater entry, Lost Dialogue retrieval), Information Brokerage (Algiers trading network), Meta-Puzzle Construction (generator/truck repair, balloon construction, robot assembly), Pattern Learning (Plato's Lost Dialogue navigation system with 3 rules + 4 domain applications), Sensory Exploitation (seance ghost deception), Multi-Character Coordination (Team path sequential handoff); added analysis checklist
This commit is contained in:
@@ -72,6 +72,74 @@ The satisfaction comes from the synthesis moment—realizing "I need all three o
|
||||
|
||||
---
|
||||
|
||||
### Indiana Jones: Fate of Atlantis - Theater Entry (IJOA)
|
||||
|
||||
**Problem**: Player must enter the theater where Sophia is giving her lecture, but direct entry is blocked—the gates are locked and tickets are sold out.
|
||||
|
||||
<small>Source: gamefaqs_darth_maul_walkthrough.html — "You can also go around back...the gate will be locked so you'll have to find another way in."</small>
|
||||
|
||||
**Three Independent Solutions** (any one grants access):
|
||||
|
||||
```
|
||||
SOLUTION A - Persuasion Path:
|
||||
1. Open back door → Biff (security guard) appears
|
||||
2. Talk to Biff, choose dialogue praising Sophia repeatedly
|
||||
3. Biff's attitude softens, allows entry
|
||||
|
||||
SOLUTION B - Force Path:
|
||||
1. Open back door → Biff confronts player
|
||||
2. Insult Biff → fight initiated
|
||||
3. Win fight → Biff incapacitated, path cleared
|
||||
|
||||
SOLUTION C - Environmental Path:
|
||||
1. Push crates at back of building (different location)
|
||||
2. Access fire escape via opened passage
|
||||
3. Enter theater through alternate entrance
|
||||
```
|
||||
|
||||
<small>Source: walkthroughking_ashley_walkthrough.html — "There are three possibilities (do all three in turn if you want maximum IQ points): Open the door and fight your way in (insult Biff). Open the door and talk your way in (be kind!). Push the crates out of the way and go to the fire escape."</small>
|
||||
|
||||
**Why It's Multi-Faceted Plan**: Three completely independent approaches exist. Player must discover all three by exploration and trial. No single requirement chain—each path is self-contained. The solution set (all valid entry methods) is assembled through world discovery rather than sequential dependency.
|
||||
|
||||
**Distinction from Meta-Puzzle Construction**: Each entry method operates independently—solving one doesn't require or enable the others. Player can choose ANY valid approach and proceed, unlike sequential chains where step N feeds into step N+1.
|
||||
|
||||
### Indiana Jones: Fate of Atlantis - Lost Dialogue Retrieval (IJOA)
|
||||
|
||||
**Problem**: After obtaining initial clues from Iceland and Tikal, Indy must retrieve Plato's Lost Dialogue from Barnett College library, but the book is hidden in one of three inaccessible locations. The game provides three separate discovery methods for locating it.
|
||||
|
||||
<small>Source: walkthroughking_ashley_walkthrough.html — "There are now three possibilities for finding the book - again perform all three sets of actions for maximum IQ points."</small>
|
||||
|
||||
**Three Independent Retrieval Methods**:
|
||||
|
||||
```
|
||||
METHOD 1 - Chute/Wax Cat:
|
||||
1. Find gum under desk (library upstairs)
|
||||
2. Apply gum to coal chute → becomes sticky/usable
|
||||
3. Melt wax cat statue in furnace using chute mechanism
|
||||
4. Wax cat removal reveals book compartment
|
||||
|
||||
METHOD 2 - Arrowhead/Bookcase:
|
||||
1. Collect arrowhead from library stacks
|
||||
2. Get coal from furnace room, dirty rag from basement
|
||||
3. Wrap arrowhead with rag (creates screwdriver)
|
||||
4. Use wrapped arrowhead on screws in fallen bookcase
|
||||
5. Open previously-inaccessible panel → book revealed
|
||||
|
||||
METHOD 3 - Key/Chest:
|
||||
1. Pull totem pole across floor twice using mayonnaise (slippery surface)
|
||||
2. Access hidden urn atop shelf → obtain key
|
||||
3. Push large crate in totem room to reveal chest
|
||||
4. Use key on chest → book obtained
|
||||
```
|
||||
|
||||
<small>Source: walkthroughking_ashley_walkthrough.html — "Use the gum on the coal chute, and melt a wax cat in the furnace. Use the wrapped arrowhead on the screws in the fallen bookcase and open it. Push the large crate (totem pole room) and open the chest with the key."</small>
|
||||
|
||||
**Why It's Multi-Faceted Plan**: Three parallel sub-puzzles converge on identical goal (Lost Dialogue acquisition). Player must discover that multiple solutions exist, gather disparate items from library basement/furnace/stacks across unrelated contexts. No single source hints at all three methods—all discovery through exploration and experimentation.
|
||||
|
||||
**Relation to Meta-Puzzle Construction**: The totem pole/key/chest chain (Method 3) IS a mini-meta-construction puzzle within the larger MFP framework—items sequence strictly. But the OVERALL Lost Dialogue puzzle is MFP because ANY of three independently-gathered methods suffices.
|
||||
|
||||
---
|
||||
|
||||
## Related Types
|
||||
|
||||
- **Pattern Learning/Knowledge Transfer**: Both involve multi-step processes, but KT is about *same system in different domain* whereas MFP is about *different requirements for single goal*
|
||||
|
||||
Reference in New Issue
Block a user