summaryrefslogtreecommitdiff
path: root/mod/common/country_definitions
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2026-05-19 19:21:37 +0800
committerhaoyuren <13851610112@163.com>2026-05-19 19:21:37 +0800
commitb53f7e1e1adc1172cf942035a668990a32b82623 (patch)
treeea33d68800f4332c02c8a3c4a820709c1ba67dc7 /mod/common/country_definitions
parentf7febe50153bd0e20a741fcc7171f98e583b7c06 (diff)
Fix crash: correct heritage values, STATE IDs, name hyphens
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>
Diffstat (limited to 'mod/common/country_definitions')
-rw-r--r--mod/common/country_definitions/00_alt_history_countries.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/mod/common/country_definitions/00_alt_history_countries.txt b/mod/common/country_definitions/00_alt_history_countries.txt
index e3efe7d..84ceea9 100644
--- a/mod/common/country_definitions/00_alt_history_countries.txt
+++ b/mod/common/country_definitions/00_alt_history_countries.txt
@@ -69,7 +69,7 @@ KAL = {
country_type = recognized
tier = empire
cultures = { swedish norwegian danish }
- capital = STATE_DENMARK
+ capital = STATE_ZEALAND
}
# Bohemia (波西米亚)
@@ -109,7 +109,7 @@ JZH = {
country_type = recognized
tier = kingdom
cultures = { northern_han }
- capital = STATE_MUKDEN
+ capital = STATE_SHENGJING
}
# Portuguese South America (葡属南美)
@@ -149,7 +149,7 @@ KOR = {
country_type = recognized
tier = kingdom
cultures = { korean }
- capital = STATE_KOREA
+ capital = STATE_SEOUL
}
# Egypt (埃及)
@@ -167,7 +167,7 @@ CAS = {
country_type = recognized
tier = kingdom
cultures = { spanish }
- capital = STATE_CASTILLA_LA_NUEVA
+ capital = STATE_NEW_CASTILE
}
# Illyria (伊利里亚 - Italian vassal)
@@ -176,7 +176,7 @@ ILL = {
country_type = recognized
tier = kingdom
cultures = { illyrian }
- capital = STATE_SERBIA
+ capital = STATE_WESTERN_SERBIA
}
# Byzantine Empire (拜占庭帝国 - Italian vassal)
@@ -216,7 +216,7 @@ MGL = {
country_type = recognized
tier = kingdom
cultures = { mongol }
- capital = STATE_MONGOLIA
+ capital = STATE_URGA
}
# Grand Duchy of Poland (波兰大公国 - German puppet)
@@ -225,7 +225,7 @@ POL = {
country_type = recognized
tier = grand_principality
cultures = { polish }
- capital = STATE_POZNAN
+ capital = STATE_POSEN
}
# Bulgaria (保加利亚)
@@ -234,7 +234,7 @@ BUL = {
country_type = recognized
tier = kingdom
cultures = { bulgarian }
- capital = STATE_EASTERN_RUMELIA
+ capital = STATE_NORTHERN_THRACE
}
# Khoqand Khanate (浩罕汗国 - Ilkhanate vassal)
@@ -252,7 +252,7 @@ GRA = {
country_type = recognized
tier = principality
cultures = { andalusian }
- capital = STATE_ANDALUSIA
+ capital = STATE_UPPER_ANDALUSIA
}
# Eastern Chagatai (东察合台)
@@ -261,7 +261,7 @@ ECH = {
country_type = recognized
tier = principality
cultures = { uighur }
- capital = STATE_KASHGAR
+ capital = STATE_TIANSHAN
}
# Siam (暹罗)
@@ -270,7 +270,7 @@ SIA = {
country_type = recognized
tier = kingdom
cultures = { thai }
- capital = STATE_CENTRAL_THAILAND
+ capital = STATE_BANGKOK
}
# ==========================================
@@ -283,7 +283,7 @@ SGH = {
country_type = recognized
tier = empire
cultures = { songhai }
- capital = STATE_NIGER_BEND
+ capital = STATE_TIMBUKTU
}
# Maratha (马拉塔联邦 - Indian state)
@@ -319,5 +319,5 @@ AUS = {
country_type = recognized
tier = principality
cultures = { southern_han }
- capital = STATE_NORTH_AUSTRALIA
+ capital = STATE_NORTHERN_TERRITORY
}