blob: 07fdc0876e451ed6e200b759c0bb15add6649723 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@Tbl
rule { yes }
indent { ctr }
indentvertical { ctr }
apaint { lightgrey }
aformat { @Cell @B A | @Cell @B B | @Cell @B C }
bformat { @Cell @B A | @Cell @B B | @Cell @B C }
cformat { @Cell @B A | @StartHSpan @Cell @B B | @HSpan }
{
@Rowa A { Terrain } B { Unit Strength } C { Depth Strength }
@Rowb A { Anti-Tank Ditch @Char slash Wall, Orchard, Woods, Shingle} B { @PRed x2 } C { @POrange x1 }
@Rowb A { Bluff down, Bocage, Buildings, Slope } B { @PRed x2 } C { @PRed x2 }
@Rowc A { Bluff up, Scaleable Cliff, Sheer Cliff } B { Attack prohibited }
}
|