diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-12 20:24:05 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-12 20:24:05 -0400 |
commit | 041a30e48bea02b754b1782bfea8da467929f025 (patch) | |
tree | e07c96ab36ed3d151fac17ca818eb985e27a1a71 /events.txt | |
parent | db486cfb273bafaf6fae7a49dc09737ccaec96bd (diff) | |
download | vijayanagara-041a30e48bea02b754b1782bfea8da467929f025.tar.gz |
Timurid part 2
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 |