Commit fe10305 1 parent 72e8355 commit fe10305 Copy full SHA for fe10305
File tree 1 file changed +28
-11
lines changed
ImperatorToCK3/Data_Files/configurables
1 file changed +28
-11
lines changed Original file line number Diff line number Diff line change @@ -76,27 +76,29 @@ qin = {
76
76
}
77
77
78
78
MOD_DEPENDENT = {
79
- IF tfe = {
79
+ IF aep = {
80
80
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
82
91
}
83
92
}
84
93
ELSE = {
85
94
ethnicities = {
86
- 10 = chinese
95
+ 10 = asian
87
96
}
88
97
}
89
98
}
90
99
91
100
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 = {
100
102
coa_gfx = {
101
103
chinese_group_coa_gfx
102
104
}
@@ -108,6 +110,21 @@ qin = {
108
110
}
109
111
unit_gfx = { chinese_unit_gfx }
110
112
}
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
+
111
128
}
112
129
}
113
130
You can’t perform that action at this time.
0 commit comments