diff --git a/src/puzzles/multi-faction-diplomacy.md b/src/puzzles/multi-faction-diplomacy.md index eff7452..192ee40 100644 --- a/src/puzzles/multi-faction-diplomacy.md +++ b/src/puzzles/multi-faction-diplomacy.md @@ -1,226 +1,67 @@ # Multi-Faction Diplomacy Puzzle -**Information Architecture**: Player discovers existence of multiple warring groups; each faction provides conflicting accounts of events. Player must gather intelligence from all sides to understand underlying cause of conflict before facilitating resolution. +## Core Mechanic -**Player Action Pattern**: -1. Learn two+ factions are in conflict (narrative setup) -2. Meet representatives from both factions who blame each other -3. Gain trust/access to one faction through class-specific means -4. Extract truth about stolen/missing item causing conflict -5. Return the contested item, revealing true antagonist behind dispute -6. Facilitate peace meeting (often disrupted by third party reveal) +Player must independently satisfy multiple warring factions by gathering intelligence from each side, then facilitate reconciliation through item exchange or truth revelation. The conflict's root cause only becomes apparent when conflicting accounts are juxtaposed, often revealing a third-party manipulator. -**Core Mechanic**: Multi-stage negotiation where each faction must be independently satisfied with player's actions before a unified resolution can occur; the truth only becomes evident when juxtaposing information from opposing sides. +## When to Use ---- +When designing a puzzle where: (1) two or more groups are in active conflict, (2) each faction provides a different account of events, (3) the player must earn trust separately with each side, and (4) resolution requires satisfying both factions independently before a unified outcome can occur. -## Variations +## Solution Chain -| Type | Factions Involved | Player Intermediary Role | Example | -|------|-------------------|--------------------------|---------| -| **Stolen Trellis Artifact** | Two rival tribes over cultural relic | Recover item, prove theft was false flag | Simbani/Leopardmen: Spear of Death | -| **Peace Conference Setup** | Three+ groups including government mediating | Earn credentials with all parties | Tarna King, Simbani Laibon, Leopardmen Chief | -| **Espionage Reveal** | One faction divided by hidden corruption | Expose traitor/infiltrator to restore unity | Thief helps Harami return home | +1. Learn two or more factions are in conflict +2. Meet representatives from each faction who blame the opposing side +3. Gain trust or access to one faction through class-specific or story-gated means +4. Extract the true account by gathering information from both sides +5. Return contested items or expose the real antagonist causing the dispute +6. Facilitate peace meeting where underlying truth is revealed +7. Resolve conflict, often disrupted by third-party manipulation reveal ---- - -## Game Examples +## Examples ### Quest for Glory III: The Stolen Spear of Death (QFG3) -**Setup**: Simbani tribe and Leopardmen are on brink of war over the sacred Spear of Death. Laibon claims Leopardmen stole it during peace mission. One survivor (Khatib) claims attack was unprovoked. Player must determine truth and resolve conflict to prevent war, which is actually being stoked by demonic forces seeking to generate deaths for portal-opening ritual. +**Problem**: The Simbani and Leopardmen tribes are on the brink of war over the sacred Spear of Death, each blaming the other for a deadly attack. -Source: qfg3-gamefaqs-cyricz.txt, lines 1478-1490 — Storyteller description +**Why It's This Type**: Both factions provide conflicting accounts—Simbani claim Leopardmen stole the spear during a peace mission, while Leopardmen claim they were attacked first. The player must satisfy each faction independently (through class-specific routes) before the truth emerges at a peace conference. -Source: qfg3-gamefaqs-cyricz.txt, lines 1875-1886 — "The Hero and his Liontaur friend Rakeesh are summoned to the Kingdom of Tarna to prevent a war from occurring." - -``` -MULTI-FACTION DIPLOMACY STRUCTURE: - -FACTION 1: SIMBANI VILLAGE -Goal: Recover Spear of Death, punish Leopardmen for theft -Representative: Laibon Mkubwa (elder/chieftain) -Allies to Gain: Uhura (warrior), Yesufu (Laibon's son) -Player Access Method: - - Fighter/Paladin: Complete Warrior Initiation trials - - Wizard: Not required at Simbani; bypass via Leopardman route - - Thief: No special requirements; can infiltrate later - -Key Information Gained: - - Spear was on peace mission to Leopardmen (line 1879-1882) - - Peace mission attacked, everyone killed except Khatib - - Laibon believes this is grounds for war against Leopardmen - -FACTION 2: LEOPARDMEN VILLAGE -Goal: Recover Drum of Magic, maintain neutrality/isolation -Representative: Chief & Shaman -Allies to Gain: Johari (Chief's daughter), Shaman -Player Access Method: - - All classes: Must marry/free Johari who acts as guide - - Requires dispelling her with potion first - -Key Information Gained: - - Drum of Magic was STOLEN from them (lines 1506-1508, 2963-2970) - - They seek drum's return, not Simbani destruction - - Chief offers Spear of Death in exchange for drum - -PARALLEL TRACKS BY CLASS: - -FIGHTER/PALADIN ROUTE (Diplomatic): - -PHASE 1: Build Alliance with Simbani -Action: Complete Warrior Initiation against Yesufu -Reward: Recognition as Warrior, permission to pursue peace - -PHASE 2: Rescue Johari -Action: Use Dispel Potion on Leopardman prisoner -Discovery: It's Johari, seeking marriage/better life - -PHASE 3: Win Bride (Simbani requirement) -Prerequisites: Give Laibon Dinosaur Horn for rites -Gifts Required: Fine Robe, Fine Spear, 5 Zebra Skins -Result: Legal "marriage" to Johari authorized - -PHASE 4: Win Trust of Johari -Gifts Required: Beads, Wooden Leopard carving, Fine Dagger -Action: Open her cage; she escapes peacefully - -PHASE 5: Visit Leopardmen Village (with Johari) -Critical Dialogue Sequence: - - Tell about Romance (win her trust, 3 pts) - - Show Magic Drum OR Tell about Drum -Result: Johari agrees to guide player to village - -PHASE 6: Negotiate with Leopardman Chief -Action: Give Drum of Magic back (20 pts) -Query: Ask about Spear of Death -Reward: Chief returns Simbani Spear peacefully (lines 2210-2211) - -THIEF ROUTE (Espionage-Influenced): - -PHASES 1-3: Same as Fighter (build trust, rescue Johari) - -PHASE 4: STEAL the Drum instead of diplomatic acquisition -Location: Laibon's Hut at night -Method: Use Fine Dagger on crack in wall while sneaking - Enter hidden compartment area -Result: Possession of Magic Drum illegally (lines 2963-2970) - -PHASE 5: Infiltrate Leopardman Village -Obstacle: Panther blocking Chief's hut entrance -Solution Options: - - Distract with Meat (safer, +5 pts) - - Dodge/jump across tightrope without feeding (risky) - -Additional Thief Challenge Inside Chief's Hut: - - Monkey making noise will wake Chief - - Feed monkey Fruit first (5 pts), then free it (5 pts) - - Otherwise must maintain stealth while working around it - -Action: Steal Spear of Death from wall (10 pts, lines 2996-2998) -Alternative: Picklock chest for extra items/cash - -PHASE 6: Return BOTH Items (not just drum) -Action: Give Drum to Chief (20 pts) - Present Spear to Simbani Laibon (20 pts) -Critical Difference: Thief gets EXTRA points for spear recovery - because it was stolen by their methods, not given back - -WIZARD ROUTE (Supernatural Diplomat): - -PHASE 1-4: Setup through Johari courtship (same as Fighter/Thief) - -PHASE 5: Magical Duel with Shaman replaces physical negotiation -Unlike Fighter's trials or Thief's stealth, Wizard engages in spell duel: - - Each stage presents magic that must be countered - - See class-specific-ritual.md for full duel sequence - -FINAL PHASE (All Classes): Use Dispel Potion on Shaman instead of killing -Result: Maintains peace narrative; Shaman returns Spear peacefully - -CRITICAL DIPLOMATIC REVELATION: - -Regardless of path, at Peace Conference in Tarna: - - Leopardman Chief attacks Laibon unexpectedly - - Yesufu kills Chief with fatal spear thrust (lines 2224-2228) - - This was DEMON manipulation — not either faction's true will - - Rakeesh warns player to find Demons before war erupts - -This reveals the underlying puzzle truth: BOTH FACTIONS were honest -about wanting peace. The conflict was manufactured by third party (Demons). -The diplomacy puzzle's purpose was preventing deaths that would fuel -the Demon Portal — making every point of peacemaking mechanically tie -to the final battle requirements. -``` - -Source: qfg3-gamefaqs-cyricz.txt, lines 2180-2230 — Fighter route to Leopardmen - -Source: qfg3-gamefaqs-cyricz.txt, lines 2963-3007 — Thief infiltration of Chief's Hut - -**Why It's Multi-Faction Diplomacy (Not Information Brokerage)**: - -While information is exchanged, the core puzzle mechanic is: -1. **Dual Authorization Required**: Both factions must be separately satisfied before unified resolution -2. **Conflicting Initial Narratives**: One says "they stole from us," other says "they attacked us first" -3. **Reconciliation via Item Exchange**: Physical objects (Spear, Drum) serve as peace tokens, not just information carriers -4. **Underlying Third-Party Manipulation Reveal**: Truth only emerges at conference when BOTH sides shown wanting peace - -Information Brokerage = trade A for B with single NPC -Multi-Faction Diplomacy = reconcile A and B's conflict by satisfying requirements for both independently +**Solution**: +1. Complete faction-specific trials to gain access (Warrior Initiation for Simbani, rescue Johari for Leopardmen) +2. Gather information from each faction about the attack +3. Recover both the Spear of Death and Drum of Magic through diplomatic exchange or stealth +4. Present items to respective factions to demonstrate good faith +5. Attend peace conference where demon manipulation is finally revealed --- ### Quest for Glory III: The Harami Redemption Arc (QFG3) -**Setup**: Early game, player witnesses thief "Harami" being captured and sentenced to honorlessness at Hall of Judgement. Later, homeless in Tarna streets, he becomes a secondary character who can become ally or enemy depending on treatment. +**Problem**: A homeless thief named Harami, condemned as "without honor," can either become a crucial ally or remain hostile depending on how the player treats him. -Source: qfg3-gamefaqs-cyricz.txt, lines 1895-1906 — "A man will start running away. Chase after him (8) and you'll find him caught" +**Why It's This Type**: This represents micro-faction diplomacy—oneNPC as a neutral party whose trust must be earned through repeated compassionate actions before they commit to helping at a critical moment. -``` -FRACTION MICRO-DIPLOMACY: ONE NPC AS NEUTRAL PARTY +**Solution**: +1. Agree to help Harami when first encountered begging +2. Give food on multiple night visits +3. For Thief class: demonstrate proper Thief Sign to show understanding of his culture +4. Tell Harami about Rakeesh to unlock his backstory +5. At the Lost City, Harami appears and helps defeat the player's Doppelganger -INITIAL ENCOUNTER: Hall of Judgement -Observation: Thief sentenced; declared "without honor" -Player Choice Point: Testify against him OR remain silent (implicit choice) +--- -SECONDARY ENCOUNTERS (Bazaar Streets): +### Quest for Glory III: The Peace Conference (QFG3) -Encounter 1: Begging for help -Action Required: Agree to help (+4 pts, lines 2121-2123) -Failure State: If refused later interactions locked +**Problem**: The peace conference to end Simbani-Leopardmen tensions is disrupted when the Leopardman Chief attacks, triggering violence that could ignite war. -Encounter 2-4: Night visits -Actions Required: - - Give food each night (consumes inventory) - - For Thief class: Show proper Thief Sign (+8 pts, line 2928) - -Encounter 5: Final conversation -Required Topic: Tell him about Rakeesh (+8 pts) -Information Gained: Harami's backstory; why he stole +**Why It's This Type**: The conference is the convergence point where information from both factions collides, revealing that third-party demons have been manipulating both sides into conflict to fuel a portal-opening ritual. -CRITICAL REVELATION AT PEACE CONFERENCE: - -After conference violence breaks out: -- Player must flee Tarna to reach Lost City alone -- Later, at Lost City chamber with Doppelganger enemies: - - Five heroes each face evil mirror-self - - All five are losing battles (lines 2290-2293, 2887-2893, 3064-3068) - -Diplomatic Payoff Moment: -Harami appears and STABS the Doppelganger in back (+8 pts honor despite being thief) -"Letting you run up the stairs to tower" - -Why this counts as diplomacy: -1. Early investment (food, kindness, showing proper thief sign) pays off at critical moment -2. His help is ESSENTIAL without it team cannot progress -3. Redemption arc shows he was never truly villainous — just misunderstood outcast like player may have been - -This micro-faction represents "the forgotten" — those cast aside by society who can still prove their worth through unexpected acts of honor when player showed them dignity first. -``` - -Source: qfg3-gamefaqs-cyricz.txt, lines 2122-2128 — Helping Harami sequence - -Source: qfg3-gamefaqs-cyricz.txt, lines 2292-2293, 2678-2679, 3067-3068 — "Harami will show up and stab it in the back" +**Solution**: +1. Ensure both factions have received their contested items (Spear and Drum) +2. Attend conference as neutral party +3. Witness Chief's unexplained attack and Yesufu's fatal retaliation +4. After violence: flee Tarna to reach the Lost City +5. Confront demons to end the manufactured conflict --- @@ -228,6 +69,6 @@ This micro-faction represents "the forgotten" — those cast aside by society wh | Type | Similarity | Distinction | |------|------------|-------------| -| Multi-Faceted Plan | Both gather requirements across many sources | MFP = unified objective with parallel tasks; MFD = conflicting objectives must be reconciled | -| Information Brokerage | Both involve exchange of goods/services for access | IB = linear chain A→B→C; MFD = two independent chains that merge at resolution | -| Class-Specific Ritual | Both diverge by class | CSR = same outcome, different mechanics; MFD = classes achieve OUTCOMES differently but same diplomatic end-state | +| Multi-Faceted Plan | Both gather requirements across many sources | MFP = parallel tasks toward unified objective; MFD = reconcile conflicting objectives | +| Information Brokerage | Both involve exchange for access | IB = linear chain A→B→C; MFD = independent factions must both be satisfied | +| Class-Specific Ritual | Both diverge by player class | CSR = same outcome via different mechanics; MFD = classes achieve different diplomatic outcomes |