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/religions/01_alt_religions.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mod/common/religions/01_alt_religions.txt (limited to 'mod/common/religions') diff --git a/mod/common/religions/01_alt_religions.txt b/mod/common/religions/01_alt_religions.txt new file mode 100644 index 0000000..f87388b --- /dev/null +++ b/mod/common/religions/01_alt_religions.txt @@ -0,0 +1,10 @@ +# Alt History Mod - Additional Religions + +# Volga Orthodox (伏尔加蒙古化东正教) +# The Great Khanate's state church - fuses Orthodox theology with Mongol/Tengri elements +# Independent from Constantinople Patriarchate +volga_orthodox = { + icon = "gfx/interface/icons/religion_icons/orthodox.dds" + heritage = heritage_christian + color = { 0.3 0.4 0.2 } +} -- cgit v1.2.3