blob: 21eab8a1e618f1c98431e34e11cf611560451a2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@Tbl
rule { yes }
indent { ctr }
indentvertical { ctr }
{
@Row
paint { lightgrey }
format { @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D }
A { } B { @B WN or @B {Revealed @LLP Reinforcement} } C { @B {Unrevealed @LLP Reinforcement} } D { Ambush @LLP 7p @Font @PBlue {1 unit of any type with sym} }
@Row
format { @Cell @B A | @StartVSpan @Cell @B B | @StartVSpan @Cell @B C | @Cell @B D }
A { @IncludeGraphic "imgs/intense.eps"} B { @Step } C { @Step + @Disrupted } D { @Step }
@Row
format { @Cell @B A | @VSpan | @VSpan | @StartVSpan @Cell @B D }
A { @IncludeGraphic "imgs/steady.eps" + @PBlue Non-Armored + sym } D { @Disrupted }
@Row
format { @Cell @B A | @Cell @B B | @Cell @B C | @VSpan}
A { @IncludeGraphic "imgs/sporadic.eps" + @PBlue Non-Armored + sym } B { @Disrupted } C { @Disrupted }
}
|