1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
|
let spaces = [
{name: 'Schwerin', name_unique: 'Schwerin', socio: 4, stability: 3, battleground: 0, country: 1, box: {x: 111, y: 61, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Rostock', name_unique: 'Rostock', socio: 4, stability: 3, battleground: 0, country: 1, box: {x: 228, y: 41, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Berlin', name_unique: 'Berlin', socio: 2, stability: 3, battleground: 1, country: 1, box: {x: 251, y: 113, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'German Writers', name_unique: 'German Writers', socio: 5, stability: 2, battleground: 0, country: 1, box: {x: 58, y: 185, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Walter Ulbricht Academy', name_unique: 'Walter Ulbricht Academy', socio: 6, stability: 1, battleground: 0, country: 1, box: {x: 175, y: 187, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Lutherian Church', name_unique: 'Lutherian Church', socio: 7, stability: 5, battleground: 1, country: 1, box: {x: 300, y: 212, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Magdeburg', name_unique: 'Magdeburg', socio: 4, stability: 3, battleground: 1, country: 1, box: {x: 58, y: 275, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Halle', name_unique: 'Halle', socio: 4, stability: 3, battleground: 0, country: 1, box: {x: 175, y: 278, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Leipzig', name_unique: 'Leipzig', socio: 4, stability: 3, battleground: 1, country: 1, box: {x: 297, y: 297, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Erfurt', name_unique: 'Erfurt', socio: 3, stability: 4, battleground: 0, country: 1, box: {x: 23, y: 356, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Karl-Marx-Stadt', name_unique: 'Karl-Marx-Stadt', socio: 4, stability: 3, battleground: 1, country: 1, box: {x: 138, y: 385, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Dresden', name_unique: 'Dresden', socio: 1, stability: 4, battleground: 1, country: 1, box: {x: 262, y: 375, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Szczecin', name_unique: 'Szczecin', socio: 4, stability: 3, battleground: 0, country: 2, box: {x: 434, y: 204, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Gdansk', name_unique: 'Gdansk', socio: 4, stability: 3, battleground: 1, country: 2, box: {x: 699, y: 215, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Bydgoszcz', name_unique: 'Bydgoszcz', socio: 1, stability: 4, battleground: 0, country: 2, box: {x: 679, y: 304, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Poznan', name_unique: 'Poznan', socio: 4, stability: 3, battleground: 1, country: 2, box: {x: 521, y: 355, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Warszawa', name_unique: 'Warszawa', socio: 2, stability: 3, battleground: 1, country: 2, box: {x: 806, y: 383, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Bialystok', name_unique: 'Bialystok', socio: 3, stability: 4, battleground: 0, country: 2, box: {x: 940, y: 342, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Wroclaw', name_unique: 'Wroclaw', socio: 4, stability: 3, battleground: 1, country: 2, box: {x: 462, y: 443, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Catholic Church', name_unique: 'Catholic Church Poland', socio: 7, stability: 5, battleground: 0, country: 2, box: {x: 625, y: 437, h: 65, w: 105}, demInfl: 5, comInfl: 0, demCtrl: 1, comCtrl: 0},
{name: 'Lodz', name_unique: 'Lodz', socio: 4, stability: 3, battleground: 1, country: 2, box: {x: 749, y: 486, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Katowice', name_unique: 'Katowice', socio: 4, stability: 3, battleground: 0, country: 2, box: {x: 570, y: 569, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Krakow', name_unique: 'Krakow', socio: 4, stability: 3, battleground: 1, country: 2, box: {x: 711, y: 598, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Lublin', name_unique: 'Lublin', socio: 3, stability: 4, battleground: 0, country: 2, box: {x: 879, y: 603, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Jagiellian University', name_unique: 'Jagiellian University', socio: 6, stability: 1, battleground: 0, country: 2, box: {x: 679, y: 681, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Polish Writers', name_unique: 'Polish Writers', socio: 5, stability: 2, battleground: 0, country: 2, box: {x: 832, y: 694, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Plzen', name_unique: 'Plzen', socio: 1, stability: 4, battleground: 0, country: 3, box: {x: 159, y: 483, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Ceske Budejovice', name_unique: 'Ceske Budejovice', socio: 3, stability: 3, battleground: 0, country: 3, box: {x: 196, y: 601, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Praha', name_unique: 'Praha', socio: 2, stability: 3, battleground: 1, country: 3, box: {x: 317, y: 614, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Charles University', name_unique: 'Charles University', socio: 6, stability: 1, battleground: 1, country: 3, box: {x: 380, y: 532, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Czech Writers', name_unique: 'Czech Writers', socio: 5, stability: 2, battleground: 1, country: 3, box: {x: 444, y: 607, h: 65, w: 105}, demInfl: 2, comInfl: 0, demCtrl: 1, comCtrl: 0},
{name: 'Brno', name_unique: 'Brno', socio: 4, stability: 3, battleground: 1, country: 3, box: {x: 403, y: 711, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Ostrava', name_unique: 'Ostrava', socio: 4, stability: 3, battleground: 1, country: 3, box: {x: 523, y: 681, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Bratislava', name_unique: 'Bratislava', socio: 4, stability: 3, battleground: 1, country: 3, box: {x: 417, y: 797, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Catholic Church', name_unique: 'Catholic Church Czech', socio: 7, stability: 5, battleground: 0, country: 3, box: {x: 538, y: 794, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Presov', name_unique: 'Presov', socio: 3, stability: 4, battleground: 0, country: 3, box: {x: 658, y: 794, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Kosice', name_unique: 'Kosice', socio: 3, stability: 4, battleground: 0, country: 3, box: {x: 777, y: 815, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Catholic Church', name_unique: 'Catholic Church Hungary', socio: 7, stability: 5, battleground: 0, country: 4, box: {x: 314, y: 886, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Gyor', name_unique: 'Gyor', socio: 4, stability: 3, battleground: 0, country: 4, box: {x: 434, y: 887, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Tatabanya', name_unique: 'Tatabanya', socio: 4, stability: 3, battleground: 0, country: 4, box: {x: 549, y: 886, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Miskolc', name_unique: 'Miskolc', socio: 4, stability: 3, battleground: 1, country: 4, box: {x: 664, y: 901, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Debrecen', name_unique: 'Debrecen', socio: 4, stability: 3, battleground: 1, country: 4, box: {x: 781, y: 938, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Szombathely', name_unique: 'Szombathely', socio: 1, stability: 4, battleground: 0, country: 4, box: {x: 316, y: 963, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Szekesfehervar', name_unique: 'Szekesfehervar', socio: 4, stability: 3, battleground: 0, country: 4, box: {x: 442, y: 962, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Budapest', name_unique: 'Budapest', socio: 2, stability: 3, battleground: 1, country: 4, box: {x: 630, y: 983, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Hungarian Writers', name_unique: 'Hungarian Writers', socio: 5, stability: 2, battleground: 0, country: 4, box: {x: 348, y: 1040, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Eotvos Lorand University', name_unique: 'Eotvos Lorand University', socio: 6, stability: 1, battleground: 0, country: 4, box: {x: 512, y: 1034, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Szeged', name_unique: 'Szeged', socio: 3, stability: 4, battleground: 1, country: 4, box: {x: 632, y: 1073, h: 65, w: 105}, demInfl: 1, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Pecs', name_unique: 'Pecs', socio: 3, stability: 4, battleground: 1, country: 4, box: {x: 486, y: 1105, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Timisoara', name_unique: 'Timisoara', socio: 4, stability: 3, battleground: 1, country: 5, box: {x: 597, y: 1204, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Cluj-Napoca', name_unique: 'Cluj-Napoca', socio: 1, stability: 4, battleground: 1, country: 5, box: {x: 756, y: 1125, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Targu Mures', name_unique: 'Targu Mures', socio: 3, stability: 4, battleground: 0, country: 5, box: {x: 915, y: 1136, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Iasi', name_unique: 'Iasi', socio: 4, stability: 3, battleground: 1, country: 5, box: {x: 1072, y: 1097, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Babes-Bolyai University', name_unique: 'Babes-Bolyai University', socio: 6, stability: 1, battleground: 0, country: 5, box: {x: 746, y: 1203, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Romanian Writers', name_unique: 'Romanian Writers', socio: 5, stability: 2, battleground: 0, country: 5, box: {x: 739, y: 1278, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Hargita/Covasna', name_unique: 'Hargita/Covasna', socio: 8, stability: 4, battleground: 0, country: 5, box: {x: 928, y: 1227, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Brasov', name_unique: 'Brasov', socio: 4, stability: 3, battleground: 1, country: 5, box: {x: 1049, y: 1225, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Orthodox Church', name_unique: 'Orthodox Church Romania', socio: 7, stability: 3, battleground: 0, country: 5, box: {x: 855, y: 1338, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Ploiesti', name_unique: 'Ploiesti', socio: 4, stability: 3, battleground: 0, country: 5, box: {x: 1061, y: 1316, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Craiova', name_unique: 'Craiova', socio: 3, stability: 4, battleground: 0, country: 5, box: {x: 763, y: 1411, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Bucuresti', name_unique: 'Bucuresti', socio: 2, stability: 3, battleground: 1, country: 5, box: {x: 929, y: 1445, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Galatii', name_unique: 'Galatii', socio: 4, stability: 3, battleground: 1, country: 5, box: {x: 1104, y: 1399, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Constanta', name_unique: 'Constanta', socio: 4, stability: 3, battleground: 0, country: 5, box: {x: 1130, y: 1517, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Pleven', name_unique: 'Pleven', socio: 3, stability: 4, battleground: 0, country: 6, box: {x: 764, y: 1534, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Orthodox Church', name_unique: 'Orthodox Church Bulgaria', socio: 7, stability: 3, battleground: 0, country: 6, box: {x: 882, y: 1540, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Ruse', name_unique: 'Ruse', socio: 4, stability: 3, battleground: 1, country: 6, box: {x: 998, y: 1540, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Sofia University', name_unique: 'Sofia University', socio: 6, stability: 1, battleground: 0, country: 6, box: {x: 645, y: 1650, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Sofia', name_unique: 'Sofia', socio: 2, stability: 3, battleground: 1, country: 6, box: {x: 768, y: 1653, h: 65, w: 105}, demInfl: 0, comInfl: 2, demCtrl: 0, comCtrl: 0},
{name: 'Stara Zagora', name_unique: 'Stara Zagora', socio: 1, stability: 4, battleground: 0, country: 6, box: {x: 886, y: 1694, h: 65, w: 105}, demInfl: 0, comInfl: 1, demCtrl: 0, comCtrl: 0},
{name: 'Razgrad', name_unique: 'Razgrad', socio: 8, stability: 4, battleground: 0, country: 6, box: {x: 954, y: 1620, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Burgas', name_unique: 'Burgas', socio: 4, stability: 3, battleground: 1, country: 6, box: {x: 1004, y: 1695, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Varna', name_unique: 'Varna', socio: 4, stability: 3, battleground: 1, country: 6, box: {x: 1086, y: 1613, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Bulgarian Writers', name_unique: 'Bulgarian Writers', socio: 5, stability: 2, battleground: 0, country: 6, box: {x: 652, y: 1726, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Plovdiv', name_unique: 'Plovdiv', socio: 4, stability: 3, battleground: 1, country: 6, box: {x: 771, y: 1739, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
{name: 'Sliven', name_unique: 'Sliven', socio: 3, stability: 4, battleground: 0, country: 6, box: {x: 894, y: 1768, h: 65, w: 105}, demInfl: 0, comInfl: 0, demCtrl: 0, comCtrl: 0},
]
/* This is set to have starting influence
const infl = [
{name: 'Schwerin', demInfl: 0, comInfl: 0},
{name: 'Rostock', demInfl: 0, comInfl: 0},
{name: 'Berlin', demInfl: 0, comInfl: 2},
{name: 'German Writers', demInfl: 0, comInfl: 0},
{name: 'Walter Ulbricht Academy', demInfl: 0, comInfl: 0},
{name: 'Lutherian Church', demInfl: 1, comInfl: 0},
{name: 'Magdeburg', demInfl: 0, comInfl: 0},
{name: 'Halle', demInfl: 0, comInfl: 0},
{name: 'Leipzig', demInfl: 0, comInfl: 0},
{name: 'Erfurt', demInfl: 0, comInfl: 0},
{name: 'Karl-Marx-Stadt', demInfl: 0, comInfl: 0},
{name: 'Dresden', demInfl: 0, comInfl: 2},
{name: 'Szczecin', demInfl: 0, comInfl: 0},
{name: 'Gdansk', demInfl: 1, comInfl: 0},
{name: 'Bydgoszcz', demInfl: 0, comInfl: 1},
{name: 'Poznan', demInfl: 0, comInfl: 0},
{name: 'Warszawa', demInfl: 0, comInfl: 1},
{name: 'Bialystok', demInfl: 0, comInfl: 0},
{name: 'Wroclaw', demInfl: 0, comInfl: 0},
{name: 'Catholic Church', demInfl: 5, comInfl: 0},
{name: 'Lodz', demInfl: 0, comInfl: 0},
{name: 'Katowice', demInfl: 0, comInfl: 0},
{name: 'Krakow', demInfl: 1, comInfl: 0},
{name: 'Lublin', demInfl: 0, comInfl: 1},
{name: 'Jagiellian University', demInfl: 0, comInfl: 0},
{name: 'Polish Writers', demInfl: 0, comInfl: 0},
{name: 'Plzen', demInfl: 0, comInfl: 2},
{name: 'Ceske Budejovice', demInfl: 0, comInfl: 0},
{name: 'Praha', demInfl: 0, comInfl: 2},
{name: 'Charles University', demInfl: 0, comInfl: 0},
{name: 'Czech Writers', demInfl: 2, comInfl: 0},
{name: 'Brno', demInfl: 0, comInfl: 1},
{name: 'Ostrava', demInfl: 0, comInfl: 0},
{name: 'Bratislava', demInfl: 0, comInfl: 0},
{name: 'Catholic Church', demInfl: 1, comInfl: 0},
{name: 'Presov', demInfl: 0, comInfl: 0},
{name: 'Kosice', demInfl: 0, comInfl: 0},
{name: 'Catholic Church', demInfl: 1, comInfl: 0},
{name: 'Gyor', demInfl: 0, comInfl: 0},
{name: 'Tatabanya', demInfl: 0, comInfl: 0},
{name: 'Miskolc', demInfl: 0, comInfl: 0},
{name: 'Debrecen', demInfl: 0, comInfl: 0},
{name: 'Szombathely', demInfl: 0, comInfl: 1},
{name: 'Szekesfehervar', demInfl: 1, comInfl: 0},
{name: 'Budapest', demInfl: 1, comInfl: 0},
{name: 'Hungarian Writers', demInfl: 0, comInfl: 0},
{name: 'Eotvos Lorand University', demInfl: 0, comInfl: 0},
{name: 'Szeged', demInfl: 1, comInfl: 0},
{name: 'Pecs', demInfl: 0, comInfl: 0},
{name: 'Timisoara', demInfl: 0, comInfl: 0},
{name: 'Cluj-Napoca', demInfl: 0, comInfl: 2},
{name: 'Targu Mures', demInfl: 0, comInfl: 0},
{name: 'Iasi', demInfl: 0, comInfl: 0},
{name: 'Babes-Bolyai University', demInfl: 0, comInfl: 0},
{name: 'Romanian Writers', demInfl: 0, comInfl: 0},
{name: 'Hargita/Covasna', demInfl: 0, comInfl: 0},
{name: 'Brasov', demInfl: 0, comInfl: 0},
{name: 'Orthodox Church', demInfl: 0, comInfl: 0},
{name: 'Ploiesti', demInfl: 0, comInfl: 0},
{name: 'Craiova', demInfl: 0, comInfl: 0},
{name: 'Bucuresti', demInfl: 0, comInfl: 2},
{name: 'Galatii', demInfl: 0, comInfl: 0},
{name: 'Constanta', demInfl: 0, comInfl: 0},
{name: 'Pleven', demInfl: 0, comInfl: 0},
{name: 'Orthodox Church', demInfl: 0, comInfl: 0},
{name: 'Ruse', demInfl: 0, comInfl: 0},
{name: 'Sofia University', demInfl: 0, comInfl: 0},
{name: 'Sofia', demInfl: 0, comInfl: 2},
{name: 'Stara Zagora', demInfl: 0, comInfl: 1},
{name: 'Razgrad', demInfl: 0, comInfl: 0},
{name: 'Burgas', demInfl: 0, comInfl: 0},
{name: 'Varna', demInfl: 0, comInfl: 0},
{name: 'Bulgarian Writers', demInfl: 0, comInfl: 0},
{name: 'Plovdiv', demInfl: 0, comInfl: 0},
{name: 'Sliven', demInfl: 0, comInfl: 0},
]*/
/* !! NOTE !! Two problematic cards. New Year's Eve Party and "The Wall Must Go!" */
const cards = [
{number: 1, period: 1, side: 'C', name: 'Legacy of Martial Law*', ops: 2, remove: 1},
{number: 2, period: 1, side: 'D', name: 'Solidarity Legalized*', ops: 4, remove: 1},
{number: 3, period: 1, side: 'D', name: 'Walesa*', ops: 3, remove: 1},
{number: 4, period: 1, side: 'D', name: 'Michnik*', ops: 1, remove: 1},
{number: 5, period: 1, side: 'D', name: 'General Strike', ops: 3, remove: 0},
{number: 6, period: 1, side: 'C', name: 'Brought in for Questioning', ops: 3, remove: 0},
{number: 7, period: 1, side: 'C', name: 'State Run Media*', ops: 2, remove: 1},
{number: 8, period: 1, side: 'N', name: 'Prudence', ops: 4, remove: 0},
{number: 9, period: 1, side: 'C', name: 'The Wall*', ops: 1, remove: 1},
{number: 10, period: 1, side: 'C', name: 'Cult of Personality*', ops: 3, remove: 1},
{number: 11, period: 1, side: 'C', name: 'Dissident Arrested', ops: 2, remove: 0},
{number: 12, period: 1, side: 'C', name: 'Apparatchiks*', ops: 2, remove: 1},
{number: 13, period: 1, side: 'C', name: 'Stasi*', ops: 1, remove: 1},
{number: 14, period: 1, side: 'N', name: 'Gorbachev Charms the West', ops: 4, remove: 0},
{number: 15, period: 1, side: 'C', name: 'Honecker*', ops: 3, remove: 1},
{number: 16, period: 1, side: 'C', name: 'Nomenklatura*', ops: 2, remove: 1},
{number: 17, period: 1, side: 'D', name: 'Roundtable Talks', ops: 3, remove: 0},
{number: 18, period: 1, side: 'C', name: 'Poszgay Defends the Revolution*', ops: 2, remove: 1},
{number: 19, period: 1, side: 'D', name: 'Papal Visit*', ops: 2, remove: 1},
{number: 20, period: 1, side: 'C', name: 'Deutsche Marks*', ops: 4, remove: 1},
{number: 21, period: 1, side: 'N', name: 'Common European Home', ops: 2, remove: 0},
{number: 22, period: 1, side: 'N', name: 'Power Struggle - Poland', ops: 0, remove: 0},
{number: 23, period: 1, side: 'N', name: 'Power Struggle - Hungary', ops: 0, remove: 0},
{number: 24, period: 1, side: 'D', name: 'St. Nicholas Church*', ops: 1, remove: 1},
{number: 25, period: 1, side: 'C', name: 'Perestroika*', ops: 3, remove: 1},
{number: 26, period: 1, side: 'D', name: 'Helsinki Final Act*', ops: 1, remove: 1},
{number: 27, period: 1, side: 'D', name: 'Consumerism', ops: 3, remove: 0},
{number: 28, period: 1, side: 'C', name: 'Factory Party Cells', ops: 3, remove: 0},
{number: 29, period: 1, side: 'D', name: 'Jan Palach Week*', ops: 1, remove: 1},
{number: 30, period: 1, side: 'C', name: 'Tear Gas*', ops: 1, remove: 1},
{number: 31, period: 1, side: 'D', name: 'Intelligentsia', ops: 2, remove: 0},
{number: 32, period: 1, side: 'C', name: 'Peasant Parties*', ops: 2, remove: 1},
{number: 33, period: 1, side: 'D', name: 'Sajudis*', ops: 2, remove: 1},
{number: 34, period: 1, side: 'D', name: 'Fidesz*', ops: 2, remove: 1},
{number: 35, period: 1, side: 'C', name: 'Heal Our Bleeding Wound', ops: 3, remove: 0},
{number: 36, period: 1, side: 'D', name: 'Dash for the West*', ops: 3, remove: 1},
{number: 37, period: 1, side: 'C', name: 'Nagy Reburied*', ops: 3, remove: 1},
{number: 38, period: 1, side: 'C', name: 'The July Concept*', ops: 3, remove: 1},
{number: 39, period: 1, side: 'D', name: 'Eco-Glasnost*', ops: 2, remove: 1},
{number: 40, period: 1, side: 'D', name: 'Hungarian Democratic Forum*', ops: 3, remove: 1},
{number: 41, period: 2, side: 'C', name: 'Ceausescu*', ops: 3, remove: 1},
{number: 42, period: 2, side: 'N', name: 'Power Struggle - East Germany', ops: 0, remove: 0},
{number: 43, period: 2, side: 'N', name: 'Power Struggle - Bulgaria', ops: 0, remove: 0},
{number: 44, period: 2, side: 'N', name: 'Inflationary Currency*', ops: 3, remove: 1},
{number: 45, period: 2, side: 'D', name: 'Soviet Troop Withdrawals*', ops: 4, remove: 1},
{number: 46, period: 2, side: 'D', name: 'Goodbye Lenin!*', ops: 3, remove: 1},
{number: 47, period: 2, side: 'C', name: 'Bulgarian Turks expelled*', ops: 3, remove: 1},
{number: 48, period: 2, side: 'D', name: '\"We are the People!\"', ops: 3, remove: 0},
{number: 49, period: 2, side: 'D', name: 'Foreign Currency Debt Burden', ops: 1, remove: 0},
{number: 50, period: 2, side: 'D', name: 'This Sinatra Doctrine*', ops: 3, remove: 1},
{number: 51, period: 2, side: 'C', name: '40th Anniversary Celebration*', ops: 2, remove: 1},
{number: 52, period: 2, side: 'C', name: 'Normalization*', ops: 3, remove: 1},
{number: 53, period: 2, side: 'C', name: 'Li Peng*', ops: 2, remove: 1},
{number: 54, period: 3, side: 'D', name: 'The Crowd Turns Against Ceausescu*', ops: 3, remove: 1},
{number: 55, period: 2, side: 'N', name: 'Power Struggle - Czechoslovakia', ops: 0, remove: 0},
{number: 56, period: 2, side: 'D', name: 'Foreign Television*', ops: 2, remove: 1},
{number: 57, period: 2, side: 'C', name: 'Central Committee Reshuffle*', ops: 2, remove: 1},
{number: 58, period: 2, side: 'D', name: 'Austria-Hungary Border Reopened*', ops: 2, remove: 1},
{number: 59, period: 2, side: 'C', name: 'GrenzTruppen*', ops: 2, remove: 1},
{number: 60, period: 2, side: 'D', name: 'Toxic Waste*', ops: 2, remove: 1},
{number: 61, period: 2, side: 'D', name: 'The Monday Demonstrations*', ops: 4, remove: 1},
{number: 62, period: 2, side: 'D', name: 'Yakovlev Counsels Gorbachev*', ops: 2, remove: 1},
{number: 63, period: 2, side: 'D', name: 'Genscher*', ops: 2, remove: 1},
{number: 64, period: 2, side: 'D', name: 'Legacy of 1968*', ops: 4, remove: 1},
{number: 65, period: 2, side: 'D', name: 'Presidential Visit*', ops: 3, remove: 1},
{number: 66, period: 2, side: 'D', name: 'New Forum*', ops: 1, remove: 1},
{number: 67, period: 2, side: 'N', name: 'Reformer Rehabilitated*', ops: 2, remove: 1},
{number: 68, period: 2, side: 'D', name: 'Klaus and Komarek*', ops: 3, remove: 1},
{number: 69, period: 2, side: 'C', name: 'Systematization*', ops: 3, remove: 1},
{number: 70, period: 3, side: 'C', name: 'Securitate*', ops: 2, remove: 1},
{number: 71, period: 2, side: 'D', name: 'Kiss of Death*', ops: 3, remove: 1},
{number: 72, period: 2, side: 'D', name: 'Peasant Parties Revolt*', ops: 3, remove: 1},
{number: 73, period: 2, side: 'D', name: 'Laszlo Tokes*', ops: 2, remove: 1},
{number: 74, period: 2, side: 'D', name: 'FRG Embassies*', ops: 3, remove: 1},
{number: 75, period: 2, side: 'D', name: 'Exit Visas*', ops: 3, remove: 1},
{number: 76, period: 2, side: 'C', name: 'Warsaw Pact Summit*', ops: 2, remove: 1},
{number: 77, period: 2, side: 'D', name: 'Samizdat*', ops: 3, remove: 1},
{number: 78, period: 2, side: 'N', name: 'Workers Revolt', ops: 2, remove: 0},
{number: 79, period: 2, side: 'C', name: 'The Third Way*', ops: 2, remove: 1},
{number: 80, period: 2, side: 'C', name: 'Nepotism*', ops: 3, remove: 1},
{number: 81, period: 2, side: 'D', name: 'The Baltic Way*', ops: 3, remove: 1},
{number: 82, period: 3, side: 'C', name: 'Spitzel*', ops: 1, remove: 1},
{number: 83, period: 3, side: 'C', name: 'Modrow*', ops: 2, remove: 1},
{number: 84, period: 3, side: 'D', name: 'Breakaway Baltic Republics*', ops: 4, remove: 1},
{number: 85, period: 3, side: 'N', name: 'Tank Column/Tank Man*', ops: 2, remove: 1},
{number: 86, period: 3, side: 'D', name: '\"The Wall Must Go!*\"', ops: 3, remove: 0},
{number: 87, period: 3, side: 'D', name: 'Kohl Proposes Reunification*', ops: 3, remove: 1},
{number: 88, period: 3, side: 'C', name: 'Adamec*', ops: 2, remove: 1},
{number: 89, period: 3, side: 'D', name: 'Domino Theory*', ops: 3, remove: 1},
{number: 90, period: 3, side: 'D', name: 'Civic Forum*', ops: 4, remove: 1},
{number: 91, period: 3, side: 'D', name: 'My First Banana*', ops: 3, remove: 1},
{number: 92, period: 3, side: 'C', name: 'Betrayal*', ops: 3, remove: 1},
{number: 93, period: 3, side: 'D', name: 'Shock Therapy*', ops: 3, remove: 1},
{number: 94, period: 3, side: 'D', name: 'Union of Democratic Forces*', ops: 4, remove: 1},
{number: 95, period: 3, side: 'N', name: 'Power Struggle - Romania', ops: 0, remove: 0},
{number: 96, period: 3, side: 'C', name: 'The Chinese Solution*', ops: 1, remove: 1},
{number: 97, period: 3, side: 'D', name: 'The Tyrant is Gone*', ops: 2, remove: 1},
{number: 98, period: 3, side: 'C', name: 'Politburo Intrigue*', ops: 2, remove: 1},
{number: 99, period: 3, side: 'C', name: 'Ligachev*', ops: 3, remove: 1},
{number: 100, period: 3, side: 'N', name: 'Stand Fast*', ops: 3, remove: 1},
{number: 101, period: 3, side: 'C', name: 'Elena*', ops: 1, remove: 1},
{number: 102, period: 3, side: 'C', name: 'National Salvation Front*', ops: 3, remove: 1},
{number: 103, period: 3, side: 'D', name: 'Government Resigns*', ops: 3, remove: 1},
{number: 104, period: 3, side: 'C', name: 'New Year\'s Eve Party*', ops: 2, remove: 1},
{number: 105, period: 3, side: 'D', name: 'Public Against Violence*', ops: 3, remove: 1},
{number: 106, period: 3, side: 'C', name: 'Social Democratic Platform Adopted*', ops: 2, remove: 1},
{number: 107, period: 3, side: 'C', name: 'Massacre in Timisoara*', ops: 3, remove: 1},
{number: 108, period: 3, side: 'D', name: 'Army Backs Revolution*', ops: 3, remove: 1},
{number: 109, period: 3, side: 'C', name: 'Kremlin Coup!*', ops: 3, remove: 1},
{number: 110, period: 3, side: 'D', name: 'Malta Summit*', ops: 3, remove: 1},
]
const demTST = [5, 5, 6, 6, 7, 8, 9, 10]
const comTST = [6, 6, 7, 7, 8, 7, 6, 5]
|