Skip to content

Commit

Permalink
Fix for the Qin culture using an invalid ethnicity (#2470) #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Jan 23, 2025
1 parent 72e8355 commit fe10305
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions ImperatorToCK3/Data_Files/configurables/converter_cultures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,29 @@ qin = {
}

MOD_DEPENDENT = {
IF tfe = {
IF aep = {
ethnicities = {
10 = asian
10 = east_asian_chinese_north
}
}
ELSE_IF roa = {
# copied from han
ethnicities = {
2 = east_asian_han_1
2 = east_asian_han_2
2 = east_asian_han_3
2 = east_asian_han_4
}
}
ELSE = {
ethnicities = {
10 = chinese
10 = asian
}
}
}

MOD_DEPENDENT = {
IF tfe = {
# copied from han
coa_gfx = { chinese_group_coa_gfx }
building_gfx = { chinese_building_gfx indian_building_gfx }
clothing_gfx = { mongol_clothing_gfx }
unit_gfx = { mongol_unit_gfx }
}
ELSE = {
IF aep = {
coa_gfx = {
chinese_group_coa_gfx
}
Expand All @@ -108,6 +110,21 @@ qin = {
}
unit_gfx = { chinese_unit_gfx }
}
ELSE_IF tfe = {
# copied from han
coa_gfx = { chinese_group_coa_gfx }
building_gfx = { chinese_building_gfx indian_building_gfx }
clothing_gfx = { mongol_clothing_gfx }
unit_gfx = { mongol_unit_gfx }
}
ELSE = {
# copied from han
coa_gfx = { chinese_group_coa_gfx }
building_gfx = { indian_building_gfx }
clothing_gfx = { mongol_clothing_gfx }
unit_gfx = { mongol_unit_gfx }
}

}
}

Expand Down

0 comments on commit fe10305

Please sign in to comment.