blob: 12ed57f17da06f85b996c97a495a6fc3c6eb9bce (
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 { 5c } @B B | @Cell width { 3c } @B C | @Cell width { 4c } @B D }
bformat { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 3c } @B C | @Cell width { 4c } @B D }
{
@Rowa A { } B { Infantry @Sym slash Rangers } C { Leaders } D { Others }
@Rowb A { Beach, Buildings, Draw @LLP High Ground, Pavillon } B { - } C { - } D { - }
@Rowb A { Bocage, Orchard, Woods @LLP Hedge, Seawall, Slope } B { - } C { - } D { @PGreen {only via roads} }
@Rowb A { Mined Roads, Shingle @LLP Anti-Tank Ditch @Char slash Wall } B { - } C { - } D { @PRed No }
@Rowb A { Bluff } B { @Blue @Colour climb @Sym slash not @Ext } C { - } D { @PGreen {only via roads}}
@Rowb A { Scaleable Cliff } B { @Blue @Colour {climb cliff} @Sym slash @Ext @Blue @Colour climb } C { @PRed No } D { @PRed No }
@Rowb A { Rough, Sheer Cliff } B { @PRed No } C { @PRed No } D { @PRed No }
}
|