chiark / gitweb /
move into misc-data.pl: AP SeaTrack
[pandemic-rising-tide.git] / misc-data.pl
index 4a6f2f59334bdf48395159bf4e9546bb602ebd31..47ed3d1690512c205b0384bd515842c8b185a5d5 100644 (file)
@@ -4,30 +4,44 @@ our %c =
  OrientBearing => -15,
  GraphScale => 30,
  Colours => {
-     yellow => 'Y5///Y8M2',
-     green  => 'Y6C4//Y8C7',
-     red    => 'Y6M5//Y8M6',
-     purple => 'M4C2//M6C3',
-     high   => 'K1.5',
-     edge   => 'K8',
-     dykefill    => 'K2.5',
-     sea    => 'C2M1//',
-     cube   => '/C2/C8M2K4',
-     land   => 'Y6C5M3',
-     text        => 'K0',
-     textshadow  => 'K8',
-     dykeinit    => 'K0',
+     yellow => 'fd0',
+     purple => 'b1f',
+     green  => '0a0',
+     red    => 'f50',
+     high   => '888',
+     sea    => '3ad',
+     cube   => '8df',
+     land   => '987654', # pale brown (WP)
+#     land   => 'f4a460', # sandy brown
+#     land   => '8b4513', # saddlebrown
+#     land   => 'a0522d', # sienna
+     edge   => '000',
+     text        => 'fff',
+     textshadow  => '000',
+     dykefill    => '7ff7ff7ff',
+     dykeinit    => 'fff',
      dykehsadd   => '642',
      dykefail => '444',
      playerdeck => 'fff',
-     hinttext   => 'K8',
+     hinttext   => '000',
  },
+ Sea => 'NZ',
+ OuterfaceRe => qr{(?:NZ|L2?)},
+ SpecialRegions => [qw(NZ L L2)],
  DisplayNames => {
      ZZ => 'Zuiderzee',
      NZ => 'Noordzee',
  },
  HS => [ 'Roer en Overmaas', 'Schouwen-Duiveland', 'Rijn en IJssel' ],
+ DashedHs => [ { 
+     Inner => 'ZZ',
+     Comment => 'Afsluitdijk',
+     Colour => 'purple',
+ } ],
  SeaTrack => [qw(2 2 2 3 3 3 4 4 4)],
+ CubeAbove => [
+   'Wieringermeer'
+ ],
  TextAdjust => {
    'Zeeuws-Vlaanderen' => [0.6, 0],
    'Walcheren'         => [0.6, 0.5], #-1.0, -0.75
@@ -47,4 +61,27 @@ our %c =
 5. Water flows
 Hand limit 7 at all times
 END
+ PA => {
+   OuterCoastDelta => [ -1000, 0 ],
+   BoundingsA1dy => [ 35, -7 ],
+   Overall => [ 34, -15 ],
+   OverallOn => { a4 => [ 0, -17 ] },
+   HS1_initials => [ 550, 1705, 'Top' ],
+   SeaTrack => [ 11, 700 ],
+ },
+ PlayHintdyAdjunct => 'Top',
+ PA_HS_HS => { green => [0, -0.40] },
+ PA_Outercoast_Vertices => [
+   { Re => qr{Noorderzijlvest}, PA => [ 100,-50 ] },
+ ],
+ Decks => [
+   { Colour => 'playerdeck', PosAdy => [ 401, 44, 'Bottom' ] },
+   { Colour => 'dykefail', PosAdy => [ 242, 1363, 'Top'], Rotate => 90 },
+ ],
+ HS1 => [
+   { Colour => 'red'    , XIYI => [0,0] },
+   { Colour => 'purple' , XIYI => [0,1] },
+   { Colour => 'green'  , XIYI => [1,0], Water => 6 },
+   { Colour => 'yellow' , XIYI => [1,1], Dykes => 4 },
+ ],
 );