diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -31,9 +31,10 @@ EVENT 2 space 2 ((s === S_MOUNTAIN_PASSES || s === S_PUNJAB) && has_ds_unit(s)) prompt "Remove up to 2 Delhi Sultanate Units." piece_undo_opt 2 is_ds_unit(p) && is_piece_in_event_space(p) - remove + summary_remove endpiece endspace + pop_summary SHADED 2 stay_eligible @@ -226,16 +227,18 @@ SHADED 11 current DS prompt "Remove 4 Mongol Invaders." piece_undo_opt 4 is_mongol_invader(p) - remove + summary_remove endpiece + pop_summary EVENT 12 current REBEL_FACTIONS gain_cavalry 2 prompt "Remove 4 Delhi Sultantes pieces from Provinces adjacent to Warangal." piece_undo_opt 4 (is_adjacent_to_city(C_WARANGAL, piece_space(p)) && piece_faction(p) === DS) - remove + summary_remove endpiece + pop_summary SHADED 12 current DS @@ -380,8 +383,9 @@ EVENT 17 add_influence BK prompt "Remove up to 5 Delhi Sultanate Units from Provinces with you presence." piece_undo_opt 5 is_ds_unit(p) && has_piece_faction(piece_space(p), BK) - remove + summary_remove endpiece + pop_summary SHADED 17 prompt "Remove a Fort and up to 2 Amirs from one Province." @@ -392,8 +396,9 @@ SHADED 17 endpiece prompt "Remove up to 2 Amirs from selected Province." piece_undo_opt 2 is_piece_in_event_space(p) && is_amir(p) - remove + summary_remove endpiece + pop_summary endspace resources BK -2 @@ -716,8 +721,9 @@ EVENT 33 current (has_majority_goa()) prompt "Remove up to 3 Opposing Units adjacent to Goa." piece_opt 3 (is_adjacent_to_city(C_GOA, piece_space(p)) && is_enemy_piece(p)) - remove + summary_remove endpiece + pop_summary resources (game.current) 2 SHADED 33 @@ -769,8 +775,9 @@ SHADED 36 remove_influence VE prompt "Remove up to 3 Rajas from the map." piece_opt 3 is_raja(p) && is_piece_on_map(p) - remove + summary_remove endpiece + pop_summary SUCC 0 force_current DS |