From a25b93cf1fd61c44c6608d97630b6c0e6b106372 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 12 Apr 2025 13:15:00 +0200 Subject: "Short" faction names in log. Brighter colors. --- events.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 108573d..127cbf7 100644 --- a/events.txt +++ b/events.txt @@ -801,23 +801,23 @@ SUCC 0 force_current DS loge "Power struggle in Delhi." flip_dynasty - log_h2 DS "The Sultanate reimposes its dominance." + log_succ DS "The Sultanate reimposes its dominance." campaign force_current BK prompt "Gain Cavalry tokens equal to Influence and Forts." - log_h2 BK "Military labor market thrives" + log_succ 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." - log_h2 VE "Temple towns emerge anew" + log_succ 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." + log_succ 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." + log_succ BK "Ala-ud-Din Hasan Bahman Shah gathers allies and takes the Deccan throne." any_limited_command if (game.prosperity[BK] === 0) log_br @@ -826,7 +826,7 @@ SUCC 2 cav_resources (Math.min(game.prosperity[BK],3)) endif force_current VE - log_h2 VE "Sangama brothers establish an empire." + log_succ VE "Sangama brothers establish an empire." any_limited_command if (game.prosperity[VE] === 0) log_br @@ -837,18 +837,18 @@ SUCC 2 SUCC 3 force_current DS - log_h2 DS "Renewed focus on infrastructure." + log_succ DS "Renewed focus on infrastructure." influence_succession force_current BK - log_h2 BK "Trade network covers the Deccan." + log_succ BK "Trade network covers the Deccan." influence_succession force_current VE - log_h2 VE "Vast, unifying medieval metropolis." + log_succ VE "Vast, unifying medieval metropolis." influence_succession SUCC 4 force_current DS - log_h2 DS "Succession Crisis in Delhi." + log_succ DS "Succession Crisis in Delhi." timurid_crisis SUCC 5 -- cgit v1.2.3