chiark / gitweb /
move into misc-data.pl: AP SeaTrack
[pandemic-rising-tide.git] / misc-data.pl
index 48bb0e5e49fb9ef432e50eb99f4ac068a0dc8307..47ed3d1690512c205b0384bd515842c8b185a5d5 100644 (file)
@@ -26,12 +26,22 @@ our %c =
      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
@@ -51,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 },
+ ],
 );