chiark / gitweb /
move into misc-data.pl: HS1 XIYI
[pandemic-rising-tide.git] / misc-data.pl
1 our %c =
2 (
3  OrientRegions => [ 'Roer en Overmaas', 'Noorderzijlvest' ],
4  OrientBearing => -15,
5  GraphScale => 30,
6  Colours => {
7      yellow => 'fd0',
8      purple => 'b1f',
9      green  => '0a0',
10      red    => 'f50',
11      high   => '888',
12      sea    => '3ad',
13      cube   => '8df',
14      land   => '987654', # pale brown (WP)
15 #     land   => 'f4a460', # sandy brown
16 #     land   => '8b4513', # saddlebrown
17 #     land   => 'a0522d', # sienna
18      edge   => '000',
19      text        => 'fff',
20      textshadow  => '000',
21      dykefill    => '7ff7ff7ff',
22      dykeinit    => 'fff',
23      dykehsadd   => '642',
24      dykefail => '444',
25      playerdeck => 'fff',
26      hinttext   => '000',
27  },
28  Sea => 'NZ',
29  OuterfaceRe => qr{(?:NZ|L2?)},
30  SpecialRegions => [qw(NZ L L2)],
31  DisplayNames => {
32      ZZ => 'Zuiderzee',
33      NZ => 'Noordzee',
34  },
35  HS => [ 'Roer en Overmaas', 'Schouwen-Duiveland', 'Rijn en IJssel' ],
36  DashedHs => [ { 
37      Inner => 'ZZ',
38      Comment => 'Afsluitdijk',
39      Colour => 'purple',
40  } ],
41  SeaTrack => [qw(2 2 2 3 3 3 4 4 4)],
42  CubeAbove => [
43    'Wieringermeer'
44  ],
45  TextAdjust => {
46    'Zeeuws-Vlaanderen' => [0.6, 0],
47    'Walcheren'         => [0.6, 0.5], #-1.0, -0.75
48    'Noorderzijlvest'   => [0.0, -0.5],
49    'Twente',           => [-0.3, 0.0],
50    'Land van Heusden', => [-0.3, 0.0],
51    'Land van Altena',  => [-0.3, 0.0],
52    'Voorne-Putten',    => [+0.3, 0.0],
53    'Wieringermeer',    => [+0.2, -0.2],
54  },
55  PlayHint => <<'END',
56 1. Do 4 Actions
57 2. Operate Pumps
58 3. Draw 2 player cards
59      (resolve storms)
60 4. Dykes fail
61 5. Water flows
62 Hand limit 7 at all times
63 END
64  PA => {
65    OuterCoastDelta => [ -1000, 0 ],
66    BoundingsA1dy => [ 35, -7 ],
67    Overall => [ 34, -15 ],
68    OverallOn => { a4 => [ 0, -17 ] },
69    HS1_initials => [ 550, 1705, 'Top' ],
70  },
71  PlayHintdyAdjunct => 'Top',
72  PA_HS_HS => { green => [0, -0.40] },
73  PA_Outercoast_Vertices => [
74    { Re => qr{Noorderzijlvest}, PA => [ 100,-50 ] },
75  ],
76  Decks => [
77    { Colour => 'playerdeck', PosAdy => [ 401, 44, 'Bottom' ] },
78    { Colour => 'dykefail', PosAdy => [ 242, 1363, 'Top'], Rotate => 90 },
79  ],
80  HS1 => {
81    'red'    => { XIYI => [0,0] },
82    'purple' => { XIYI => [0,1] },
83    'green'  => { XIYI => [1,0] },
84    'yellow' => { XIYI => [1,1] },
85  },
86 );