blob: 842c41b131fdbeacdabe4db0924aac3884ec8e3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@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 }
{
@Rowa A { } B { @B WN or @B {Revealed @LLP Reinforcement} } C { @B {Unrevealed @LLP Reinforcement} }
@Rowb A { @IncludeGraphic "imgs/intense.eps"} B { @Step } C { @Step + @Disrupted }
@Rowb A { @IncludeGraphic "imgs/steady.eps" + @PBlue Non-Armored + sym } B { @Step } C { @Step + @Disrupted }
@Rowb A { @IncludeGraphic "imgs/sporadic.eps" + @PBlue Non-Armored + sym } B { @Disrupted } C { @Disrupted }
}
|