Skip to content

Commit fe10305

Browse files
authored
Fix for the Qin culture using an invalid ethnicity (#2470) #patch
1 parent 72e8355 commit fe10305

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

ImperatorToCK3/Data_Files/configurables/converter_cultures.txt

+28-11
Original file line numberDiff line numberDiff line change
@@ -76,27 +76,29 @@ qin = {
7676
}
7777

7878
MOD_DEPENDENT = {
79-
IF tfe = {
79+
IF aep = {
8080
ethnicities = {
81-
10 = asian
81+
10 = east_asian_chinese_north
82+
}
83+
}
84+
ELSE_IF roa = {
85+
# copied from han
86+
ethnicities = {
87+
2 = east_asian_han_1
88+
2 = east_asian_han_2
89+
2 = east_asian_han_3
90+
2 = east_asian_han_4
8291
}
8392
}
8493
ELSE = {
8594
ethnicities = {
86-
10 = chinese
95+
10 = asian
8796
}
8897
}
8998
}
9099

91100
MOD_DEPENDENT = {
92-
IF tfe = {
93-
# copied from han
94-
coa_gfx = { chinese_group_coa_gfx }
95-
building_gfx = { chinese_building_gfx indian_building_gfx }
96-
clothing_gfx = { mongol_clothing_gfx }
97-
unit_gfx = { mongol_unit_gfx }
98-
}
99-
ELSE = {
101+
IF aep = {
100102
coa_gfx = {
101103
chinese_group_coa_gfx
102104
}
@@ -108,6 +110,21 @@ qin = {
108110
}
109111
unit_gfx = { chinese_unit_gfx }
110112
}
113+
ELSE_IF tfe = {
114+
# copied from han
115+
coa_gfx = { chinese_group_coa_gfx }
116+
building_gfx = { chinese_building_gfx indian_building_gfx }
117+
clothing_gfx = { mongol_clothing_gfx }
118+
unit_gfx = { mongol_unit_gfx }
119+
}
120+
ELSE = {
121+
# copied from han
122+
coa_gfx = { chinese_group_coa_gfx }
123+
building_gfx = { indian_building_gfx }
124+
clothing_gfx = { mongol_clothing_gfx }
125+
unit_gfx = { mongol_unit_gfx }
126+
}
127+
111128
}
112129
}
113130

0 commit comments

Comments
 (0)