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