diff options
| author | haoyuren <13851610112@163.com> | 2026-05-19 18:59:52 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-05-19 18:59:52 +0800 |
| commit | f7febe50153bd0e20a741fcc7171f98e583b7c06 (patch) | |
| tree | a73eacab5a41a8f2d42010716cf10c597d5abf97 /mod/common/country_definitions | |
| parent | 9cffa65cb268aa0661cd596e20970d6917322a76 (diff) | |
Add mod descriptor, custom religions, custom cultures
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) <noreply@anthropic.com>
Diffstat (limited to 'mod/common/country_definitions')
| -rw-r--r-- | mod/common/country_definitions/00_alt_history_countries.txt | 12 |
1 files changed, 6 insertions, 6 deletions
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 } |
