Create a rescue phase when moving forward before everyone finishes investigating

In UZU, where it is not possible to go back to the previous phase, moving forward without completing all clue gathering may result in missing necessary information.

To avoid this, here is how to implement a rescue phase for situations where the investigation was forgotten or incomplete.

Pattern 1: Always Go Through the Rescue Phase

Difficulty: Low

â‘  Create an investigation phase with explanations and the deck of clues.

â‘¡ Copy that investigation phase and make it the rescue phase. It's a good idea to add a message like "If you didn't finish the investigation in the previous phase, please gather the clues here" (you can write it however you like).

â‘¢ Simply place and link the original investigation phase and the rescue phase in sequence, as shown in the diagram, to complete the setup.

Pattern 2: Only Go to the Rescue Phase When the Investigation is Incomplete

Difficulty: Medium to High

â‘  Create an investigation phase with explanations and the deck of clues.

â‘¡ Copy that investigation phase and make it the rescue phase. It's a good idea to add a message like "It seems someone hasn't finished the investigation. Please gather the clues here" (you can write it however you like).

â‘¢ Link the investigation phase and the next phase (in the diagram, "Discussion 1") as normal.

â‘£ Set it up so that if certain conditions are met, players will detour to the rescue phase before moving to the next phase (in the diagram, "Discussion 1").

⑤ As the condition for going to the rescue phase, set it to "When the investigation is incomplete (e.g., clues not collected)." This completes the setup.

Last updated