summaryrefslogtreecommitdiffstats
path: root/LastHundredYards/tables/empty.lou
blob: a2c770e52d907576e204b44290a39cfc3f47d5bf (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
black @Colour @CurveBox margin {.1c} black @Colour {
@Tbl
  #rule {yes}
  margin {.1c}
  aformat { @StartHSpan @Cell A | @HSpan }
{
  @Row paint {@Xrgb nothing} format { @StartHSpan @Cell 16p @Font @B A | @HSpan } A{Recovery 10p @Font 12.1}
  @Rowa A{
    || @Tbl
      rule {yes}
      cformat { @Cell rule {no} paint {none} | @Cell @B B | @Cell @B C }
      aformat { @Cell ruleleft {no} i{ctr} @B A | @Cell @I B | @Cell @I C }
      bformat { @Cell ruleleft {no} i{ctr} @B A | @StartHSpan @Cell B | @HSpan }
    {
      @Rowc paint {@Odd} ruleabove {no} B{Disrupted unit} C{Regrouping hex}
      @Rowa paint {@Even} A{} B{} C{}
      @Rowa paint {@Odd} A{} B{} C{}
    }
  }
  @Row format { @Cell A | @Cell B }  A {
    || @Tbl
      indent {left}
      rule {yes}
      aformat { @Cell ruleleft {no} i{ctr} @B A | @Cell @I B }
    {
      @Row format {@StartHSpan @Cell rule {no} @Underline A | @HSpan } A{Shock Recovery}
      @Rowa paint {@Even} ruleabove {no} A{1} B{Rally}
      @Rowa paint {@Odd} A{2-4} B{Recover}
    }
  }
  B { 10p @Font {
  // @RawBulletList
  @ListItem{}
  @ListItem{
    @BulletList
      indent { .2c }
    @ListItem{}
    @ListItem{}
    @RawEndList}
  @ListItem{}
  @EndList
  }}
}}