summaryrefslogtreecommitdiffstats
path: root/DDayAtOmahaBeach/us_barrage.lou
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-11-24 00:14:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2020-11-24 00:14:56 +0100
commit1f38d4c6a2eba965c8c2b4c3ebaab0ba84d59492 (patch)
treea0feb9d549774aee1ac63e34498d9aa7c9bae937 /DDayAtOmahaBeach/us_barrage.lou
parent0194f6f268aca255329c0c462e26edfaee4cda3a (diff)
downloadasynk-rules-1f38d4c6a2eba965c8c2b4c3ebaab0ba84d59492.zip
asynk-rules-1f38d4c6a2eba965c8c2b4c3ebaab0ba84d59492.tar.gz
DDay : tables clean up, rules and layout improvements
Diffstat (limited to 'DDayAtOmahaBeach/us_barrage.lou')
-rw-r--r--DDayAtOmahaBeach/us_barrage.lou17
1 files changed, 7 insertions, 10 deletions
diff --git a/DDayAtOmahaBeach/us_barrage.lou b/DDayAtOmahaBeach/us_barrage.lou
index 6649daf..984bef7 100644
--- a/DDayAtOmahaBeach/us_barrage.lou
+++ b/DDayAtOmahaBeach/us_barrage.lou
@@ -2,19 +2,16 @@
rule { yes }
indent { ctr }
indentvertical { ctr }
+ aformat { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @Cell width { 5c } @B D }
{
-@Row
+@Rowa
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+ }
-@Row
- format { @Cell @B A | @Cell width { 5c } @B B | @Cell width { 5c } @B C | @StartVSpan @Cell width { 5c } @B D }
+@Rowa
A { @B sym } B { @Sym emptyset } C { @Disruptedif @I {if no Depth} } D { @Disrupted }
-@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 }
-@Row
- format { @Cell @B A | @Cell width { 5c } @B B | @VSpan | @Cell width { 5c } @B D }
- A { @B color + @B sym} B { @Disrupted } D { @Disrupted - @Depth }
+@Rowa
+ A { @B color } B { @Disruptedif @I {if no Depth} } C { @Disrupted } D { @Disrupted }
+@Rowa
+ A { @B color + @B sym} B { @Disrupted } C { @Disrupted } D { @Disrupted - @Depth }
#@Rowb A { @Sym emptyset } B {} C {} D {}
}