blob: 7bc4fd38c096eb9959d98839c551a689ce7e7168 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
@Tbl
rule { yes }
indent { ctr }
indentvertical { ctr }
apaint { lightgrey }
aformat { @Cell @B A | @Cell width { 4c } @B B | @Cell width { 4c } @B C | @Cell width { 4c } @B D }
bformat { @Cell @B A | @Cell width { 4c } @B B | @Cell width { 4c } @B C | @Cell width { 4c } @B D }
{
@Rowa A { } B { Infantry } C { Leaders } D { Others }
@Rowb A { Beach, Buildings, Draw @LLP High Ground, Pavillon } B { @Sym emptyset } C { @Sym emptyset } D { @Sym emptyset }
@Rowb A { Bocage, Orchard, Woods @LLP Hedge, Seawall, Slope } B { @Sym emptyset } C { @Sym emptyset } D { @PGreen {only via roads} }
@Rowb A { Mined Roads, Shingle @LLP Anti-Tank Ditch @Char slash Wall } B { @Sym emptyset } C { @Sym emptyset } D { @PRed No }
@Rowb A { Bluff } B { @Blue @Colour climb } C { @Sym emptyset } D { @PGreen {only via roads}}
@Rowb A { Scaleable Cliff } B { @Blue @Colour {climb cliff} } C { @PRed No } D { @PRed No }
@Rowb A { Rough, Sheer Cliff } B { @PRed No } C { @PRed No } D { @PRed No }
}
|