diff options
Diffstat (limited to 'DDayAtOmahaBeach/us_barrage.lou')
-rw-r--r-- | DDayAtOmahaBeach/us_barrage.lou | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DDayAtOmahaBeach/us_barrage.lou b/DDayAtOmahaBeach/us_barrage.lou new file mode 100644 index 0000000..d790020 --- /dev/null +++ b/DDayAtOmahaBeach/us_barrage.lou @@ -0,0 +1,14 @@ +@Tbl + rule { yes } + indent { ctr } + indentvertical { ctr } + apaint { lightgrey } + aformat { @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D } + bformat { @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D } +{ +@Rowa A { } B { 1-2 } C { 3-5 } D { 6+ } +#@Rowb A { @Sym emptyset } B {} C {} D {} +@Rowb A { @B color + @B sym} B { @Disrupted } C { @Disrupted} D { @Disrupted - @Depth } +@Rowb A { @B color } B { @Disruptedif @I {if no Depth} } C { @Disrupted } D { @Disrupted } +@Rowb A { @B sym } B { @Sym emptyset } C { @Disruptedif @I {if no Depth} } D { @Disrupted } +} |