diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 20:03:45 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-05 20:03:45 +0000 |
commit | ebf691da7c8f992a2b1a20fc2b7cee7b84c3bee9 (patch) | |
tree | 7505dd42ce9ed02646b78ec41d9ddd1482dc8580 /events.txt | |
parent | d74ad01205df4dc4f669e078fe0f5699f8d70db7 (diff) | |
download | 1989-dawn-of-freedom-ebf691da7c8f992a2b1a20fc2b7cee7b84c3bee9.tar.gz |
Update autoresolve events
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 42 |
1 files changed, 37 insertions, 5 deletions
@@ -44,7 +44,9 @@ general_strike CARD 6 - Brought in for Questioning # The Democratic Player must randomly discard a card. If it is a Communist event it takes place immediately. +if !is_auto_resolve(C_BROUGHT_IN_FOR_QUESTIONING) brought_in_for_questioning +endif CARD 7 - State Run Media* @@ -78,9 +80,11 @@ endif CARD 11 - Dissident arrested # Remove 2 Democratic SPs from any Intellectuals space. +if !is_auto_resolve(C_DISSIDENT_ARRESTED) valid_spaces_opponent_socio 5 prompt 'any Intellectuals space' remove_x_opp_infl 2 +endif CARD 12 - Apparatchicks @@ -140,7 +144,9 @@ add_x_infl 3 CARD 20 - Deutsche Marks* # Democratic Player gives the Communist Player his highest Ops value card. If a Communist event it takes place immediately, otherwise use the Ops value of the card without triggering the event. permanently_remove +if !is_auto_resolve(C_DEUTSCHE_MARKS) deutsche_marks +endif CARD 21 - Common European Home @@ -160,9 +166,11 @@ power_struggle CARD 24 - St Nicolas Church # Place sufficient Democratic SPs in the Lutheran Church space for Democratic control. Allows play of The Monday Demonstrations. +if !check_dem_control(S_LUTHERAN_CHURCH) valid_spaces 'Lutheran Church' prompt 'the Lutheran Church' take_control_prep 1 +endif st_nicholas_church @@ -225,10 +233,13 @@ add_limited_infl 4 2 CARD 33 - Sajudis* # +1 VP. Reduce USSR stability by 1. Place sufficient Democratic support in any Minorities space for control. Allows play of The Baltic Way. permanently_remove +sajudis +if !is_auto_resolve(C_SAJUDIS) sajudis_check prompt 'any Minorities space' take_control_prep 1 -sajudis +endif + CARD 34 - Fidesz* @@ -293,7 +304,10 @@ prompt 'make a Support Check in Hungary' CARD 41 - Ceausescu* # Remove 3 Democratic SPs in Romania and make a Support Check in Romania using the Ops value of this card. If the Democratic Player has any SPs in spaces adjacent to Cluj at the end of this action round remove 1 Communist SP from Bucharest. May not be played as an event after The Tyrant is Gone. permanently_remove -if !game.the_tyrant_is_gone +if game.the_tyrant_is_gone +tyrant_block +else +if !is_auto_resolve(C_CEAUSESCU) valid_spaces_country_opp 'Romania' prompt ' from Romania' remove_opp_infl 3 @@ -302,8 +316,6 @@ prompt 'make a support check in Romania' 1_support_check prompt ' from Bucharesti' ceausescu -else -tyrant_block endif @@ -350,13 +362,18 @@ CARD 47 - Bulgarian Turks Expelled* # -2 VP. Remove any Democratic SPs in Razgrad. permanently_remove bulgarian_turks_expelled +if !is_auto_resolve(C_BULGARIAN_TURKS_EXPELLED) +valid_spaces 'Razgrad' prompt 'Razgrad' remove_all_infl 1 +endif CARD 48 - We are the People!* # The Democrat can move up to 4 SPs from the Lutheran Church space to any spaces in Germany, no more than 2 per space. The Communist may no longer make Support Checks in Leipzig. +if !is_auto_resolve(C_WE_ARE_THE_PEOPLE) we_are_the_people +endif CARD 49 - Foreign Currency Debt Burden* @@ -383,9 +400,11 @@ add_infl_free CARD 52 - Normalisation # Remove all Democratic SPs from the Czechoslovakia Elite and Bureaucrat Spaces. permanently_remove +if !is_auto_resolve(C_NORMALISATION) normalisation prompt 'the Czechoslovakia Elite and Bureaucrat Spaces' remove_all_infl 2 +endif CARD 53 - Li Peng* @@ -508,7 +527,9 @@ securitate CARD 71 - Kiss of Death* # The Communist Player must randomly discard a card. If it is neutral or Democratic it takes place immediately. permanently_remove +if !is_auto_resolve(C_KISS_OF_DEATH) kiss_of_death +endif CARD 72 - Peasant Parties Revolt @@ -588,9 +609,12 @@ add_infl_free CARD 81 - The Baltic Way* # +2 VP. Reduce USSR stability by 1. Place sufficient Democratic SPs in any Minorities space for control. .Requires play of Sajudis. Allows play of Breakaway Baltic Republics. permanently_remove +the_baltic_way_prep +if !is_auto_resolve(C_THE_BALTIC_WAY) the_baltic_way prompt 'any Minorities space' take_control_prep 1 +endif CARD 82 - Spitzel* @@ -636,7 +660,10 @@ remove_infl 3 CARD 87 - Kohl Proposes Reunification* # +2 VP. The Democratic Player may place SPs or make Support Checks using the Ops value of this card if The Wall Must Go! has been played as an event successfully. permanently_remove +kohl_proposes_reunification_prep +if !is_auto_resolve(C_KOHL_PROPOSES_REUNIFICATION) kohl_proposes_reunification +endif @@ -683,8 +710,10 @@ support_check 2 CARD 92 - Betrayal # Choose any Orthodox Church space. Replace all Democratic SPs with Communist SPs. permanently_remove +if !is_auto_resolve(C_BETRAYAL) prompt 'choose any Orthodox Church space. Replace all Democratic SPs with Communist SPs' betrayal +endif CARD 93 - Shock Therapy* @@ -774,10 +803,13 @@ national_salvation_front CARD 103 - Government Resigns* # Remove all Communist SPs from any uncontrolled Elite space. +permanently_remove +if !is_auto_resolve(C_GOVERNMENT_RESIGNS) government_resigns prompt 'any uncontrolled Elite space' remove_all_infl 1 -permanently_remove +endif + CARD 104 - New Year's Eve Party* |