diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-12 13:15:00 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-12 14:36:31 +0200 |
commit | a25b93cf1fd61c44c6608d97630b6c0e6b106372 (patch) | |
tree | 8edf6d7db9cbb0375a2fc469d591ab38d73f6938 /events.txt | |
parent | 6591f70043fe9ca16d34232d0ef35f8b89c179ec (diff) | |
download | vijayanagara-a25b93cf1fd61c44c6608d97630b6c0e6b106372.tar.gz |
"Short" faction names in log. Brighter colors.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |