diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 13:26:50 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-29 13:26:50 +0100 |
commit | 794f1b8e6d6cb7d58c3036241e2bd355bc55ece6 (patch) | |
tree | 02e989bf8803295e607d2952d466f7d4ac7ca3a1 /events.txt | |
parent | d8046647bc35ee2007df85111bccb240ddd00032 (diff) | |
download | 1989-dawn-of-freedom-794f1b8e6d6cb7d58c3036241e2bd355bc55ece6.tar.gz |
Changes to reduce size of game object
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -68,9 +68,11 @@ permanently_remove CARD 10 - Cult of Personality # Place 4 Communist SPs in Worker or Farmer spaces in Romania, no more than 2 per space. +if !game.persistent_events['the_tyrant_is_gone'] valid_spaces_country_socio_2 'Romania', 3, 4 prompt 'Worker or Farmer spaces in Romania, no more than 2 per space' add_limited_infl 4 2 +endif permanently_remove @@ -294,6 +296,7 @@ permanently_remove 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. +if !game.persistent_events['the_tyrant_is_gone'] valid_spaces_country_sc 'Romania' prompt ' from Romania' remove_opp_infl 3 @@ -302,6 +305,7 @@ prompt 'make a support check in Romania' 1_support_check prompt ' from Bucharesti' ceausescu +endif permanently_remove @@ -762,9 +766,11 @@ permanently_remove CARD 101 - Elena* # Add 2 SPs to the Romania Elite Space. -1 drm for Democratic Player for Support Checks in Romania the rest of this turn. No longer playable after The Tyrant is Gone +if !game.persistent_events['the_tyrant_is_gone'] valid_spaces 51 prompt 'the Romania Elite Space' add_x_infl 2 +endif elena @@ -813,10 +819,12 @@ permanently_remove CARD 107 - Massacre in Timisoara* # Communist Player makes Support Checks in Romania using the Ops value of this card with +2 drm. Requires play of Lazslo Tokes. +if !game.persistent_events['the_tyrant_is_gone'] massacre_in_timisoara valid_spaces_country_sc 'Romania' prompt 'Make Support Checks in Romania' support_check_modified 2 2 +endif permanently_remove |