From f7febe50153bd0e20a741fcc7171f98e583b7c06 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 19 May 2026 18:59:52 +0800 Subject: Add mod descriptor, custom religions, custom cultures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mod files: - descriptor.mod + alt_song.mod (V3 launcher recognition) - common/religions/01_alt_religions.txt: volga_orthodox (Great Khanate state church) - common/cultures/01_alt_cultures.txt: 7 new cultures - northern_han (Jianzhou + north of Yangtze) - southern_han (south of Yangtze + Vietnam/Burma) - mongol_rus (Great Khanate ruling class) - novgorod_rus (Northern Ulus) - ukrainian (emerging identity from serf estates) - mongol_magyar (Hungarian Plain hybrid) - illyrian (unified South Slavic) Country definitions updated to use new cultures where applicable (Song → northern+southern_han, Jianzhou → northern_han, Great Khanate → mongol_rus, Northern Ulus → novgorod_rus, Illyria → illyrian, Australia → southern_han) Co-Authored-By: Claude Opus 4.6 (1M context) --- mod/common/country_definitions/00_alt_history_countries.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mod/common/country_definitions/00_alt_history_countries.txt') diff --git a/mod/common/country_definitions/00_alt_history_countries.txt b/mod/common/country_definitions/00_alt_history_countries.txt index 24c3689..e3efe7d 100644 --- a/mod/common/country_definitions/00_alt_history_countries.txt +++ b/mod/common/country_definitions/00_alt_history_countries.txt @@ -10,7 +10,7 @@ SON = { color = { 200 170 50 } country_type = recognized tier = empire - cultures = { han } + cultures = { southern_han northern_han } capital = STATE_ZHEJIANG } @@ -108,7 +108,7 @@ JZH = { color = { 80 80 120 } country_type = recognized tier = kingdom - cultures = { manchu } + cultures = { northern_han } capital = STATE_MUKDEN } @@ -175,7 +175,7 @@ ILL = { color = { 100 130 160 } country_type = recognized tier = kingdom - cultures = { serb } + cultures = { illyrian } capital = STATE_SERBIA } @@ -197,7 +197,7 @@ GKH = { color = { 50 90 20 } country_type = recognized tier = empire - cultures = { russian } + cultures = { mongol_rus } capital = STATE_ASTRAKHAN } @@ -206,7 +206,7 @@ NUL = { color = { 70 100 40 } country_type = recognized tier = principality - cultures = { russian } + cultures = { novgorod_rus } capital = STATE_NOVGOROD } @@ -318,6 +318,6 @@ AUS = { color = { 180 160 100 } country_type = recognized tier = principality - cultures = { han } + cultures = { southern_han } capital = STATE_NORTH_AUSTRALIA } -- cgit v1.2.3