ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
TCG game process based on Leaks and Official Info.
2
StepActions (what's going on, what can you do and what you probably should do)Screenshot of the action
3
1First of all, you need to either talk to NPC to start a PvE duel or invite the other player that's currently in your world to start a PvP duel (PvP duels have no rewards at all). That way, you load into the game with your chosen opponent and see his card deck.
4
2Both sides will draw 5 cards, which will form their Hand. After that, both sides get 1 chance to switch out any number of cards in their Hand. (a mulligan)
5
3Both sides get to choose 1 of their own Character Cards to be their active character. Notice: character's attacks, skills and their cost are shown in that little popup in top-left corner. You can learn more about that in page Actions and Cost.
6
4Actual game start.
There are 3 Phases every Round: Roll Phase, Action Phase, and End Phase.
Roll Phase: Distribution of 8 Elemental Dice. Both sides get 1 chance to change any number of Dice to other random ones (a mulligan). You can learn more about them on the page Elemental Dice.
7
5Now the round 1 starts and you're in the game UI (more about it on page UI Info). Action Phase: The actions you can undertake are listed on page Actions and Cost. Players swap turns between Combat Actions, and the Action Phase ends when both sides do "Declare Round End". (Note the distinction between "turns" and "rounds"! There are multiple turns per Action Phase.)
8
6End Phase: No player actually does anything during the End Phase, but many effects take place here, like Oz's DMG. At the End of the End Phase, both players draw 2 cards and a new round begins.
9
Steps 4, 5, and 6 are repeate until all characters in someone's party are defeated.
10
And basically, this covers up the whole game process. If you want to know more, you should go to different pages down there.
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100