|
@@ -5,23 +5,132 @@
|
|
|
5
5
|
expand_bureaucracy_decree = {
|
|
6
6
|
cost = 20
|
|
7
7
|
duration = 3650
|
|
8
|
+
potential = {
|
|
9
|
+
NOT = { has_country_flag = mng_expanded_palace_bureaucracy_flag }
|
|
10
|
+
}
|
|
11
|
+
trigger = {
|
|
12
|
+
}
|
|
8
13
|
modifier = {
|
|
9
14
|
development_cost = -0.1
|
|
10
15
|
core_creation = -0.1
|
|
11
16
|
}
|
|
17
|
+
effect = {
|
|
18
|
+
# if = {
|
|
19
|
+
# limit = { has_country_flag = mng_expanded_palace_bureaucracy_flag }
|
|
20
|
+
# add_country_modifier = {
|
|
21
|
+
# name = eoc_expanded_palace_bureaucracy_modifier
|
|
22
|
+
# duration = 3650
|
|
23
|
+
# }
|
|
24
|
+
# }
|
|
25
|
+
}
|
|
26
|
+
removed_effect = {}
|
|
12
27
|
ai_will_do = {
|
|
13
|
-
factor =
|
|
28
|
+
factor = 10
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
improved_expand_bureaucracy_decree = {
|
|
33
|
+
cost = 20
|
|
34
|
+
duration = 3650
|
|
35
|
+
potential = {
|
|
36
|
+
custom_trigger_tooltip = {
|
|
37
|
+
tooltip = has_unlocked_this_decree_tt
|
|
38
|
+
has_country_flag = mng_expanded_palace_bureaucracy_flag
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
trigger = {
|
|
42
|
+
}
|
|
43
|
+
modifier = {
|
|
44
|
+
development_cost = -0.1
|
|
45
|
+
core_creation = -0.1
|
|
46
|
+
advisor_cost = -0.2
|
|
47
|
+
}
|
|
48
|
+
effect = {
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
removed_effect = {}
|
|
52
|
+
ai_will_do = {
|
|
53
|
+
factor = 10
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
improved_conduct_census_decree = {
|
|
58
|
+
cost = 20
|
|
59
|
+
duration = 3650
|
|
60
|
+
potential = {
|
|
61
|
+
has_country_flag = mng_empowered_pop_census_flag
|
|
62
|
+
}
|
|
63
|
+
trigger = {
|
|
64
|
+
}
|
|
65
|
+
modifier = {
|
|
66
|
+
global_tax_modifier = 0.25
|
|
67
|
+
state_governing_cost = -0.1
|
|
68
|
+
country_admin_power = 1
|
|
69
|
+
}
|
|
70
|
+
effect = {
|
|
71
|
+
}
|
|
72
|
+
removed_effect = {}
|
|
73
|
+
ai_will_do = {
|
|
74
|
+
factor = 10
|
|
75
|
+
modifier = {
|
|
76
|
+
factor = 0.1
|
|
77
|
+
NOT = { tax_income_percentage = 0.25 }
|
|
78
|
+
}
|
|
79
|
+
modifier = {
|
|
80
|
+
factor = 1.5
|
|
81
|
+
tax_income_percentage = 0.3
|
|
82
|
+
}
|
|
83
|
+
modifier = {
|
|
84
|
+
factor = 1.5
|
|
85
|
+
tax_income_percentage = 0.35
|
|
86
|
+
}
|
|
87
|
+
modifier = {
|
|
88
|
+
factor = 1.5
|
|
89
|
+
tax_income_percentage = 0.4
|
|
90
|
+
}
|
|
91
|
+
modifier = {
|
|
92
|
+
factor = 1.5
|
|
93
|
+
tax_income_percentage = 0.45
|
|
94
|
+
}
|
|
95
|
+
modifier = {
|
|
96
|
+
factor = 1.5
|
|
97
|
+
tax_income_percentage = 0.5
|
|
98
|
+
}
|
|
99
|
+
modifier = {
|
|
100
|
+
factor = 1.5
|
|
101
|
+
tax_income_percentage = 0.55
|
|
102
|
+
}
|
|
103
|
+
modifier = {
|
|
104
|
+
factor = 1.5
|
|
105
|
+
tax_income_percentage = 0.6
|
|
106
|
+
}
|
|
14
107
|
}
|
|
15
108
|
}
|
|
16
109
|
|
|
17
110
|
conduct_census_decree = {
|
|
18
111
|
cost = 20
|
|
19
112
|
duration = 3650
|
|
113
|
+
potential = {
|
|
114
|
+
NOT = { has_country_flag = mng_empowered_pop_census_flag }
|
|
115
|
+
}
|
|
116
|
+
trigger = {
|
|
117
|
+
}
|
|
20
118
|
modifier = {
|
|
21
119
|
global_tax_modifier = 0.25
|
|
120
|
+
state_governing_cost = -0.1
|
|
121
|
+
}
|
|
122
|
+
effect = {
|
|
123
|
+
# if = {
|
|
124
|
+
# limit = { has_country_flag = mng_empowered_pop_census_flag }
|
|
125
|
+
# add_country_modifier = {
|
|
126
|
+
# name = eoc_census_modifier
|
|
127
|
+
# duration = 3650
|
|
128
|
+
# }
|
|
129
|
+
# }
|
|
22
130
|
}
|
|
131
|
+
removed_effect = {}
|
|
23
132
|
ai_will_do = {
|
|
24
|
-
factor =
|
|
133
|
+
factor = 10
|
|
25
134
|
modifier = {
|
|
26
135
|
factor = 0.1
|
|
27
136
|
NOT = { tax_income_percentage = 0.25 }
|
|
@@ -60,26 +169,44 @@ conduct_census_decree = {
|
|
|
60
169
|
promote_naval_officers_decree = {
|
|
61
170
|
cost = 20
|
|
62
171
|
duration = 3650
|
|
172
|
+
potential = {
|
|
173
|
+
}
|
|
174
|
+
trigger = {
|
|
175
|
+
}
|
|
63
176
|
modifier = {
|
|
64
|
-
ship_durability = 0.
|
|
177
|
+
ship_durability = 0.1
|
|
178
|
+
naval_morale = 0.1
|
|
65
179
|
}
|
|
180
|
+
effect = {}
|
|
181
|
+
removed_effect = {}
|
|
66
182
|
ai_will_do = {
|
|
67
183
|
factor = 50
|
|
68
184
|
modifier = {
|
|
69
185
|
factor = 3
|
|
70
186
|
navy_tradition = 50
|
|
71
187
|
}
|
|
188
|
+
modifier = {
|
|
189
|
+
factor = 0
|
|
190
|
+
NOT = { imperial_mandate = 90 }
|
|
191
|
+
}
|
|
72
192
|
}
|
|
73
193
|
}
|
|
74
194
|
|
|
75
195
|
increase_tariff_control_decree = {
|
|
76
196
|
cost = 20
|
|
77
197
|
duration = 3650
|
|
198
|
+
potential = {
|
|
199
|
+
}
|
|
200
|
+
trigger = {
|
|
201
|
+
}
|
|
78
202
|
modifier = {
|
|
79
203
|
global_prov_trade_power_modifier = 0.25
|
|
204
|
+
global_own_trade_power = 0.1
|
|
80
205
|
}
|
|
206
|
+
effect = {}
|
|
207
|
+
removed_effect = {}
|
|
81
208
|
ai_will_do = {
|
|
82
|
-
factor =
|
|
209
|
+
factor = 10
|
|
83
210
|
modifier = {
|
|
84
211
|
factor = 0.1
|
|
85
212
|
NOT = { trade_income_percentage = 0.25 }
|
|
@@ -118,9 +245,16 @@ increase_tariff_control_decree = {
|
|
|
118
245
|
improve_defence_effort_decree = {
|
|
119
246
|
cost = 20
|
|
120
247
|
duration = 3650
|
|
121
|
-
|
|
248
|
+
potential = {
|
|
249
|
+
}
|
|
250
|
+
trigger = {
|
|
251
|
+
}
|
|
252
|
+
modifier = {
|
|
122
253
|
defensiveness = 0.25
|
|
254
|
+
fort_maintenance_modifier = -0.1
|
|
123
255
|
}
|
|
256
|
+
effect = {}
|
|
257
|
+
removed_effect = {}
|
|
124
258
|
ai_will_do = {
|
|
125
259
|
factor = 50
|
|
126
260
|
modifier = {
|
|
@@ -133,11 +267,18 @@ improve_defence_effort_decree = {
|
|
|
133
267
|
boost_officer_corps_decree = {
|
|
134
268
|
cost = 20
|
|
135
269
|
duration = 3650
|
|
270
|
+
potential = {
|
|
271
|
+
}
|
|
272
|
+
trigger = {
|
|
273
|
+
}
|
|
136
274
|
modifier = {
|
|
137
275
|
infantry_power = 0.1
|
|
276
|
+
reinforce_speed = 0.25
|
|
138
277
|
}
|
|
278
|
+
effect = {}
|
|
279
|
+
removed_effect = {}
|
|
139
280
|
ai_will_do = {
|
|
140
|
-
factor =
|
|
281
|
+
factor = 10
|
|
141
282
|
modifier = {
|
|
142
283
|
factor = 0.1
|
|
143
284
|
is_at_war = no
|
|
@@ -147,4 +288,237 @@ boost_officer_corps_decree = {
|
|
|
147
288
|
is_in_important_war = yes
|
|
148
289
|
}
|
|
149
290
|
}
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
####################################
|
|
294
|
+
# New Decrees for 1.35
|
|
295
|
+
####################################
|
|
296
|
+
|
|
297
|
+
fund_new_centers_of_education_decree = {
|
|
298
|
+
cost = 20
|
|
299
|
+
duration = 3650
|
|
300
|
+
potential = {
|
|
301
|
+
}
|
|
302
|
+
trigger = {
|
|
303
|
+
}
|
|
304
|
+
modifier = {
|
|
305
|
+
technology_cost = -0.1
|
|
306
|
+
global_institution_spread = 0.25
|
|
307
|
+
}
|
|
308
|
+
effect = {}
|
|
309
|
+
removed_effect = {}
|
|
310
|
+
ai_will_do = {
|
|
311
|
+
factor = 10
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
proclaim_dynastic_name_decree = {
|
|
316
|
+
cost = 20
|
|
317
|
+
duration = 3650
|
|
318
|
+
potential = {
|
|
319
|
+
}
|
|
320
|
+
trigger = {
|
|
321
|
+
}
|
|
322
|
+
modifier = {
|
|
323
|
+
imperial_mandate = 0.05
|
|
324
|
+
all_estate_loyalty_equilibrium = 0.1
|
|
325
|
+
}
|
|
326
|
+
effect = {}
|
|
327
|
+
removed_effect = {}
|
|
328
|
+
ai_will_do = {
|
|
329
|
+
factor = 100
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
issue_the_great_warnings_decree = {
|
|
334
|
+
cost = 20
|
|
335
|
+
duration = 3650
|
|
336
|
+
potential = {
|
|
337
|
+
}
|
|
338
|
+
trigger = {
|
|
339
|
+
}
|
|
340
|
+
modifier = {
|
|
341
|
+
all_estate_influence_modifier = -0.1
|
|
342
|
+
yearly_corruption = -0.1
|
|
343
|
+
}
|
|
344
|
+
effect = {}
|
|
345
|
+
removed_effect = {}
|
|
346
|
+
ai_will_do = {
|
|
347
|
+
factor = 10
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
# encourage_the_dockyard_industry = {
|
|
352
|
+
# cost = 20
|
|
353
|
+
# duration = 3650
|
|
354
|
+
# modifier = {
|
|
355
|
+
# global_ship_recruit_speed = -0.2
|
|
356
|
+
# global_ship_cost = -0.1
|
|
357
|
+
# }
|
|
358
|
+
# ai_will_do = {
|
|
359
|
+
# factor = 10
|
|
360
|
+
# }
|
|
361
|
+
# }
|
|
362
|
+
|
|
363
|
+
six_ordinances_decree = {
|
|
364
|
+
cost = 20
|
|
365
|
+
duration = 3650
|
|
366
|
+
potential = {
|
|
367
|
+
}
|
|
368
|
+
trigger = {
|
|
369
|
+
}
|
|
370
|
+
modifier = {
|
|
371
|
+
reduced_liberty_desire = 10
|
|
372
|
+
global_unrest = -2
|
|
373
|
+
}
|
|
374
|
+
effect = {}
|
|
375
|
+
removed_effect = {}
|
|
376
|
+
ai_will_do = {
|
|
377
|
+
factor = 10
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
sacred_edict_of_confucianism_decree = {
|
|
382
|
+
cost = 20
|
|
383
|
+
duration = 3650
|
|
384
|
+
potential = {
|
|
385
|
+
}
|
|
386
|
+
trigger = {
|
|
387
|
+
}
|
|
388
|
+
modifier = {
|
|
389
|
+
harmonization_speed = 0.25
|
|
390
|
+
monthly_karma = -0.05
|
|
391
|
+
years_of_nationalism = -5
|
|
392
|
+
}
|
|
393
|
+
effect = {}
|
|
394
|
+
removed_effect = {}
|
|
395
|
+
ai_will_do = {
|
|
396
|
+
factor = 10
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
promote_taoist_studies_decree = {
|
|
401
|
+
cost = 20
|
|
402
|
+
duration = 3650
|
|
403
|
+
potential = {
|
|
404
|
+
}
|
|
405
|
+
trigger = {
|
|
406
|
+
}
|
|
407
|
+
modifier = {
|
|
408
|
+
church_loyalty_modifier = 0.1
|
|
409
|
+
monarch_lifespan = 0.25
|
|
410
|
+
}
|
|
411
|
+
effect = {}
|
|
412
|
+
removed_effect = {}
|
|
413
|
+
ai_will_do = {
|
|
414
|
+
factor = 10
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
appoint_entrusted_eunuchs_decree = {
|
|
419
|
+
cost = 20
|
|
420
|
+
duration = 3650
|
|
421
|
+
potential = {
|
|
422
|
+
}
|
|
423
|
+
trigger = {
|
|
424
|
+
}
|
|
425
|
+
modifier = {
|
|
426
|
+
eunuchs_loyalty_modifier = 0.1
|
|
427
|
+
advisor_cost = -0.15
|
|
428
|
+
}
|
|
429
|
+
effect = {}
|
|
430
|
+
removed_effect = {}
|
|
431
|
+
ai_will_do = {
|
|
432
|
+
factor = 10
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
# enforce_haijin_policy_decree = {
|
|
437
|
+
# cost = 20
|
|
438
|
+
# duration = 3650
|
|
439
|
+
# modifier = {
|
|
440
|
+
# burghers_loyalty_modifier = 0.1
|
|
441
|
+
# trade_efficiency = 0.15
|
|
442
|
+
# }
|
|
443
|
+
# ai_will_do = {
|
|
444
|
+
# factor = 10
|
|
445
|
+
# }
|
|
446
|
+
# }
|
|
447
|
+
|
|
448
|
+
increase_trade_cooperation_decree = {
|
|
449
|
+
cost = 20
|
|
450
|
+
duration = 3650
|
|
451
|
+
potential = {
|
|
452
|
+
}
|
|
453
|
+
trigger = {
|
|
454
|
+
}
|
|
455
|
+
modifier = {
|
|
456
|
+
reduced_trade_penalty_on_non_main_tradenode = 0.25
|
|
457
|
+
innovativeness_gain = 0.5
|
|
458
|
+
}
|
|
459
|
+
effect = {}
|
|
460
|
+
removed_effect = {}
|
|
461
|
+
ai_will_do = {
|
|
462
|
+
factor = 10
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
reinforce_the_inner_guard_decree = {
|
|
467
|
+
cost = 20
|
|
468
|
+
duration = 3650
|
|
469
|
+
potential = {
|
|
470
|
+
}
|
|
471
|
+
trigger = {
|
|
472
|
+
}
|
|
473
|
+
modifier = {
|
|
474
|
+
global_spy_defence = 0.33
|
|
475
|
+
improve_relation_modifier = 0.2
|
|
476
|
+
}
|
|
477
|
+
effect = {}
|
|
478
|
+
removed_effect = {}
|
|
479
|
+
ai_will_do = {
|
|
480
|
+
factor = 10
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
# exile_lawless_bureaucrats_decree = {
|
|
485
|
+
# cost = 20
|
|
486
|
+
# duration = 3650
|
|
487
|
+
# modifier = {
|
|
488
|
+
# meritocracy = 0.33
|
|
489
|
+
# colonist_placement_chance = 0.15
|
|
490
|
+
# }
|
|
491
|
+
# ai_will_do = {
|
|
492
|
+
# factor = 10
|
|
493
|
+
# }
|
|
494
|
+
# }
|
|
495
|
+
|
|
496
|
+
# encourage_homogenity_decree = {
|
|
497
|
+
# cost = 20
|
|
498
|
+
# duration = 3650
|
|
499
|
+
# modifier = {
|
|
500
|
+
# culture_conversion_cost = -0.2
|
|
501
|
+
# culture_conversion_speed = 0.5
|
|
502
|
+
# }
|
|
503
|
+
# ai_will_do = {
|
|
504
|
+
# factor = 10
|
|
505
|
+
# }
|
|
506
|
+
# }
|
|
507
|
+
|
|
508
|
+
issue_bureaucratic_imperial_seal = {
|
|
509
|
+
cost = 20
|
|
510
|
+
duration = 3650
|
|
511
|
+
potential = {
|
|
512
|
+
}
|
|
513
|
+
trigger = {
|
|
514
|
+
}
|
|
515
|
+
modifier = {
|
|
516
|
+
min_autonomy = -5
|
|
517
|
+
global_autonomy = -0.05
|
|
518
|
+
}
|
|
519
|
+
effect = {}
|
|
520
|
+
removed_effect = {}
|
|
521
|
+
ai_will_do = {
|
|
522
|
+
factor = 10
|
|
523
|
+
}
|
|
150
524
|
}
|