|
@@ -26,6 +26,10 @@ philosopher = {
|
|
|
26
26
|
monthly_russian_modernization = 0.02
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
skill_scaled_modifier = {
|
|
30
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
31
|
+
modifier = { idea_cost = -0.01 }
|
|
32
|
+
}
|
|
29
33
|
|
|
30
34
|
# Bonus
|
|
31
35
|
prestige = 1
|
|
@@ -88,6 +92,27 @@ philosopher = {
|
|
|
88
92
|
}
|
|
89
93
|
modifier = { tolerance_heretic = 1 }
|
|
90
94
|
}
|
|
95
|
+
skill_scaled_modifier = {
|
|
96
|
+
trigger = {
|
|
97
|
+
owner = {
|
|
98
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
modifier = {
|
|
102
|
+
yearly_innovativeness = 0.02
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
skill_scaled_modifier = {
|
|
107
|
+
trigger = {
|
|
108
|
+
owner = {
|
|
109
|
+
has_government_mechanic = persian_influence_mechanic
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
modifier = {
|
|
113
|
+
monthly_persian_influence = 0.1
|
|
114
|
+
}
|
|
115
|
+
}
|
|
91
116
|
|
|
92
117
|
chance = {
|
|
93
118
|
factor = 1
|
|
@@ -112,6 +137,22 @@ natural_scientist = {
|
|
|
112
137
|
monthly_russian_modernization = 0.02
|
|
113
138
|
}
|
|
114
139
|
}
|
|
140
|
+
|
|
141
|
+
skill_scaled_modifier = {
|
|
142
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
143
|
+
modifier = { idea_cost = -0.01 }
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
skill_scaled_modifier = {
|
|
147
|
+
trigger = {
|
|
148
|
+
owner = {
|
|
149
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
modifier = {
|
|
153
|
+
yearly_innovativeness = 0.02
|
|
154
|
+
}
|
|
155
|
+
}
|
|
115
156
|
|
|
116
157
|
# Bonus
|
|
117
158
|
production_efficiency = 0.10
|
|
@@ -175,6 +216,17 @@ natural_scientist = {
|
|
|
175
216
|
modifier = { tolerance_heretic = 1 }
|
|
176
217
|
}
|
|
177
218
|
|
|
219
|
+
skill_scaled_modifier = {
|
|
220
|
+
trigger = {
|
|
221
|
+
owner = {
|
|
222
|
+
has_government_mechanic = persian_influence_mechanic
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
modifier = {
|
|
226
|
+
monthly_persian_influence = 0.03
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
|
|
178
230
|
chance = {
|
|
179
231
|
factor = 1
|
|
180
232
|
}
|
|
@@ -198,6 +250,22 @@ artist = {
|
|
|
198
250
|
monthly_russian_modernization = 0.02
|
|
199
251
|
}
|
|
200
252
|
}
|
|
253
|
+
|
|
254
|
+
skill_scaled_modifier = {
|
|
255
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
256
|
+
modifier = { idea_cost = -0.01 }
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
skill_scaled_modifier = {
|
|
260
|
+
trigger = {
|
|
261
|
+
owner = {
|
|
262
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
modifier = {
|
|
266
|
+
yearly_innovativeness = 0.02
|
|
267
|
+
}
|
|
268
|
+
}
|
|
201
269
|
|
|
202
270
|
# Bonus
|
|
203
271
|
stability_cost_modifier = -0.10
|
|
@@ -261,6 +329,17 @@ artist = {
|
|
|
261
329
|
modifier = { tolerance_own = 1 }
|
|
262
330
|
}
|
|
263
331
|
|
|
332
|
+
skill_scaled_modifier = {
|
|
333
|
+
trigger = {
|
|
334
|
+
owner = {
|
|
335
|
+
has_government_mechanic = persian_influence_mechanic
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
modifier = {
|
|
339
|
+
monthly_persian_influence = 0.1
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
|
|
264
343
|
chance = {
|
|
265
344
|
factor = 1
|
|
266
345
|
}
|
|
@@ -292,6 +371,22 @@ treasurer = {
|
|
|
292
371
|
monthly_russian_modernization = 0.02
|
|
293
372
|
}
|
|
294
373
|
}
|
|
374
|
+
|
|
375
|
+
skill_scaled_modifier = {
|
|
376
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
377
|
+
modifier = { idea_cost = -0.01 }
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
skill_scaled_modifier = {
|
|
381
|
+
trigger = {
|
|
382
|
+
owner = {
|
|
383
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
modifier = {
|
|
387
|
+
yearly_innovativeness = 0.02
|
|
388
|
+
}
|
|
389
|
+
}
|
|
295
390
|
|
|
296
391
|
# Bonus
|
|
297
392
|
global_tax_modifier = 0.1
|
|
@@ -354,6 +449,17 @@ treasurer = {
|
|
|
354
449
|
}
|
|
355
450
|
modifier = { religious_unity = 0.15 }
|
|
356
451
|
}
|
|
452
|
+
|
|
453
|
+
skill_scaled_modifier = {
|
|
454
|
+
trigger = {
|
|
455
|
+
owner = {
|
|
456
|
+
has_government_mechanic = persian_influence_mechanic
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
modifier = {
|
|
460
|
+
monthly_persian_influence = 0.03
|
|
461
|
+
}
|
|
462
|
+
}
|
|
357
463
|
|
|
358
464
|
chance = {
|
|
359
465
|
factor = 1
|
|
@@ -378,6 +484,22 @@ theologian = {
|
|
|
378
484
|
monthly_russian_modernization = 0.02
|
|
379
485
|
}
|
|
380
486
|
}
|
|
487
|
+
|
|
488
|
+
skill_scaled_modifier = {
|
|
489
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
490
|
+
modifier = { idea_cost = -0.01 }
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
skill_scaled_modifier = {
|
|
494
|
+
trigger = {
|
|
495
|
+
owner = {
|
|
496
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
modifier = {
|
|
500
|
+
yearly_innovativeness = 0.02
|
|
501
|
+
}
|
|
502
|
+
}
|
|
381
503
|
|
|
382
504
|
# Bonus
|
|
383
505
|
global_unrest = -2
|
|
@@ -396,6 +518,16 @@ theologian = {
|
|
|
396
518
|
}
|
|
397
519
|
}
|
|
398
520
|
|
|
521
|
+
skill_scaled_modifier = {
|
|
522
|
+
trigger = {
|
|
523
|
+
owner = {
|
|
524
|
+
has_country_flag = geo_advisor_scaling_flag
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
modifier = {
|
|
528
|
+
yearly_patriarch_authority = 0.01
|
|
529
|
+
}
|
|
530
|
+
}
|
|
399
531
|
skill_scaled_modifier = {
|
|
400
532
|
trigger = {
|
|
401
533
|
owner = {
|
|
@@ -440,6 +572,17 @@ theologian = {
|
|
|
440
572
|
}
|
|
441
573
|
modifier = { global_heretic_missionary_strength = 0.01 }
|
|
442
574
|
}
|
|
575
|
+
|
|
576
|
+
skill_scaled_modifier = {
|
|
577
|
+
trigger = {
|
|
578
|
+
owner = {
|
|
579
|
+
has_government_mechanic = persian_influence_mechanic
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
modifier = {
|
|
583
|
+
monthly_persian_influence = 0.03
|
|
584
|
+
}
|
|
585
|
+
}
|
|
443
586
|
|
|
444
587
|
chance = {
|
|
445
588
|
factor = 1
|
|
@@ -473,6 +616,22 @@ master_of_mint = {
|
|
|
473
616
|
monthly_russian_modernization = 0.02
|
|
474
617
|
}
|
|
475
618
|
}
|
|
619
|
+
|
|
620
|
+
skill_scaled_modifier = {
|
|
621
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
622
|
+
modifier = { idea_cost = -0.01 }
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
skill_scaled_modifier = {
|
|
626
|
+
trigger = {
|
|
627
|
+
owner = {
|
|
628
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
modifier = {
|
|
632
|
+
yearly_innovativeness = 0.02
|
|
633
|
+
}
|
|
634
|
+
}
|
|
476
635
|
|
|
477
636
|
# Bonus
|
|
478
637
|
inflation_reduction = 0.10
|
|
@@ -490,6 +649,16 @@ master_of_mint = {
|
|
|
490
649
|
governing_capacity_modifier = 0.05
|
|
491
650
|
}
|
|
492
651
|
}
|
|
652
|
+
skill_scaled_modifier = {
|
|
653
|
+
trigger = {
|
|
654
|
+
owner = {
|
|
655
|
+
mission_completed = YEM_eastern_hub
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
modifier = {
|
|
659
|
+
global_foreign_trade_power = 0.05
|
|
660
|
+
}
|
|
661
|
+
}
|
|
493
662
|
|
|
494
663
|
skill_scaled_modifier = {
|
|
495
664
|
trigger = {
|
|
@@ -535,6 +704,17 @@ master_of_mint = {
|
|
|
535
704
|
}
|
|
536
705
|
modifier = { religious_unity = 0.15 }
|
|
537
706
|
}
|
|
707
|
+
|
|
708
|
+
skill_scaled_modifier = {
|
|
709
|
+
trigger = {
|
|
710
|
+
owner = {
|
|
711
|
+
has_government_mechanic = persian_influence_mechanic
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
modifier = {
|
|
715
|
+
monthly_persian_influence = 0.03
|
|
716
|
+
}
|
|
717
|
+
}
|
|
538
718
|
|
|
539
719
|
chance = {
|
|
540
720
|
factor = 1
|
|
@@ -564,6 +744,22 @@ inquisitor = {
|
|
|
564
744
|
}
|
|
565
745
|
}
|
|
566
746
|
allow_only_owner_religion = yes
|
|
747
|
+
|
|
748
|
+
skill_scaled_modifier = {
|
|
749
|
+
trigger = { owner = { has_country_modifier = mam_adm_advisors_generate_idea_cost_modifier } }
|
|
750
|
+
modifier = { idea_cost = -0.01 }
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
skill_scaled_modifier = {
|
|
754
|
+
trigger = {
|
|
755
|
+
owner = {
|
|
756
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
modifier = {
|
|
760
|
+
yearly_innovativeness = 0.02
|
|
761
|
+
}
|
|
762
|
+
}
|
|
567
763
|
|
|
568
764
|
# Bonus
|
|
569
765
|
global_missionary_strength = 0.02
|
|
@@ -582,6 +778,16 @@ inquisitor = {
|
|
|
582
778
|
}
|
|
583
779
|
}
|
|
584
780
|
|
|
781
|
+
skill_scaled_modifier = {
|
|
782
|
+
trigger = {
|
|
783
|
+
owner = {
|
|
784
|
+
has_country_flag = geo_advisor_scaling_flag
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
modifier = {
|
|
788
|
+
yearly_patriarch_authority = 0.01
|
|
789
|
+
}
|
|
790
|
+
}
|
|
585
791
|
skill_scaled_modifier = {
|
|
586
792
|
trigger = {
|
|
587
793
|
owner = {
|
|
@@ -637,6 +843,17 @@ inquisitor = {
|
|
|
637
843
|
establish_order_cost = -0.05
|
|
638
844
|
}
|
|
639
845
|
}
|
|
846
|
+
|
|
847
|
+
skill_scaled_modifier = {
|
|
848
|
+
trigger = {
|
|
849
|
+
owner = {
|
|
850
|
+
has_government_mechanic = persian_influence_mechanic
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
modifier = {
|
|
854
|
+
monthly_persian_influence = 0.03
|
|
855
|
+
}
|
|
856
|
+
}
|
|
640
857
|
|
|
641
858
|
chance = {
|
|
642
859
|
factor = 1
|
|
@@ -678,6 +895,17 @@ statesman = {
|
|
|
678
895
|
monthly_russian_modernization = 0.02
|
|
679
896
|
}
|
|
680
897
|
}
|
|
898
|
+
|
|
899
|
+
skill_scaled_modifier = {
|
|
900
|
+
trigger = {
|
|
901
|
+
owner = {
|
|
902
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
modifier = {
|
|
906
|
+
yearly_innovativeness = 0.02
|
|
907
|
+
}
|
|
908
|
+
}
|
|
681
909
|
|
|
682
910
|
# Bonus
|
|
683
911
|
diplomatic_reputation = 1
|
|
@@ -744,6 +972,17 @@ naval_reformer = {
|
|
|
744
972
|
monthly_russian_modernization = 0.02
|
|
745
973
|
}
|
|
746
974
|
}
|
|
975
|
+
|
|
976
|
+
skill_scaled_modifier = {
|
|
977
|
+
trigger = {
|
|
978
|
+
owner = {
|
|
979
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
modifier = {
|
|
983
|
+
yearly_innovativeness = 0.02
|
|
984
|
+
}
|
|
985
|
+
}
|
|
747
986
|
|
|
748
987
|
# Bonus
|
|
749
988
|
|
|
@@ -760,6 +999,17 @@ naval_reformer = {
|
|
|
760
999
|
}
|
|
761
1000
|
}
|
|
762
1001
|
|
|
1002
|
+
skill_scaled_modifier = {
|
|
1003
|
+
trigger = {
|
|
1004
|
+
owner = {
|
|
1005
|
+
mission_completed = BYZ_warehouse_of_the_east
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
modifier = {
|
|
1009
|
+
global_trade_power = 0.03
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
|
|
763
1013
|
skill_scaled_modifier = {
|
|
764
1014
|
trigger = {
|
|
765
1015
|
owner = {
|
|
@@ -818,6 +1068,17 @@ trader = {
|
|
|
818
1068
|
monthly_russian_modernization = 0.02
|
|
819
1069
|
}
|
|
820
1070
|
}
|
|
1071
|
+
|
|
1072
|
+
skill_scaled_modifier = {
|
|
1073
|
+
trigger = {
|
|
1074
|
+
owner = {
|
|
1075
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
modifier = {
|
|
1079
|
+
yearly_innovativeness = 0.02
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
821
1082
|
|
|
822
1083
|
# Bonus
|
|
823
1084
|
trade_efficiency = 0.10
|
|
@@ -898,6 +1159,17 @@ spymaster = {
|
|
|
898
1159
|
monthly_russian_modernization = 0.02
|
|
899
1160
|
}
|
|
900
1161
|
}
|
|
1162
|
+
|
|
1163
|
+
skill_scaled_modifier = {
|
|
1164
|
+
trigger = {
|
|
1165
|
+
owner = {
|
|
1166
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
modifier = {
|
|
1170
|
+
yearly_innovativeness = 0.02
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
901
1173
|
|
|
902
1174
|
# Bonus
|
|
903
1175
|
spy_offence = 0.25
|
|
@@ -964,6 +1236,17 @@ colonial_governor = {
|
|
|
964
1236
|
monthly_russian_modernization = 0.02
|
|
965
1237
|
}
|
|
966
1238
|
}
|
|
1239
|
+
|
|
1240
|
+
skill_scaled_modifier = {
|
|
1241
|
+
trigger = {
|
|
1242
|
+
owner = {
|
|
1243
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1244
|
+
}
|
|
1245
|
+
}
|
|
1246
|
+
modifier = {
|
|
1247
|
+
yearly_innovativeness = 0.02
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
967
1250
|
|
|
968
1251
|
# Bonus
|
|
969
1252
|
global_tariffs = 0.10
|
|
@@ -1038,6 +1321,17 @@ diplomat = {
|
|
|
1038
1321
|
monthly_russian_modernization = 0.02
|
|
1039
1322
|
}
|
|
1040
1323
|
}
|
|
1324
|
+
|
|
1325
|
+
skill_scaled_modifier = {
|
|
1326
|
+
trigger = {
|
|
1327
|
+
owner = {
|
|
1328
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
modifier = {
|
|
1332
|
+
yearly_innovativeness = 0.02
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1041
1335
|
|
|
1042
1336
|
# Bonus
|
|
1043
1337
|
improve_relation_modifier = 0.2
|
|
@@ -1104,6 +1398,17 @@ navigator = {
|
|
|
1104
1398
|
monthly_russian_modernization = 0.02
|
|
1105
1399
|
}
|
|
1106
1400
|
}
|
|
1401
|
+
|
|
1402
|
+
skill_scaled_modifier = {
|
|
1403
|
+
trigger = {
|
|
1404
|
+
owner = {
|
|
1405
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
modifier = {
|
|
1409
|
+
yearly_innovativeness = 0.02
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1107
1412
|
|
|
1108
1413
|
# Bonus
|
|
1109
1414
|
range = 0.20
|
|
@@ -1179,6 +1484,17 @@ army_reformer = {
|
|
|
1179
1484
|
monthly_russian_modernization = 0.02
|
|
1180
1485
|
}
|
|
1181
1486
|
}
|
|
1487
|
+
|
|
1488
|
+
skill_scaled_modifier = {
|
|
1489
|
+
trigger = {
|
|
1490
|
+
owner = {
|
|
1491
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1492
|
+
}
|
|
1493
|
+
}
|
|
1494
|
+
modifier = {
|
|
1495
|
+
yearly_innovativeness = 0.02
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1182
1498
|
|
|
1183
1499
|
# Bonus
|
|
1184
1500
|
land_morale = 0.10
|
|
@@ -1226,10 +1542,32 @@ army_organiser = {
|
|
|
1226
1542
|
monthly_russian_modernization = 0.02
|
|
1227
1543
|
}
|
|
1228
1544
|
}
|
|
1545
|
+
|
|
1546
|
+
skill_scaled_modifier = {
|
|
1547
|
+
trigger = {
|
|
1548
|
+
owner = {
|
|
1549
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
modifier = {
|
|
1553
|
+
yearly_innovativeness = 0.02
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1229
1556
|
|
|
1230
1557
|
# Bonus
|
|
1231
1558
|
land_forcelimit_modifier = 0.10
|
|
1232
1559
|
|
|
1560
|
+
skill_scaled_modifier = {
|
|
1561
|
+
trigger = {
|
|
1562
|
+
owner = {
|
|
1563
|
+
mission_completed = BYZ_foreign_officers
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
modifier = {
|
|
1567
|
+
mercenary_cost = -0.03
|
|
1568
|
+
}
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1233
1571
|
skill_scaled_modifier = {
|
|
1234
1572
|
trigger = {
|
|
1235
1573
|
owner = {
|
|
@@ -1273,6 +1611,17 @@ commandant = {
|
|
|
1273
1611
|
monthly_russian_modernization = 0.02
|
|
1274
1612
|
}
|
|
1275
1613
|
}
|
|
1614
|
+
|
|
1615
|
+
skill_scaled_modifier = {
|
|
1616
|
+
trigger = {
|
|
1617
|
+
owner = {
|
|
1618
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1619
|
+
}
|
|
1620
|
+
}
|
|
1621
|
+
modifier = {
|
|
1622
|
+
yearly_innovativeness = 0.02
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1276
1625
|
|
|
1277
1626
|
# Bonus
|
|
1278
1627
|
discipline = 0.05
|
|
@@ -1320,6 +1669,17 @@ quartermaster = {
|
|
|
1320
1669
|
monthly_russian_modernization = 0.02
|
|
1321
1670
|
}
|
|
1322
1671
|
}
|
|
1672
|
+
|
|
1673
|
+
skill_scaled_modifier = {
|
|
1674
|
+
trigger = {
|
|
1675
|
+
owner = {
|
|
1676
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
modifier = {
|
|
1680
|
+
yearly_innovativeness = 0.02
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1323
1683
|
|
|
1324
1684
|
# Bonus
|
|
1325
1685
|
reinforce_speed = 0.33
|
|
@@ -1371,6 +1731,17 @@ recruitmaster = {
|
|
|
1371
1731
|
monthly_russian_modernization = 0.02
|
|
1372
1732
|
}
|
|
1373
1733
|
}
|
|
1734
|
+
|
|
1735
|
+
skill_scaled_modifier = {
|
|
1736
|
+
trigger = {
|
|
1737
|
+
owner = {
|
|
1738
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
modifier = {
|
|
1742
|
+
yearly_innovativeness = 0.02
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1374
1745
|
|
|
1375
1746
|
# Bonus
|
|
1376
1747
|
global_manpower_modifier = 0.10
|
|
@@ -1422,6 +1793,17 @@ fortification_expert = {
|
|
|
1422
1793
|
monthly_russian_modernization = 0.02
|
|
1423
1794
|
}
|
|
1424
1795
|
}
|
|
1796
|
+
|
|
1797
|
+
skill_scaled_modifier = {
|
|
1798
|
+
trigger = {
|
|
1799
|
+
owner = {
|
|
1800
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
modifier = {
|
|
1804
|
+
yearly_innovativeness = 0.02
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1425
1807
|
|
|
1426
1808
|
# Bonus
|
|
1427
1809
|
defensiveness = 0.2
|
|
@@ -1471,6 +1853,17 @@ grand_captain = {
|
|
|
1471
1853
|
}
|
|
1472
1854
|
}
|
|
1473
1855
|
|
|
1856
|
+
skill_scaled_modifier = {
|
|
1857
|
+
trigger = {
|
|
1858
|
+
owner = {
|
|
1859
|
+
has_government_attribute = advisors_generate_innovativeness
|
|
1860
|
+
}
|
|
1861
|
+
}
|
|
1862
|
+
modifier = {
|
|
1863
|
+
yearly_innovativeness = 0.02
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1474
1867
|
# Bonus
|
|
1475
1868
|
land_maintenance_modifier = -0.10
|
|
1476
1869
|
|