blob: c2b6680125a3346c5a4c61d4104b33eb7104d67f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|
@Tbl
rule { yes }
apaint { lightgrey }
indentvertical { ctr }
aindent { ctr }
aformat { @Cell indent { left } @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @Cell width { 5c } @B D | @Cell width { 4c } @B E }
bindent { ctr }
bformat { @Cell indent { right } @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @Cell width { 5c } @B D | @Cell width { 5c } @B E }
{
@Rowa A { Turn 1 } B { A } C { B } D { C } E { D }
#@Rowb A { Tank }
@Rowb A { @IncludeGraphic "imgs/tank.eps" }
B { @Turn 1 }
C { @Eliminated }
D { @Step }
E { @Step @Left 2 }
@Rowa A { Turn 2-3 } B { A } C { B } D { C } E { D }
#@Rowb A { Tank }
@Rowb A { @IncludeGraphic "imgs/tank.eps" }
B { @Sym emptyset }
C { @Left 1 }
D { @Step }
E { @Left 3 }
#@Rowb A { INF DG @Char ampersand CH }
@Rowb A { DG @Char ampersand CH @IncludeGraphic "imgs/infantry.eps" }
B { @Sym emptyset }
C { @Left 1 }
D { @Left 4 }
E { @Rightt 1 }
@Rowb A { others }
B { @Left 4 }
C { @Left 2 }
D { @Left 9 } E { @Sym emptyset }
@Rowa A { Turn 4-14 } B { A } C { B } D { C } E { D }
#@Rowb A { INF }
@Rowb A { @IncludeGraphic "imgs/infantry.eps" }
B { @I {Rangers may} @LLP @Left {[1-4]} }
C { @Left 1 }
D { @Left 4 }
E { @Rightt 1 }
#@Rowb A { DUKW arty }
@Rowb A { DUKW @IncludeGraphic "imgs/arty.eps" }
B { @Eliminated }
C { @Step }
D { @Steps }
E { @Sym emptyset }
@Rowb A { others }
B { @Turns 3 } C { @Left 2 } D { @Step } E { @Sym emptyset }
@Rowa A { Turn 15+ } B { A } C { B } D { C } E { D }
#@Rowb A { INF }
@Rowb A { @IncludeGraphic "imgs/infantry.eps" }
B { @Sym emptyset } C { @Sym emptyset } D { @Sym emptyset } E { @Sym emptyset }
#@Rowb A { DUKW arty }
@Rowb A { DUKW @IncludeGraphic "imgs/arty.eps" }
B { @Eliminated }
C { @Step }
D { @Steps }
E { @Sym emptyset }
@Rowb A { others }
B { @Turns 3 }
C { @R {remove from play} }
D { @Sym emptyset }
E { @Step }
}
|