diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 36 |
1 files changed, 28 insertions, 8 deletions
@@ -778,40 +778,60 @@ SHADED 36 remove endpiece -SUCC 1 +SUCC 0 force_current DS loge "Power struggle in Delhi." + flip_dynasty + log_h2 DS "The Sultanate reimposes its dominance." campaign force_current BK prompt "Gain Cavalry token equal to Influence and Forts." - loge "Military labor market thrives" + log_h2 BK "Military labor market thrives" gain_cavalry (game.inf[BK] + count_pieces_on_map(BK, DISC)) force_current VE prompt "Gain resources equal to Influence and Temples." - loge "Temple towns emerge anew" + log_h2 VE "Temple towns emerge anew" resources VE (game.inf[VE] + count_pieces_on_map(VE, DISC)) SUCC 2 force_current DS + log_h2 DS "Delhi monitors its interests." campaign force_current BK + log_h2 BK "Ala-ud-Din Hasan Bahman Shah gathers allies and takes the Deccan throne." any_limited_command - cav_resources (Math.min(game.prosperity[BK],3)) + if (game.prosperity[BK] === 0) + log_br + log "Not enough prosperity." + else + cav_resources (Math.min(game.prosperity[BK],3)) + endif force_current VE + log_h2 VE "Sangama brothers establish an empire." any_limited_command - cav_resources (Math.min(game.prosperity[VE],3)) + if (game.prosperity[VE] === 0) + log_br + log "Not enough prosperity." + else + cav_resources (Math.min(game.prosperity[VE],3)) + endif SUCC 3 force_current DS - loge "Renewed focus on infrastructure." + log_h2 DS "Renewed focus on infrastructure." influence_succession force_current BK - loge "Trade network covers the Deccan." + log_h2 BK "Trade network covers the Deccan." influence_succession force_current VE - loge "Vast, unifying medieval metropolis." + log_h2 VE "Vast, unifying medieval metropolis." influence_succession +SUCC 4 + force_current DS + log_h2 DS "Succession Crisis in Delhi." + timurid_crisis + SUCC 5 force_current DS prompt "Invaders are attacking in the Mountain Passes!" |