diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -762,3 +762,23 @@ SUCC 3 force_current VE loge "Vast, unifying medieval metropolis." influence_succession + +SUCC 5 + force_current DS + prompt "Invaders are attacking in the Mountain Passes!" + space 1 (s === S_MOUNTAIN_PASSES && has_ds_unit(s) && has_mi_unit(s)) + free_attack DS + timurid_advance S_MOUNTAIN_PASSES S_PUNJAB + endspace + prompt "Invaders are moving towards Delhi!" + space 1 (s === S_PUNJAB && has_ds_unit(s) && has_mi_unit(s)) + free_attack DS + timurid_advance S_PUNJAB S_DELHI + endspace + prompt "Invaders are laying a siege to Delhi!" + space 1 (s === S_DELHI && has_ds_unit(s) && has_mi_unit(s)) + while (has_ds_unit(game.vm.s)) + free_attack DS + endwhile + endspace + end_game |