diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-06-05 15:35:53 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-06-05 15:36:25 +0200 |
commit | c2191fb776cdca6b80844974a19dcb91d668a6cf (patch) | |
tree | 52d801ae49eaf2dc826b3e14b531904cf56e9673 /2MinutesToMidnight/2M2M.lou | |
parent | c9a92b8cf6fca0ddc49f55a310a15aca16213bc8 (diff) | |
download | asynk-rules-c2191fb776cdca6b80844974a19dcb91d668a6cf.zip asynk-rules-c2191fb776cdca6b80844974a19dcb91d668a6cf.tar.gz |
add 2MinutesToMidnight
Diffstat (limited to '2MinutesToMidnight/2M2M.lou')
-rw-r--r-- | 2MinutesToMidnight/2M2M.lou | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/2MinutesToMidnight/2M2M.lou b/2MinutesToMidnight/2M2M.lou new file mode 100644 index 0000000..42bce95 --- /dev/null +++ b/2MinutesToMidnight/2M2M.lou @@ -0,0 +1,113 @@ +# encoding : iso-8859-1 + +@SysInclude { langdefs } +@SysInclude { bsf } +@SysInclude { dsf } +@SysInclude { docf } +@SysInclude { tbl } +@SysInclude { xrgb } + +@Use { @BasicSetup + @InitialFont { Times Base 9p } + @ListOuterGap { 0.80v @OrIfPlain 1f } + @ListGap { 0.70v @OrIfPlain 1f } + @ListIndent { 3s } + @ListLabelWidth { 0.60f @OrIfPlain 5s } +} +@Use { @DocumentSetup + @PageType { A4 } + @PageOrientation { Landscape } + @PageHeaders { None } + @TopMargin { .5c } + @FootMargin { .2c } + @OddLeftMargin { .5c } + @OddRightMargin { .0c } + @EvenLeftMargin { .5c } + @EvenRightMargin { .0c } + @ColumnNumber { 3 } + @ColumnGap { 0p } +} +@Use { @OrdinarySetup } +@SysDatabase @FontDef { fontdefs } +@SysDatabase @RefStyle { refstyle } + +def @Red {rgb 1 .1 0} +def @Blue {rgb .06 .31 .62} +def @Grey {rgb .5 .5 .5} +def @Green {rgb .2 .76 .36} + +def @USA { @Box margin {1p} paint {@Blue} white @Color USA } +def @USSR { @Box margin {1p} paint {@Red} white @Color USSR } +#def @US { @Box margin {1p} paint {@Blue} white @Color US } +#def @Soviet { @Box margin {1p} paint {@Red} white @Color Soviet } +def @US { @Blue @Color US } +def @Soviet { @Red @Color Soviet } +def @Democratic { @Blue @Color @B Democratic } +def @Authoritarian { @Grey @Color @B Authoritarian } +def @Communist { @Red @Color @B Communist } + +def @MTitle right x { 11p @Font @B x } +def @MBox right x { @CurveBox margin {2p} paint {rgb .95 .95 .95} 10c @Wide x} + +@Include { content.lou } + +@Document +@InitialSpace { lout } +// +@Text @Begin +@LLP +@Tbl + ruleright {yes} + marginvertical {1.1vx} + aformat { @Cell A } + bformat { @Cell ra {yes} A } + cformat { @Cell rr {no} A } + dformat { @Cell ra {yes} rr {no} A } + eformat { @Cell rr {no} rl {yes} A } +{ +#@Rowa A{@Actions} +@Row format{ @Cell margin {0p} mb {10p} A} A{@Actions} + #A{@CurveBox margin {2p} 9.5c @Wide @Actions} +@Rowb A{@Investment} +@Rowb A{@Influence} +@Rowa A{@PlaceSpy} +@Rowb A{@Technology} +@Rowd A{@Military} +@Rowd A{@Nuclear} +@Rowd A{@Occupied} +@Rowe A{@SpyActions} +@Row format{ @Cell rr {no} margin {0p} ml {2p} A} A{@MBox @MarkersActions} + #A{@CurveBox margin {2p} 9c @Wide @MarkersActions} +} +@LLP +@Tbl + aformat { @Cell A } + bformat { @Cell rl {yes} rr{yes} A} + cformat { @Cell rr{yes} A} + dformat { @Cell marginabove {1.8v} A } +{ +@Rowa A{@Aggression} +@Rowb A{@Coup} +@Rowd A{@MBox @MarkersCoup} +@Rowd A{@MBox @MarkersAggression} +@Rowc A{@CivilWar} +@Rowa A{@MBox @MarkersCivilWar} +} +@LLP +@Tbl + aformat { @Cell A } + bformat { @Cell rl {yes} rr{yes} A} + cformat { @Cell rr{yes} A} + dformat { @Cell marginabove {1.8v} A } +{ +@Rowa A{@EndOfTurn} +@Rowd A{@MBox @NuclearBalance} +@Rowb A{@USSpecific} +@Rowd A{@MBox @ConventionalBalance} +@Rowd A{@MBox @NavalBalance} +@Rowd A{@MBox @IntelAssessment} +@Rowa A{@SovietSpecific} +@Rowa A{@MBox @Definitions} +} + +@End @Text |