diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-09 09:32:02 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-09 09:32:02 +0100 |
commit | 2ef0a57ef99c98a43fbb5d5e84f269774c119e09 (patch) | |
tree | 36dd5527959f79ff2848f750ae6c298745a69521 /DDayAtOmahaBeach/us_barrage.lou | |
parent | 1a9bc8f6bf19dc16bc2e3943cd6d1950f67aeea2 (diff) | |
download | asynk-rules-2ef0a57ef99c98a43fbb5d5e84f269774c119e09.zip asynk-rules-2ef0a57ef99c98a43fbb5d5e84f269774c119e09.tar.gz |
add DDayAtOmahaBeach
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 } +} |