|
@@ -150,6 +150,169 @@ incident_burgundy_wants_to_join = {
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
+
incident_teutonic_order_wants_to_join = {
|
|
154
|
+
event = flavor_teu.43
|
|
155
|
+
default_option = 2
|
|
156
|
+
|
|
157
|
+
can_stop = {
|
|
158
|
+
OR = {
|
|
159
|
+
NOT = {
|
|
160
|
+
exists = TEU
|
|
161
|
+
}
|
|
162
|
+
TEU = {
|
|
163
|
+
is_subject = yes
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
0 = { # Allow them to get into the Empire without issue
|
|
169
|
+
factor = 1
|
|
170
|
+
modifier = {
|
|
171
|
+
factor = 2
|
|
172
|
+
has_opinion = {
|
|
173
|
+
who = TEU
|
|
174
|
+
value = 100
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
modifier = {
|
|
178
|
+
factor = 0
|
|
179
|
+
emperor = { is_rival = TEU }
|
|
180
|
+
}
|
|
181
|
+
modifier = {
|
|
182
|
+
factor = 0
|
|
183
|
+
TEU = { is_rival = emperor }
|
|
184
|
+
}
|
|
185
|
+
modifier = {
|
|
186
|
+
factor = 2
|
|
187
|
+
NOT = { emperor = { is_rival = TEU } }
|
|
188
|
+
}
|
|
189
|
+
modifier = {
|
|
190
|
+
factor = 2
|
|
191
|
+
NOT = { TEU = { is_rival = emperor } }
|
|
192
|
+
}
|
|
193
|
+
modifier = {
|
|
194
|
+
factor = 3
|
|
195
|
+
TEU = { diplomatic_reputation = 1 }
|
|
196
|
+
}
|
|
197
|
+
modifier = {
|
|
198
|
+
factor = 3
|
|
199
|
+
TEU = { diplomatic_reputation = 2 }
|
|
200
|
+
}
|
|
201
|
+
modifier = {
|
|
202
|
+
factor = 3
|
|
203
|
+
TEU = { diplomatic_reputation = 3 }
|
|
204
|
+
}
|
|
205
|
+
modifier = {
|
|
206
|
+
factor = 0
|
|
207
|
+
OR = {
|
|
208
|
+
is_enemy = TEU
|
|
209
|
+
is_rival = TEU
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
modifier = {
|
|
213
|
+
factor = 0.1
|
|
214
|
+
is_neighbor_of = TEU
|
|
215
|
+
}
|
|
216
|
+
modifier = {
|
|
217
|
+
factor = 0
|
|
218
|
+
TEU = { has_country_flag = teu_crusader_path }
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
1 = { # Allow them into the Empire under heavy restrictions
|
|
223
|
+
factor = 5
|
|
224
|
+
modifier = {
|
|
225
|
+
factor = 0.5
|
|
226
|
+
emperor = { is_rival = TEU }
|
|
227
|
+
}
|
|
228
|
+
modifier = {
|
|
229
|
+
factor = 0.5
|
|
230
|
+
TEU = { is_rival = emperor }
|
|
231
|
+
}
|
|
232
|
+
modifier = {
|
|
233
|
+
factor = 2
|
|
234
|
+
NOT = { emperor = { is_rival = TEU } }
|
|
235
|
+
}
|
|
236
|
+
modifier = {
|
|
237
|
+
factor = 2
|
|
238
|
+
NOT = { TEU = { is_rival = emperor } }
|
|
239
|
+
}
|
|
240
|
+
modifier = {
|
|
241
|
+
factor = 10
|
|
242
|
+
is_neighbor_of = TEU
|
|
243
|
+
}
|
|
244
|
+
modifier = {
|
|
245
|
+
factor = 0
|
|
246
|
+
OR = {
|
|
247
|
+
is_enemy = TEU
|
|
248
|
+
is_rival = TEU
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
modifier = {
|
|
252
|
+
factor = 0
|
|
253
|
+
OR = {
|
|
254
|
+
ai_attitude = { who = TEU attitude = attitude_hostile }
|
|
255
|
+
ai_attitude = { who = TEU attitude = attitude_domineering }
|
|
256
|
+
ai_attitude = { who = TEU attitude = attitude_outraged }
|
|
257
|
+
ai_attitude = { who = TEU attitude = attitude_rivalry }
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
modifier = {
|
|
261
|
+
factor = 0
|
|
262
|
+
TEU = { has_country_flag = teu_crusader_path }
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
2 = { # Deny them completely
|
|
267
|
+
factor = 1
|
|
268
|
+
modifier = {
|
|
269
|
+
factor = 2
|
|
270
|
+
OR = {
|
|
271
|
+
ai_attitude = {
|
|
272
|
+
who = TEU
|
|
273
|
+
attitude = attitude_rivalry
|
|
274
|
+
}
|
|
275
|
+
ai_attitude = {
|
|
276
|
+
who = TEU
|
|
277
|
+
attitude = attitude_hostile
|
|
278
|
+
}
|
|
279
|
+
ai_attitude = {
|
|
280
|
+
who = TEU
|
|
281
|
+
attitude = attitude_threatened
|
|
282
|
+
}
|
|
283
|
+
ai_attitude = {
|
|
284
|
+
who = TEU
|
|
285
|
+
attitude = attitude_outraged
|
|
286
|
+
}
|
|
287
|
+
ai_attitude = {
|
|
288
|
+
who = TEU
|
|
289
|
+
attitude = attitude_disloyal
|
|
290
|
+
}
|
|
291
|
+
ai_attitude = {
|
|
292
|
+
who = TEU
|
|
293
|
+
attitude = attitude_rebellious
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
modifier = {
|
|
298
|
+
factor = 2
|
|
299
|
+
is_rival = TEU
|
|
300
|
+
}
|
|
301
|
+
modifier = {
|
|
302
|
+
factor = 2
|
|
303
|
+
TEU = { is_rival = emperor }
|
|
304
|
+
}
|
|
305
|
+
modifier = {
|
|
306
|
+
factor = 0
|
|
307
|
+
alliance_with = TEU
|
|
308
|
+
}
|
|
309
|
+
modifier = {
|
|
310
|
+
factor = 10
|
|
311
|
+
TEU = { has_country_flag = teu_crusader_path }
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
153
316
|
incident_king_in_prussia = {
|
|
154
317
|
event = king_in_prussia.2
|
|
155
318
|
default_option = 1
|
|
@@ -163,7 +326,7 @@ incident_king_in_prussia = {
|
|
|
163
326
|
is_subject = yes
|
|
164
327
|
}
|
|
165
328
|
PRU = {
|
|
166
|
-
|
|
329
|
+
NOT = { government = monarchy }
|
|
167
330
|
}
|
|
168
331
|
}
|
|
169
332
|
}
|
|
@@ -200,7 +363,7 @@ incident_king_in_prussia = {
|
|
|
200
363
|
}
|
|
201
364
|
}
|
|
202
365
|
|
|
203
|
-
|
|
366
|
+
2 = { # deny
|
|
204
367
|
factor = 1
|
|
205
368
|
modifier = {
|
|
206
369
|
factor = 100
|
|
@@ -295,7 +458,7 @@ incident_great_peasants_war = {
|
|
|
295
458
|
factor = 1
|
|
296
459
|
modifier = {
|
|
297
460
|
factor = 1000
|
|
298
|
-
|
|
461
|
+
has_government_attribute = is_peasants_republic
|
|
299
462
|
}
|
|
300
463
|
modifier = {
|
|
301
464
|
factor = 10
|
|
@@ -326,10 +489,12 @@ incident_hansa = {
|
|
|
326
489
|
has_reform = merchants_reform
|
|
327
490
|
}
|
|
328
491
|
}
|
|
492
|
+
HSA = { is_subject = yes }
|
|
329
493
|
}
|
|
330
494
|
}
|
|
331
495
|
|
|
332
496
|
0 = { # do nothing
|
|
497
|
+
factor = 1
|
|
333
498
|
modifier = {
|
|
334
499
|
factor = 100
|
|
335
500
|
OR = {
|
|
@@ -362,6 +527,7 @@ incident_hansa = {
|
|
|
362
527
|
}
|
|
363
528
|
|
|
364
529
|
1 = { # make free cities join
|
|
530
|
+
factor = 1
|
|
365
531
|
modifier = {
|
|
366
532
|
factor = 100
|
|
367
533
|
OR = {
|
|
@@ -379,9 +545,17 @@ incident_hansa = {
|
|
|
379
545
|
}
|
|
380
546
|
}
|
|
381
547
|
}
|
|
548
|
+
modifier = {
|
|
549
|
+
factor = 1000
|
|
550
|
+
OR = {
|
|
551
|
+
tag = HSA
|
|
552
|
+
is_in_trade_league_with = HSA
|
|
553
|
+
}
|
|
554
|
+
}
|
|
382
555
|
}
|
|
383
556
|
|
|
384
557
|
2 = { # embargo
|
|
558
|
+
factor = 1
|
|
385
559
|
modifier = {
|
|
386
560
|
factor = 100
|
|
387
561
|
45 = {
|
|
@@ -110,11 +110,13 @@ erbkaisertum = {
|
|
|
110
110
|
}
|
|
111
111
|
required_reform = landfriede
|
|
112
112
|
gui_container = nodlc
|
|
113
|
+
ai_acceptance_centralize = yes
|
|
113
114
|
}
|
|
114
115
|
|
|
115
116
|
privilegia_de_non_appelando = {
|
|
116
117
|
empire = hre
|
|
117
118
|
war = yes #this may cause a war, so special AI check needed, to not lose many.
|
|
119
|
+
discounted_from_foreign_overlord_check = yes
|
|
118
120
|
potential = {
|
|
119
121
|
NOT = { has_dlc = "Emperor" }
|
|
120
122
|
}
|
|
@@ -143,6 +145,7 @@ privilegia_de_non_appelando = {
|
|
|
143
145
|
}
|
|
144
146
|
required_reform = erbkaisertum
|
|
145
147
|
gui_container = nodlc
|
|
148
|
+
ai_acceptance_centralize = yes
|
|
146
149
|
}
|
|
147
150
|
|
|
148
151
|
renovatio = {
|
|
@@ -157,4 +160,5 @@ renovatio = {
|
|
|
157
160
|
}
|
|
158
161
|
required_reform = privilegia_de_non_appelando
|
|
159
162
|
gui_container = nodlc
|
|
163
|
+
ai_acceptance_centralize = yes
|
|
160
164
|
}
|
|
@@ -153,6 +153,7 @@ emperor_reichstag_collegia = {
|
|
|
153
153
|
required_reform = emperor_perpetual_diet
|
|
154
154
|
disabled_by = emperor_hofgericht
|
|
155
155
|
gui_container = left_branch
|
|
156
|
+
ai_acceptance_decentralize = yes
|
|
156
157
|
|
|
157
158
|
potential = {
|
|
158
159
|
has_dlc = "Emperor"
|
|
@@ -166,6 +167,7 @@ emperor_expand_gemeiner_pfennig = {
|
|
|
166
167
|
empire = hre
|
|
167
168
|
required_reform = emperor_reichstag_collegia
|
|
168
169
|
gui_container = left_branch
|
|
170
|
+
ai_acceptance_decentralize = yes
|
|
169
171
|
|
|
170
172
|
potential = {
|
|
171
173
|
has_dlc = "Emperor"
|
|
@@ -185,6 +187,7 @@ emperor_rechenschaft = {
|
|
|
185
187
|
empire = hre
|
|
186
188
|
required_reform = emperor_expand_gemeiner_pfennig
|
|
187
189
|
gui_container = left_branch
|
|
190
|
+
ai_acceptance_decentralize = yes
|
|
188
191
|
|
|
189
192
|
potential = {
|
|
190
193
|
has_dlc = "Emperor"
|
|
@@ -201,10 +204,15 @@ emperor_geteilte_macht = {
|
|
|
201
204
|
empire = hre
|
|
202
205
|
required_reform = emperor_rechenschaft
|
|
203
206
|
gui_container = left_branch
|
|
207
|
+
ai_acceptance_decentralize = yes
|
|
208
|
+
disables_hre_badboy_points = yes
|
|
204
209
|
|
|
205
210
|
potential = {
|
|
206
211
|
has_dlc = "Emperor"
|
|
207
212
|
}
|
|
213
|
+
on_effect = {
|
|
214
|
+
custom_tooltip = GETEILTE_MACHT_EFFECT
|
|
215
|
+
}
|
|
208
216
|
elector_per_prince = {
|
|
209
217
|
global_tax_income = 0.5
|
|
210
218
|
}
|
|
@@ -217,6 +225,7 @@ emperor_reichskrieg = {
|
|
|
217
225
|
empire = hre
|
|
218
226
|
required_reform = emperor_geteilte_macht
|
|
219
227
|
gui_container = left_branch
|
|
228
|
+
ai_acceptance_decentralize = yes
|
|
220
229
|
|
|
221
230
|
potential = {
|
|
222
231
|
has_dlc = "Emperor"
|
|
@@ -242,12 +251,14 @@ emperor_hofgericht = {
|
|
|
242
251
|
required_reform = emperor_perpetual_diet
|
|
243
252
|
disabled_by = emperor_reichstag_collegia
|
|
244
253
|
gui_container = right_branch
|
|
254
|
+
ai_acceptance_centralize = yes
|
|
245
255
|
}
|
|
246
256
|
|
|
247
257
|
emperor_imperial_estates = {
|
|
248
258
|
empire = hre
|
|
249
259
|
required_reform = emperor_hofgericht
|
|
250
260
|
gui_container = right_branch
|
|
261
|
+
ai_acceptance_centralize = yes
|
|
251
262
|
potential = {
|
|
252
263
|
has_dlc = "Emperor"
|
|
253
264
|
}
|
|
@@ -279,11 +290,13 @@ emperor_erbkaisertum = {
|
|
|
279
290
|
}
|
|
280
291
|
required_reform = emperor_imperial_estates
|
|
281
292
|
gui_container = right_branch
|
|
293
|
+
ai_acceptance_centralize = yes
|
|
282
294
|
}
|
|
283
295
|
|
|
284
296
|
emperor_privilegia_de_non_appelando = {
|
|
285
297
|
empire = hre
|
|
286
298
|
war = yes #this may cause a war, so special AI check needed, to not lose many.
|
|
299
|
+
discounted_from_foreign_overlord_check = yes
|
|
287
300
|
potential = {
|
|
288
301
|
has_dlc = "Emperor"
|
|
289
302
|
}
|
|
@@ -313,6 +326,7 @@ emperor_privilegia_de_non_appelando = {
|
|
|
313
326
|
}
|
|
314
327
|
required_reform = emperor_erbkaisertum
|
|
315
328
|
gui_container = right_branch
|
|
329
|
+
ai_acceptance_centralize = yes
|
|
316
330
|
}
|
|
317
331
|
|
|
318
332
|
emperor_renovatio = {
|
|
@@ -327,4 +341,5 @@ emperor_renovatio = {
|
|
|
327
341
|
}
|
|
328
342
|
required_reform = emperor_privilegia_de_non_appelando
|
|
329
343
|
gui_container = right_branch
|
|
344
|
+
ai_acceptance_centralize = yes
|
|
330
345
|
}
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
establish_gaituguiliu_decision = {
|
|
2
2
|
empire = celestial_empire
|
|
3
|
+
trigger = {
|
|
4
|
+
if = {
|
|
5
|
+
limit = { has_estate = estate_eunuchs }
|
|
6
|
+
OR = {
|
|
7
|
+
estate_loyalty = {
|
|
8
|
+
estate = estate_eunuchs
|
|
9
|
+
loyalty = 60
|
|
10
|
+
}
|
|
11
|
+
NOT = { corruption = 1 }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
else = {
|
|
15
|
+
NOT = { corruption = 1 }
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
member = { advisor_pool = 1 }
|
|
3
19
|
emperor = {
|
|
4
20
|
meritocracy = 0.5
|
|
5
21
|
}
|
|
@@ -11,29 +27,338 @@ seaban_decision = {
|
|
|
11
27
|
diplomats = 1
|
|
12
28
|
trade_efficiency = 0.05
|
|
13
29
|
}
|
|
14
|
-
required_reform = establish_gaituguiliu_decision
|
|
15
30
|
}
|
|
16
31
|
|
|
17
32
|
reform_land_tax_decision = {
|
|
18
33
|
empire = celestial_empire
|
|
34
|
+
trigger = {
|
|
35
|
+
OR = {
|
|
36
|
+
crown_land_share = 35
|
|
37
|
+
adm = 5
|
|
38
|
+
AND = {
|
|
39
|
+
treasurer = 3
|
|
40
|
+
reform_level = 7
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
member = { state_maintenance_modifier = -0.25 }
|
|
19
45
|
emperor = {
|
|
20
46
|
global_autonomy = -0.05
|
|
21
47
|
}
|
|
22
|
-
|
|
48
|
+
|
|
23
49
|
}
|
|
24
50
|
|
|
25
51
|
military_governors_decision = {
|
|
26
52
|
empire = celestial_empire
|
|
53
|
+
trigger = {
|
|
54
|
+
OR = {
|
|
55
|
+
monthly_mil = 10
|
|
56
|
+
national_focus = MIL
|
|
57
|
+
mil = 6
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
member = { autonomy_change_time = -0.2 }
|
|
27
61
|
emperor = {
|
|
62
|
+
nobles_loyalty_modifier = 0.1
|
|
28
63
|
core_creation = -0.1
|
|
29
64
|
}
|
|
30
|
-
|
|
65
|
+
|
|
31
66
|
}
|
|
32
67
|
|
|
33
68
|
centralizing_top_government_decision = {
|
|
34
69
|
empire = celestial_empire
|
|
70
|
+
trigger = { crown_land_share = 65 }
|
|
71
|
+
member = { all_estate_influence_modifier = -0.05 }
|
|
72
|
+
emperor = { monarch_admin_power = 1 }
|
|
73
|
+
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
vassalize_tributaries_decision = {
|
|
77
|
+
empire = celestial_empire
|
|
78
|
+
trigger = { empire_of_china_num_reforms_passed = 8 }
|
|
79
|
+
emperor = {
|
|
80
|
+
imperial_mandate = 0.05
|
|
81
|
+
liberty_desire_from_subject_development = -0.33
|
|
82
|
+
}
|
|
83
|
+
on_effect = {
|
|
84
|
+
custom_tooltip = vassalize_tributaries_decision_tt
|
|
85
|
+
set_global_flag = eoc_vassalize_tributaries
|
|
86
|
+
}
|
|
87
|
+
off_effect = {
|
|
88
|
+
custom_tooltip = vassalize_tributaries_decision_ct
|
|
89
|
+
clr_global_flag = eoc_vassalize_tributaries
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
#### 1.35 #### Content for EoC
|
|
95
|
+
|
|
96
|
+
codify_single_whip_law_decision = {
|
|
97
|
+
empire = celestial_empire
|
|
98
|
+
trigger = {
|
|
99
|
+
empire_of_china_reform_passed = reform_land_tax_decision
|
|
100
|
+
OR = {
|
|
101
|
+
mission_completed = mng_single_whip_law
|
|
102
|
+
full_idea_group = economic_ideas
|
|
103
|
+
reform_level = 7
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
member = { yearly_corruption = -0.05 }
|
|
35
107
|
emperor = {
|
|
36
|
-
|
|
108
|
+
vassal_income = 0.25
|
|
109
|
+
global_tax_modifier = 0.1
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
reign_in_estates_decision = {
|
|
115
|
+
empire = celestial_empire
|
|
116
|
+
trigger = {
|
|
117
|
+
OR = {
|
|
118
|
+
crown_land_share = 90
|
|
119
|
+
absolutism = 75
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
member = { max_absolutism = 5 }
|
|
123
|
+
emperor = { administrative_efficiency = 0.025 all_estate_influence_modifier = -0.05 }
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
reform_civil_registration_decision = {
|
|
127
|
+
empire = celestial_empire
|
|
128
|
+
member = { global_tax_modifier = 0.1 }
|
|
129
|
+
emperor = { development_cost = -0.05 autonomy_change_time = -0.2 }
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
establish_silver_standard_decision = {
|
|
133
|
+
empire = celestial_empire
|
|
134
|
+
trigger = {
|
|
135
|
+
NOT = { inflation = 1 }
|
|
136
|
+
OR = {
|
|
137
|
+
monthly_adm = 10
|
|
138
|
+
adm = 5
|
|
139
|
+
national_focus = ADM
|
|
140
|
+
}
|
|
141
|
+
is_in_deficit = no
|
|
142
|
+
empire_of_china_reform_passed = codify_single_whip_law_decision
|
|
143
|
+
}
|
|
144
|
+
member = { interest = -0.25 }
|
|
145
|
+
emperor = {
|
|
146
|
+
monthly_gold_inflation_modifier = -0.1
|
|
147
|
+
inflation_reduction = 0.05
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
kanhe_certificate_decision = {
|
|
152
|
+
empire = celestial_empire
|
|
153
|
+
trigger = {
|
|
154
|
+
OR = {
|
|
155
|
+
full_idea_group = trade_ideas
|
|
156
|
+
any_subject_country = { is_colonial_nation = yes }
|
|
157
|
+
num_of_merchants = 4
|
|
158
|
+
national_focus = DIP
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
member = { trade_efficiency = 0.05 }
|
|
162
|
+
emperor = {
|
|
163
|
+
merchants = 1
|
|
164
|
+
placed_merchant_power = 10
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
new_keju_formats_decision = {
|
|
169
|
+
empire = celestial_empire
|
|
170
|
+
trigger = {
|
|
171
|
+
OR = {
|
|
172
|
+
has_reform = examination_system_reform
|
|
173
|
+
full_idea_group = administrative_ideas
|
|
174
|
+
}
|
|
175
|
+
OR = {
|
|
176
|
+
adm = 4
|
|
177
|
+
monthly_adm = 9
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
member = { governing_capacity_modifier = 0.05 }
|
|
181
|
+
emperor = {
|
|
182
|
+
reform_progress_growth = 0.1
|
|
183
|
+
imperial_mandate = 0.03
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
inclusive_monarchy_decision = {
|
|
188
|
+
empire = celestial_empire
|
|
189
|
+
trigger = {
|
|
190
|
+
OR = {
|
|
191
|
+
full_idea_group = humanist_ideas
|
|
192
|
+
harmony = 80
|
|
193
|
+
theologian = 2
|
|
194
|
+
}
|
|
195
|
+
stability = 1
|
|
196
|
+
}
|
|
197
|
+
member = { tolerance_heathen = 1 }
|
|
198
|
+
emperor = {
|
|
199
|
+
tolerance_of_heathens_capacity = 1
|
|
200
|
+
tolerance_heathen = 1
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
promote_bureaucratic_faction_decision = {
|
|
205
|
+
empire = celestial_empire
|
|
206
|
+
trigger = {
|
|
207
|
+
not = { empire_of_china_reform_passed = promote_military_faction_decision }
|
|
208
|
+
}
|
|
209
|
+
member = {
|
|
210
|
+
church_loyalty_modifier = 0.05
|
|
211
|
+
}
|
|
212
|
+
emperor = {
|
|
213
|
+
church_loyalty_modifier = 0.1
|
|
214
|
+
tolerance_own = 1
|
|
215
|
+
}
|
|
216
|
+
disabled_by = promote_military_faction_decision
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
promote_military_faction_decision = {
|
|
220
|
+
empire = celestial_empire
|
|
221
|
+
trigger = {
|
|
222
|
+
not = { empire_of_china_reform_passed = promote_bureaucratic_faction_decision }
|
|
223
|
+
}
|
|
224
|
+
member = {
|
|
225
|
+
nobles_loyalty_modifier = 0.05
|
|
226
|
+
}
|
|
227
|
+
emperor = {
|
|
228
|
+
nobles_loyalty_modifier = 0.1
|
|
229
|
+
army_tradition = 0.5
|
|
230
|
+
}
|
|
231
|
+
disabled_by = promote_bureaucratic_faction_decision
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
unifed_trade_market_decision = {
|
|
235
|
+
empire = celestial_empire
|
|
236
|
+
trigger = {
|
|
237
|
+
empire_of_china_reform_passed = seaban_decision
|
|
238
|
+
empire_of_china_reform_passed = kanhe_certificate_decision
|
|
239
|
+
OR = {
|
|
240
|
+
mission_completed = mng_improve_haijin_policy
|
|
241
|
+
mission_completed = mng_repeal_haijin_policy
|
|
242
|
+
mercantilism = 50
|
|
243
|
+
dip = 6
|
|
244
|
+
}
|
|
245
|
+
OR = {
|
|
246
|
+
full_idea_group = trade_ideas
|
|
247
|
+
trade_income_percentage = 0.35
|
|
248
|
+
home_trade_node = {
|
|
249
|
+
highest_value_trade_node = yes
|
|
250
|
+
is_strongest_trade_power = ROOT
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
member = {
|
|
255
|
+
global_trade_power = 0.1
|
|
256
|
+
}
|
|
257
|
+
emperor = {
|
|
258
|
+
merchants = 1
|
|
259
|
+
global_trade_goods_size_modifier = 0.05
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
reform_the_military_branch_decision = {
|
|
264
|
+
empire = celestial_empire
|
|
265
|
+
trigger = {
|
|
266
|
+
if = {
|
|
267
|
+
limit = {
|
|
268
|
+
has_dlc = "Cradle of Civilization"
|
|
269
|
+
}
|
|
270
|
+
OR = {
|
|
271
|
+
army_tradition = 60
|
|
272
|
+
army_professionalism = 0.40
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
else = {
|
|
276
|
+
army_tradition = 60
|
|
277
|
+
}
|
|
278
|
+
monthly_mil = 10
|
|
37
279
|
}
|
|
38
|
-
|
|
39
|
-
|
|
280
|
+
member = {
|
|
281
|
+
yearly_army_professionalism = 0.0025
|
|
282
|
+
}
|
|
283
|
+
emperor = {
|
|
284
|
+
movement_speed = 0.1
|
|
285
|
+
drill_decay_modifier = -0.25
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
modernize_the_banners_decision = {
|
|
290
|
+
empire = celestial_empire
|
|
291
|
+
trigger = {
|
|
292
|
+
OR = {
|
|
293
|
+
num_of_banners = 25
|
|
294
|
+
has_global_modifier_value = {
|
|
295
|
+
which = cavalry_power
|
|
296
|
+
value = 0.15
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
member = {
|
|
301
|
+
cavalry_cost = -0.1
|
|
302
|
+
}
|
|
303
|
+
emperor = { cav_to_inf_ratio = 0.1 cavalry_power = 0.05 }
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
study_foreign_ship_designs_decision = {
|
|
307
|
+
empire = celestial_empire
|
|
308
|
+
trigger = {
|
|
309
|
+
navy_tradition = 50
|
|
310
|
+
OR = {
|
|
311
|
+
num_of_heavy_ship = 50
|
|
312
|
+
full_idea_group = naval_ideas
|
|
313
|
+
full_idea_group = quality_ideas
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
member = {
|
|
317
|
+
global_ship_cost = -0.05
|
|
318
|
+
}
|
|
319
|
+
emperor = {
|
|
320
|
+
heavy_ship_power = 0.1
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
tributary_embassies_decision = {
|
|
325
|
+
empire = celestial_empire
|
|
326
|
+
trigger = {
|
|
327
|
+
calc_true_if = {
|
|
328
|
+
NOT = {
|
|
329
|
+
any_subject_country = {
|
|
330
|
+
is_subject_of_type = tributary_state
|
|
331
|
+
liberty_desire = 50
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
amount = 1
|
|
335
|
+
}
|
|
336
|
+
OR = {
|
|
337
|
+
full_idea_group = diplomatic_ideas
|
|
338
|
+
full_idea_group = influence_ideas
|
|
339
|
+
crown_land_share = 50
|
|
340
|
+
dip = 5
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
member = {
|
|
344
|
+
diplomatic_upkeep = 1
|
|
345
|
+
}
|
|
346
|
+
emperor = {
|
|
347
|
+
monthly_favor_modifier = 0.25
|
|
348
|
+
diplomatic_reputation = 1
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
new_world_discovery_decision = {
|
|
353
|
+
empire = celestial_empire
|
|
354
|
+
trigger = {
|
|
355
|
+
num_of_explorers = 1
|
|
356
|
+
num_of_light_ship = 50
|
|
357
|
+
}
|
|
358
|
+
member = {
|
|
359
|
+
global_colonial_growth = 10
|
|
360
|
+
}
|
|
361
|
+
emperor = {
|
|
362
|
+
colonists = 1
|
|
363
|
+
}
|
|
364
|
+
}
|