ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAE
1
2
Some old code below! Shh, don't tell
3
9112229
4
PART IIPART IAs an example, the pre-filled data to correspond to the following board
5
POSITION LEFT MINION4ATTACKHEALTHTRIBE
6
POSITION RIGHT MINION71st1305735Instructions
7
Note: the "position of the left minion" entry corresponds to the position of the exact copy of your left minion in your opponent's board.2nd54772160) First of all create your own copy of the sheet (File > Create own copy) - You must be logged in
8
3rd57128401) Enter the attack and health of the opponent's minions (from top to bottom) -> cf. PART I
9
4th9665342) Do the same for the tribe using the correspondance array below -> cf. PART I
10
For example in the screenshot, the 966/53 minion on your board appears at the 4th position on the opponent's board. Thus you have to put 4 in the "position left minion" entry.5th11514783) Enter the position of the minions copied on your board -> cf. PART II
11
6th27239834) Play the tribes in the given order on the middle minion -> cf. PART III
12
7th55862445) Go to next sheet (bottom left of the page) to move to stage 2
13
14
Do not change anything below that bar
15
16
ATTACK TO SETHEALTH TO SETTRIBE TO SET
17
9112229Correspondances
18
PART III1Demons
19
ORDER TO PLAY CARDS2MechsNotes:
20
3Elementals
1) Your board resets every 12 hours, so you may have to refill the array if you are too long
21
1stAll4Beasts
2) If you fail the code (the ??? card appearing on the left), you will have to restart the sequence from the beginning
22
2ndMechs5Pirates
3) If the sequence seems not to work, double (triple) check the data you filled in the array (especially the tribe column)
23
3rdMechs6Dragons
24
4thMechs7Quilboars
25
5thDemons8Totems
26
6thDemons9All
27
7thAll0Murlocs
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