summaryrefslogtreecommitdiffstats
path: root/DDayAtOmahaBeach/german_fire.lou
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-11-17 17:13:25 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2020-11-17 17:13:25 +0100
commit1482851167692bee7853bdc6ef0e9260c7c5a736 (patch)
treec911a6ec817c08e14362bb645d9ee8f1203bd215 /DDayAtOmahaBeach/german_fire.lou
parentbe4075a86d487e5e017672b74301e244207c4246 (diff)
downloadasynk-rules-1482851167692bee7853bdc6ef0e9260c7c5a736.zip
asynk-rules-1482851167692bee7853bdc6ef0e9260c7c5a736.tar.gz
DDay clean up tables
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 }
}