diff options
Diffstat (limited to 'DDayAtOmahaBeach/german_fire.lou')
-rw-r--r-- | DDayAtOmahaBeach/german_fire.lou | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/DDayAtOmahaBeach/german_fire.lou b/DDayAtOmahaBeach/german_fire.lou new file mode 100644 index 0000000..3e2a0a6 --- /dev/null +++ b/DDayAtOmahaBeach/german_fire.lou @@ -0,0 +1,15 @@ +@Tbl + 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 { clines @Break {@B WN or @B {Revealed +Reinforcement}}} C { clines @Break {@B {Unrevealed +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 } +} |