chiark / gitweb /
preview png, actually make it a png
[pandemic-rising-tide.git] / misc-data.pl
index 4c061aefba939a7cc9f70d19f34157aa32c986ba..57179f3938a78ef20b73347fef5ca91829e65a6b 100644 (file)
@@ -1,3 +1,20 @@
+# misc-data.pl - details from Pandemic Rising Tide needed to draw a board
+#
+# Very probably copyright (C) 2017 Z-Man Games
+# Copyright (C) 2019 Ian Jackson
+#
+# This file is probably, in copyright law, a derivative work of
+# Pandemic Rising Tide, because it gives many details about the game
+# and even some text derived from that on the orginal board.  It
+# also contains many consequential details added by me, Ian Jackson.
+#
+# My own contributions are dual licensed, GPv3+ or CC-BY 4.0+,
+# Only to the Pandemic Rising Tide folks, it is permissively licensed.
+#
+# Pandemic and Pandemic Rising Tide are (I think) trademarks of Z-Man
+# games and I use them without permission.
+
+
 our %c =
 (
  OrientRegions => [ 'Roer en Overmaas', 'Noorderzijlvest' ],
@@ -66,6 +83,9 @@ END
    BoundingsA1dy => [ 35, -7 ],
    Overall => [ 34, -15 ],
    OverallOn => { a4 => [ 0, -17 ] },
+   HS1_initials => [ 550, 1705, 'Top' ],
+   SeaTrack => [ 11, 700 ],
+   PlayHint => [ 260, 1715, 'Top' ],
  },
  PlayHintdyAdjunct => 'Top',
  PA_HS_HS => { green => [0, -0.40] },
@@ -73,8 +93,13 @@ END
    { Re => qr{Noorderzijlvest}, PA => [ 100,-50 ] },
  ],
  Decks => [
-   { Colour => 'playerdeck', Pos => [ 401, 44 ], dyAdjunct => 'Bottom' },
-   { Colour => 'dykefail', Pos => [ 242, 1363 ], dyAdjunct => 'Top',
-                          Rotate => 90 },
+   { 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 },
  ],
 );