summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/events.txt b/events.txt
index 279339c..7215377 100644
--- a/events.txt
+++ b/events.txt
@@ -3,6 +3,7 @@
# Versailles Cards
CARD 1 - Jules Ducatel
+ # TODO
if (game.round === 4)
goto "reveal_commune_hand"
else
@@ -12,17 +13,21 @@ CARD 1 - Jules Ducatel
CARD 2 - The Murder of Vincenzini
increase_revolutionary_momentum
+ prompt "Remove up to 3 from Political."
remove_up_to 3 POLITICAL
CARD 3 - Brassardiers
+ prompt "Replace 1 in a Military space where you are present."
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"
+ prompt "Place up to 2 in Republicans."
place_up_to 2 REPUBLICANS
case "replace"
+ prompt "Replace 1 in National Assembly."
replace 1 NATIONAL_ASSEMBLY
endswitch
@@ -30,33 +35,41 @@ CARD 5 - Le Figaro
prompt "Place up to 2 in Press or replace 1 in Public Opinion."
switch ["place","replace"]
case "place"
+ prompt "Place up to 2 in Press."
place_up_to 2 PRESS
case "replace"
+ prompt "Replace 1 in Public Opinion."
replace 1 PUBLIC_OPINION
endswitch
CARD 6 - Général Louis Valentin
# remove_different_up_to 2 (where_present(PARIS))
+ # TODO
goto "general_louis_valentin"
CARD 7 - Général Espivent
+ prompt "Remove up to 2 from Social Movements."
remove_up_to 2 SOCIAL_MOVEMENTS
CARD 8 - Les Amis de l'Ordre
# must place 2 in paris spaces
+ prompt "Place 2 in Paris."
place 2 PARIS
CARD 9 - Socialist Newspaper Ban
increase_revolutionary_momentum
+ prompt "Remove up to 2 from Press."
remove_up_to 2 PRESS
# forbid Le Reveil from being played
asm game.snb=1
CARD 10 - Fortification of Mont-Valérien
+ prompt "Place up to 1 in Mont-Valérien."
place_up_to 1 MONT_VALERIEN
# reassess control after placing the cube
asm update_presence_and_control()
if (is_control(MONT_VALERIEN))
+ prompt "You may place a Fortification in Mont-Valérien."
may_place_disc MONT_VALERIEN
endif
@@ -66,6 +79,8 @@ CARD 11 - Adolphe Thiers
CARD 12 - Otto von Bismarck
# must remove own cube from National Assembly
+ # TODO
+ prompt "Remove 1 blue cube from National Assembly."
remove_own NATIONAL_ASSEMBLY
increase_prussian_collaboration
ops 2 MILITARY
@@ -99,26 +114,33 @@ CARD 17 - Maréchal Macmahon
# Commune Cards
CARD 18 - Paule Minck
+ prompt "Replace 1 in a Military space where you are present."
replace 1 (where_present(MILITARY))
CARD 19 - Walery Wroblewski
+ prompt "Place one Barricade in a Paris space where you are present."
place_disc (where_present(PARIS))
CARD 20 - Banque de France
decrease_revolutionary_momentum
+ prompt "Place up to 1 in Paris."
place_up_to 1 PARIS
+ prompt "You may place a Barricade in Paris."
may_place_disc PARIS
CARD 21 - Le Réveil
# must not have played Socialist Newspaper Ban
increase_revolutionary_momentum
+ prompt "Place up to 1 in Press."
place_up_to 1 PRESS
CARD 22 - Execution of Generals
increase_prussian_collaboration
+ prompt "Replace up to 2 in a Paris space where you are 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)."
place_removed_up_to 2 (where_present(MILITARY))
CARD 24 - Eugène Protot
@@ -147,9 +169,11 @@ CARD 28 - Jaroslav Dombrowski
CARD 29 - Raoul Rigault
increase_revolutionary_momentum
+ prompt "Move up to 2 from Catholic Church to Paris."
move_up_to 2 CATHOLIC_CHURCH PARIS
CARD 30 - Karl Marx
+ # TODO
goto "karl_marx"
CARD 31 - Blanquists
@@ -178,15 +202,19 @@ CARD 35 - Conciliation
prompt "Move up to 2 from Public Opinion or Paris to the other."
switch ["public_opinion","paris"]
case "public_opinion"
+ prompt "Move up to 2 from Public Opinion to Paris."
move_up_to 2 PUBLIC_OPINION PARIS
case "paris"
+ prompt "Move up to 2 from Paris to Public Opinion."
move_up_to 2 PARIS PUBLIC_OPINION
endswitch
CARD 36 - Georges Clemenceau
+ prompt "Move up to 3 from Paris to Institutional."
move_up_to 3 PARIS INSTITUTIONAL
CARD 37 - Archbishop Georges Darboy
+ prompt "Move up to 4 from any spaces to Catholic Church."
move_up_to 4 ANY CATHOLIC_CHURCH
CARD 38 - Victor Hugo
@@ -220,8 +248,10 @@ CARD 41 - Freemason Parade
prompt "Place up to 2 or replace 1 in Institutional."
switch ["place","replace"]
case "place"
+ prompt "Place up to 2 in Institutional."
place_up_to 2 INSTITUTIONAL
case "replace"
+ prompt "Replace 1 in Institutional."
replace 1 INSTITUTIONAL
endswitch
@@ -243,6 +273,7 @@ CARD 42 - Paris Cannons
CARD 43 - Aux Barricades!
ops 2 PARIS
player COMMUNE
+ prompt "You may place a Barricade in Butte-aux-Cailles."
may_place_disc BUTTE_AUX_CAILLES
CARD 44 - Commune's Stronghold
@@ -251,6 +282,7 @@ CARD 44 - Commune's Stronghold
case "ops"
ops 2 MILITARY
case "remove"
+ prompt "Remove 1 from any space."
remove 1 ANY
endswitch