Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
obsidian:pokexplorers:tournament_structures [2022/05/07 13:34]
willowlark removed
— (current)
Line 1: Line 1:
-========= 3 Players ========= 
- 
-<code mermaid> 
-graph LR 
- 
-1([PC]) 
-2([PC]) 
-3([PC]) 
-4([NPC]) 
-5([NPC]) 
-6([NPC]) 
-7([NPC]) 
-8([NPC]) 
- 
-1 & 5 --> 10[Battle] 
-2 & 6 --> 11[Battle] 
-3 & 7 --> 12[Battle] 
-4 & 8 --> 13[Skip] 
-10 & 11 --> 20[Battle] 
-12 & 13 --> 21[Battle] 
-20 & 21 --> x((Winner!)) 
-</code> 
- 
-========= 4 Players ========= 
- 
-<code mermaid> 
-graph LR 
- 
-1([PC]) 
-2([PC]) 
-3([PC]) 
-4([PC]) 
-5([NPC]) 
-6([NPC]) 
-7([NPC]) 
-8([NPC]) 
- 
-1 & 5 --> 10[Battle] 
-2 & 6 --> 11[Battle] 
-3 & 7 --> 12[Battle] 
-4 & 8 --> 13[Battle] 
-10 & 11 --> 20[Battle] 
-12 & 13 --> 21[Battle] 
-20 & 21 --> x((Winner!)) 
-</code> 
- 
-========= 5 Players ========= 
- 
-<code mermaid> 
-graph LR 
- 
-1([PC]) 
-2([PC]) 
-3([PC]) 
-4([PC]) 
-5([PC]) 
-6([NPC]) 
-7([NPC]) 
-8([NPC]) 
- 
-1 & 5 --> 10[Battle] 
-2 & 6 --> 11[Battle] 
-3 & 7 --> 12[Battle] 
-4 & 8 --> 13[Battle] 
-10 & 11 --> 20[Battle] 
-12 & 13 --> 21[Battle] 
-20 & 21 --> x((Winner!)) 
-</code>