|
@@ -625,6 +625,8 @@ war_taxes = {
|
|
|
625
625
|
stability = {
|
|
626
626
|
global_trade_power = 0.01 #1% chance each step.
|
|
627
627
|
global_spy_defence = 0.05 #-15 to +15% modifier
|
|
628
|
+
monthly_cultural_unity = 0.1
|
|
629
|
+
monthly_divine_authority = 0.05
|
|
628
630
|
}
|
|
629
631
|
|
|
630
632
|
positive_stability = {
|
|
@@ -641,6 +643,7 @@ positive_stability = {
|
|
|
641
643
|
global_institution_spread = 0.05
|
|
642
644
|
yearly_harmony = 0.25
|
|
643
645
|
monthly_ottoman_decadence = -0.05
|
|
646
|
+
monthly_authority_power = -0.01
|
|
644
647
|
}
|
|
645
648
|
|
|
646
649
|
privateering = {
|
|
@@ -657,6 +660,7 @@ negative_stability = {
|
|
|
657
660
|
yearly_harmony = 0.25
|
|
658
661
|
monthly_russian_modernization = 0.03
|
|
659
662
|
monthly_ottoman_decadence = -0.15
|
|
663
|
+
monthly_authority_power = 0.05
|
|
660
664
|
}
|
|
661
665
|
|
|
662
666
|
positive_mandate = { # 100% strength at 100 mandate, 0% at 50 mandate
|
|
@@ -745,12 +749,16 @@ bankruptcy = {
|
|
|
745
749
|
imperial_mandate = -0.1
|
|
746
750
|
great_project_upgrade_cost = 0.5
|
|
747
751
|
monthly_russian_modernization = -1
|
|
752
|
+
monthly_authority_power = 0.25
|
|
748
753
|
}
|
|
749
754
|
|
|
750
755
|
|
|
751
756
|
war = {
|
|
752
757
|
monthly_militarized_society = 0.1
|
|
753
758
|
rr_girondists_influence = 0.15
|
|
759
|
+
monthly_arabic_trade_influence_power = -0.5
|
|
760
|
+
monthly_blood = 0.3
|
|
761
|
+
monthly_authority_power = -0.05
|
|
754
762
|
}
|
|
755
763
|
|
|
756
764
|
peace = {
|
|
@@ -763,6 +771,10 @@ peace = {
|
|
|
763
771
|
monthly_militarized_society = -0.1
|
|
764
772
|
monthly_ottoman_decadence = 0.1
|
|
765
773
|
monthly_asha_vahishta = 0.25
|
|
774
|
+
monthly_arabic_trade_influence_power = 0.1
|
|
775
|
+
monthly_cultural_unity = 0.1
|
|
776
|
+
monthly_blood = -0.05
|
|
777
|
+
monthly_authority_power = 0.1
|
|
766
778
|
}
|
|
767
779
|
|
|
768
780
|
unconditional_surrender = {
|
|
@@ -789,12 +801,16 @@ war_exhaustion = {
|
|
|
789
801
|
siege_ability = -0.01
|
|
790
802
|
global_trade_goods_size_modifier = -0.02
|
|
791
803
|
monthly_militarized_society = -0.05
|
|
804
|
+
monthly_arabic_trade_influence_power = -0.05
|
|
805
|
+
monthly_cultural_unity = -0.05
|
|
806
|
+
monthly_authority_power = 0.01
|
|
792
807
|
}
|
|
793
808
|
|
|
794
809
|
doom = {
|
|
795
810
|
technology_cost = 0.5
|
|
796
811
|
idea_cost = 0.2
|
|
797
812
|
ae_impact = -1
|
|
813
|
+
blood_gain_modifier = 1
|
|
798
814
|
}
|
|
799
815
|
|
|
800
816
|
authority = {
|
|
@@ -821,9 +837,9 @@ trade_refusal = {
|
|
|
821
837
|
|
|
822
838
|
mercantilism = {
|
|
823
839
|
global_prov_trade_power_modifier = 2.0
|
|
824
|
-
embargo_efficiency = 1
|
|
825
840
|
burghers_loyalty_modifier = 0.1
|
|
826
841
|
vaisyas_loyalty_modifier = 0.1
|
|
842
|
+
embargo_efficiency = 1
|
|
827
843
|
}
|
|
828
844
|
|
|
829
845
|
army_tradition = {
|
|
@@ -854,6 +870,7 @@ navy_tradition = {
|
|
|
854
870
|
mr_traders_influence = 0.1
|
|
855
871
|
blockade_efficiency = 1
|
|
856
872
|
sailors_recovery_speed = 0.2
|
|
873
|
+
monthly_arabic_trade_influence_power = 0.2
|
|
857
874
|
burghers_loyalty_modifier = 0.05
|
|
858
875
|
vaisyas_loyalty_modifier = 0.05
|
|
859
876
|
allowed_geobukseon_fraction = 0.5
|
|
@@ -866,7 +883,7 @@ positive_piety = { #As of 1.23 Legalism
|
|
|
866
883
|
global_tax_modifier = 0.20
|
|
867
884
|
brahmins_muslim_loyalty_modifier = -0.1
|
|
868
885
|
church_loyalty_modifier = 0.1
|
|
869
|
-
|
|
886
|
+
piety_dhimmi_loyalty_modifier = -0.1
|
|
870
887
|
}
|
|
871
888
|
|
|
872
889
|
#For convenience, its multiplied by negative piety in code.
|
|
@@ -875,7 +892,7 @@ negative_piety = { #As of 1.23 Mysticism
|
|
|
875
892
|
global_missionary_strength = 0.03
|
|
876
893
|
idea_cost = -0.1
|
|
877
894
|
brahmins_muslim_loyalty_modifier = 0.1
|
|
878
|
-
|
|
895
|
+
piety_church_loyalty_modifier = -0.1
|
|
879
896
|
dhimmi_loyalty_modifier = 0.1
|
|
880
897
|
}
|
|
881
898
|
|
|
@@ -990,6 +1007,8 @@ legitimacy = {
|
|
|
990
1007
|
monthly_militarized_society = 0.05
|
|
991
1008
|
max_absolutism = 20
|
|
992
1009
|
nobles_loyalty_modifier = 0.1
|
|
1010
|
+
monthly_cultural_unity = 0.2
|
|
1011
|
+
monthly_divine_authority = 0.3
|
|
993
1012
|
}
|
|
994
1013
|
|
|
995
1014
|
#Multiplied by current Horde Unity - 50
|
|
@@ -1007,6 +1026,7 @@ devotion = {
|
|
|
1007
1026
|
harmonization_speed = 0.5
|
|
1008
1027
|
monthly_piety_accelerator = 0.01
|
|
1009
1028
|
yearly_authority = 0.5
|
|
1029
|
+
monthly_divine_authority = 0.1
|
|
1010
1030
|
yearly_patriarch_authority = 0.01
|
|
1011
1031
|
yearly_doom_reduction = 0.5
|
|
1012
1032
|
yearly_karma_decay = 0.1
|
|
@@ -1057,6 +1077,8 @@ corruption = {
|
|
|
1057
1077
|
monthly_heir_claim_increase = 0.025
|
|
1058
1078
|
monthly_russian_modernization = -1
|
|
1059
1079
|
monthly_ottoman_decadence = 10
|
|
1080
|
+
monthly_arabic_trade_influence_power = -0.5
|
|
1081
|
+
monthly_authority_power = 0.5
|
|
1060
1082
|
}
|
|
1061
1083
|
|
|
1062
1084
|
root_out_corruption = {
|
|
@@ -1149,6 +1171,8 @@ prestige = {
|
|
|
1149
1171
|
eunuchs_loyalty_modifier = 0.05
|
|
1150
1172
|
qizilbash_loyalty_modifier = 0.05
|
|
1151
1173
|
ghulams_loyalty_modifier = 0.05
|
|
1174
|
+
monthly_divine_authority = 0.1
|
|
1175
|
+
monthly_authority_power = -0.2
|
|
1152
1176
|
}
|
|
1153
1177
|
|
|
1154
1178
|
no_debate_in_parliament = {
|
|
@@ -1162,11 +1186,13 @@ republican_tradition = {
|
|
|
1162
1186
|
reform_progress_growth = 1.0
|
|
1163
1187
|
burghers_loyalty_modifier = 0.05
|
|
1164
1188
|
vaisyas_loyalty_modifier = 0.05
|
|
1189
|
+
monthly_authority_power = -0.05
|
|
1165
1190
|
}
|
|
1166
1191
|
|
|
1167
1192
|
inverse_republican_tradition = {
|
|
1168
1193
|
stability_cost_modifier = 2.0
|
|
1169
1194
|
rr_jacobins_influence = -0.1
|
|
1195
|
+
monthly_authority_power = 0.25
|
|
1170
1196
|
}
|
|
1171
1197
|
|
|
1172
1198
|
########################################
|
|
@@ -1197,6 +1223,7 @@ religious_unity = {
|
|
|
1197
1223
|
church_loyalty_modifier = 0.05
|
|
1198
1224
|
brahmins_hindu_loyalty_modifier = 0.05
|
|
1199
1225
|
yearly_harmony = 1
|
|
1226
|
+
monthly_cultural_unity = 0.1
|
|
1200
1227
|
}
|
|
1201
1228
|
|
|
1202
1229
|
inverse_religious_unity = {
|
|
@@ -1287,6 +1314,17 @@ BYZ_discipline = {
|
|
|
1287
1314
|
discipline = 0.05
|
|
1288
1315
|
}
|
|
1289
1316
|
|
|
1317
|
+
soyurghal_base_overlord_modifiers = {
|
|
1318
|
+
land_forcelimit_modifier = 0.05
|
|
1319
|
+
soyurghals_amount_check_influence = 1 #used for exporting, invisible by default
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
soyurghal_base_modifiers = { #slightly weaker pronoia but without penalties
|
|
1323
|
+
global_manpower = 5
|
|
1324
|
+
global_manpower_modifier = 0.25
|
|
1325
|
+
global_regiment_cost = -0.25
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1290
1328
|
tributary_state_behind_overlord_tech_adm = {
|
|
1291
1329
|
adm_tech_cost_modifier = -0.05
|
|
1292
1330
|
}
|
|
@@ -1332,6 +1370,7 @@ in_golden_era = {
|
|
|
1332
1370
|
naval_morale = 0.1
|
|
1333
1371
|
max_absolutism = 5
|
|
1334
1372
|
max_revolutionary_zeal = 10
|
|
1373
|
+
monthly_arabic_trade_influence_power = 0.25
|
|
1335
1374
|
}
|
|
1336
1375
|
|
|
1337
1376
|
absolutism = {
|
|
@@ -1403,6 +1442,8 @@ power_projection = {
|
|
|
1403
1442
|
devotion = 0.5
|
|
1404
1443
|
horde_unity = 0.5
|
|
1405
1444
|
republican_tradition = 0.2
|
|
1445
|
+
monthly_divine_authority = 0.05
|
|
1446
|
+
monthly_authority_power = -0.1
|
|
1406
1447
|
}
|
|
1407
1448
|
|
|
1408
1449
|
power_projection_25 = {
|
|
@@ -1422,6 +1463,7 @@ naval_forcelimit = {
|
|
|
1422
1463
|
|
|
1423
1464
|
trade_company_strong = {
|
|
1424
1465
|
merchants = 1
|
|
1466
|
+
monthly_arabic_trade_influence_power = 0.01
|
|
1425
1467
|
}
|
|
1426
1468
|
|
|
1427
1469
|
large_colonial_nation = {
|
|
@@ -1543,6 +1585,7 @@ eyalet_modifier = {
|
|
|
1543
1585
|
#scales to amount of up-to-date forts compared to total development
|
|
1544
1586
|
maintained_forts = {
|
|
1545
1587
|
army_tradition = 1
|
|
1588
|
+
nobles_loyalty_modifier_forts = 0.1
|
|
1546
1589
|
}
|
|
1547
1590
|
|
|
1548
1591
|
gov_rank_1 = {
|
|
@@ -1618,6 +1661,7 @@ recruitment_sabotaged = {
|
|
|
1618
1661
|
|
|
1619
1662
|
merchants_slandered = {
|
|
1620
1663
|
global_trade_power = -0.1
|
|
1664
|
+
monthly_arabic_trade_influence_power = -0.1
|
|
1621
1665
|
}
|
|
1622
1666
|
|
|
1623
1667
|
discontent_sowed = {
|
|
@@ -1643,6 +1687,7 @@ scaled_trade_league_leader = { #scaled by number of members
|
|
|
1643
1687
|
global_sailors = 1000
|
|
1644
1688
|
land_forcelimit = 1
|
|
1645
1689
|
global_manpower = 1
|
|
1690
|
+
monthly_authority_power = -0.01
|
|
1646
1691
|
}
|
|
1647
1692
|
|
|
1648
1693
|
in_trade_league = {
|
|
@@ -2169,6 +2214,7 @@ over_governing_capacity_modifier = {
|
|
|
2169
2214
|
monthly_prussian_militarized_society_3 = -1
|
|
2170
2215
|
administrative_efficiency = -0.5
|
|
2171
2216
|
monthly_ottoman_decadence = 2
|
|
2217
|
+
monthly_authority_power = 0.5
|
|
2172
2218
|
}
|
|
2173
2219
|
|
|
2174
2220
|
#Scales with used capacity, being at full capacity means 100% of the modifier
|
|
@@ -2222,9 +2268,11 @@ guru_teaching = {
|
|
|
2222
2268
|
}
|
|
2223
2269
|
|
|
2224
2270
|
diplomatic_reputation = {
|
|
2271
|
+
num_of_soyurghals = 0.5
|
|
2225
2272
|
}
|
|
2226
2273
|
|
|
2227
2274
|
tolerance_own = {
|
|
2275
|
+
monthly_divine_authority = 0.03
|
|
2228
2276
|
}
|
|
2229
2277
|
|
|
2230
2278
|
tolerance_heretic = {
|
|
@@ -2239,16 +2287,20 @@ num_accepted_cultures = {
|
|
|
2239
2287
|
ruler_adm = {
|
|
2240
2288
|
monthly_council_consensus = 0.1
|
|
2241
2289
|
monthly_egyptian_westernization = 0.05
|
|
2290
|
+
monthly_divine_authority = 0.01
|
|
2242
2291
|
}
|
|
2243
2292
|
|
|
2244
2293
|
ruler_dip = {
|
|
2245
2294
|
monthly_council_consensus = 0.1
|
|
2246
2295
|
monthly_egyptian_westernization = 0.05
|
|
2296
|
+
monthly_arabic_trade_influence_power = 0.05
|
|
2297
|
+
monthly_divine_authority = 0.01
|
|
2247
2298
|
}
|
|
2248
2299
|
|
|
2249
2300
|
ruler_mil = {
|
|
2250
2301
|
monthly_council_consensus = 0.1
|
|
2251
2302
|
monthly_egyptian_westernization = 0.05
|
|
2303
|
+
monthly_divine_authority = 0.01
|
|
2252
2304
|
}
|
|
2253
2305
|
|
|
2254
2306
|
heir_adm = {
|
|
@@ -2327,11 +2379,12 @@ average_subject_liberty_desire = { #100% LD => 100% modifier
|
|
|
2327
2379
|
}
|
|
2328
2380
|
|
|
2329
2381
|
reverse_average_subject_liberty_desire = { #100% LD => 0% modifier
|
|
2330
|
-
|
|
2382
|
+
MAY_conditional_loyalty = 0.1
|
|
2331
2383
|
}
|
|
2332
2384
|
|
|
2333
2385
|
average_global_autonomy = { #100% autonomy => 100% modifier
|
|
2334
2386
|
monthly_ottoman_decadence = 0.25
|
|
2387
|
+
monthly_divine_authority = -0.5
|
|
2335
2388
|
}
|
|
2336
2389
|
|
|
2337
2390
|
reverse_average_global_autonomy = { #100% autonomy => 0% modifier
|
|
@@ -2388,3 +2441,8 @@ sailors_percentage = {
|
|
|
2388
2441
|
reverse_sailors_percentage = {
|
|
2389
2442
|
|
|
2390
2443
|
}
|
|
2444
|
+
|
|
2445
|
+
may_dynastic_influence_modifier = {
|
|
2446
|
+
legitimacy = 0.25
|
|
2447
|
+
land_forcelimit = 3
|
|
2448
|
+
}
|