summaryrefslogtreecommitdiff
path: root/mod/common/country_definitions
AgeCommit message (Collapse)Author
2026-05-19Fix crash: correct heritage values, STATE IDs, name hyphenshaoyuren
Heritage fixes in cultures: - heritage_sinosphere → heritage_han (2 occurrences) - heritage_slavic → heritage_east_slavic (3) / heritage_south_slavic (1) - heritage_uralic → heritage_volga_uralic (1) STATE ID fixes in country definitions (13 corrections): - STATE_DENMARK → STATE_ZEALAND - STATE_MUKDEN → STATE_SHENGJING - STATE_KOREA → STATE_SEOUL - STATE_CASTILLA_LA_NUEVA → STATE_NEW_CASTILE - STATE_SERBIA → STATE_WESTERN_SERBIA - STATE_MONGOLIA → STATE_URGA - STATE_POZNAN → STATE_POSEN - STATE_EASTERN_RUMELIA → STATE_NORTHERN_THRACE - STATE_ANDALUSIA → STATE_UPPER_ANDALUSIA - STATE_KASHGAR → STATE_TIANSHAN - STATE_CENTRAL_THAILAND → STATE_BANGKOK - STATE_NIGER_BEND → STATE_TIMBUKTU - STATE_NORTH_AUSTRALIA → STATE_NORTHERN_TERRITORY Name hyphens → underscores (Bat-Noyon → Bat_Noyon, etc.) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-19Add mod descriptor, custom religions, custom cultureshaoyuren
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>
2026-05-19Initial V3 mod structure: country definitions for 30+ nationshaoyuren
First mod file: common/country_definitions/00_alt_history_countries.txt Defines tags, colors, tiers, primary cultures, capitals for: - 5 Tier 1 great powers (Song, Rome, England, Germany, Ilkhanate) - 3 Tier 1.5 (Japan, Kalmar, Bohemia) - 5 Tier 2 (France, Aragon, Jianzhou, Portuguese S.America, Morocco) - 5 Tier 2.5 (Burgundy, Korea, Egypt, Castile, Illyria, Byzantium) - 8 Tier 3 (Great Khanate, Northern Ulus, Mongol Khanate, Poland GD, Bulgaria, Khoqand, Granada, E.Chagatai, Siam) - 5 Formable/releasable (Songhai, Maratha, Timurid India, Mysore, Australian colony) Uses existing V3 cultures/states as placeholders — custom cultures/religions to be added later. Mod directory structure: mod/common/country_definitions/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>