blob: de0d96659211316c1bea8093a6e9e4f6cf0c4468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
@Tbl
rule { yes }
indent { ctr }
indentvertical { ctr }
apaint { lightgrey }
aformat { @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D | @Cell @B E }
bformat { @StartVSpan @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D | @Cell @B E }
cformat { @VSpan | @Cell @B B | @Cell @B C | @Cell @B D | @Cell @B E }
dformat { @VSpan | @Cell @B B | @Cell @B C | @StartVSpan @Cell @B D | @StartVSpan @Cell @B E }
eformat { @VSpan | @Cell @B B | @Cell @B C | @VSpan | @VSpan }
{
@Rowa A { Weapons } B { Delta } C { Alone } D { +Hidden Depth } E { + Revealed Depth }
@Rowb A { @StartVSpan NO } B { @Sym lessequal } C { clines @Break {@PGreen {US Disrupted}
+ @Depth} } D { clines @Break {@PGreen {US Disrupted}
+ @Purple @Colour Unreveal German} } E { @PGreen {US Disrupted} }
@Rowc B { @Sym greater } C { + @Depth } D { @PGreen {US Disrupted} } E { @Sym emptyset }
#@Rowc B { x2 } C { @Disrupted } D { @Disrupted } E { @Disrupted + @Purple @Colour attrition }
@Rowc B { x2 } C { @Disrupted } D { @Disrupted } E { clines @Break {@Disrupted
+ [@Step adj -> @Eliminated]?} }
@Rowb A { @StartVSpan YES } B { @Sym less } C { + @Depth } D { @PGreen {US Disrupted} } E { @Sym emptyset }
@Rowc B { @Sym equal } C { @Disrupted } D { @Sym emptyset } E { @Disrupted }
@Rowd B { @Sym greater } C { @Eliminated } D { clines @Break {@Purple @Colour Reveal @Depth
+ resolve again} } E { @Disrupted - @Depth }
@Rowe B { x2 } C { @Eliminated }
}
|