From 041a30e48bea02b754b1782bfea8da467929f025 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Wed, 12 Mar 2025 20:24:05 -0400 Subject: Timurid part 2 --- events.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'events.txt') diff --git a/events.txt b/events.txt index c260271..921084c 100644 --- a/events.txt +++ b/events.txt @@ -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 -- cgit v1.2.3