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
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
|
# Note - must AND/OR take at least one of the choices?
# Versailles Cards
CARD 1 - Jules Ducatel
if (game.round === 4)
goto "reveal_commune_hand"
else
goto "reveal_commune_objective"
endif
ops 1 MILITARY
CARD 2 - The Murder of Vincenzini
increase_revolutionary_momentum
remove_up_to 3 POLITICAL
CARD 3 - Brassardiers
replace 1 (where_present(MILITARY))
CARD 4 - Jules Ferry
prompt "Place up to 2 in Republicans or replace 1 in National Assembly."
switch ["place","replace"]
case "place"
place_up_to 2 REPUBLICANS
case "replace"
replace 1 NATIONAL_ASSEMBLY
endswitch
CARD 5 - Le Figaro
prompt "Place up to 2 in Press or replace 1 in Public Opinion."
switch ["place","replace"]
case "place"
place_up_to 2 PRESS
case "replace"
replace 1 PUBLIC_OPINION
endswitch
CARD 6 - Général Louis Valentin
# remove_different_up_to 2 (where_present(PARIS))
goto "general_louis_valentin"
CARD 7 - Général Espivent
remove_up_to 2 SOCIAL_MOVEMENTS
CARD 8 - Les Amis de l'Ordre
# must place 2 in paris spaces
place 2 PARIS
CARD 9 - Socialist Newspaper Ban
increase_revolutionary_momentum
remove_up_to 2 PRESS
# forbid Le Reveil from being played
asm game.snb=1
CARD 10 - Fortification of Mont-Valérien
place_up_to 1 MONT_VALERIEN
if (is_control(MONT_VALERIEN))
may_place_disc MONT_VALERIEN
endif
CARD 11 - Adolphe Thiers
increase_prussian_collaboration
place_up_to 2 ROYALISTS
CARD 12 - Otto von Bismarck
# must remove own cube from National Assembly
remove_own NATIONAL_ASSEMBLY
increase_prussian_collaboration
ops 2 MILITARY
CARD 13 - Général Ernest de Cissey
ops 4 FORT_D_ISSY
CARD 14 - Colonel de Lochner
if (is_versailles_control(MONT_VALERIEN))
prompt "Use 3 Operation Points in Mont-Valérien or Butte Montmartre."
switch ["mont_valerien","butte_montmartre"]
case "mont_valerien"
ops 3 MONT_VALERIEN
case "butte_montmartre"
ops 3 BUTTE_MONTMARTRE
endswitch
else
ops 3 MONT_VALERIEN
endif
CARD 15 - Jules Favre
increase_prussian_collaboration
place_up_to 1 REPUBLICANS
CARD 16 - Hostage Decree
remove 20 CATHOLIC_CHURCH
CARD 17 - Maréchal Macmahon
ops 4 PARIS
# Commune Cards
CARD 18 - Paule Minck
replace 1 (where_present(MILITARY))
CARD 19 - Walery Wroblewski
# NOTE: exact
place_disc (where_present(PARIS))
CARD 20 - Banque de France
decrease_revolutionary_momentum
place_up_to 1 PARIS
may_place_disc PARIS
CARD 21 - Le Réveil
# must not have played Socialist Newspaper Ban
increase_revolutionary_momentum
place_up_to 1 PRESS
CARD 22 - Execution of Generals
increase_prussian_collaboration
replace_up_to 2 (where_present(PARIS))
CARD 23 - Les Cantinières
place_removed_up_to 2 (where_present(MILITARY))
CARD 24 - Eugène Protot
ops 3 INSTITUTIONAL
CARD 25 - Paul Cluseret
ops 2 PARIS
CARD 26 - Gaston Crémieux
increase_revolutionary_momentum
place_up_to 2 SOCIAL_MOVEMENTS
CARD 27 - Luise Michel
increase_revolutionary_momentum
prompt "Use 1 Operations Point in Public Opinion or Paris."
switch ["public_opinion","paris"]
case "public_opinion"
ops 1 PUBLIC_OPINION
case "paris"
ops 1 PARIS
endswitch
CARD 28 - Jaroslav Dombrowski
place_up_to 1 PARIS
may_place_disc PARIS
CARD 29 - Raoul Rigault
increase_revolutionary_momentum
move_up_to 2 CATHOLIC_CHURCH PARIS
CARD 30 - Karl Marx
goto "karl_marx"
CARD 31 - Blanquists
increase_revolutionary_momentum
ops 2 MILITARY
CARD 32 - Général Lullier
ops 4 CHATEAU_DE_VINCENNES
CARD 33 - Jules Vallès
increase_revolutionary_momentum
ops 2 PUBLIC_OPINION
CARD 34 - Charles Delescluze
prompt "Use 3 Operations Point in Military or 1 in Political."
switch ["military","political"]
case "military"
ops 3 MILITARY
case "political"
ops 1 POLITICAL
endswitch
# Neutral Cards
CARD 35 - Conciliation
# move_between_up_to 2 PUBLIC_OPINION PARIS
prompt "Move up to 2 from Public Opinion or Paris to the other."
switch ["public_opinion","paris"]
case "public_opinion"
move_up_to 2 PUBLIC_OPINION PARIS
case "paris"
move_up_to 2 PARIS PUBLIC_OPINION
endswitch
CARD 36 - Georges Clemenceau
move_up_to 3 PARIS INSTITUTIONAL
CARD 37 - Archbishop Georges Darboy
move_up_to 4 ANY CATHOLIC_CHURCH
CARD 38 - Victor Hugo
# must have initiative
# must decrease both player momentums
decrease_revolutionary_momentum
decrease_prussian_collaboration
ops 4 PUBLIC_OPINION
CARD 39 - Léon Gambetta
# must have initiative
replace_up_to 1 INSTITUTIONAL
if (game.active === COMMUNE)
decrease_prussian_collaboration
else
decrease_revolutionary_momentum
endif
CARD 40 - Elihu Washburne
# must have initiative
if (game.active === COMMUNE)
increase_revolutionary_momentum
else
increase_prussian_collaboration
endif
ops 2 INSTITUTIONAL
CARD 41 - Freemason Parade
# must have initiative
goto "freemason_parade"
prompt "Place up to 2 or replace 1 in Institutional."
switch ["place","replace"]
case "place"
place_up_to 2 INSTITUTIONAL
case "replace"
replace 1 INSTITUTIONAL
endswitch
# Objective Cards
CARD 42 - Paris Cannons
prompt "Use 3 Operations Points in Paris or increase your Player Momentum."
switch ["momentum","ops"]
case "momentum"
if (game.active === COMMUNE)
increase_revolutionary_momentum
else
increase_prussian_collaboration
endif
case "ops"
ops 3 PARIS
endswitch
CARD 43 - Aux Barricades!
ops 2 PARIS
player COMMUNE
may_place_disc BUTTE_AUX_CAILLES
CARD 44 - Commune's Stronghold
prompt "Use 2 Operations Points in Military or remove 1 from any space."
switch ["ops","remove"]
case "ops"
ops 2 MILITARY
case "remove"
remove 1 ANY
endswitch
CARD 45 - Fighting in Issy Village
ops 2 FORTS
player VERSAILLES
may_place_disc FORT_D_ISSY
CARD 46 - Battle of Mont-Valérien
ops 3 FORTS
if (game.active === COMMUNE)
decrease_prussian_collaboration
else
increase_prussian_collaboration
endif
CARD 47 - Raid on Château de Vincennes
prompt "Use 2 Operations Points in Military or remove 1 from any space."
switch ["ops","remove"]
case "ops"
ops 2 MILITARY
case "remove"
remove 1 ANY
endswitch
CARD 48 - Revolution in the Press
prompt "Use 3 Operations Points in Public Opinion or replace 1 in any space."
switch ["ops","replace"]
case "ops"
ops 3 PUBLIC_OPINION
case "replace"
replace 1 ANY
endswitch
CARD 49 - Pius IX
prompt "Replace in 2 different Political or remove 1 from any space."
switch ["replace","remove"]
case "replace"
replace_different 2 POLITICAL
case "remove"
remove 1 ANY
endswitch
CARD 50 - Socialist International
ops 2 PUBLIC_OPINION
if (game.active === COMMUNE)
increase_revolutionary_momentum
else
decrease_revolutionary_momentum
endif
CARD 51 - Royalists Dissension
prompt "Use 2 Operations Points in Institutional or remove 1 from any space."
switch ["ops","remove"]
case "ops"
ops 2 INSTITUTIONAL
case "remove"
remove 1 ANY
endswitch
CARD 52 - Rise of Republicanism
prompt "Use 3 Operations Points in Institutional or replace 1 in Military."
switch ["ops","replace"]
case "ops"
ops 3 INSTITUTIONAL
case "replace"
replace 1 MILITARY
endswitch
CARD 53 - Legitimacy
ops 3 POLITICAL
if (game.active === COMMUNE)
increase_revolutionary_momentum
else
increase_prussian_collaboration
endif
|