diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 31 |
1 files changed, 16 insertions, 15 deletions
@@ -17,7 +17,7 @@ CARD 2 - The Murder of Vincenzini remove_up_to 3 POLITICAL CARD 3 - Brassardiers - prompt "Replace 1 in a Military space where you are present." + prompt "Replace 1 in Military where present." replace 1 (where_present(MILITARY)) CARD 4 - Jules Ferry @@ -82,7 +82,7 @@ CARD 11 - Adolphe Thiers CARD 12 - Otto von Bismarck # must remove own cube from National Assembly - prompt "Remove 1 blue cube from National Assembly." + prompt "Remove 1 from National Assembly." remove_own NATIONAL_ASSEMBLY increase_prussian_collaboration ops 2 MILITARY @@ -92,7 +92,7 @@ CARD 13 - Général Ernest de Cissey CARD 14 - Colonel de Lochner if (is_versailles_control(MONT_VALERIEN)) - prompt "Use up to 3 Operations Points in Mont-Valérien or Butte Montmartre." + prompt "Use 3 OP in Mont-Valérien or Butte Montmartre." switch ["mont_valerien","butte_montmartre"] case "mont_valerien" ops 3 MONT_VALERIEN @@ -105,6 +105,7 @@ CARD 14 - Colonel de Lochner CARD 15 - Jules Favre increase_prussian_collaboration + # TODO BUG HERE? - skipped this place_up_to 1 REPUBLICANS CARD 16 - Hostage Decree @@ -116,11 +117,11 @@ CARD 17 - Maréchal Macmahon # Commune Cards CARD 18 - Paule Minck - prompt "Replace 1 in a Military space where you are present." + prompt "Replace 1 in Military where present." replace 1 (where_present(MILITARY)) CARD 19 - Walery Wroblewski - prompt "Place one Barricade in a Paris space where you are present." + prompt "Place one Barricade in Paris where present." place_disc (where_present(PARIS)) CARD 20 - Banque de France @@ -138,11 +139,11 @@ CARD 21 - Le Réveil CARD 22 - Execution of Generals increase_prussian_collaboration - prompt "Replace up to 2 in a Paris space where you are present." + prompt "Replace up to 2 in Paris where present." replace_up_to 2 (where_present(PARIS)) CARD 23 - Les Cantinières - prompt "Place up to 2 in a Military space where you are present (may use removed)." + prompt "Place up to 2 in Military where present (use removed cubes)." place_removed_up_to 2 (where_present(MILITARY)) CARD 24 - Eugène Protot @@ -157,7 +158,7 @@ CARD 26 - Gaston Crémieux CARD 27 - Luise Michel increase_revolutionary_momentum - prompt "Use 1 Operations Point in Public Opinion or Paris." + prompt "Use 1 OP in Public Opinion or Paris." switch ["public_opinion","paris"] case "public_opinion" ops 1 PUBLIC_OPINION @@ -190,7 +191,7 @@ CARD 33 - Jules Vallès ops 2 PUBLIC_OPINION CARD 34 - Charles Delescluze - prompt "Use 3 Operations Point in Military or 1 in Political." + prompt "Use 3 OP in Military or 1 in Political." switch ["military","political"] case "military" ops 3 MILITARY @@ -263,7 +264,7 @@ CARD 41 - Freemason Parade # Objective Cards CARD 42 - Paris Cannons - prompt "Use 3 Operations Points in Paris or increase your Player Momentum." + prompt "Use 3 OP in Paris or increase your Player Momentum." switch ["momentum","ops"] case "momentum" if (game.active === COMMUNE) @@ -282,7 +283,7 @@ CARD 43 - Aux Barricades! may_place_disc BUTTE_AUX_CAILLES CARD 44 - Commune's Stronghold - prompt "Use 2 Operations Points in Military or remove 1 from any space." + prompt "Use 2 OP in Military or remove 1 from any space." switch ["ops","remove"] case "ops" ops 2 MILITARY @@ -305,7 +306,7 @@ CARD 46 - Battle of Mont-Valérien endif CARD 47 - Raid on Château de Vincennes - prompt "Use 2 Operations Points in Military or remove 1 from any space." + prompt "Use 2 OP in Military or remove 1 from any space." switch ["ops","remove"] case "ops" ops 2 MILITARY @@ -314,7 +315,7 @@ CARD 47 - Raid on Château de Vincennes endswitch CARD 48 - Revolution in the Press - prompt "Use 3 Operations Points in Public Opinion or replace 1 in any space." + prompt "Use 3 OP in Public Opinion or replace 1 in any space." switch ["ops","replace"] case "ops" ops 3 PUBLIC_OPINION @@ -340,7 +341,7 @@ CARD 50 - Socialist International endif CARD 51 - Royalists Dissension - prompt "Use 2 Operations Points in Institutional or remove 1 from any space." + prompt "Use 2 OP in Institutional or remove 1 from any space." switch ["ops","remove"] case "ops" ops 2 INSTITUTIONAL @@ -349,7 +350,7 @@ CARD 51 - Royalists Dissension endswitch CARD 52 - Rise of Republicanism - prompt "Use 3 Operations Points in Institutional or replace 1 in Military." + prompt "Use 3 OP in Institutional or replace 1 in Military." switch ["ops","replace"] case "ops" ops 3 INSTITUTIONAL |