diff options
Diffstat (limited to 'TheOtherSide_of_the_Hill/cards.lou')
| -rw-r--r-- | TheOtherSide_of_the_Hill/cards.lou | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/TheOtherSide_of_the_Hill/cards.lou b/TheOtherSide_of_the_Hill/cards.lou new file mode 100644 index 0000000..6cbaeb1 --- /dev/null +++ b/TheOtherSide_of_the_Hill/cards.lou @@ -0,0 +1,27 @@ +@LeftDisplay @Tbl + rule{yes} + i {ctr} + margin{.2c} + marginleft{.4c} + aformat { @Cell A | @Cell B | @Cell C | @Cell D | @Cell E | @Cell F } + bformat { @StartHSpan @Cell i {left} @B A | @HSpan| @HSpan| @HSpan| @HSpan| @HSpan} +{ + @Rowb A{ Combat Cards (20) } + @Rowa A{ 1939 } B{ 1940 } C{ 1941 } D{ 1942 } E{ 1943 } F{ 1944 } + @Rowb A{ Strategic Events (35) } + @Rowa A{1} B{6} C{10} D{6} E{6} F{6} + @Rowb A{ Combat Events (35) } + @Rowa A{1} B{6} C{10} D{6} E{6} F{6} + @Rowb A{ Military Directives (26) } + @Rowa A{1} B{9} C{6} D{6} E{2} F{2} + @Rowb A{ Political Directives (22) } + @Rowa A{3} B{6} C{4} D{5} E{3} F{1} + @Rowb A{ Production Directives (18) } + @Rowa A{3} B{4} C{3} D{3} E{2} F{3} + @Rowb A{ Generals (58) } + @Rowa A{12} B{12} C{12} D{9} E{9} F{@Sym emptyset 4} +} + +#Campaign Generator +# Political Directives 39x6 +# Production Directives 39x2 |
