summaryrefslogtreecommitdiffstats
path: root/DDayAtOmahaBeach/german_fire.lou
diff options
context:
space:
mode:
Diffstat (limited to 'DDayAtOmahaBeach/german_fire.lou')
-rw-r--r--DDayAtOmahaBeach/german_fire.lou20
1 files changed, 13 insertions, 7 deletions
diff --git a/DDayAtOmahaBeach/german_fire.lou b/DDayAtOmahaBeach/german_fire.lou
index 842c41b..21eab8a 100644
--- a/DDayAtOmahaBeach/german_fire.lou
+++ b/DDayAtOmahaBeach/german_fire.lou
@@ -2,12 +2,18 @@
rule { yes }
indent { ctr }
indentvertical { ctr }
- apaint { lightgrey }
- aformat { @Cell @B A | @Cell @B B | @Cell @B C }
- bformat { @Cell @B A | @Cell @B B | @Cell @B C }
{
-@Rowa A { } B { @B WN or @B {Revealed @LLP Reinforcement} } C { @B {Unrevealed @LLP Reinforcement} }
-@Rowb A { @IncludeGraphic "imgs/intense.eps"} B { @Step } C { @Step + @Disrupted }
-@Rowb A { @IncludeGraphic "imgs/steady.eps" + @PBlue Non-Armored + sym } B { @Step } C { @Step + @Disrupted }
-@Rowb A { @IncludeGraphic "imgs/sporadic.eps" + @PBlue Non-Armored + sym } B { @Disrupted } C { @Disrupted }
+@Row
+ paint { lightgrey }
+ format { @Cell @B A | @Cell @B B | @Cell @B C | @Cell @B D }
+ A { } B { @B WN or @B {Revealed @LLP Reinforcement} } C { @B {Unrevealed @LLP Reinforcement} } D { Ambush @LLP 7p @Font @PBlue {1 unit of any type with sym} }
+@Row
+ format { @Cell @B A | @StartVSpan @Cell @B B | @StartVSpan @Cell @B C | @Cell @B D }
+ A { @IncludeGraphic "imgs/intense.eps"} B { @Step } C { @Step + @Disrupted } D { @Step }
+@Row
+ format { @Cell @B A | @VSpan | @VSpan | @StartVSpan @Cell @B D }
+ A { @IncludeGraphic "imgs/steady.eps" + @PBlue Non-Armored + sym } D { @Disrupted }
+@Row
+ format { @Cell @B A | @Cell @B B | @Cell @B C | @VSpan}
+ A { @IncludeGraphic "imgs/sporadic.eps" + @PBlue Non-Armored + sym } B { @Disrupted } C { @Disrupted }
}