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_amphibious.lou | |
parent | 1a9bc8f6bf19dc16bc2e3943cd6d1950f67aeea2 (diff) | |
download | asynk-rules-2ef0a57ef99c98a43fbb5d5e84f269774c119e09.zip asynk-rules-2ef0a57ef99c98a43fbb5d5e84f269774c119e09.tar.gz |
add DDayAtOmahaBeach
Diffstat (limited to 'DDayAtOmahaBeach/us_amphibious.lou')
-rw-r--r-- | DDayAtOmahaBeach/us_amphibious.lou | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/DDayAtOmahaBeach/us_amphibious.lou b/DDayAtOmahaBeach/us_amphibious.lou new file mode 100644 index 0000000..92faa19 --- /dev/null +++ b/DDayAtOmahaBeach/us_amphibious.lou @@ -0,0 +1,65 @@ +@Tbl + rule { yes } + apaint { lightgrey } + indentvertical { ctr } + aindent { ctr } + aformat { @Cell indent { left } @B A | @Cell @B B | @Cell @B C | @Cell @B D | @Cell @B E } + bindent { ctr } + bformat { @Cell indent { right } @B A | @Cell @B B | @Cell @B C | @Cell @B D | @Cell @B E } +{ +@Rowa A { Turn 1 } B { A } C { B } D { C } E { D } +#@Rowb A { Tank } +@Rowb A { @IncludeGraphic "imgs/tank.eps" } + B { @Turn 1 } + C { @Eliminated } + D { @Step } + E { @Step @Left 2 } +@Rowa A { Turn 2-3 } B { A } C { B } D { C } E { D } +#@Rowb A { Tank } +@Rowb A { @IncludeGraphic "imgs/tank.eps" } + B { @Sym emptyset } + C { @Left 1 } + D { @Step } + E { @Left 3 } +#@Rowb A { INF DG @Char ampersand CH } +@Rowb A { DG @Char ampersand CH @IncludeGraphic "imgs/infantry.eps" } + B { @Sym emptyset } + C { @Left 1 } + D { @Left 4 } + E { @Rightt 1 } +@Rowb A { others } + B { @Left 4 } + C { @Left 2 } + D { @Left 9 } E { @Sym emptyset } +@Rowa A { Turn 4-14 } B { A } C { B } D { C } E { D } +#@Rowb A { INF } +@Rowb A { @IncludeGraphic "imgs/infantry.eps" } + B { clines @Break {@I {Rangers may} +@Left {[1-4]} } } + C { @Left 1 } + D { @Left 4 } + E { @Rightt 1 } +#@Rowb A { DUKW arty } +@Rowb A { DUKW @IncludeGraphic "imgs/arty.eps" } + B { @Eliminated } + C { @Step } + D { @Steps } + E { @Sym emptyset } +@Rowb A { others } + B { @Turns 3 } C { @Left 2 } D { @Step } E { @Sym emptyset } +@Rowa A { Turn 15+ } B { A } C { B } D { C } E { D } +#@Rowb A { INF } +@Rowb A { @IncludeGraphic "imgs/infantry.eps" } + B { @Sym emptyset } C { @Sym emptyset } D { @Sym emptyset } E { @Sym emptyset } +#@Rowb A { DUKW arty } +@Rowb A { DUKW @IncludeGraphic "imgs/arty.eps" } + B { @Eliminated } + C { @Step } + D { @Steps } + E { @Sym emptyset } +@Rowb A { others } + B { @Turns 3 } + C { @R {remove from play} } + D { @Sym emptyset } + E { @Step } +} |