|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
# Effects are fully scriptable here.
|
|
4
4
|
|
|
5
|
-
#
|
|
6
|
-
|
|
7
|
-
################
|
|
8
|
-
null_modifier = {
|
|
9
|
-
}
|
|
10
|
-
################
|
|
5
|
+
# Missing static modifiers expected by code will print to the errorlog
|
|
11
6
|
|
|
12
7
|
##########################################################################
|
|
13
8
|
# Handicap Modifiers for human player
|
|
@@ -18,6 +13,8 @@ difficulty_very_easy_player = {
|
|
|
18
13
|
manpower_recovery_speed = 0.50
|
|
19
14
|
land_forcelimit_modifier = 0.5
|
|
20
15
|
naval_forcelimit_modifier = 0.5
|
|
16
|
+
production_efficiency = 0.5
|
|
17
|
+
global_tax_income = 60
|
|
21
18
|
global_regiment_cost = -0.33
|
|
22
19
|
global_ship_cost = -0.33
|
|
23
20
|
inflation_reduction = 0.05
|
|
@@ -104,10 +101,13 @@ city = {
|
|
|
104
101
|
allowed_num_of_buildings = 2
|
|
105
102
|
local_sailors_modifier = 0.25
|
|
106
103
|
garrison_growth = 0.05
|
|
104
|
+
allowed_num_of_manufactories = 1
|
|
107
105
|
}
|
|
108
106
|
|
|
109
107
|
port = {
|
|
110
108
|
local_institution_spread = 0.10
|
|
109
|
+
local_has_geobukseon = yes
|
|
110
|
+
local_has_voc_indiamen = yes
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
in_state = {
|
|
@@ -127,8 +127,8 @@ coastal = {
|
|
|
127
127
|
|
|
128
128
|
seat_in_parliament = {
|
|
129
129
|
local_manpower_modifier = 0.1
|
|
130
|
-
local_sailors_modifier = 0.
|
|
131
|
-
local_tax_modifier = 0.
|
|
130
|
+
local_sailors_modifier = 0.1
|
|
131
|
+
local_tax_modifier = 0.15
|
|
132
132
|
local_production_efficiency = 0.1
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -136,7 +136,7 @@ non_coastal = {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
coastal_sea = {
|
|
139
|
-
local_naval_engagement_modifier = 0.
|
|
139
|
+
local_naval_engagement_modifier = -0.20
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
tropical = {
|
|
@@ -144,7 +144,7 @@ tropical = {
|
|
|
144
144
|
supply_limit_modifier = -0.3
|
|
145
145
|
local_hostile_attrition = 2
|
|
146
146
|
|
|
147
|
-
local_development_cost = 0.
|
|
147
|
+
local_development_cost = 0.05
|
|
148
148
|
|
|
149
149
|
picture = "climate_tropical"
|
|
150
150
|
}
|
|
@@ -177,6 +177,8 @@ sea_zone = {
|
|
|
177
177
|
land_province = {
|
|
178
178
|
max_attrition = 5 #Maximum Attrition is 5
|
|
179
179
|
local_manpower_modifier = 0.25 #25% of manpower.
|
|
180
|
+
local_has_musketeers = yes
|
|
181
|
+
local_has_streltsy = yes
|
|
180
182
|
}
|
|
181
183
|
|
|
182
184
|
mild_winter = {
|
|
@@ -189,6 +191,7 @@ mild_winter = {
|
|
|
189
191
|
normal_winter = {
|
|
190
192
|
local_hostile_attrition = 2
|
|
191
193
|
supply_limit_modifier = -0.2
|
|
194
|
+
migration_cost = 0.1
|
|
192
195
|
|
|
193
196
|
picture = "winter_normal"
|
|
194
197
|
}
|
|
@@ -196,6 +199,7 @@ normal_winter = {
|
|
|
196
199
|
severe_winter = {
|
|
197
200
|
local_hostile_attrition = 3
|
|
198
201
|
supply_limit_modifier = -0.3
|
|
202
|
+
migration_cost = 0.2
|
|
199
203
|
|
|
200
204
|
picture = "winter_severe"
|
|
201
205
|
}
|
|
@@ -227,7 +231,8 @@ severe_monsoon = {
|
|
|
227
231
|
blockaded = {
|
|
228
232
|
regiment_recruit_speed = 0.2
|
|
229
233
|
ship_recruit_speed = 0.2
|
|
230
|
-
local_monthly_devastation = 0.
|
|
234
|
+
local_monthly_devastation = 0.25
|
|
235
|
+
province_trade_power_modifier = -1
|
|
231
236
|
}
|
|
232
237
|
|
|
233
238
|
no_adjacent_controlled = {
|
|
@@ -235,7 +240,10 @@ no_adjacent_controlled = {
|
|
|
235
240
|
}
|
|
236
241
|
|
|
237
242
|
provincial_tax_income = {
|
|
238
|
-
regiment_recruit_speed = -0.
|
|
243
|
+
regiment_recruit_speed = -0.02
|
|
244
|
+
local_great_project_upgrade_time = -0.01
|
|
245
|
+
local_build_time = -0.01
|
|
246
|
+
local_institution_spread = 0.02
|
|
239
247
|
}
|
|
240
248
|
|
|
241
249
|
provincial_production_size = {
|
|
@@ -245,6 +253,7 @@ provincial_production_size = {
|
|
|
245
253
|
|
|
246
254
|
knowledge_sharing = {
|
|
247
255
|
institution_growth = 12
|
|
256
|
+
monthly_russian_modernization = 0.06
|
|
248
257
|
}
|
|
249
258
|
|
|
250
259
|
cardinals_spread_institution = {
|
|
@@ -255,14 +264,6 @@ manpower = {
|
|
|
255
264
|
garrison_growth = 0.01 #1% increase from manpower.
|
|
256
265
|
}
|
|
257
266
|
|
|
258
|
-
sailors = {
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
# Caps at 600
|
|
262
|
-
horde_development = {
|
|
263
|
-
horde_unity = -3
|
|
264
|
-
}
|
|
265
|
-
|
|
266
267
|
province_razed = {
|
|
267
268
|
picture = "province_razed"
|
|
268
269
|
}
|
|
@@ -273,9 +274,12 @@ development = {
|
|
|
273
274
|
local_missionary_strength = -0.001
|
|
274
275
|
land_forcelimit = 0.1 # special case, affected by autonomy
|
|
275
276
|
naval_forcelimit = 0.1 # special case, affected by autonomy & set to 0 by code if not port
|
|
276
|
-
local_sailors =
|
|
277
|
+
local_sailors = 60 # special case, affected by autonomy & set to 0 by code if not port
|
|
277
278
|
province_trade_power_value = 0.2
|
|
278
279
|
local_amount_of_banners = 0.066
|
|
280
|
+
local_amount_of_cawa = 0.125
|
|
281
|
+
local_amount_of_carolean = 0.1
|
|
282
|
+
local_amount_of_hussars = 0.01
|
|
279
283
|
}
|
|
280
284
|
|
|
281
285
|
development_scaled = {
|
|
@@ -305,10 +309,11 @@ patriarch_authority_global = {
|
|
|
305
309
|
}
|
|
306
310
|
|
|
307
311
|
pasha_state = {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
+
local_governing_cost = -0.2
|
|
313
|
+
min_local_autonomy = 20
|
|
314
|
+
local_state_maintenance_modifier = -0.33
|
|
315
|
+
local_autonomy = -0.1
|
|
316
|
+
local_tolerance_of_heathens = 10
|
|
312
317
|
}
|
|
313
318
|
|
|
314
319
|
colony_level = {
|
|
@@ -321,7 +326,7 @@ native_assimilation = {
|
|
|
321
326
|
}
|
|
322
327
|
|
|
323
328
|
native_aggressiveness = {
|
|
324
|
-
|
|
329
|
+
local_colonist_placement_chance = -0.01
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
core = {
|
|
@@ -334,6 +339,15 @@ non_core = {
|
|
|
334
339
|
local_missionary_strength = -0.02
|
|
335
340
|
}
|
|
336
341
|
|
|
342
|
+
colonial_core = {
|
|
343
|
+
local_tax_modifier = 0.75 #90% more in a core
|
|
344
|
+
local_manpower_modifier = 0.75 #75% more in a core
|
|
345
|
+
local_sailors_modifier = 0.75
|
|
346
|
+
local_missionary_strength = -0.02
|
|
347
|
+
min_local_autonomy = 50
|
|
348
|
+
local_governing_cost = -0.5
|
|
349
|
+
}
|
|
350
|
+
|
|
337
351
|
territory_core = {
|
|
338
352
|
local_tax_modifier = 0.75 #90% more in a core
|
|
339
353
|
local_manpower_modifier = 0.75 #75% more in a core
|
|
@@ -360,6 +374,33 @@ march_bonus = {
|
|
|
360
374
|
naval_maintenance_modifier = -0.20
|
|
361
375
|
}
|
|
362
376
|
|
|
377
|
+
pu_subject_bonus = {
|
|
378
|
+
global_manpower_modifier = 0.25
|
|
379
|
+
land_forcelimit_modifier = 0.30
|
|
380
|
+
naval_forcelimit_modifier = 0.30
|
|
381
|
+
defensiveness = 0.2
|
|
382
|
+
fort_maintenance_modifier = -0.20
|
|
383
|
+
manpower_recovery_speed = 0.20
|
|
384
|
+
land_maintenance_modifier = -0.20
|
|
385
|
+
naval_maintenance_modifier = -0.20
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
pu_overlord_bonus = {
|
|
389
|
+
global_manpower = 4
|
|
390
|
+
global_sailors = 2000
|
|
391
|
+
global_manpower_modifier = 0.05
|
|
392
|
+
global_sailors_modifier = 0.05
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
gbr_emperor_of_india_subject_bonus = {
|
|
396
|
+
global_trade_goods_size_modifier = 0.15
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
gbr_emperor_of_india_overlord_bonus = {
|
|
400
|
+
trade_efficiency = 0.1
|
|
401
|
+
reduced_trade_penalty_on_non_main_tradenode = 0.25
|
|
402
|
+
}
|
|
403
|
+
|
|
363
404
|
same_culture_group = {
|
|
364
405
|
local_tax_modifier = -0.15 #10% penalty if same culture group but nothing else. Not applied if the controller is the Union Tag of the culture group, or has culture_group_union set.
|
|
365
406
|
local_manpower_modifier = -0.15
|
|
@@ -407,12 +448,12 @@ under_siege = {
|
|
|
407
448
|
|
|
408
449
|
|
|
409
450
|
devastation = {
|
|
410
|
-
trade_goods_size_modifier = -
|
|
451
|
+
trade_goods_size_modifier = -2
|
|
411
452
|
supply_limit_modifier = -0.5
|
|
412
|
-
local_institution_spread = -
|
|
413
|
-
local_development_cost = 0.
|
|
414
|
-
local_manpower_modifier = -
|
|
415
|
-
local_sailors_modifier = -
|
|
453
|
+
local_institution_spread = -2.0
|
|
454
|
+
local_development_cost = 0.2
|
|
455
|
+
local_manpower_modifier = -2.0
|
|
456
|
+
local_sailors_modifier = -2.0
|
|
416
457
|
local_hostile_movement_speed = -0.25
|
|
417
458
|
local_friendly_movement_speed = -0.25
|
|
418
459
|
}
|
|
@@ -443,6 +484,7 @@ intolerance = {
|
|
|
443
484
|
unrest = {
|
|
444
485
|
regiment_recruit_speed = 0.1 #10% longer time to build troops for each rr
|
|
445
486
|
ship_recruit_speed = 0.1
|
|
487
|
+
local_tax_modifier = -0.02
|
|
446
488
|
}
|
|
447
489
|
|
|
448
490
|
nationalism = {
|
|
@@ -479,6 +521,7 @@ local_autonomy_trade_company = {
|
|
|
479
521
|
|
|
480
522
|
recent_uprising = {
|
|
481
523
|
local_unrest = -100
|
|
524
|
+
picture = "recent_uprising"
|
|
482
525
|
}
|
|
483
526
|
|
|
484
527
|
|
|
@@ -497,14 +540,15 @@ national_defense = {
|
|
|
497
540
|
}
|
|
498
541
|
|
|
499
542
|
|
|
543
|
+
# penalty when migrant have been there recently.
|
|
500
544
|
resource_depleted = {
|
|
501
|
-
|
|
545
|
+
# Not used anymore, however if you add it, will be applied again. Kept it for modders
|
|
502
546
|
}
|
|
503
547
|
|
|
504
548
|
in_trade_company = {
|
|
505
549
|
province_trade_power_modifier = 1
|
|
506
550
|
naval_forcelimit = 0.5
|
|
507
|
-
local_missionary_strength = -2
|
|
551
|
+
local_missionary_strength = -0.2
|
|
508
552
|
local_institution_spread = 0.10
|
|
509
553
|
local_governing_cost = 0.25
|
|
510
554
|
}
|
|
@@ -516,6 +560,7 @@ left_trade_company = {
|
|
|
516
560
|
|
|
517
561
|
scorched_earth = {
|
|
518
562
|
local_hostile_movement_speed = -0.50
|
|
563
|
+
local_monthly_devastation = 0.25
|
|
519
564
|
}
|
|
520
565
|
|
|
521
566
|
##########################################################################
|
|
@@ -537,7 +582,7 @@ base_values = {
|
|
|
537
582
|
global_missionary_strength = 0.02
|
|
538
583
|
global_manpower = 10.0
|
|
539
584
|
advisor_pool = 3
|
|
540
|
-
colonist_placement_chance = 0.
|
|
585
|
+
colonist_placement_chance = 0.1
|
|
541
586
|
free_leader_pool = 1
|
|
542
587
|
republican_tradition = 1
|
|
543
588
|
monthly_fervor_increase = 1
|
|
@@ -548,9 +593,14 @@ base_values = {
|
|
|
548
593
|
governing_capacity = 200
|
|
549
594
|
num_accepted_cultures = 2
|
|
550
595
|
monthly_splendor = 1
|
|
551
|
-
|
|
596
|
+
artillery_levels_available_vs_fort = 5
|
|
552
597
|
cav_to_inf_ratio = 0.5
|
|
553
|
-
merc_maintenance_modifier = 0.
|
|
598
|
+
merc_maintenance_modifier = 0.1
|
|
599
|
+
monthly_heir_claim_increase = 0.208
|
|
600
|
+
tolerance_of_heretics_capacity = 3
|
|
601
|
+
tolerance_of_heathens_capacity = 3
|
|
602
|
+
max_flagships = 1
|
|
603
|
+
num_of_parliament_issues = 10
|
|
554
604
|
}
|
|
555
605
|
|
|
556
606
|
# AI 'cheats' that compensate for flaws in its long-term decision making, removing these may severely cripple the AI
|
|
@@ -586,6 +636,7 @@ positive_stability = {
|
|
|
586
636
|
yearly_corruption = -0.02
|
|
587
637
|
global_institution_spread = 0.05
|
|
588
638
|
yearly_harmony = 0.25
|
|
639
|
+
monthly_ottoman_decadence = -0.05
|
|
589
640
|
}
|
|
590
641
|
|
|
591
642
|
privateering = {
|
|
@@ -596,18 +647,23 @@ negative_stability = {
|
|
|
596
647
|
global_unrest = -2 #-1% EXTRA revolt risk each step
|
|
597
648
|
legitimacy = 1
|
|
598
649
|
interest = -1
|
|
599
|
-
|
|
650
|
+
migration_cost = 0.1
|
|
600
651
|
devotion = 1
|
|
601
652
|
caravan_power = 0.05
|
|
653
|
+
yearly_harmony = 0.25
|
|
654
|
+
monthly_russian_modernization = 0.03
|
|
655
|
+
monthly_ottoman_decadence = -0.15
|
|
602
656
|
}
|
|
603
657
|
|
|
604
658
|
positive_mandate = { # 100% strength at 100 mandate, 0% at 50 mandate
|
|
605
659
|
global_unrest = -2.5
|
|
606
|
-
|
|
607
|
-
war_exhaustion = -0.
|
|
660
|
+
all_estate_loyalty_equilibrium = 0.1
|
|
661
|
+
war_exhaustion = -0.05
|
|
608
662
|
}
|
|
609
663
|
|
|
610
664
|
negative_mandate = { # By default, starts at 50 mandate, 100% strength at 0 mandate
|
|
665
|
+
meritocracy = -2
|
|
666
|
+
reduced_liberty_desire = -30
|
|
611
667
|
global_trade_goods_size_modifier = -0.5
|
|
612
668
|
fire_damage_received = 0.5
|
|
613
669
|
shock_damage_received = 0.5
|
|
@@ -638,18 +694,28 @@ bank_loan = {
|
|
|
638
694
|
}
|
|
639
695
|
|
|
640
696
|
inflation = {
|
|
641
|
-
build_cost = 0.01
|
|
642
|
-
infantry_cost = 0.01
|
|
643
|
-
cavalry_cost = 0.01
|
|
644
|
-
artillery_cost = 0.01
|
|
645
|
-
heavy_ship_cost = 0.01
|
|
646
|
-
light_ship_cost = 0.01
|
|
647
|
-
galley_cost = 0.01
|
|
648
|
-
transport_cost = 0.01
|
|
649
|
-
flagship_cost = 0.01
|
|
650
|
-
advisor_cost = 0.01
|
|
651
|
-
mercenary_cost = 0.01
|
|
652
|
-
fort_maintenance_modifier = 0.01
|
|
697
|
+
build_cost = 0.01 #1% for each inflation step.
|
|
698
|
+
infantry_cost = 0.01 #1% for each inflation step
|
|
699
|
+
cavalry_cost = 0.01 #1% for each inflation step
|
|
700
|
+
artillery_cost = 0.01 #1% for each inflation step
|
|
701
|
+
heavy_ship_cost = 0.01 #1% for each inflation step
|
|
702
|
+
light_ship_cost = 0.01 #1% for each inflation step
|
|
703
|
+
galley_cost = 0.01 #1% for each inflation step
|
|
704
|
+
transport_cost = 0.01 #1% for each inflation step
|
|
705
|
+
flagship_cost = 0.01 #1% for each inflation step
|
|
706
|
+
advisor_cost = 0.01 #1% for each inflation step
|
|
707
|
+
mercenary_cost = 0.01 #1% for each inflation step
|
|
708
|
+
fort_maintenance_modifier = 0.01 #1% for each inflation step
|
|
709
|
+
missionary_maintenance_cost = 0.01 #1% for each inflation step
|
|
710
|
+
colony_cost_modifier = 0.01 #1% for each inflation step
|
|
711
|
+
great_project_upgrade_cost = 0.01 #1% for each inflation step
|
|
712
|
+
embracement_cost = 0.01 #1% for each inflation step
|
|
713
|
+
colonial_subject_type_upgrade_cost_modifier = 0.01 #1% for each inflation step
|
|
714
|
+
colonial_type_change_cost_modifier = 0.01 #1% for each inflation step
|
|
715
|
+
center_of_trade_upgrade_cost = 0.01 #1% for each inflation step
|
|
716
|
+
trade_company_investment_cost = 0.01 #1% for each inflation step
|
|
717
|
+
state_maintenance_modifier = 0.01 #1% for each inflation step
|
|
718
|
+
monthly_russian_modernization = -0.01
|
|
653
719
|
}
|
|
654
720
|
|
|
655
721
|
bankruptcy = {
|
|
@@ -663,18 +729,23 @@ bankruptcy = {
|
|
|
663
729
|
sailors_recovery_speed = -1.0
|
|
664
730
|
advisor_cost = 0.5
|
|
665
731
|
monthly_fervor_increase = -1
|
|
666
|
-
global_colonial_growth = -200
|
|
667
732
|
global_autonomy = 0.05
|
|
668
733
|
global_institution_spread = -0.50
|
|
669
734
|
monthly_militarized_society = -0.5
|
|
735
|
+
monthly_prussian_militarized_society_1 = 0.02
|
|
736
|
+
monthly_prussian_militarized_society_2 = 0.05
|
|
737
|
+
monthly_prussian_militarized_society_3 = 0.075
|
|
670
738
|
yearly_absolutism = -2.0
|
|
671
739
|
technology_cost = 0.5
|
|
672
740
|
idea_cost = 0.5
|
|
673
741
|
imperial_mandate = -0.1
|
|
742
|
+
great_project_upgrade_cost = 0.5
|
|
743
|
+
monthly_russian_modernization = -1
|
|
674
744
|
}
|
|
675
745
|
|
|
676
746
|
|
|
677
747
|
war = {
|
|
748
|
+
monthly_militarized_society = 0.1
|
|
678
749
|
rr_girondists_influence = 0.15
|
|
679
750
|
}
|
|
680
751
|
|
|
@@ -685,6 +756,8 @@ peace = {
|
|
|
685
756
|
global_institution_spread = 0.1
|
|
686
757
|
rr_girondists_influence = -0.1
|
|
687
758
|
pr_smugglers_influence = 0.1
|
|
759
|
+
monthly_militarized_society = -0.1
|
|
760
|
+
monthly_ottoman_decadence = 0.1
|
|
688
761
|
}
|
|
689
762
|
|
|
690
763
|
unconditional_surrender = {
|
|
@@ -694,7 +767,7 @@ unconditional_surrender = {
|
|
|
694
767
|
}
|
|
695
768
|
|
|
696
769
|
call_for_peace = {
|
|
697
|
-
war_exhaustion = 0.
|
|
770
|
+
war_exhaustion = 0.005
|
|
698
771
|
}
|
|
699
772
|
|
|
700
773
|
war_exhaustion = {
|
|
@@ -710,6 +783,7 @@ war_exhaustion = {
|
|
|
710
783
|
sailors_recovery_speed = -0.01
|
|
711
784
|
siege_ability = -0.01
|
|
712
785
|
global_trade_goods_size_modifier = -0.02
|
|
786
|
+
monthly_militarized_society = -0.05
|
|
713
787
|
}
|
|
714
788
|
|
|
715
789
|
doom = {
|
|
@@ -725,10 +799,11 @@ authority = {
|
|
|
725
799
|
}
|
|
726
800
|
|
|
727
801
|
regency_council = {
|
|
728
|
-
|
|
802
|
+
stability_cost_modifier = 0.25
|
|
729
803
|
}
|
|
730
804
|
|
|
731
805
|
trade_efficiency = {
|
|
806
|
+
allowed_voc_indiamen_fraction = 0.25 #At 100% Trade Efficiency you get 25% available VOC Indiamen
|
|
732
807
|
}
|
|
733
808
|
|
|
734
809
|
production_efficiency = {
|
|
@@ -741,9 +816,9 @@ trade_refusal = {
|
|
|
741
816
|
|
|
742
817
|
mercantilism = {
|
|
743
818
|
global_prov_trade_power_modifier = 2.0
|
|
744
|
-
embargo_efficiency =
|
|
745
|
-
burghers_loyalty_modifier = 0.
|
|
746
|
-
vaisyas_loyalty_modifier = 0.
|
|
819
|
+
embargo_efficiency = 1
|
|
820
|
+
burghers_loyalty_modifier = 0.1
|
|
821
|
+
vaisyas_loyalty_modifier = 0.1
|
|
747
822
|
}
|
|
748
823
|
|
|
749
824
|
army_tradition = {
|
|
@@ -758,6 +833,9 @@ army_tradition = {
|
|
|
758
833
|
nobles_loyalty_modifier = 0.05
|
|
759
834
|
maratha_loyalty_modifier = 0.05
|
|
760
835
|
rajput_loyalty_modifier = 0.05
|
|
836
|
+
janissaries_loyalty_modifier = 0.05
|
|
837
|
+
allowed_tercio_fraction = 0.1
|
|
838
|
+
allowed_samurai_fraction = 0.1
|
|
761
839
|
}
|
|
762
840
|
|
|
763
841
|
navy_tradition = {
|
|
@@ -771,6 +849,8 @@ navy_tradition = {
|
|
|
771
849
|
sailors_recovery_speed = 0.2
|
|
772
850
|
burghers_loyalty_modifier = 0.05
|
|
773
851
|
vaisyas_loyalty_modifier = 0.05
|
|
852
|
+
allowed_geobukseon_fraction = 0.5
|
|
853
|
+
allowed_galleass_fraction = 0.5
|
|
774
854
|
}
|
|
775
855
|
|
|
776
856
|
positive_piety = { #As of 1.23 Legalism
|
|
@@ -786,7 +866,7 @@ positive_piety = { #As of 1.23 Legalism
|
|
|
786
866
|
negative_piety = { #As of 1.23 Mysticism
|
|
787
867
|
land_morale = 0.10
|
|
788
868
|
global_missionary_strength = 0.03
|
|
789
|
-
|
|
869
|
+
idea_cost = -0.1
|
|
790
870
|
brahmins_muslim_loyalty_modifier = 0.1
|
|
791
871
|
church_loyalty_modifier = -0.1
|
|
792
872
|
dhimmi_loyalty_modifier = 0.1
|
|
@@ -798,9 +878,13 @@ defender_of_faith = {
|
|
|
798
878
|
technology_cost = 0.05
|
|
799
879
|
war_exhaustion = -0.025 #quicker recovery
|
|
800
880
|
papal_influence = 1
|
|
881
|
+
church_power_modifier = 0.1
|
|
882
|
+
monthly_fervor_increase = 1
|
|
801
883
|
prestige = 1 #1% extra prestige yearly
|
|
802
884
|
missionaries = 1
|
|
803
885
|
devotion = 0.5
|
|
886
|
+
|
|
887
|
+
|
|
804
888
|
}
|
|
805
889
|
|
|
806
890
|
defender_of_faith_refused_cta = {
|
|
@@ -855,15 +939,37 @@ num_of_provinces = {
|
|
|
855
939
|
|
|
856
940
|
}
|
|
857
941
|
|
|
858
|
-
# Multiplied by
|
|
859
|
-
|
|
860
|
-
|
|
942
|
+
# Multiplied by the amount of papal influence
|
|
943
|
+
papal_influence = {
|
|
944
|
+
}
|
|
945
|
+
|
|
946
|
+
# Multiplied by the amount of Church Power
|
|
947
|
+
church_power = {
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
# Multiplied by the amount of Fervor
|
|
951
|
+
fervor = {
|
|
952
|
+
build_cost = -0.001
|
|
953
|
+
stability_cost_modifier = -0.001
|
|
954
|
+
years_of_nationalism = -0.05
|
|
955
|
+
improve_relation_modifier = 0.001
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
# Multiplied by the amount of Karma
|
|
959
|
+
karma = {
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
# Multiplied by the amount of positive karma
|
|
963
|
+
positive_karma = {
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
# Multiplied by the amount of negative karma
|
|
967
|
+
negative_karma = {
|
|
861
968
|
}
|
|
862
969
|
|
|
863
|
-
# Multiplied by
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
global_unrest = -3
|
|
970
|
+
# Multiplied by Development/COUNTRY_DEVELOPMENT_SCALE
|
|
971
|
+
country_development = {
|
|
972
|
+
horde_unity = -3
|
|
867
973
|
}
|
|
868
974
|
|
|
869
975
|
# Multiplied by current Legitimacy - 50
|
|
@@ -883,29 +989,37 @@ legitimacy = {
|
|
|
883
989
|
horde_unity = {
|
|
884
990
|
global_unrest = -4
|
|
885
991
|
discipline = 0.10
|
|
886
|
-
nomadic_tribes_loyalty_modifier = 0.05
|
|
992
|
+
#nomadic_tribes_loyalty_modifier = 0.05 #New Change
|
|
887
993
|
}
|
|
888
994
|
|
|
889
|
-
|
|
890
995
|
# Multiplied by current Devotion - 50
|
|
891
996
|
devotion = {
|
|
892
997
|
papal_influence = 2
|
|
893
|
-
|
|
998
|
+
monthly_fervor_increase = 2
|
|
999
|
+
church_power_modifier = 0.5
|
|
1000
|
+
harmonization_speed = 0.5
|
|
1001
|
+
monthly_piety_accelerator = 0.01
|
|
1002
|
+
yearly_authority = 0.5
|
|
1003
|
+
yearly_patriarch_authority = 0.01
|
|
1004
|
+
yearly_doom_reduction = 0.5
|
|
1005
|
+
yearly_karma_decay = 0.1
|
|
894
1006
|
prestige = 2
|
|
895
1007
|
global_tax_modifier = 0.50
|
|
896
|
-
church_loyalty_modifier = 0.
|
|
897
|
-
brahmins_hindu_loyalty_modifier = 0.
|
|
1008
|
+
church_loyalty_modifier = 0.1
|
|
1009
|
+
brahmins_hindu_loyalty_modifier = 0.1
|
|
1010
|
+
reform_progress_growth = 0.5
|
|
898
1011
|
}
|
|
899
1012
|
|
|
900
1013
|
# Multiplied by current meritocracy - 50
|
|
901
1014
|
meritocracy = {
|
|
902
1015
|
global_spy_defence = 1.0
|
|
903
1016
|
advisor_cost = -0.5
|
|
1017
|
+
reform_progress_growth = 0.5
|
|
904
1018
|
}
|
|
905
1019
|
|
|
906
1020
|
# Multiplied by 50 - meritocracy
|
|
907
1021
|
low_meritocracy = {
|
|
908
|
-
yearly_corruption = 0.2 #i.e. 0.
|
|
1022
|
+
yearly_corruption = 0.2 #i.e. 0.2 at 0 Meritocracy
|
|
909
1023
|
}
|
|
910
1024
|
|
|
911
1025
|
# Scaled, multiplied by current corruption / 100
|
|
@@ -929,7 +1043,11 @@ corruption = {
|
|
|
929
1043
|
dhimmi_loyalty_modifier = 0.1
|
|
930
1044
|
jains_loyalty_modifier = 0.1
|
|
931
1045
|
rajput_loyalty_modifier = 0.1
|
|
932
|
-
|
|
1046
|
+
janissaries_loyalty_modifier = 0.1
|
|
1047
|
+
eunuchs_loyalty_modifier = 0.1
|
|
1048
|
+
monthly_heir_claim_increase = 0.025
|
|
1049
|
+
monthly_russian_modernization = -1
|
|
1050
|
+
monthly_ottoman_decadence = 10
|
|
933
1051
|
}
|
|
934
1052
|
|
|
935
1053
|
root_out_corruption = {
|
|
@@ -947,15 +1065,6 @@ recovery_motivation = {
|
|
|
947
1065
|
horde_unity = 10
|
|
948
1066
|
}
|
|
949
1067
|
|
|
950
|
-
militarized_society = {
|
|
951
|
-
|
|
952
|
-
discipline = 0.10
|
|
953
|
-
manpower_recovery_speed = 0.20
|
|
954
|
-
land_maintenance_modifier = -0.20
|
|
955
|
-
|
|
956
|
-
}
|
|
957
|
-
|
|
958
|
-
|
|
959
1068
|
luck = {
|
|
960
1069
|
#core
|
|
961
1070
|
global_missionary_strength = 0.01
|
|
@@ -966,7 +1075,6 @@ luck = {
|
|
|
966
1075
|
#economy
|
|
967
1076
|
mercenary_cost = -0.2
|
|
968
1077
|
embracement_cost = -0.2
|
|
969
|
-
advisor_cost = -0.2
|
|
970
1078
|
interest = -1
|
|
971
1079
|
missionary_maintenance_cost = -0.1
|
|
972
1080
|
|
|
@@ -984,6 +1092,7 @@ luck = {
|
|
|
984
1092
|
republican_tradition = 0.5
|
|
985
1093
|
legitimacy = 1
|
|
986
1094
|
ae_impact = -0.25
|
|
1095
|
+
governing_capacity_modifier = 0.25
|
|
987
1096
|
|
|
988
1097
|
}
|
|
989
1098
|
|
|
@@ -997,6 +1106,7 @@ over_extension = {
|
|
|
997
1106
|
bureaucrats_influence = 0.5
|
|
998
1107
|
mr_guilds_influence = 0.5
|
|
999
1108
|
yearly_corruption = 0.5
|
|
1109
|
+
ottoman_decadence_gain_modifier = 0.25
|
|
1000
1110
|
}
|
|
1001
1111
|
|
|
1002
1112
|
prestige = {
|
|
@@ -1009,6 +1119,7 @@ prestige = {
|
|
|
1009
1119
|
monthly_fervor_increase = 1
|
|
1010
1120
|
ae_impact = -0.10
|
|
1011
1121
|
embracement_cost = -0.1
|
|
1122
|
+
monthly_heir_claim_increase = 0.05
|
|
1012
1123
|
|
|
1013
1124
|
brahmins_hindu_loyalty_modifier = 0.05
|
|
1014
1125
|
brahmins_muslim_loyalty_modifier = 0.05
|
|
@@ -1023,7 +1134,8 @@ prestige = {
|
|
|
1023
1134
|
dhimmi_loyalty_modifier = 0.05
|
|
1024
1135
|
jains_loyalty_modifier = 0.05
|
|
1025
1136
|
rajput_loyalty_modifier = 0.05
|
|
1026
|
-
|
|
1137
|
+
janissaries_loyalty_modifier = 0.05
|
|
1138
|
+
eunuchs_loyalty_modifier = 0.05
|
|
1027
1139
|
}
|
|
1028
1140
|
|
|
1029
1141
|
no_debate_in_parliament = {
|
|
@@ -1058,6 +1170,8 @@ curia_controller = {
|
|
|
1058
1170
|
ae_impact = -0.2
|
|
1059
1171
|
technology_cost = -0.05
|
|
1060
1172
|
church_loyalty_modifier = 0.1
|
|
1173
|
+
diplomatic_reputation = 1
|
|
1174
|
+
diplomatic_annexation_cost = -0.1
|
|
1061
1175
|
}
|
|
1062
1176
|
|
|
1063
1177
|
bought_indulgence = {
|
|
@@ -1069,6 +1183,7 @@ religious_unity = {
|
|
|
1069
1183
|
max_absolutism = 5
|
|
1070
1184
|
church_loyalty_modifier = 0.05
|
|
1071
1185
|
brahmins_hindu_loyalty_modifier = 0.05
|
|
1186
|
+
yearly_harmony = 1
|
|
1072
1187
|
}
|
|
1073
1188
|
|
|
1074
1189
|
inverse_religious_unity = {
|
|
@@ -1085,6 +1200,8 @@ total_occupation = {
|
|
|
1085
1200
|
|
|
1086
1201
|
total_blockaded = {
|
|
1087
1202
|
war_exhaustion = 0.10 #increases exhaustion.
|
|
1203
|
+
global_trade_power = -0.75
|
|
1204
|
+
trade_steering = -0.75
|
|
1088
1205
|
}
|
|
1089
1206
|
|
|
1090
1207
|
uncontested_cores = {
|
|
@@ -1136,7 +1253,24 @@ tributary_state_behind_overlord_tech_mil = {
|
|
|
1136
1253
|
mil_tech_cost_modifier = -0.05
|
|
1137
1254
|
}
|
|
1138
1255
|
|
|
1256
|
+
trade_protectorate_subject_modifier = {
|
|
1257
|
+
global_institution_spread = 0.25
|
|
1258
|
+
production_efficiency = 0.2
|
|
1259
|
+
diplomatic_upkeep = -1
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
trade_protectorate_low_development_subject_modifier = {
|
|
1263
|
+
technology_cost = -0.2
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
trade_protectorate_overlord_modifier = {
|
|
1267
|
+
global_trade_power = 0.05
|
|
1268
|
+
global_trade_goods_size_modifier = 0.02
|
|
1269
|
+
}
|
|
1270
|
+
|
|
1139
1271
|
liberty_desire = {
|
|
1272
|
+
#extra diplo slot when at least 80% LD so that they can ask for support
|
|
1273
|
+
diplomatic_upkeep = 1.25
|
|
1140
1274
|
}
|
|
1141
1275
|
|
|
1142
1276
|
is_great_power = { #Only works with Rights of Man DLC enabled
|
|
@@ -1158,6 +1292,7 @@ absolutism = {
|
|
|
1158
1292
|
administrative_efficiency = 0.3
|
|
1159
1293
|
discipline = 0.05
|
|
1160
1294
|
core_decay_on_your_own = -0.5
|
|
1295
|
+
monthly_ottoman_decadence = -0.5
|
|
1161
1296
|
}
|
|
1162
1297
|
|
|
1163
1298
|
low_army_professionalism = {
|
|
@@ -1170,10 +1305,40 @@ high_army_professionalism = {
|
|
|
1170
1305
|
shock_damage = 0.1
|
|
1171
1306
|
siege_ability = 0.2
|
|
1172
1307
|
drill_decay_modifier = -0.5
|
|
1308
|
+
allowed_samurai_fraction = 0.1
|
|
1173
1309
|
}
|
|
1174
1310
|
|
|
1175
1311
|
streltsy_modifier = {
|
|
1176
|
-
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
cossacks_modifier = {
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
tercio_modifier = {
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
musketeers_modifier = {
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
samurai_modifier = {
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
geobukseon_modifier = {
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
man_of_war_modifier = {
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
galleon_modifier = {
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
galleass_modifier = {
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
caravel_modifier = {
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
voc_indiamen_modifier = {
|
|
1177
1342
|
}
|
|
1178
1343
|
|
|
1179
1344
|
power_projection = {
|
|
@@ -1192,13 +1357,19 @@ power_projection_25 = {
|
|
|
1192
1357
|
free_leader_pool = 1
|
|
1193
1358
|
}
|
|
1194
1359
|
|
|
1195
|
-
|
|
1196
|
-
|
|
1360
|
+
#100 Land Forcelimit = 1
|
|
1361
|
+
land_forcelimit = {
|
|
1362
|
+
free_land_leader_pool = 1.25 #80 Army forcelimit -> +1 free leader
|
|
1197
1363
|
}
|
|
1198
1364
|
|
|
1199
|
-
|
|
1365
|
+
#100 Naval Forcelimit = 1
|
|
1366
|
+
naval_forcelimit = {
|
|
1367
|
+
free_navy_leader_pool = 1.25 #80 Naval Forcelimit -> +1 Free Leader
|
|
1200
1368
|
}
|
|
1201
1369
|
|
|
1370
|
+
trade_company_strong = {
|
|
1371
|
+
merchants = 1
|
|
1372
|
+
}
|
|
1202
1373
|
|
|
1203
1374
|
large_colonial_nation = {
|
|
1204
1375
|
merchants = 1
|
|
@@ -1207,6 +1378,50 @@ large_colonial_nation = {
|
|
|
1207
1378
|
land_forcelimit = 5
|
|
1208
1379
|
}
|
|
1209
1380
|
|
|
1381
|
+
new_world_exploitation_modifier = {
|
|
1382
|
+
global_trade_goods_size_modifier = 0.1
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
gbr_colonial_investment = {
|
|
1386
|
+
production_efficiency = 0.5
|
|
1387
|
+
trade_efficiency = 0.5
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
crown_colony_overlord = {
|
|
1391
|
+
merchants = 1
|
|
1392
|
+
global_trade_power = 0.05
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
private_enterprise_overlord = {
|
|
1396
|
+
merchants = 1
|
|
1397
|
+
global_trade_power = 0.05
|
|
1398
|
+
global_tariffs = -0.05
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
self_governing_colony_overlord = {
|
|
1402
|
+
merchants = 1
|
|
1403
|
+
global_trade_power = 0.05
|
|
1404
|
+
global_tariffs = -0.10
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
crown_colony_subject = {
|
|
1408
|
+
global_autonomy = -0.1
|
|
1409
|
+
global_colonial_growth = 10
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
private_enterprise_subject = {
|
|
1413
|
+
global_ship_trade_power = 0.2
|
|
1414
|
+
global_trade_goods_size_modifier = 0.2
|
|
1415
|
+
naval_tradition_from_trade = 0.1
|
|
1416
|
+
ship_power_propagation = 0.1
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
self_governing_colony_subject = {
|
|
1420
|
+
colonists = 1
|
|
1421
|
+
development_cost = -0.15
|
|
1422
|
+
liberty_desire = 25
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1210
1425
|
march_subject = {
|
|
1211
1426
|
land_forcelimit = 1
|
|
1212
1427
|
}
|
|
@@ -1218,6 +1433,13 @@ vassal_subject = {
|
|
|
1218
1433
|
daimyo_subject = {
|
|
1219
1434
|
}
|
|
1220
1435
|
|
|
1436
|
+
appanage_subject = {
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
appanage_overlord = {
|
|
1440
|
+
nobles_loyalty_modifier = 0.02
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1221
1443
|
union_subject = {
|
|
1222
1444
|
}
|
|
1223
1445
|
|
|
@@ -1241,6 +1463,30 @@ primitive_nation = {
|
|
|
1241
1463
|
development_cost = 0.5
|
|
1242
1464
|
}
|
|
1243
1465
|
|
|
1466
|
+
pirate_subject = {
|
|
1467
|
+
global_manpower = 4
|
|
1468
|
+
global_sailors = 2000
|
|
1469
|
+
global_sailors_modifier = 0.1
|
|
1470
|
+
global_manpower_modifier = 0.05
|
|
1471
|
+
navy_tradition = 0.25
|
|
1472
|
+
naval_forcelimit = 2
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
subject_tax_modifier = {
|
|
1476
|
+
global_tax_modifier = 0.25
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
same_religion_subject_bonus_mod = {
|
|
1480
|
+
manpower_in_true_faith_provinces = 0.25
|
|
1481
|
+
global_sailors_modifier = 0.25
|
|
1482
|
+
production_efficiency = 0.15
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
eyalet_modifier = {
|
|
1486
|
+
global_manpower = -5
|
|
1487
|
+
land_forcelimit = -5
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1244
1490
|
#scales to amount of up-to-date forts compared to total development
|
|
1245
1491
|
maintained_forts = {
|
|
1246
1492
|
army_tradition = 1
|
|
@@ -1281,6 +1527,8 @@ gov_rank_10 = {
|
|
|
1281
1527
|
# For autonomy mechanics
|
|
1282
1528
|
autonomy_increased = {
|
|
1283
1529
|
local_unrest = -10
|
|
1530
|
+
|
|
1531
|
+
picture="autonomy_increased"
|
|
1284
1532
|
}
|
|
1285
1533
|
|
|
1286
1534
|
autonomy_decreased = {
|
|
@@ -1290,13 +1538,13 @@ autonomy_decreased = {
|
|
|
1290
1538
|
revolution_target = {
|
|
1291
1539
|
global_manpower_modifier = 0.10
|
|
1292
1540
|
land_morale = 0.10
|
|
1541
|
+
naval_morale = 0.1
|
|
1293
1542
|
war_exhaustion = -0.15
|
|
1294
1543
|
unjustified_demands = -0.5
|
|
1295
1544
|
land_maintenance_modifier = -0.15
|
|
1296
1545
|
naval_maintenance_modifier = -0.15
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
papal_influence = -100
|
|
1546
|
+
manpower_recovery_speed = 0.25
|
|
1547
|
+
sailors_recovery_speed = 0.25
|
|
1300
1548
|
}
|
|
1301
1549
|
|
|
1302
1550
|
dishonoured_alliance = {
|
|
@@ -1337,7 +1585,11 @@ corrupt_officials = {
|
|
|
1337
1585
|
}
|
|
1338
1586
|
|
|
1339
1587
|
scaled_trade_league_leader = { #scaled by number of members
|
|
1340
|
-
trade_steering = 0.
|
|
1588
|
+
trade_steering = 0.05
|
|
1589
|
+
naval_forcelimit = 2
|
|
1590
|
+
global_sailors = 1000
|
|
1591
|
+
land_forcelimit = 1
|
|
1592
|
+
global_manpower = 1
|
|
1341
1593
|
}
|
|
1342
1594
|
|
|
1343
1595
|
in_trade_league = {
|
|
@@ -1390,19 +1642,16 @@ divert_trade = {
|
|
|
1390
1642
|
# Karma
|
|
1391
1643
|
########################################
|
|
1392
1644
|
|
|
1393
|
-
karma_just_right =
|
|
1394
|
-
{
|
|
1645
|
+
karma_just_right = {
|
|
1395
1646
|
diplomatic_reputation = 2
|
|
1396
1647
|
discipline = 0.05
|
|
1397
1648
|
}
|
|
1398
1649
|
|
|
1399
|
-
karma_too_high =
|
|
1400
|
-
{
|
|
1650
|
+
karma_too_high = {
|
|
1401
1651
|
diplomatic_reputation = 1
|
|
1402
1652
|
}
|
|
1403
1653
|
|
|
1404
|
-
karma_too_low =
|
|
1405
|
-
{
|
|
1654
|
+
karma_too_low = {
|
|
1406
1655
|
discipline = 0.025
|
|
1407
1656
|
}
|
|
1408
1657
|
|
|
@@ -1448,13 +1697,20 @@ native_policy_hostile = {
|
|
|
1448
1697
|
########################################
|
|
1449
1698
|
|
|
1450
1699
|
high_harmony = {
|
|
1451
|
-
tolerance_own =
|
|
1700
|
+
tolerance_own = 3
|
|
1701
|
+
development_cost = -0.1
|
|
1702
|
+
meritocracy = 1
|
|
1703
|
+
legitimacy = 0.5
|
|
1704
|
+
devotion = 1
|
|
1705
|
+
harmonization_speed = 0.5
|
|
1706
|
+
yearly_corruption = -0.5
|
|
1452
1707
|
}
|
|
1453
1708
|
|
|
1454
1709
|
low_harmony = {
|
|
1455
|
-
|
|
1456
|
-
|
|
1710
|
+
yearly_corruption = 1
|
|
1711
|
+
stability_cost_modifier = 0.2
|
|
1457
1712
|
legitimacy = -1
|
|
1713
|
+
devotion = -2
|
|
1458
1714
|
meritocracy = -2
|
|
1459
1715
|
}
|
|
1460
1716
|
|
|
@@ -1496,11 +1752,11 @@ overlord_sankin_kotai = {
|
|
|
1496
1752
|
}
|
|
1497
1753
|
|
|
1498
1754
|
subject_sankin_kotai = {
|
|
1499
|
-
|
|
1755
|
+
global_autonomy = 0.25
|
|
1500
1756
|
}
|
|
1501
1757
|
|
|
1502
1758
|
overlord_expel_ronin = {
|
|
1503
|
-
|
|
1759
|
+
global_unrest = -1
|
|
1504
1760
|
}
|
|
1505
1761
|
|
|
1506
1762
|
subject_expel_ronin = {
|
|
@@ -1508,13 +1764,11 @@ subject_expel_ronin = {
|
|
|
1508
1764
|
}
|
|
1509
1765
|
|
|
1510
1766
|
overlord_sword_hunt = { # Unlike the others, this one counts per subject
|
|
1511
|
-
|
|
1512
|
-
global_manpower = 0.250
|
|
1767
|
+
global_regiment_cost = -0.15
|
|
1513
1768
|
}
|
|
1514
1769
|
|
|
1515
1770
|
subject_sword_hunt = {
|
|
1516
|
-
|
|
1517
|
-
global_manpower = -1.000
|
|
1771
|
+
manpower_recovery_speed = -0.1
|
|
1518
1772
|
}
|
|
1519
1773
|
|
|
1520
1774
|
supply_depot_area = {
|
|
@@ -1554,6 +1808,74 @@ invite_minorities_modifier = {
|
|
|
1554
1808
|
local_development_cost = -0.2
|
|
1555
1809
|
}
|
|
1556
1810
|
|
|
1811
|
+
royal_council_meeting_mod = {
|
|
1812
|
+
country_admin_power = 1
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
state_council_meeting_mod = {
|
|
1816
|
+
country_diplomatic_power = 1
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
war_council_meeting_mod = {
|
|
1820
|
+
country_military_power = 1
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
equipped_streltsy_modifier_weaker = {
|
|
1824
|
+
infantry_power = 0.05
|
|
1825
|
+
is_streltsy_modifier = yes
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
equipped_streltsy_modifier = {
|
|
1829
|
+
infantry_power = 0.1
|
|
1830
|
+
is_streltsy_modifier = yes
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
prepared_streltsy_modifier = {
|
|
1834
|
+
reinforce_speed = 0.2
|
|
1835
|
+
reinforce_cost_modifier = -0.1
|
|
1836
|
+
is_streltsy_modifier = yes
|
|
1837
|
+
}
|
|
1838
|
+
|
|
1839
|
+
new_order_regiment_mobilized_modifier = {
|
|
1840
|
+
infantry_power = 0.15
|
|
1841
|
+
}
|
|
1842
|
+
|
|
1843
|
+
inward_focus_modifier = {
|
|
1844
|
+
core_creation = 0.33
|
|
1845
|
+
province_warscore_cost = 1
|
|
1846
|
+
stability_cost_to_declare_war = 1
|
|
1847
|
+
ae_impact = 0.33
|
|
1848
|
+
development_cost_modifier = -0.05
|
|
1849
|
+
defensiveness = 0.15
|
|
1850
|
+
fort_maintenance_modifier = -0.2
|
|
1851
|
+
build_cost = -0.05
|
|
1852
|
+
global_unrest = -2
|
|
1853
|
+
all_estate_loyalty_equilibrium = 0.05
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
outward_focus_modifier = {
|
|
1857
|
+
ae_impact = 0.15
|
|
1858
|
+
land_forcelimit_modifier = -0.1
|
|
1859
|
+
trade_efficiency = 0.1
|
|
1860
|
+
diplomatic_reputation = 1
|
|
1861
|
+
global_colonial_growth = 20
|
|
1862
|
+
range = 0.25
|
|
1863
|
+
burghers_loyalty_modifier = 0.05
|
|
1864
|
+
harmonization_speed = 0.25
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
expansion_focus_modifier = {
|
|
1868
|
+
development_cost_modifier = 0.1
|
|
1869
|
+
all_estate_loyalty_equilibrium = -0.1
|
|
1870
|
+
global_unrest = 2
|
|
1871
|
+
diplomatic_reputation = -1
|
|
1872
|
+
core_creation = -0.1
|
|
1873
|
+
land_morale = 0.05
|
|
1874
|
+
naval_morale = 0.05
|
|
1875
|
+
manpower_recovery_speed = 0.1
|
|
1876
|
+
ae_impact = -0.1
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1557
1879
|
########################################
|
|
1558
1880
|
# Religious Schools
|
|
1559
1881
|
########################################
|
|
@@ -1631,16 +1953,103 @@ army_drill_modifier = { # Used by an entire army, is the average of all subunits
|
|
|
1631
1953
|
}
|
|
1632
1954
|
|
|
1633
1955
|
janissary_regiment = {
|
|
1956
|
+
assault_fort_ability = 0.5
|
|
1634
1957
|
fire_damage_received = -0.1
|
|
1635
1958
|
shock_damage_received = -0.1
|
|
1636
|
-
|
|
1637
|
-
|
|
1959
|
+
drill_gain_modifier = 0.5
|
|
1960
|
+
reinforce_cost_modifier = 1
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
cawa_regiment = {
|
|
1964
|
+
shock_damage_received = -0.05
|
|
1965
|
+
land_attrition = -0.5
|
|
1966
|
+
reinforce_speed = 0.5
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
hussars_regiment = {
|
|
1970
|
+
cavalry_shock = 1
|
|
1971
|
+
morale_damage = 0.5
|
|
1972
|
+
reinforce_speed = -0.5
|
|
1973
|
+
}
|
|
1974
|
+
|
|
1975
|
+
marine_regiment = {
|
|
1976
|
+
regiment_disembark_speed = 2
|
|
1977
|
+
shock_damage_received = 0.1
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
banner_regiment = {
|
|
1981
|
+
discipline = 0.05
|
|
1982
|
+
land_maintenance_modifier = -0.5
|
|
1983
|
+
regiment_manpower_usage = -0.75
|
|
1984
|
+
reinforce_speed = -0.5
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
streltsy_regiment = {
|
|
1988
|
+
fire_damage = 0.1
|
|
1989
|
+
fire_damage_received = -0.1
|
|
1990
|
+
}
|
|
1991
|
+
|
|
1992
|
+
tercio_regiment = {
|
|
1993
|
+
shock_damage_received = -0.3
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1996
|
+
musketeer_regiment = {
|
|
1997
|
+
fire_damage = 0.15
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
samurai_regiment = {
|
|
2001
|
+
discipline = 0.05
|
|
2002
|
+
morale_damage_received = -0.1
|
|
2003
|
+
reinforce_cost_modifier = 0.5
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
geobukseon_ship = {
|
|
2007
|
+
ship_durability = 0.1
|
|
2008
|
+
galley_power = 0.1
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
man_of_war_ship = {
|
|
2012
|
+
#engagement_cost = -1
|
|
2013
|
+
#naval_maintenance_modifier = 0.5
|
|
2014
|
+
naval_morale_damage = 0.15
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
galleon_ship = {
|
|
2018
|
+
hull_size_modifier = 0.1
|
|
2019
|
+
heavy_ship_power = 0.1
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
galleass_ship = {
|
|
2023
|
+
galley_power = 0.2
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
caravel_ship = {
|
|
2027
|
+
movement_speed_in_fleet_modifier = 1
|
|
2028
|
+
naval_attrition = -0.25
|
|
2029
|
+
ship_trade_power_modifier = 0.33
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
voc_indiamen_ship = {
|
|
2033
|
+
number_of_cannons_modifier = 0.33
|
|
2034
|
+
ship_trade_power_modifier = 0.2
|
|
2035
|
+
can_transport_units = yes
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
cossacks_regiment = {
|
|
2040
|
+
shock_damage = 0.15
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
carolean_regiment = {
|
|
2044
|
+
morale_damage = 0.05
|
|
2045
|
+
drill_decay_modifier = -0.25
|
|
1638
2046
|
}
|
|
1639
2047
|
|
|
1640
2048
|
revolutionary_guard_regiment = {
|
|
1641
2049
|
fire_damage_received = -0.1
|
|
1642
2050
|
shock_damage_received = -0.1
|
|
1643
2051
|
drill_gain_modifier = 1.0
|
|
2052
|
+
drill_decay_modifier = -0.5
|
|
1644
2053
|
}
|
|
1645
2054
|
|
|
1646
2055
|
innovativeness = {
|
|
@@ -1664,8 +2073,15 @@ serfs_recieved_by_cossacks = {
|
|
|
1664
2073
|
global_tax_modifier = -0.1
|
|
1665
2074
|
}
|
|
1666
2075
|
|
|
1667
|
-
|
|
1668
|
-
|
|
2076
|
+
cultural_revolution = {
|
|
2077
|
+
all_estate_influence_modifier = -0.1
|
|
2078
|
+
global_tax_modifier = 0.2
|
|
2079
|
+
idea_cost = -0.05
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
mobilized_new_order_regiments = {
|
|
2083
|
+
infantry_power = 0.1
|
|
2084
|
+
reinforce_speed = 0.2
|
|
1669
2085
|
}
|
|
1670
2086
|
|
|
1671
2087
|
########################################
|
|
@@ -1682,10 +2098,17 @@ over_governing_capacity_modifier = {
|
|
|
1682
2098
|
stability_cost_modifier = 1.0
|
|
1683
2099
|
ae_impact = 0.5
|
|
1684
2100
|
improve_relation_modifier = -0.5
|
|
1685
|
-
core_creation = 0.2
|
|
1686
2101
|
advisor_cost = 1.0
|
|
1687
|
-
monthly_militarized_society = -1
|
|
1688
|
-
|
|
2102
|
+
monthly_militarized_society = -1
|
|
2103
|
+
monthly_prussian_militarized_society_1 = -1
|
|
2104
|
+
monthly_prussian_militarized_society_2 = -1
|
|
2105
|
+
monthly_prussian_militarized_society_3 = -1
|
|
2106
|
+
administrative_efficiency = -0.5
|
|
2107
|
+
monthly_ottoman_decadence = 2
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
# At 1000% below capacity, this modifier will be fully used
|
|
2111
|
+
under_governing_capacity_modifier = {
|
|
1689
2112
|
}
|
|
1690
2113
|
|
|
1691
2114
|
|
|
@@ -1695,4 +2118,153 @@ lost_hegemony = {
|
|
|
1695
2118
|
|
|
1696
2119
|
at_peace_revolutionary = { # Applied if at peace while reactionaries are bordering you
|
|
1697
2120
|
yearly_revolutionary_zeal = -4
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
expanded_infrastructure = {
|
|
2124
|
+
allowed_num_of_buildings = 1
|
|
2125
|
+
allowed_num_of_manufactories = 1
|
|
2126
|
+
regiment_recruit_speed = -0.15
|
|
2127
|
+
ship_recruit_speed = -0.15
|
|
2128
|
+
local_defensiveness = 0.05
|
|
2129
|
+
garrison_growth = 0.05
|
|
2130
|
+
local_development_cost = -0.15
|
|
2131
|
+
local_production_efficiency = 0.05
|
|
2132
|
+
local_tax_modifier = 0.1
|
|
2133
|
+
local_manpower_modifier = 0.05
|
|
2134
|
+
local_sailors_modifier = 0.05
|
|
2135
|
+
local_ship_repair = 0.05
|
|
2136
|
+
local_autonomy = -0.005
|
|
2137
|
+
local_build_cost = -0.05
|
|
2138
|
+
local_build_time = -0.05
|
|
2139
|
+
province_trade_power_modifier = 0.05
|
|
2140
|
+
trade_goods_size_modifier = 0.05
|
|
2141
|
+
local_governing_cost_increase = 15
|
|
2142
|
+
local_governing_cost = 0.1
|
|
2143
|
+
local_great_project_upgrade_cost = -0.05
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
centralize_state = {
|
|
2147
|
+
statewide_governing_cost = -0.2
|
|
2148
|
+
local_prosperity_growth = 0.25
|
|
2149
|
+
local_state_maintenance_modifier = -0.2
|
|
2150
|
+
picture = "centralize_state"
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
# Applied once for each guru teaching
|
|
2154
|
+
guru_teaching = {
|
|
2155
|
+
global_missionary_strength = -0.01
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
diplomatic_reputation = {
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
tolerance_own = {
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
tolerance_heretic = {
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
tolerance_heathen = {
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
num_accepted_cultures = {
|
|
2171
|
+
}
|
|
2172
|
+
|
|
2173
|
+
ruler_adm = {
|
|
2174
|
+
monthly_council_consensus = 0.1
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
ruler_dip = {
|
|
2178
|
+
monthly_council_consensus = 0.1
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
ruler_mil = {
|
|
2182
|
+
monthly_council_consensus = 0.1
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
heir_adm = {
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
heir_dip = {
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
heir_mil = {
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
consort_adm = {
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2197
|
+
consort_dip = {
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2200
|
+
consort_mil = {
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
mandate = {
|
|
2204
|
+
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
imperial_authority_emperor = {
|
|
2208
|
+
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
imperial_authority_member = {
|
|
2212
|
+
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
positive_imperial_authority_emperor = {
|
|
2216
|
+
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
positive_imperial_authority_member = {
|
|
2220
|
+
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
negative_imperial_authority_emperor = {
|
|
2224
|
+
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
negative_imperial_authority_member = {
|
|
2228
|
+
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
slackening_modifier = {
|
|
2232
|
+
yearly_army_professionalism = -0.05
|
|
2233
|
+
manpower_recovery_speed = 1
|
|
2234
|
+
}
|
|
2235
|
+
|
|
2236
|
+
royal_council_meeting_mod = {
|
|
2237
|
+
country_admin_power = 1
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
state_council_meeting_mod = {
|
|
2241
|
+
country_diplomatic_power = 1
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
war_council_meeting_mod = {
|
|
2245
|
+
country_military_power = 1
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2248
|
+
average_overseas_subject_liberty_desire = { #only counts subjects with capitals on different continents than yours, 100% LD => 100% modifier
|
|
2249
|
+
|
|
2250
|
+
}
|
|
2251
|
+
|
|
2252
|
+
reverse_average_overseas_subject_liberty_desire = { #only counts subjects with capitals on different continents than yours, 100% LD => 0% modifier
|
|
2253
|
+
monthly_council_consensus = 0.2
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
average_subject_liberty_desire = { #100% LD => 100% modifier
|
|
2257
|
+
monthly_ottoman_decadence = 0.125
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
reverse_average_subject_liberty_desire = { #100% LD => 0% modifier
|
|
2261
|
+
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
average_global_autonomy = { #100% autonomy => 100% modifier
|
|
2265
|
+
monthly_ottoman_decadence = 0.25
|
|
2266
|
+
}
|
|
2267
|
+
|
|
2268
|
+
reverse_average_global_autonomy = { #100% autonomy => 0% modifier
|
|
2269
|
+
monthly_council_consensus = 0.2
|
|
1698
2270
|
}
|