diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2026-02-28 20:44:56 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2026-02-28 21:56:41 +0100 |
| commit | 5de93e36a5e7f088c9b1466c5a2fe5da7b1c8a36 (patch) | |
| tree | 4fba03f90543c3db698e41059d2b4364e6b90412 /TheOtherSide_of_the_Hill/cards.lou | |
| parent | f16f52ad24cc1b05349ccecc716e82dbf7d2dfb8 (diff) | |
| download | asynk-rules-master.zip asynk-rules-master.tar.gz | |
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 |
