diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -628,9 +628,11 @@ endif CARD 82 - Spitzel* # Remove 2 Democratic SPs in Germany. permanently_remove +if !is_auto_resolve(C_SPITZEL) valid_spaces_country_opp 'East_Germany' prompt ' from East Germany' remove_opp_infl 2 +endif CARD 83 - Modrow* @@ -675,7 +677,6 @@ logi `C${C_THE_WALL_MUST_GO} has not been successfully played for the event.` endif - CARD 88 - Adamec* # Roll a die. On a 4-6 add 4 Communist SPs in Czechoslovakia, no more than 2 per space. -1 drm for every Worker or Farmer space in Czechoslovakia that is controlled by the Democratic Player. permanently_remove @@ -685,7 +686,6 @@ prompt 'Czechoslovakia' add_limited_infl 4 2 - CARD 89 - Domino Theory* # If the Democrat holds Power in at least 2 counties, he may retrieve any Power Struggle - card from the discard pile and play it immediately as an event. The Democrat receives a -1 drm to his dice rolls for this Power Struggle. permanently_remove @@ -695,7 +695,6 @@ domino_theory endif - CARD 90 - Civic Forum* # +1 VP. Place 4 SPs in Czechoslovakia. The Democratic Player may make Support Checks in Czechoslovakia using the Ops value of this card if the Czech Writers space is Democratically controlled. valid_spaces_country 'Czechoslovakia' @@ -710,12 +709,14 @@ support_check 2 CARD 91 - My First Banana* # Remove 2 Communist SPs and make two Support Checks in Germany using the Ops value of this card. permanently_remove +if !is_auto_resolve(C_MY_FIRST_BANANA) valid_spaces_country_opp 'East_Germany' prompt ' from East Germany' remove_opp_infl 2 valid_spaces_country_sc 'East_Germany' prompt 'select a space in East Germany' support_check 2 +endif CARD 92 - Betrayal @@ -779,12 +780,14 @@ endif CARD 98 - Politburo Intrigue* # Remove 3 Democratic SPs in Bulgaria, no more than 2 per space. Then make one Support Check in Bulgaria, using the Ops value of this card. permanently_remove +if !is_auto_resolve(C_POLITBURO_INTRIGUE) valid_spaces_country_opp 'Bulgaria' prompt ' from Bulgaria' remove_limited_opp_infl 3 2 valid_spaces_country_sc 'Bulgaria' prompt 'make a support check in Bulgaria' 1_support_check +endif CARD 99 - Ligachev* |