diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-11-04 10:39:09 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-11-04 10:39:09 +0100 |
commit | 675307b00e426c864ee73d61950a8d5c76d06056 (patch) | |
tree | 6323d9b8006b972ead73b5183999f3e9bba12ccf /DDayAtOmahaBeach/us_barrage.lou | |
parent | 30fd01e0733e9b1f0501e5429e833536a18c74cc (diff) | |
download | asynk-rules-675307b00e426c864ee73d61950a8d5c76d06056.zip asynk-rules-675307b00e426c864ee73d61950a8d5c76d06056.tar.gz |
DDay : fire,attack,barrage table improvements
Diffstat (limited to 'DDayAtOmahaBeach/us_barrage.lou')
-rw-r--r-- | DDayAtOmahaBeach/us_barrage.lou | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/DDayAtOmahaBeach/us_barrage.lou b/DDayAtOmahaBeach/us_barrage.lou index 984bef7..5901085 100644 --- a/DDayAtOmahaBeach/us_barrage.lou +++ b/DDayAtOmahaBeach/us_barrage.lou @@ -4,14 +4,18 @@ indentvertical { ctr } aformat { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @Cell width { 5c } @B D } { -@Rowa +@Row paint { lightgrey } + format { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @Cell width { 5c } @B D } A { } B { 1-2 } C { 3-5 } D { 6+ } -@Rowa +@Row + format { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @StartVSpan @Cell width { 5c } @B D } A { @B sym } B { @Sym emptyset } C { @Disruptedif @I {if no Depth} } D { @Disrupted } -@Rowa +@Row + format { @Cell @B A | @Cell width { 5c } @B B | @StartVSpan @Cell width { 5c } @B C | @VSpan } A { @B color } B { @Disruptedif @I {if no Depth} } C { @Disrupted } D { @Disrupted } -@Rowa +@Row + format { @Cell @B A | @Cell width { 5c } @B B | @VSpan | @Cell width { 5c } @B D } A { @B color + @B sym} B { @Disrupted } C { @Disrupted } D { @Disrupted - @Depth } #@Rowb A { @Sym emptyset } B {} C {} D {} } |