chiark / gitweb /
c DisplayNames
[pandemic-rising-tide.git] / misc-data.pl
1 our %c =
2 (
3  OrientRegions => [ 'Roer en Overmaas', 'Noorderzijlvest' ],
4  OrientBearing => -10,
5  GraphScale => 30,
6  Colours => {
7      yellow => 'ff0',
8      purple => 'e0e',
9      green  => '0a0',
10      red    => 'f50',
11      high   => '888',
12      sea    => '88f',
13      land   => '922',
14  },
15  DisplayNames => {
16      ZZ => 'Zuiderzee',
17  },
18 );