Diff to HTML by rtfpessoa

Files changed (74) hide show
  1. common/advisortypes/00_advisortypes.txt +21 -21
  2. common/alerts.txt +3 -0
  3. common/buildings/00_buildings.txt +1 -1
  4. common/cb_types/00_cb_types.txt +0 -1
  5. common/church_aspects/00_church_aspects.txt +1 -1
  6. common/decrees/00_china.txt +24 -21
  7. common/defines.lua +10 -4
  8. common/diplomatic_actions/00_diplomatic_actions.txt +12 -1
  9. common/disasters/castilian_civil_war.txt +1 -0
  10. common/disasters/dutch_revolt.txt +1 -0
  11. common/disasters/ottoman_power_struggle.txt +2 -1
  12. common/disasters/time_of_troubles.txt +6 -3
  13. common/estate_agendas/0002_rajput_agendas.txt +4 -4
  14. common/estate_agendas/001_brahmin_agendas.txt +1 -0
  15. common/estate_agendas/002_maratha_agendas.txt +4 -4
  16. common/estate_agendas/02_noble_agendas.txt +5 -4
  17. common/estate_agendas/04_cossack_agendas.txt +4 -4
  18. common/estate_agendas/05_nomadic_tribe_agendas.txt +5 -4
  19. common/estate_agendas/08_janissary_agendas.txt +4 -4
  20. common/estate_privileges/0002_rajput_privileges.txt +1 -1
  21. common/estate_privileges/02_noble_privileges.txt +9 -60
  22. common/estate_privileges/03_burgher_privileges.txt +0 -1
  23. common/estate_privileges/04_cossack_privileges.txt +2 -2
  24. common/event_modifiers/00_event_modifiers.txt +2 -2
  25. common/event_modifiers/01_mission_modifiers.txt +6 -5
  26. common/government_mechanics/00_cossacks.txt +36 -28
  27. common/government_mechanics/01_feudal_theocracy.txt +28 -28
  28. common/government_mechanics/02_iqta.txt +26 -26
  29. common/government_mechanics/03_mamluk.txt +10 -10
  30. common/government_mechanics/04_russian.txt +9 -9
  31. common/government_mechanics/05_tribal_federation.txt +25 -24
  32. common/government_mechanics/06_devshirme.txt +18 -18
  33. common/government_mechanics/08_perfectionism.txt +12 -12
  34. common/government_mechanics/09_russian_modernization.txt +27 -24
  35. common/government_mechanics/10_hessian_militarization.txt +1 -1
  36. common/government_mechanics/12_militarization.txt +16 -8
  37. common/government_mechanics/13_system_of_councils.txt +9 -0
  38. common/government_mechanics/16_prussian_militarization.txt +75 -44
  39. common/government_mechanics/17_shogunate.txt +28 -33
  40. common/government_mechanics/18_parliament_vs_monarchy.txt +4 -0
  41. common/government_mechanics/readme.txt +20 -2
  42. common/government_names/01_government_names.txt +7 -3
  43. common/government_reforms/01_government_reforms_monarchies.txt +28 -23
  44. common/government_reforms/02_government_reforms_republics.txt +1 -1
  45. common/government_reforms/03_government_reforms_theocracies.txt +38 -1
  46. common/government_reforms/06_government_reforms_common.txt +3 -39
  47. common/governments/00_governments.txt +2 -1
  48. common/great_projects/01_monuments.txt +11 -8
  49. common/holy_orders/00_holy_orders.txt +1 -1
  50. common/ideas/00_country_ideas.txt +12 -11
  51. common/mercenary_companies/00_mercenaries.txt +2 -2
  52. common/new_diplomatic_actions/00_diplomatic_actions.txt +10 -7
  53. common/on_actions/00_on_actions.txt +157 -53
  54. common/opinion_modifiers/00_opinion_modifiers.txt +1 -1
  55. common/parliament_issues/01_english_parliament_actions.txt +11 -1
  56. common/peace_treaties/00_establish_eyalet.txt +6 -2
  57. common/peace_treaties/01_force_border_changes.txt +40 -0
  58. common/province_names/croatian_new.txt +94 -0
  59. common/province_names/czech_new.txt +344 -0
  60. common/province_names/polish_new.txt +198 -0
  61. common/province_names/schlesian_new.txt +188 -0
  62. common/province_names/serbian_new.txt +35 -0
  63. common/province_names/slavic.txt +119 -0
  64. common/province_names/slovak_new.txt +94 -0
  65. common/province_names/slovene_new.txt +34 -0
  66. common/province_names/sorbian_new.txt +1 -0
  67. common/rebel_types/anti_tax.txt +6 -0
  68. common/religions/00_religion.txt +1 -0
  69. common/revolution/00_revolution.txt +1 -1
  70. common/scripted_effects/01_scripted_effects_for_on_actions.txt +53 -1
  71. common/scripted_triggers/00_scripted_triggers_FR.txt +7 -7
  72. common/scripted_triggers/00_scripted_triggers_estates.txt +4 -1
  73. common/subject_types/00_subject_types.txt +19 -10
  74. common/wargoal_types/00_wargoal_types.txt +2 -0
common/advisortypes/00_advisortypes.txt CHANGED
@@ -18,7 +18,7 @@ philosopher = {
18
18
  skill_scaled_modifier = {
19
19
  trigger = {
20
20
  owner = {
21
- has_government_mechanic = russian_modernization
21
+ has_government_mechanic = russian_modernization_mechanic
22
22
  NOT = { culture_group = PREV }
23
23
  }
24
24
  }
@@ -104,7 +104,7 @@ natural_scientist = {
104
104
  skill_scaled_modifier = {
105
105
  trigger = {
106
106
  owner = {
107
- has_government_mechanic = russian_modernization
107
+ has_government_mechanic = russian_modernization_mechanic
108
108
  NOT = { culture_group = PREV }
109
109
  }
110
110
  }
@@ -190,7 +190,7 @@ artist = {
190
190
  skill_scaled_modifier = {
191
191
  trigger = {
192
192
  owner = {
193
- has_government_mechanic = russian_modernization
193
+ has_government_mechanic = russian_modernization_mechanic
194
194
  NOT = { culture_group = PREV }
195
195
  }
196
196
  }
@@ -284,7 +284,7 @@ treasurer = {
284
284
  skill_scaled_modifier = {
285
285
  trigger = {
286
286
  owner = {
287
- has_government_mechanic = russian_modernization
287
+ has_government_mechanic = russian_modernization_mechanic
288
288
  NOT = { culture_group = PREV }
289
289
  }
290
290
  }
@@ -370,7 +370,7 @@ theologian = {
370
370
  skill_scaled_modifier = {
371
371
  trigger = {
372
372
  owner = {
373
- has_government_mechanic = russian_modernization
373
+ has_government_mechanic = russian_modernization_mechanic
374
374
  NOT = { culture_group = PREV }
375
375
  }
376
376
  }
@@ -465,7 +465,7 @@ master_of_mint = {
465
465
  skill_scaled_modifier = {
466
466
  trigger = {
467
467
  owner = {
468
- has_government_mechanic = russian_modernization
468
+ has_government_mechanic = russian_modernization_mechanic
469
469
  NOT = { culture_group = PREV }
470
470
  }
471
471
  }
@@ -555,7 +555,7 @@ inquisitor = {
555
555
  skill_scaled_modifier = {
556
556
  trigger = {
557
557
  owner = {
558
- has_government_mechanic = russian_modernization
558
+ has_government_mechanic = russian_modernization_mechanic
559
559
  NOT = { culture_group = PREV }
560
560
  }
561
561
  }
@@ -670,7 +670,7 @@ statesman = {
670
670
  skill_scaled_modifier = {
671
671
  trigger = {
672
672
  owner = {
673
- has_government_mechanic = russian_modernization
673
+ has_government_mechanic = russian_modernization_mechanic
674
674
  NOT = { culture_group = PREV }
675
675
  }
676
676
  }
@@ -736,7 +736,7 @@ naval_reformer = {
736
736
  skill_scaled_modifier = {
737
737
  trigger = {
738
738
  owner = {
739
- has_government_mechanic = russian_modernization
739
+ has_government_mechanic = russian_modernization_mechanic
740
740
  NOT = { culture_group = PREV }
741
741
  }
742
742
  }
@@ -810,7 +810,7 @@ trader = {
810
810
  skill_scaled_modifier = {
811
811
  trigger = {
812
812
  owner = {
813
- has_government_mechanic = russian_modernization
813
+ has_government_mechanic = russian_modernization_mechanic
814
814
  NOT = { culture_group = PREV }
815
815
  }
816
816
  }
@@ -890,7 +890,7 @@ spymaster = {
890
890
  skill_scaled_modifier = {
891
891
  trigger = {
892
892
  owner = {
893
- has_government_mechanic = russian_modernization
893
+ has_government_mechanic = russian_modernization_mechanic
894
894
  NOT = { culture_group = PREV }
895
895
  }
896
896
  }
@@ -956,7 +956,7 @@ colonial_governor = {
956
956
  skill_scaled_modifier = {
957
957
  trigger = {
958
958
  owner = {
959
- has_government_mechanic = russian_modernization
959
+ has_government_mechanic = russian_modernization_mechanic
960
960
  NOT = { culture_group = PREV }
961
961
  }
962
962
  }
@@ -1030,7 +1030,7 @@ diplomat = {
1030
1030
  skill_scaled_modifier = {
1031
1031
  trigger = {
1032
1032
  owner = {
1033
- has_government_mechanic = russian_modernization
1033
+ has_government_mechanic = russian_modernization_mechanic
1034
1034
  NOT = { culture_group = PREV }
1035
1035
  }
1036
1036
  }
@@ -1096,7 +1096,7 @@ navigator = {
1096
1096
  skill_scaled_modifier = {
1097
1097
  trigger = {
1098
1098
  owner = {
1099
- has_government_mechanic = russian_modernization
1099
+ has_government_mechanic = russian_modernization_mechanic
1100
1100
  NOT = { culture_group = PREV }
1101
1101
  }
1102
1102
  }
@@ -1171,7 +1171,7 @@ army_reformer = {
1171
1171
  skill_scaled_modifier = {
1172
1172
  trigger = {
1173
1173
  owner = {
1174
- has_government_mechanic = russian_modernization
1174
+ has_government_mechanic = russian_modernization_mechanic
1175
1175
  NOT = { culture_group = PREV }
1176
1176
  }
1177
1177
  }
@@ -1218,7 +1218,7 @@ army_organiser = {
1218
1218
  skill_scaled_modifier = {
1219
1219
  trigger = {
1220
1220
  owner = {
1221
- has_government_mechanic = russian_modernization
1221
+ has_government_mechanic = russian_modernization_mechanic
1222
1222
  NOT = { culture_group = PREV }
1223
1223
  }
1224
1224
  }
@@ -1265,7 +1265,7 @@ commandant = {
1265
1265
  skill_scaled_modifier = {
1266
1266
  trigger = {
1267
1267
  owner = {
1268
- has_government_mechanic = russian_modernization
1268
+ has_government_mechanic = russian_modernization_mechanic
1269
1269
  NOT = { culture_group = PREV }
1270
1270
  }
1271
1271
  }
@@ -1312,7 +1312,7 @@ quartermaster = {
1312
1312
  skill_scaled_modifier = {
1313
1313
  trigger = {
1314
1314
  owner = {
1315
- has_government_mechanic = russian_modernization
1315
+ has_government_mechanic = russian_modernization_mechanic
1316
1316
  NOT = { culture_group = PREV }
1317
1317
  }
1318
1318
  }
@@ -1363,7 +1363,7 @@ recruitmaster = {
1363
1363
  skill_scaled_modifier = {
1364
1364
  trigger = {
1365
1365
  owner = {
1366
- has_government_mechanic = russian_modernization
1366
+ has_government_mechanic = russian_modernization_mechanic
1367
1367
  NOT = { culture_group = PREV }
1368
1368
  }
1369
1369
  }
@@ -1414,7 +1414,7 @@ fortification_expert = {
1414
1414
  skill_scaled_modifier = {
1415
1415
  trigger = {
1416
1416
  owner = {
1417
- has_government_mechanic = russian_modernization
1417
+ has_government_mechanic = russian_modernization_mechanic
1418
1418
  NOT = { culture_group = PREV }
1419
1419
  }
1420
1420
  }
@@ -1462,7 +1462,7 @@ grand_captain = {
1462
1462
  skill_scaled_modifier = {
1463
1463
  trigger = {
1464
1464
  owner = {
1465
- has_government_mechanic = russian_modernization
1465
+ has_government_mechanic = russian_modernization_mechanic
1466
1466
  NOT = { culture_group = PREV }
1467
1467
  }
1468
1468
  }
common/alerts.txt CHANGED
@@ -409,4 +409,7 @@ alerts = {
409
409
  can_celebrate_festival = {
410
410
  category = LOW
411
411
  }
412
+ has_slacken_on = {
413
+ category = MEDIUM
414
+ }
412
415
  }
common/buildings/00_buildings.txt CHANGED
@@ -1935,7 +1935,7 @@ farm_estate = {
1935
1935
  remove_development_from_building = {
1936
1936
  building = manufactory
1937
1937
  type = production
1938
- value = 1
1938
+ value = 2
1939
1939
  }
1940
1940
  remove_dev_from_building = {
1941
1941
  building = manufactory
common/cb_types/00_cb_types.txt CHANGED
@@ -1404,7 +1404,6 @@ cb_chinese_unification = {
1404
1404
  NOT = { has_country_modifier = the_mandate_of_heaven }
1405
1405
  is_emperor_of_china = no
1406
1406
  }
1407
- is_neighbor_of = FROM
1408
1407
  }
1409
1408
 
1410
1409
  attacker_disabled_po = {
common/church_aspects/00_church_aspects.txt CHANGED
@@ -393,7 +393,7 @@ anglican_aspect = {
393
393
  }
394
394
  }
395
395
  modifier = {
396
- global_autonomy = -0.025
396
+ tolerance_of_heretics_capacity = 1
397
397
  }
398
398
  ai_will_do = {
399
399
  factor = 2
common/decrees/00_china.txt CHANGED
@@ -25,7 +25,7 @@ expand_bureaucracy_decree = {
25
25
  }
26
26
  removed_effect = {}
27
27
  ai_will_do = {
28
- factor = 100
28
+ factor = 10
29
29
  }
30
30
  }
31
31
 
@@ -50,7 +50,7 @@ improved_expand_bureaucracy_decree = {
50
50
  }
51
51
  removed_effect = {}
52
52
  ai_will_do = {
53
- factor = 100
53
+ factor = 10
54
54
  }
55
55
  }
56
56
 
@@ -71,7 +71,7 @@ improved_conduct_census_decree = {
71
71
  }
72
72
  removed_effect = {}
73
73
  ai_will_do = {
74
- factor = 100
74
+ factor = 10
75
75
  modifier = {
76
76
  factor = 0.1
77
77
  NOT = { tax_income_percentage = 0.25 }
@@ -130,7 +130,7 @@ conduct_census_decree = {
130
130
  }
131
131
  removed_effect = {}
132
132
  ai_will_do = {
133
- factor = 100
133
+ factor = 10
134
134
  modifier = {
135
135
  factor = 0.1
136
136
  NOT = { tax_income_percentage = 0.25 }
@@ -185,6 +185,10 @@ promote_naval_officers_decree = {
185
185
  factor = 3
186
186
  navy_tradition = 50
187
187
  }
188
+ modifier = {
189
+ factor = 0
190
+ NOT = { imperial_mandate = 90 }
191
+ }
188
192
  }
189
193
  }
190
194
 
@@ -202,7 +206,7 @@ increase_tariff_control_decree = {
202
206
  effect = {}
203
207
  removed_effect = {}
204
208
  ai_will_do = {
205
- factor = 100
209
+ factor = 10
206
210
  modifier = {
207
211
  factor = 0.1
208
212
  NOT = { trade_income_percentage = 0.25 }
@@ -274,7 +278,7 @@ boost_officer_corps_decree = {
274
278
  effect = {}
275
279
  removed_effect = {}
276
280
  ai_will_do = {
277
- factor = 100
281
+ factor = 10
278
282
  modifier = {
279
283
  factor = 0.1
280
284
  is_at_war = no
@@ -305,7 +309,7 @@ fund_new_centers_of_education_decree = {
305
309
  effect = {}
306
310
  removed_effect = {}
307
311
  ai_will_do = {
308
- factor = 100
312
+ factor = 10
309
313
  }
310
314
  }
311
315
 
@@ -341,7 +345,7 @@ issue_the_great_warnings_decree = {
341
345
  effect = {}
342
346
  removed_effect = {}
343
347
  ai_will_do = {
344
- factor = 100
348
+ factor = 10
345
349
  }
346
350
  }
347
351
 
@@ -353,7 +357,7 @@ issue_the_great_warnings_decree = {
353
357
  # global_ship_cost = -0.1
354
358
  # }
355
359
  # ai_will_do = {
356
- # factor = 100
360
+ # factor = 10
357
361
  # }
358
362
  # }
359
363
 
@@ -371,7 +375,7 @@ six_ordinances_decree = {
371
375
  effect = {}
372
376
  removed_effect = {}
373
377
  ai_will_do = {
374
- factor = 100
378
+ factor = 10
375
379
  }
376
380
  }
377
381
 
@@ -390,7 +394,7 @@ sacred_edict_of_confucianism_decree = {
390
394
  effect = {}
391
395
  removed_effect = {}
392
396
  ai_will_do = {
393
- factor = 100
397
+ factor = 10
394
398
  }
395
399
  }
396
400
 
@@ -408,7 +412,7 @@ promote_taoist_studies_decree = {
408
412
  effect = {}
409
413
  removed_effect = {}
410
414
  ai_will_do = {
411
- factor = 100
415
+ factor = 10
412
416
  }
413
417
  }
414
418
 
@@ -426,7 +430,7 @@ appoint_entrusted_eunuchs_decree = {
426
430
  effect = {}
427
431
  removed_effect = {}
428
432
  ai_will_do = {
429
- factor = 100
433
+ factor = 10
430
434
  }
431
435
  }
432
436
 
@@ -438,7 +442,7 @@ appoint_entrusted_eunuchs_decree = {
438
442
  # trade_efficiency = 0.15
439
443
  # }
440
444
  # ai_will_do = {
441
- # factor = 100
445
+ # factor = 10
442
446
  # }
443
447
  # }
444
448
 
@@ -456,7 +460,7 @@ increase_trade_cooperation_decree = {
456
460
  effect = {}
457
461
  removed_effect = {}
458
462
  ai_will_do = {
459
- factor = 100
463
+ factor = 10
460
464
  }
461
465
  }
462
466
 
@@ -474,7 +478,7 @@ reinforce_the_inner_guard_decree = {
474
478
  effect = {}
475
479
  removed_effect = {}
476
480
  ai_will_do = {
477
- factor = 100
481
+ factor = 10
478
482
  }
479
483
  }
480
484
 
@@ -486,7 +490,7 @@ reinforce_the_inner_guard_decree = {
486
490
  # colonist_placement_chance = 0.15
487
491
  # }
488
492
  # ai_will_do = {
489
- # factor = 100
493
+ # factor = 10
490
494
  # }
491
495
  # }
492
496
 
@@ -498,7 +502,7 @@ reinforce_the_inner_guard_decree = {
498
502
  # culture_conversion_speed = 0.5
499
503
  # }
500
504
  # ai_will_do = {
501
- # factor = 100
505
+ # factor = 10
502
506
  # }
503
507
  # }
504
508
 
@@ -516,7 +520,6 @@ issue_bureaucratic_imperial_seal = {
516
520
  effect = {}
517
521
  removed_effect = {}
518
522
  ai_will_do = {
519
- factor = 100
523
+ factor = 10
520
524
  }
521
- }
522
-
525
+ }
common/defines.lua CHANGED
@@ -132,7 +132,7 @@ NDiplomacy = {
132
132
  JOIN_HRE_DEVELOPMENT_CAP_VASSAL = 200, -- Max cap of development of vassals to join the empire
133
133
  IMPERIAL_REFORM_COST = 50, -- Minium Cost of enacting a new reform.
134
134
  IMPERIAL_REFORM_AUTHORITY_ACCEPTANCE = 1, -- How much acceptance for each authority above IMPERIAL_REFORM_COST
135
- CELESTIAL_EMPIRE_REFORM_COST = 80, -- Mandate cost of enacting a new reform for the Emperor of China.
135
+ CELESTIAL_EMPIRE_REFORM_COST = 70, -- Mandate cost of enacting a new reform for the Emperor of China.
136
136
  CELESTIAL_EMPIRE_REFORM_STABILITY_COST = 1, -- Stability cost of enacting a new reform for the Emperor of China
137
137
  CELESTIAL_EMPIRE_REFORM_MIN_VALUE = 80, -- Minimum value of Mandate above which new reforms can be enacted.
138
138
  DEFENDER_OF_FAITH_COST = 500, -- _DDEF_DEFENDER_OF_FAITH_COST_
@@ -502,7 +502,7 @@ NCountry = {
502
502
  SPLENDOR_ABILITY_COST = 800,
503
503
  PROSPERITY_MONTHLY_DECLINE = -2, -- monthly tick
504
504
  PROSPERITY_INCREASE_SIZE= 1, -- if diceroll of d20< monarch stat, while possible ot increase
505
- CORRUPTION_FROM_BANNERS = 5,
505
+ CORRUPTION_FROM_BANNERS = 0.1,
506
506
  FORCE_CONVERT_COOLDOWN_DURATION = 10, -- Years
507
507
 
508
508
 
@@ -845,8 +845,8 @@ NCountry = {
845
845
  POPULATION_GROWTH = 0.03, -- _CDEF_POPULATION_GROWTH_; Base population growth.
846
846
  COLONIAL_GROWTH_PENALTY = 100, -- growth penalty for low colonial maintenance
847
847
  BANKRUPTCY_COLONIAL_GROWTH_PENALTY = -200, -- growth penalty for bankruptcy
848
- MAX_NATIONALISM = 10,
849
- MIN_NATIONALISM = -30,
848
+ MAX_NATIONALISM = 30, -- how much extra nationalism can there be in a province, added with the effect, not by conquering
849
+ MIN_NATIONALISM = -30, -- how much extra negative nationalism can there be in a province, added with the effect, not by conquering
850
850
  YEARS_OF_NATIONALISM = 30, -- _CDEF_YEARS_OF_NATIONALISM_; Years of Nationalism
851
851
  YEARS_UNTIL_BROKEN = 2, -- _CDEF_YEARS_UNTIL_BROKEN_; Years until rebel held capital results in broken country.
852
852
  BASE_HEIR_BIRTH = 120, -- _CDEF_BASE_HEIR_BIRTH_
@@ -916,6 +916,12 @@ NCountry = {
916
916
  LIBERTY_DESIRE_SCUTAGE_OFF = 25, -- Liberty desire from turning off scutage
917
917
  LOST_INDEPENDANCE_WAR_LIBERTY_DESIRE = -50, -- How much liberty desire is decreased when an independance war ends
918
918
 
919
+ REQUEST_EXTRA_LEVIES_MAX_LIBERTY_DESIRE = 25,
920
+ REQUEST_EXTRA_LEVIES_COOLDOWN_MONTHS = 60,
921
+
922
+ SEIZE_COURT_RESOURCES_MAX_LIBERTY_DESIRE = 25,
923
+ SEIZE_COURT_RESOURCES_COOLDOWN_MONTHS = 60,
924
+
919
925
  MIN_LIBERTY_DESIRE = 0, -- Min total (effective) liberty desire
920
926
  MAX_LIBERTY_DESIRE = 100, -- Max total (effective) liberty desire
921
927
  MIN_LIBERTY_DESIRE_INFLUENCE = -100, -- Min influence of a single modifier (e.g. paid of debt)
common/diplomatic_actions/00_diplomatic_actions.txt CHANGED
@@ -144,6 +144,17 @@ declarewar = {
144
144
  }
145
145
  }
146
146
  }
147
+ condition = {
148
+ tooltip = CANNOT_DECLARE_WARS_TEUTONS_HRE
149
+ potential = {
150
+ ai = yes
151
+ has_country_flag = teu_joined_the_hre
152
+ FROM = { is_part_of_hre = yes }
153
+ }
154
+ allow = {
155
+ FROM = { is_part_of_hre = no }
156
+ }
157
+ }
147
158
  effect = {
148
159
  on_war_declaration_effect = yes
149
160
  if = {
@@ -499,7 +510,7 @@ form_coalition = {
499
510
  has_opinion_modifier = {
500
511
  modifier = aggressive_expansion
501
512
  who = FROM
502
- value = -50
513
+ value = -49
503
514
  }
504
515
  }
505
516
  }
common/disasters/castilian_civil_war.txt CHANGED
@@ -103,6 +103,7 @@ castilian_civil_war = {
103
103
 
104
104
  on_start = castilian_civil_war.1
105
105
  on_end = castilian_civil_war.100
106
+ ended_by_country_breaking_to_rebels = no
106
107
 
107
108
  on_monthly = {
108
109
  events = {
common/disasters/dutch_revolt.txt CHANGED
@@ -27,6 +27,7 @@ dutch_revolt_disaster = {
27
27
  NOT = { capital_scope = { region = low_countries_region } }
28
28
  is_free_or_tributary_trigger = yes
29
29
  num_of_cities = 6
30
+ NOT = { has_government_attribute = no_more_dutch_revolt }
30
31
  }
31
32
 
32
33
  can_start = {
common/disasters/ottoman_power_struggle.txt CHANGED
@@ -579,7 +579,8 @@ tur_disaster_plot_of_the_harem = {
579
579
  }
580
580
  }
581
581
  modifier = {
582
- heir_chance = -1
582
+ # heir_chance = -1
583
+ # Heir chance has no effect on harem countries
583
584
  monarch_lifespan = -0.75
584
585
  female_advisor_chance = 0.33
585
586
  }
common/disasters/time_of_troubles.txt CHANGED
@@ -25,9 +25,12 @@ time_of_troubles = {
25
25
  has_any_disaster = no
26
26
  OR = {
27
27
  has_new_dynasty = yes
28
- NOT = {
29
- ruler_total_stats = {
30
- stats = 9
28
+ custom_trigger_tooltip = {
29
+ tooltip = less_than_9_total_stats
30
+ NOT = {
31
+ ruler_total_stats = {
32
+ stats = 9
33
+ }
31
34
  }
32
35
  }
33
36
  }
common/estate_agendas/0002_rajput_agendas.txt CHANGED
@@ -1325,7 +1325,7 @@ estate_rajput_expand_into_x = {
1325
1325
  area_for_scope_province = {
1326
1326
  OR = {
1327
1327
  is_empty = yes
1328
- owned_by = root
1328
+ country_or_subject_holds = ROOT
1329
1329
  }
1330
1330
  }
1331
1331
  }
@@ -1404,7 +1404,7 @@ estate_rajput_expand_into_x = {
1404
1404
  area_for_scope_province = {
1405
1405
  OR = {
1406
1406
  is_empty = yes
1407
- owned_by = root
1407
+ country_or_subject_holds = ROOT
1408
1408
  }
1409
1409
  }
1410
1410
  }
@@ -1491,7 +1491,7 @@ estate_rajput_expand_into_x = {
1491
1491
  else = {
1492
1492
  event_target:agenda_province = {
1493
1493
  area_for_scope_province = {
1494
- owned_by = root
1494
+ country_or_subject_holds = ROOT
1495
1495
  }
1496
1496
  }
1497
1497
  }
@@ -1502,7 +1502,7 @@ estate_rajput_expand_into_x = {
1502
1502
  type = all
1503
1503
  NOT = { is_claim = root }
1504
1504
  NOT = { is_core = root }
1505
- NOT = { owned_by = root }
1505
+ NOT = { country_or_subject_holds = ROOT }
1506
1506
  }
1507
1507
  }
1508
1508
  }
common/estate_agendas/001_brahmin_agendas.txt CHANGED
@@ -861,6 +861,7 @@ estate_brahmins_befriend_rival_of_rival = {
861
861
  NOT = { is_rival = root }
862
862
  NOT = { ROOT = { is_rival = prev } }
863
863
  NOT = { alliance_with = root }
864
+ NOT = { war_with = root }
864
865
  has_opinion = {
865
866
  who = root
866
867
  value = -50
common/estate_agendas/002_maratha_agendas.txt CHANGED
@@ -1325,7 +1325,7 @@ estate_maratha_expand_into_x = {
1325
1325
  area_for_scope_province = {
1326
1326
  OR = {
1327
1327
  is_empty = yes
1328
- owned_by = root
1328
+ country_or_subject_holds = ROOT
1329
1329
  }
1330
1330
  }
1331
1331
  }
@@ -1404,7 +1404,7 @@ estate_maratha_expand_into_x = {
1404
1404
  area_for_scope_province = {
1405
1405
  OR = {
1406
1406
  is_empty = yes
1407
- owned_by = root
1407
+ country_or_subject_holds = ROOT
1408
1408
  }
1409
1409
  }
1410
1410
  }
@@ -1491,7 +1491,7 @@ estate_maratha_expand_into_x = {
1491
1491
  else = {
1492
1492
  event_target:agenda_province = {
1493
1493
  area_for_scope_province = {
1494
- owned_by = root
1494
+ country_or_subject_holds = ROOT
1495
1495
  }
1496
1496
  }
1497
1497
  }
@@ -1502,7 +1502,7 @@ estate_maratha_expand_into_x = {
1502
1502
  type = all
1503
1503
  NOT = { is_claim = root }
1504
1504
  NOT = { is_core = root }
1505
- NOT = { owned_by = root }
1505
+ NOT = { country_or_subject_holds = ROOT }
1506
1506
  }
1507
1507
  }
1508
1508
  }
common/estate_agendas/02_noble_agendas.txt CHANGED
@@ -235,6 +235,7 @@ estate_nobles_befriend_rival_of_rival = {
235
235
  NOT = { is_rival = root }
236
236
  NOT = { ROOT = { is_rival = prev } }
237
237
  NOT = { alliance_with = root }
238
+ NOT = { war_with = root }
238
239
  has_opinion = {
239
240
  who = root
240
241
  value = -50
@@ -2052,7 +2053,7 @@ estate_nobles_expand_into_x = {
2052
2053
  area_for_scope_province = {
2053
2054
  OR = {
2054
2055
  is_empty = yes
2055
- owned_by = root
2056
+ country_or_subject_holds = ROOT
2056
2057
  }
2057
2058
  }
2058
2059
  }
@@ -2131,7 +2132,7 @@ estate_nobles_expand_into_x = {
2131
2132
  area_for_scope_province = {
2132
2133
  OR = {
2133
2134
  is_empty = yes
2134
- owned_by = root
2135
+ country_or_subject_holds = ROOT
2135
2136
  }
2136
2137
  }
2137
2138
  }
@@ -2218,7 +2219,7 @@ estate_nobles_expand_into_x = {
2218
2219
  else = {
2219
2220
  event_target:agenda_province = {
2220
2221
  area_for_scope_province = {
2221
- owned_by = root
2222
+ country_or_subject_holds = ROOT
2222
2223
  }
2223
2224
  }
2224
2225
  }
@@ -2229,7 +2230,7 @@ estate_nobles_expand_into_x = {
2229
2230
  type = all
2230
2231
  NOT = { is_claim = root }
2231
2232
  NOT = { is_core = root }
2232
- NOT = { owned_by = root }
2233
+ NOT = { country_or_subject_holds = ROOT }
2233
2234
  }
2234
2235
  }
2235
2236
  }
common/estate_agendas/04_cossack_agendas.txt CHANGED
@@ -387,7 +387,7 @@ estate_cossacks_expand_into_x = {
387
387
  area_for_scope_province = {
388
388
  OR = {
389
389
  is_empty = yes
390
- owned_by = root
390
+ country_or_subject_holds = ROOT
391
391
  }
392
392
  }
393
393
  }
@@ -473,7 +473,7 @@ estate_cossacks_expand_into_x = {
473
473
  area_for_scope_province = {
474
474
  OR = {
475
475
  is_empty = yes
476
- owned_by = root
476
+ country_or_subject_holds = ROOT
477
477
  }
478
478
  }
479
479
  }
@@ -567,7 +567,7 @@ estate_cossacks_expand_into_x = {
567
567
  else = {
568
568
  event_target:agenda_province = {
569
569
  area_for_scope_province = {
570
- owned_by = root
570
+ country_or_subject_holds = ROOT
571
571
  }
572
572
  }
573
573
  }
@@ -578,7 +578,7 @@ estate_cossacks_expand_into_x = {
578
578
  type = all
579
579
  NOT = { is_claim = root }
580
580
  NOT = { is_core = root }
581
- NOT = { owned_by = root }
581
+ NOT = { country_or_subject_holds = ROOT }
582
582
  }
583
583
  }
584
584
  }
common/estate_agendas/05_nomadic_tribe_agendas.txt CHANGED
@@ -669,6 +669,7 @@ estate_nomadic_tribes_befriend_rival_of_rival = {
669
669
  NOT = { is_rival = root }
670
670
  NOT = { ROOT = { is_rival = prev } }
671
671
  NOT = { alliance_with = root }
672
+ NOT = { war_with = root }
672
673
  has_opinion = {
673
674
  who = root
674
675
  value = -50
@@ -1987,7 +1988,7 @@ estate_nomadic_tribes_expand_into_x = {
1987
1988
  area_for_scope_province = {
1988
1989
  OR = {
1989
1990
  is_empty = yes
1990
- owned_by = root
1991
+ country_or_subject_holds = ROOT
1991
1992
  }
1992
1993
  }
1993
1994
  }
@@ -2066,7 +2067,7 @@ estate_nomadic_tribes_expand_into_x = {
2066
2067
  area_for_scope_province = {
2067
2068
  OR = {
2068
2069
  is_empty = yes
2069
- owned_by = root
2070
+ country_or_subject_holds = ROOT
2070
2071
  }
2071
2072
  }
2072
2073
  }
@@ -2153,7 +2154,7 @@ estate_nomadic_tribes_expand_into_x = {
2153
2154
  else = {
2154
2155
  event_target:agenda_province = {
2155
2156
  area_for_scope_province = {
2156
- owned_by = root
2157
+ country_or_subject_holds = ROOT
2157
2158
  }
2158
2159
  }
2159
2160
  }
@@ -2164,7 +2165,7 @@ estate_nomadic_tribes_expand_into_x = {
2164
2165
  type = all
2165
2166
  NOT = { is_claim = root }
2166
2167
  NOT = { is_core = root }
2167
- NOT = { owned_by = root }
2168
+ NOT = { country_or_subject_holds = ROOT }
2168
2169
  }
2169
2170
  }
2170
2171
  }
common/estate_agendas/08_janissary_agendas.txt CHANGED
@@ -1636,7 +1636,7 @@ estate_janissaries_expand_into_x = {
1636
1636
  area_for_scope_province = {
1637
1637
  OR = {
1638
1638
  is_empty = yes
1639
- owned_by = root
1639
+ country_or_subject_holds = ROOT
1640
1640
  }
1641
1641
  }
1642
1642
  }
@@ -1717,7 +1717,7 @@ estate_janissaries_expand_into_x = {
1717
1717
  area_for_scope_province = {
1718
1718
  OR = {
1719
1719
  is_empty = yes
1720
- owned_by = root
1720
+ country_or_subject_holds = ROOT
1721
1721
  }
1722
1722
  }
1723
1723
  }
@@ -1804,7 +1804,7 @@ estate_janissaries_expand_into_x = {
1804
1804
  else = {
1805
1805
  event_target:agenda_province = {
1806
1806
  area_for_scope_province = {
1807
- owned_by = root
1807
+ country_or_subject_holds = ROOT
1808
1808
  }
1809
1809
  }
1810
1810
  }
@@ -1815,7 +1815,7 @@ estate_janissaries_expand_into_x = {
1815
1815
  type = all
1816
1816
  NOT = { is_claim = root }
1817
1817
  NOT = { is_core = root }
1818
- NOT = { owned_by = root }
1818
+ NOT = { country_or_subject_holds = ROOT }
1819
1819
  }
1820
1820
  }
1821
1821
  }
common/estate_privileges/0002_rajput_privileges.txt CHANGED
@@ -197,7 +197,7 @@ estate_rajput_rajput_regiments = {
197
197
  on_granted = {
198
198
  }
199
199
  modifier_by_land_ownership = {
200
- special_unit_forcelimit = 0.5
200
+ allowed_rajput_fraction = 0.5
201
201
  }
202
202
  penalties = {
203
203
  }
common/estate_privileges/02_noble_privileges.txt CHANGED
@@ -1018,12 +1018,6 @@ estate_nobles_strong_duchies = {
1018
1018
  }
1019
1019
  }
1020
1020
  NOT = { has_estate_privilege = estate_nobles_french_strong_duchies }
1021
- NOT = {
1022
- AND = {
1023
- tag = FRA
1024
- NOT = { has_estate_privilege = estate_nobles_strong_duchies }
1025
- }
1026
- }
1027
1021
  }
1028
1022
  can_select = {
1029
1023
  custom_trigger_tooltip = {
@@ -1201,12 +1195,7 @@ estate_nobles_nieszawa_privileges = {
1201
1195
  is_valid = {
1202
1196
  has_estate_privilege = estate_nobles_nieszawa_privileges #event privilege for Poland
1203
1197
  }
1204
- can_revoke = {
1205
- custom_trigger_tooltip = { #revoke Golden Liberty or do it via event
1206
- tooltip = estate_privilege_cannot_be_revoked
1207
- always = no
1208
- }
1209
- }
1198
+ can_revoke = no
1210
1199
  penalties = {
1211
1200
  technology_cost = 0.05
1212
1201
  }
@@ -1227,12 +1216,7 @@ estate_nobles_pacta_conventa = {
1227
1216
  is_valid = {
1228
1217
  has_estate_privilege = estate_nobles_pacta_conventa #event privilege for Poland
1229
1218
  }
1230
- can_revoke = {
1231
- custom_trigger_tooltip = { #revoke Golden Liberty or do it via event
1232
- tooltip = estate_privilege_cannot_be_revoked
1233
- always = no
1234
- }
1235
- }
1219
+ can_revoke = no
1236
1220
  penalties = {
1237
1221
  war_exhaustion_cost = 0.5
1238
1222
  inflation_action_cost = 0.5
@@ -2398,12 +2382,7 @@ estate_nobles_early_serfdom = {
2398
2382
  can_select = {
2399
2383
  NOT = { has_estate_privilege = estate_nobles_increased_peasant_freedom }
2400
2384
  }
2401
- can_revoke = {
2402
- custom_trigger_tooltip = {
2403
- tooltip = estate_privilege_cannot_be_revoked
2404
- always = no
2405
- }
2406
- }
2385
+ can_revoke = no
2407
2386
  on_granted = {
2408
2387
  custom_tooltip = estate_privilege_cannot_be_revoked
2409
2388
  block_estate_removing_reforms = {
@@ -2485,12 +2464,7 @@ estate_nobles_legalized_serfdom = {
2485
2464
  NOT = { has_country_flag = level_three_serfdom_privileges }
2486
2465
  NOT = { has_country_flag = final_serfdom_privileges }
2487
2466
  }
2488
- can_revoke = {
2489
- custom_trigger_tooltip = {
2490
- tooltip = estate_privilege_cannot_be_revoked
2491
- always = no
2492
- }
2493
- }
2467
+ can_revoke = no
2494
2468
  on_granted = {
2495
2469
  custom_tooltip = estate_privilege_cannot_be_revoked
2496
2470
  block_estate_removing_reforms = {
@@ -2568,12 +2542,7 @@ estate_nobles_total_serfdom = {
2568
2542
  NOT = { has_country_flag = liberated_peasants }
2569
2543
  NOT = { has_country_flag = final_serfdom_privileges }
2570
2544
  }
2571
- can_revoke = {
2572
- custom_trigger_tooltip = {
2573
- tooltip = estate_privilege_cannot_be_revoked
2574
- always = no
2575
- }
2576
- }
2545
+ can_revoke = no
2577
2546
  on_granted = {
2578
2547
  custom_tooltip = estate_privilege_cannot_be_revoked
2579
2548
  block_estate_removing_reforms = {
@@ -2647,12 +2616,7 @@ estate_nobles_restricted_serfdom = {
2647
2616
  has_estate_privilege = estate_nobles_restricted_serfdom
2648
2617
  NOT = { has_country_flag = liberated_peasants }
2649
2618
  }
2650
- can_revoke = {
2651
- custom_trigger_tooltip = {
2652
- tooltip = estate_privilege_cannot_be_revoked
2653
- always = no
2654
- }
2655
- }
2619
+ can_revoke = no
2656
2620
  on_granted = {
2657
2621
  custom_tooltip = estate_privilege_cannot_be_revoked
2658
2622
  block_estate_removing_reforms = {
@@ -2726,12 +2690,7 @@ estate_nobles_devastating_serfdom = {
2726
2690
  has_estate_privilege = estate_nobles_devastating_serfdom
2727
2691
  NOT = { has_country_flag = liberated_peasants }
2728
2692
  }
2729
- can_revoke = {
2730
- custom_trigger_tooltip = {
2731
- tooltip = estate_privilege_cannot_be_revoked
2732
- always = no
2733
- }
2734
- }
2693
+ can_revoke = no
2735
2694
  on_granted = {
2736
2695
  custom_tooltip = estate_privilege_cannot_be_revoked
2737
2696
  block_estate_removing_reforms = {
@@ -2810,12 +2769,7 @@ estate_nobles_increased_peasant_freedom = {
2810
2769
  can_select = {
2811
2770
  NOT = { has_estate_privilege = estate_nobles_early_serfdom }
2812
2771
  }
2813
- can_revoke = {
2814
- custom_trigger_tooltip = {
2815
- tooltip = estate_privilege_cannot_be_revoked
2816
- always = no
2817
- }
2818
- }
2772
+ can_revoke = no
2819
2773
  on_granted = {
2820
2774
  custom_tooltip = estate_privilege_cannot_be_revoked
2821
2775
  block_estate_removing_reforms = {
@@ -2892,12 +2846,7 @@ estate_nobles_peasant_liberation = {
2892
2846
  has_country_flag = level_two_serfdom_privileges
2893
2847
  NOT = { has_country_flag = enserfed_peasants }
2894
2848
  }
2895
- can_revoke = {
2896
- custom_trigger_tooltip = {
2897
- tooltip = estate_privilege_cannot_be_revoked
2898
- always = no
2899
- }
2900
- }
2849
+ can_revoke = no
2901
2850
  on_granted = {
2902
2851
  custom_tooltip = estate_privilege_cannot_be_revoked
2903
2852
  block_estate_removing_reforms = {
common/estate_privileges/03_burgher_privileges.txt CHANGED
@@ -2178,7 +2178,6 @@ estate_burghers_the_new_middle_class = {
2178
2178
  }
2179
2179
  on_granted = {
2180
2180
  add_mercantilism = -5
2181
- custom_tooltip = estate_privilege_only_revoked_by_republics
2182
2181
  set_country_flag = rus_enacted_early_disconnection_flag
2183
2182
  clr_country_flag = rus_enacted_early_serfdom_flag
2184
2183
  set_country_flag = liberated_peasants
common/estate_privileges/04_cossack_privileges.txt CHANGED
@@ -337,7 +337,7 @@ estate_cossacks_establish_the_cossack_regiments = {
337
337
  on_granted = {
338
338
  }
339
339
  modifier_by_land_ownership = {
340
- special_unit_forcelimit = 0.5
340
+ allowed_cossack_fraction = 0.5
341
341
  }
342
342
  penalties = {
343
343
  }
@@ -426,7 +426,7 @@ estate_cossacks_expand_the_cossack_regiments = {
426
426
  }
427
427
  }
428
428
  modifier_by_land_ownership = {
429
- special_unit_forcelimit = 0.5
429
+ allowed_cossack_fraction = 0.5
430
430
  }
431
431
  penalties = {
432
432
  }
common/event_modifiers/00_event_modifiers.txt CHANGED
@@ -7609,7 +7609,7 @@ head_of_the_church_aspect_modifier = {
7609
7609
  yearly_absolutism = 1
7610
7610
  }
7611
7611
  anglican_aspect_aspect_modifier = {
7612
- yearly_absolutism = 1
7612
+ tolerance_heretic = 1
7613
7613
  }
7614
7614
 
7615
7615
  #Parliament Events
@@ -13748,7 +13748,7 @@ expand_the_army_mod_5 = {
13748
13748
  }
13749
13749
 
13750
13750
  gov_buffed_parliament_seat = {
13751
- local_monthly_devastation = -0.005
13751
+ local_monthly_devastation = -0.05
13752
13752
  local_autonomy = -0.02
13753
13753
  }
13754
13754
 
common/event_modifiers/01_mission_modifiers.txt CHANGED
@@ -2555,13 +2555,12 @@ rus_steppe_conversion = {
2555
2555
  }
2556
2556
 
2557
2557
  rus_west_slavic_union = { #Permanent, gets lost when either West Slavic culture gets demoted
2558
- manpower_in_accepted_culture_provinces = 0.1
2559
- num_accepted_cultures = 4
2558
+ num_accepted_cultures = 5
2560
2559
  }
2561
2560
 
2562
2561
  rus_carpathian_union = { #Permanent, gets lost when either Carpathian culture gets demoted
2563
2562
  manpower_in_true_faith_provinces = 0.1
2564
- num_accepted_cultures = 4
2563
+ num_accepted_cultures = 3
2565
2564
  }
2566
2565
 
2567
2566
  rus_south_slavic_union = { #Permanent, gets lost when either South Slavic culture gets demoted
@@ -5475,6 +5474,9 @@ pru_german_confederation = {
5475
5474
 
5476
5475
  empowered_junkers = {
5477
5476
  monthly_militarized_society = 0.02
5477
+ monthly_prussian_militarized_society_1 = 0.02
5478
+ monthly_prussian_militarized_society_2 = 0.03
5479
+ monthly_prussian_militarized_society_3 = 0.04
5478
5480
  army_tradition_decay = -0.01
5479
5481
  }
5480
5482
 
@@ -9647,8 +9649,7 @@ jap_20_years_devving_tax_yields_twice_bonus_1_burgher_loyalt_modifier = { } #Emp
9647
9649
 
9648
9650
  jap_protectors_east_catholicism = {
9649
9651
  curia_powers_cost = -0.25
9650
- papal_influence = 2
9651
- religion = yes
9652
+ papal_influence = 2
9652
9653
  }
9653
9654
 
9654
9655
  jap_shinto_warriors_modifier = {
common/government_mechanics/00_cossacks.txt CHANGED
@@ -51,21 +51,24 @@ cossacks_mechanic = {
51
51
  save_event_target_as = source_country
52
52
  }
53
53
  }
54
- random_owned_province = {
55
- limit = {
56
- OR = {
57
- not = { religion = event_target:source_country }
58
- AND = {
59
- not = {
60
- event_target:source_country = {
61
- accepted_culture = prev
54
+ custom_tooltip = fleeing_serfs_tt
55
+ hidden_effect = {
56
+ random_owned_province = {
57
+ limit = {
58
+ OR = {
59
+ not = { religion = event_target:source_country }
60
+ AND = {
61
+ not = {
62
+ event_target:source_country = {
63
+ accepted_culture = prev
64
+ }
62
65
  }
66
+ not = { culture = event_target:source_country }
63
67
  }
64
- not = { culture = event_target:source_country }
65
68
  }
66
69
  }
70
+ add_random_development = 1
67
71
  }
68
- add_random_development = 1
69
72
  }
70
73
  event_target:source_country = {
71
74
  add_country_modifier = {
@@ -76,7 +79,7 @@ cossacks_mechanic = {
76
79
  }
77
80
  cooldown_years = 0
78
81
  ai_chance = {
79
- factor = 100
82
+ factor = 7
80
83
  }
81
84
  }
82
85
  cossacks_ability_raiding_parties = {
@@ -95,11 +98,11 @@ cossacks_mechanic = {
95
98
  ai_chance = {
96
99
  factor = 1
97
100
  modifier = {
98
- factor = 20
101
+ factor = 10
99
102
  is_at_war = yes
100
103
  }
101
104
  modifier = {
102
- factor = 100
105
+ factor = 10
103
106
  is_in_important_war = yes
104
107
  }
105
108
  }
@@ -120,27 +123,18 @@ cossacks_mechanic = {
120
123
  create_unit_forcelimit_percentage = {
121
124
  type = infantry
122
125
  special_unit_category = cossacks
123
- force_limit_percentage = 0.2
126
+ force_limit_percentage = 0.15
127
+ }
128
+ create_unit_forcelimit_percentage = {
129
+ type = cavalry
130
+ special_unit_category = cossacks
131
+ force_limit_percentage = 0.5
124
132
  }
125
133
  add_war_exhaustion = -2
126
134
  }
127
135
  cooldown_years = 0
128
136
  ai_chance = {
129
137
  factor = 1
130
- modifier = {
131
- factor = 100
132
- needs_regiment_type = cossacks
133
- }
134
- modifier = {
135
- factor = 100
136
- is_at_war = yes
137
- NOT = { army_size_percentage = 0.8 }
138
- }
139
- modifier = {
140
- factor = 100
141
- is_in_important_war = yes
142
- NOT = { army_size_percentage = 1 }
143
- }
144
138
  modifier = {
145
139
  factor = 0
146
140
  is_at_war = no
@@ -153,6 +147,20 @@ cossacks_mechanic = {
153
147
  factor = 0
154
148
  is_bankrupt = yes
155
149
  }
150
+ modifier = {
151
+ factor = 10
152
+ needs_regiment_type = cossacks
153
+ }
154
+ modifier = {
155
+ factor = 10
156
+ is_at_war = yes
157
+ NOT = { army_size_percentage = 0.8 }
158
+ }
159
+ modifier = {
160
+ factor = 10
161
+ is_in_important_war = yes
162
+ NOT = { army_size_percentage = 1 }
163
+ }
156
164
  }
157
165
  }
158
166
  }
common/government_mechanics/01_feudal_theocracy.txt CHANGED
@@ -25,23 +25,6 @@ feudal_theocracy_mechanic = {
25
25
  factor = 0
26
26
  is_at_war = yes
27
27
  }
28
- modifier = {
29
- factor = 20
30
- treasury = 95
31
- }
32
- modifier = {
33
- factor = 50
34
- treasury = 300
35
- }
36
- modifier = {
37
- factor = 50
38
- NOT = {
39
- has_global_modifier_value = {
40
- which = build_cost
41
- value = -0.1
42
- }
43
- }
44
- }
45
28
  modifier = {
46
29
  factor = 0
47
30
  NOT = {
@@ -59,6 +42,23 @@ feudal_theocracy_mechanic = {
59
42
  NOT = { adm_power_cost = 650 }
60
43
  NOT = { monthly_adm = 10 }
61
44
  }
45
+ modifier = {
46
+ factor = 2
47
+ treasury = 95
48
+ }
49
+ modifier = {
50
+ factor = 5
51
+ treasury = 300
52
+ }
53
+ modifier = {
54
+ factor = 5
55
+ NOT = {
56
+ has_global_modifier_value = {
57
+ which = build_cost
58
+ value = -0.1
59
+ }
60
+ }
61
+ }
62
62
  }
63
63
  }
64
64
  invite_minorities = {
@@ -157,22 +157,22 @@ feudal_theocracy_mechanic = {
157
157
  }
158
158
  cooldown_years = 0
159
159
  ai_chance = {
160
- factor = 100
161
- modifier = {
162
- factor = 0.1
163
- is_at_war = yes
164
- }
165
- modifier = {
166
- factor = 0.1
167
- any_neighbor_country = {
168
- tech_difference = 2
169
- }
170
- }
160
+ factor = 10
171
161
  modifier = {
172
162
  factor = 0
173
163
  NOT = { mil_power_cost = 650 }
174
164
  NOT = { monthly_mil = 10 }
175
165
  }
166
+ modifier = {
167
+ factor = 0.1
168
+ is_at_war = yes
169
+ }
170
+ modifier = {
171
+ factor = 0.1
172
+ any_neighbor_country = {
173
+ tech_difference = 2
174
+ }
175
+ }
176
176
  }
177
177
  }
178
178
  }
common/government_mechanics/02_iqta.txt CHANGED
@@ -77,28 +77,7 @@ iqta_mechanic = {
77
77
  cooldown_token = iqta_mechanic
78
78
  cooldown_desc = AN_IQTA_TAXATION_POLICY
79
79
  ai_chance = {
80
- factor = 20
81
- modifier = {
82
- factor = 20
83
- not = { manpower_percentage = 0.3 }
84
- }
85
- modifier = {
86
- factor = 20
87
- not = { manpower_percentage = 0.2 }
88
- }
89
- modifier = {
90
- factor = 20
91
- not = { manpower_percentage = 0.1 }
92
- }
93
- modifier = {
94
- factor = 100
95
- is_in_important_war = yes
96
- }
97
- modifier = {
98
- factor = 30
99
- is_at_war = yes
100
- is_in_deficit = no
101
- }
80
+ factor = 2
102
81
  modifier = {
103
82
  factor = 0
104
83
  is_at_war = no
@@ -111,6 +90,27 @@ iqta_mechanic = {
111
90
  manpower_percentage = 0.9
112
91
  }
113
92
  }
93
+ modifier = {
94
+ factor = 1.5
95
+ not = { manpower_percentage = 0.3 }
96
+ }
97
+ modifier = {
98
+ factor = 1.5
99
+ not = { manpower_percentage = 0.2 }
100
+ }
101
+ modifier = {
102
+ factor = 1.5
103
+ not = { manpower_percentage = 0.1 }
104
+ }
105
+ modifier = {
106
+ factor = 10
107
+ is_in_important_war = yes
108
+ }
109
+ modifier = {
110
+ factor = 3
111
+ is_at_war = yes
112
+ is_in_deficit = no
113
+ }
114
114
  }
115
115
  }
116
116
  lenient_taxation = {
@@ -127,7 +127,7 @@ iqta_mechanic = {
127
127
  cooldown_token = iqta_mechanic
128
128
  cooldown_desc = AN_IQTA_TAXATION_POLICY
129
129
  ai_chance = {
130
- factor = 10
130
+ factor = 5
131
131
  modifier = {
132
132
  factor = 0
133
133
  NOT = {
@@ -137,19 +137,19 @@ iqta_mechanic = {
137
137
  }
138
138
  }
139
139
  modifier = {
140
- factor = 20
140
+ factor = 2
141
141
  any_subject_country = {
142
142
  liberty_desire = 45
143
143
  }
144
144
  }
145
145
  modifier = {
146
- factor = 50
146
+ factor = 5
147
147
  any_subject_country = {
148
148
  liberty_desire = 50
149
149
  }
150
150
  }
151
151
  modifier = {
152
- factor = 100
152
+ factor = 10
153
153
  any_subject_country = {
154
154
  liberty_desire = 60
155
155
  }
common/government_mechanics/03_mamluk.txt CHANGED
@@ -41,7 +41,7 @@ mamluk_mechanic = {
41
41
  }
42
42
  cooldown_years = 1
43
43
  ai_chance = {
44
- factor = 100 #Never a reason to say no to this either
44
+ factor = 5 #Never a reason to say no to this either
45
45
  }
46
46
  }
47
47
  sell_off_culture_slaves = {
@@ -72,21 +72,21 @@ mamluk_mechanic = {
72
72
  }
73
73
  cooldown_years = 1
74
74
  ai_chance = {
75
- factor = 100 #There is never a reason to say no to money
75
+ factor = 2 #There is never a reason to say no to money
76
76
  modifier = {
77
- factor = 20
77
+ factor = 2
78
78
  num_of_loans = 1
79
79
  }
80
80
  modifier = {
81
- factor = 20
81
+ factor = 2
82
82
  num_of_loans = 3
83
83
  }
84
84
  modifier = {
85
- factor = 20
85
+ factor = 2
86
86
  num_of_loans = 5
87
87
  }
88
88
  modifier = {
89
- factor = 20
89
+ factor = 2
90
90
  num_of_loans = 7
91
91
  }
92
92
  }
@@ -119,17 +119,17 @@ mamluk_mechanic = {
119
119
  }
120
120
  cooldown_years = 1
121
121
  ai_chance = {
122
- factor = 100 #Say yes to manpower
122
+ factor = 2 #Say yes to manpower
123
123
  modifier = {
124
- factor = 20
124
+ factor = 2
125
125
  not = { manpower_percentage = 0.3 }
126
126
  }
127
127
  modifier = {
128
- factor = 20
128
+ factor = 2
129
129
  not = { manpower_percentage = 0.2 }
130
130
  }
131
131
  modifier = {
132
- factor = 20
132
+ factor = 2
133
133
  not = { manpower_percentage = 0.1 }
134
134
  }
135
135
  }
common/government_mechanics/04_russian.txt CHANGED
@@ -63,13 +63,13 @@ russian_mechanic = {
63
63
  }
64
64
  cooldown_years = 0
65
65
  ai_chance = {
66
- factor = 10
66
+ factor = 1
67
67
  modifier = {
68
- factor = 100
68
+ factor = 10
69
69
  average_autonomy_above_min = 20
70
70
  }
71
71
  modifier = {
72
- factor = 100
72
+ factor = 10
73
73
  average_autonomy_above_min = 10
74
74
  has_government_power = {
75
75
  mechanic_type = russian_mechanic
@@ -102,13 +102,13 @@ russian_mechanic = {
102
102
  }
103
103
  cooldown_years = 0
104
104
  ai_chance = {
105
- factor = 10
105
+ factor = 1
106
106
  modifier = {
107
- factor = 100
107
+ factor = 10
108
108
  rebel_progress_at_least = { value = 80 }
109
109
  }
110
110
  modifier = {
111
- factor = 100
111
+ factor = 10
112
112
  rebel_progress_at_least = { value = 30 }
113
113
  has_government_power = {
114
114
  mechanic_type = russian_mechanic
@@ -165,13 +165,13 @@ russian_mechanic = {
165
165
  }
166
166
  cooldown_years = 0
167
167
  ai_chance = {
168
- factor = 10
168
+ factor = 1
169
169
  modifier = {
170
- factor = 100
170
+ factor = 10
171
171
  is_in_important_war = yes
172
172
  }
173
173
  modifier = {
174
- factor = 100
174
+ factor = 10
175
175
  is_at_war = yes
176
176
  }
177
177
  }
common/government_mechanics/05_tribal_federation.txt CHANGED
@@ -10,7 +10,8 @@ tribal_federation_mechanic = {
10
10
  max = 100
11
11
  reset_on_new_ruler = no
12
12
  base_monthly_growth = 0
13
- development_scaled_monthly_growth = -0.25
13
+ development_scaled_capped_monthly_growth = -0.25
14
+ development_scale_cap = 1
14
15
 
15
16
  scaled_modifier = {
16
17
  modifier = {
@@ -35,9 +36,13 @@ tribal_federation_mechanic = {
35
36
  }
36
37
  cooldown_years = 0
37
38
  ai_chance = {
38
- factor = 10
39
+ factor = 1
39
40
  modifier = {
40
- factor = 100
41
+ factor = 0
42
+ is_at_war = no
43
+ }
44
+ modifier = {
45
+ factor = 10
41
46
  is_in_important_war = yes
42
47
  has_government_power = {
43
48
  mechanic_type = tribal_federation_mechanic
@@ -46,7 +51,7 @@ tribal_federation_mechanic = {
46
51
  }
47
52
  }
48
53
  modifier = {
49
- factor = 20
54
+ factor = 2
50
55
  not = {
51
56
  has_leaders = {
52
57
  value = 1
@@ -57,7 +62,7 @@ tribal_federation_mechanic = {
57
62
  }
58
63
  }
59
64
  modifier = {
60
- factor = 20
65
+ factor = 2
61
66
  not = {
62
67
  has_leaders = {
63
68
  value = 2
@@ -68,7 +73,7 @@ tribal_federation_mechanic = {
68
73
  }
69
74
  }
70
75
  modifier = {
71
- factor = 20
76
+ factor = 2
72
77
  not = {
73
78
  has_leader_with = {
74
79
  general = yes
@@ -83,10 +88,6 @@ tribal_federation_mechanic = {
83
88
  total_pips = 11
84
89
  }
85
90
  }
86
- modifier = {
87
- factor = 0
88
- is_at_war = no
89
- }
90
91
  }
91
92
  }
92
93
 
@@ -104,24 +105,11 @@ tribal_federation_mechanic = {
104
105
  }
105
106
  cooldown_years = 10
106
107
  ai_chance = {
107
- factor = 100
108
- modifier = {
109
- factor = 100
110
- is_in_important_war = yes
111
- has_government_power = {
112
- mechanic_type = tribal_federation_mechanic
113
- power_type = tribal_allegiance
114
- value = 95
115
- }
116
- }
108
+ factor = 1
117
109
  modifier = {
118
110
  factor = 0
119
111
  not = { cavalry_fraction = 0.1 }
120
112
  }
121
- modifier = {
122
- factor = 0.1
123
- not = { cavalry_fraction = 0.2 }
124
- }
125
113
  modifier = {
126
114
  factor = 0
127
115
  is_at_war = no
@@ -130,6 +118,19 @@ tribal_federation_mechanic = {
130
118
  factor = 0
131
119
  NOT = { manpower_percentage = 0.8 }
132
120
  }
121
+ modifier = {
122
+ factor = 10
123
+ is_in_important_war = yes
124
+ has_government_power = {
125
+ mechanic_type = tribal_federation_mechanic
126
+ power_type = tribal_allegiance
127
+ value = 95
128
+ }
129
+ }
130
+ modifier = {
131
+ factor = 0.1
132
+ not = { cavalry_fraction = 0.2 }
133
+ }
133
134
  }
134
135
  }
135
136
 
common/government_mechanics/06_devshirme.txt CHANGED
@@ -45,14 +45,6 @@ devshirme_mechanic = {
45
45
  cooldown_years = 20
46
46
  ai_chance = {
47
47
  factor = 1
48
- modifier = {
49
- factor = 100
50
- overextension_percentage = 0.01
51
- }
52
- modifier = {
53
- factor = 20
54
- personality = ai_militarist
55
- }
56
48
  modifier = {
57
49
  factor = 0
58
50
  is_at_war = no
@@ -65,7 +57,15 @@ devshirme_mechanic = {
65
57
  }
66
58
  }
67
59
  modifier = {
68
- factor = 15
60
+ factor = 10
61
+ overextension_percentage = 0.01
62
+ }
63
+ modifier = {
64
+ factor = 2
65
+ personality = ai_militarist
66
+ }
67
+ modifier = {
68
+ factor = 1.5
69
69
  is_at_war = no
70
70
  NOT = { overextension_percentage = 0.01 }
71
71
  any_owned_province = {
@@ -118,27 +118,27 @@ devshirme_mechanic = {
118
118
  }
119
119
  cooldown_years = 20
120
120
  ai_chance = {
121
- factor = 100
121
+ factor = 5
122
122
  modifier = {
123
- factor = 20
123
+ factor = 0
124
+ is_at_war = no
125
+ }
126
+ modifier = {
127
+ factor = 2
124
128
  not = { manpower_percentage = 0.3 }
125
129
  }
126
130
  modifier = {
127
- factor = 20
131
+ factor = 2
128
132
  not = { manpower_percentage = 0.2 }
129
133
  }
130
134
  modifier = {
131
- factor = 20
135
+ factor = 2
132
136
  not = { manpower_percentage = 0.1 }
133
137
  }
134
138
  modifier = {
135
- factor = 100
139
+ factor = 10
136
140
  is_in_important_war = yes
137
141
  }
138
- modifier = {
139
- factor = 0
140
- is_at_war = no
141
- }
142
142
  }
143
143
  }
144
144
  }
common/government_mechanics/08_perfectionism.txt CHANGED
@@ -27,21 +27,21 @@ perfectionism_mechanic = {
27
27
  cooldown_token = perfectionism_mechanic
28
28
  cooldown_desc = PERFECTIONISM_POLICY
29
29
  ai_chance = {
30
- factor = 20
30
+ factor = 10
31
+ modifier = {
32
+ factor = 0
33
+ NOT = { tag = KOR }
34
+ NOT = { personality = ai_militarist }
35
+ }
36
+ modifier = {
37
+ factor = 0
38
+ NOT = { tag = KOR }
39
+ is_at_war = yes
40
+ }
31
41
  modifier = {
32
42
  factor = 1000 #kinda hardcoded because Korea is expected to be isolationist
33
43
  tag = KOR
34
44
  }
35
- modifier = {
36
- factor = 0
37
- NOT = { tag = KOR }
38
- NOT = { personality = ai_militarist }
39
- }
40
- modifier = {
41
- factor = 0
42
- NOT = { tag = KOR }
43
- is_at_war = yes
44
- }
45
45
  }
46
46
  }
47
47
  outward_focus = {
@@ -65,7 +65,7 @@ perfectionism_mechanic = {
65
65
  cooldown_token = perfectionism_mechanic
66
66
  cooldown_desc = PERFECTIONISM_POLICY
67
67
  ai_chance = {
68
- factor = 20
68
+ factor = 10
69
69
  modifier = {
70
70
  factor = 0
71
71
  personality = ai_militarist
common/government_mechanics/09_russian_modernization.txt CHANGED
@@ -119,12 +119,8 @@ russian_rule_mechanic = {
119
119
  ai_chance = {
120
120
  factor = 1
121
121
  modifier = {
122
- factor = 100
123
- OR = {
124
- has_any_active_estate_agenda = yes
125
- has_active_debate = yes
126
- }
127
- NOT = { personality = ai_militarist }
122
+ factor = 0
123
+ overextension_percentage = 0.01
128
124
  }
129
125
  modifier = {
130
126
  factor = 0
@@ -133,14 +129,18 @@ russian_rule_mechanic = {
133
129
  NOT = { average_autonomy_above_min = 20 }
134
130
  personality = ai_militarist #CCR from the passive buff > autonomy reduction
135
131
  }
132
+ modifier = {
133
+ factor = 100
134
+ OR = {
135
+ has_any_active_estate_agenda = yes
136
+ has_active_debate = yes
137
+ }
138
+ NOT = { personality = ai_militarist }
139
+ }
136
140
  modifier = {
137
141
  factor = 10
138
142
  average_autonomy_above_min = 20
139
143
  }
140
- modifier = {
141
- factor = 0
142
- overextension_percentage = 0.01
143
- }
144
144
  }
145
145
  }
146
146
  enforce_cultural_revolution = {
@@ -173,19 +173,22 @@ russian_rule_mechanic = {
173
173
  }
174
174
  cooldown_years = 0
175
175
  ai_chance = {
176
- factor = 0
176
+ factor = 10
177
177
  modifier = {
178
- factor = 100
179
- has_government_power = {
180
- mechanic_type = russian_rule_mechanic
181
- power_type = russian_diplomatic_rule
182
- value = 50
183
- }
184
- OR = {
185
- rebel_progress_at_least = { value = 30 }
186
- NOT = { has_country_modifier = cultural_revolution }
178
+ factor = 0
179
+ not = {
180
+ has_government_power = {
181
+ mechanic_type = russian_rule_mechanic
182
+ power_type = russian_diplomatic_rule
183
+ value = 50
184
+ }
187
185
  }
188
186
  }
187
+ modifier = {
188
+ factor = 0
189
+ not = { rebel_progress_at_least = { value = 30 } }
190
+ has_country_modifier = cultural_revolution
191
+ }
189
192
  }
190
193
  }
191
194
  mobilize_new_order_regiments = {
@@ -233,9 +236,9 @@ russian_rule_mechanic = {
233
236
  }
234
237
  cooldown_years = 0
235
238
  ai_chance = {
236
- factor = 10
239
+ factor = 1
237
240
  modifier = {
238
- factor = 100
241
+ factor = 10
239
242
  is_at_war = yes
240
243
  OR = {
241
244
  war_exhaustion = 3
@@ -243,11 +246,11 @@ russian_rule_mechanic = {
243
246
  }
244
247
  }
245
248
  modifier = {
246
- factor = 100
249
+ factor = 10
247
250
  is_in_important_war = yes
248
251
  }
249
252
  modifier = {
250
- factor = 100
253
+ factor = 10
251
254
  is_at_war = yes
252
255
  }
253
256
  }
common/government_mechanics/10_hessian_militarization.txt CHANGED
@@ -51,7 +51,7 @@ hessian_militarization_mechanic = {
51
51
  }
52
52
  }
53
53
  ai_chance = {
54
- factor = 100
54
+ factor = 10
55
55
  modifier = {
56
56
  factor = 0
57
57
  is_at_war = no
common/government_mechanics/12_militarization.txt CHANGED
@@ -46,16 +46,24 @@ militarization_mechanic = {
46
46
  cooldown_years = 0
47
47
  ai_chance = {
48
48
  factor = 10
49
+ modifier = {
50
+ factor = 0
51
+ has_government_power = {
52
+ mechanic_type = militarization_mechanic
53
+ power_type = militarized_society
54
+ value = 90
55
+ }
56
+ }
57
+ modifier = {
58
+ factor = 0
59
+ neighbors_tech_discount = 0.05
60
+ }
61
+ modifier = {
62
+ factor = 0
63
+ not = { mil_power_cost = 500 }
64
+ }
49
65
  modifier = {
50
66
  factor = 10
51
- not = {
52
- has_government_power = {
53
- mechanic_type = militarization_mechanic
54
- power_type = militarized_society
55
- value = 90
56
- }
57
- }
58
- mil_power_cost = 500
59
67
  is_at_war = yes
60
68
  }
61
69
  }
common/government_mechanics/13_system_of_councils.txt CHANGED
@@ -22,6 +22,9 @@ system_of_councils_mechanic = {
22
22
  icon = GFX_system_of_councils_adm_button
23
23
  cost_type = council_consensus
24
24
  cost = 50
25
+ trigger = {
26
+ NOT = { has_country_modifier = royal_council_meeting_mod }
27
+ }
25
28
  effect = {
26
29
  add_country_modifier = {
27
30
  name = royal_council_meeting_mod
@@ -40,6 +43,9 @@ system_of_councils_mechanic = {
40
43
  icon = GFX_system_of_councils_dip_button
41
44
  cost_type = council_consensus
42
45
  cost = 50
46
+ trigger = {
47
+ NOT = { has_country_modifier = state_council_meeting_mod }
48
+ }
43
49
  effect = {
44
50
  add_country_modifier = {
45
51
  name = state_council_meeting_mod
@@ -58,6 +64,9 @@ system_of_councils_mechanic = {
58
64
  icon = GFX_system_of_councils_mil_button
59
65
  cost_type = council_consensus
60
66
  cost = 50
67
+ trigger = {
68
+ NOT = { has_country_modifier = war_council_meeting_mod }
69
+ }
61
70
  effect = {
62
71
  add_country_modifier = {
63
72
  name = war_council_meeting_mod
common/government_mechanics/16_prussian_militarization.txt CHANGED
@@ -3,7 +3,12 @@ prussian_militarization_mechanic_1 = {
3
3
  alert_icon_index = 10
4
4
  available = {
5
5
  has_dlc = "Domination"
6
- tag = PRU
6
+ OR = {
7
+ tag = PRU
8
+ tag = GER
9
+ has_reform = prussian_monarchy
10
+ has_country_flag = access_to_prussian_militarization_flag #For the modders
11
+ }
7
12
  NOT = { has_country_flag = enable_second_mil_level_flag }
8
13
  NOT = { has_country_flag = enable_third_mil_level_flag }
9
14
  }
@@ -47,17 +52,22 @@ prussian_militarization_mechanic_1 = {
47
52
  }
48
53
  cooldown_years = 0
49
54
  ai_chance = {
50
- factor = 0
55
+ factor = 10
51
56
  modifier = {
52
- factor = 10
53
- not = {
54
- has_government_power = {
55
- mechanic_type = prussian_militarization_mechanic_1
56
- power_type = prussian_militarized_society_1
57
- value = 90
58
- }
57
+ factor = 0
58
+ has_government_power = {
59
+ mechanic_type = prussian_militarization_mechanic_1
60
+ power_type = prussian_militarized_society_1
61
+ value = 90
59
62
  }
60
- mil_power = 500
63
+ }
64
+ modifier = {
65
+ factor = 0
66
+ not = { mil_power = 600 }
67
+ }
68
+ modifier = {
69
+ factor = 0
70
+ not = { mil = 4 }
61
71
  }
62
72
  }
63
73
  }
@@ -69,7 +79,12 @@ prussian_militarization_mechanic_2 = {
69
79
  alert_icon_index = 10
70
80
  available = {
71
81
  has_dlc = "Domination"
72
- tag = PRU
82
+ OR = {
83
+ tag = PRU
84
+ tag = GER
85
+ has_reform = prussian_monarchy
86
+ has_country_flag = access_to_prussian_militarization_flag #For the modders
87
+ }
73
88
  has_country_flag = enable_second_mil_level_flag
74
89
  }
75
90
 
@@ -114,17 +129,22 @@ prussian_militarization_mechanic_2 = {
114
129
  }
115
130
  cooldown_years = 0
116
131
  ai_chance = {
117
- factor = 0
132
+ factor = 10
118
133
  modifier = {
119
- factor = 10
120
- not = {
121
- has_government_power = {
122
- mechanic_type = prussian_militarization_mechanic_2
123
- power_type = prussian_militarized_society_2
124
- value = 90
125
- }
134
+ factor = 0
135
+ has_government_power = {
136
+ mechanic_type = prussian_militarization_mechanic_2
137
+ power_type = prussian_militarized_society_2
138
+ value = 90
126
139
  }
127
- mil_power = 500
140
+ }
141
+ modifier = {
142
+ factor = 0
143
+ not = { mil_power = 600 }
144
+ }
145
+ modifier = {
146
+ factor = 0
147
+ not = { mil = 4 }
128
148
  }
129
149
  }
130
150
  }
@@ -136,7 +156,12 @@ prussian_militarization_mechanic_3 = {
136
156
  alert_icon_index = 10
137
157
  available = {
138
158
  has_dlc = "Domination"
139
- tag = PRU
159
+ OR = {
160
+ tag = PRU
161
+ tag = GER
162
+ has_reform = prussian_monarchy
163
+ has_country_flag = access_to_prussian_militarization_flag #For the modders
164
+ }
140
165
  has_country_flag = enable_third_mil_level_flag
141
166
  }
142
167
 
@@ -182,17 +207,18 @@ prussian_militarization_mechanic_3 = {
182
207
  }
183
208
  cooldown_years = 5
184
209
  ai_chance = {
185
- factor = 0
210
+ factor = 10
186
211
  modifier = {
187
- factor = 10
188
- not = {
189
- has_government_power = {
190
- mechanic_type = prussian_militarization_mechanic_3
191
- power_type = prussian_militarized_society_3
192
- value = 90
193
- }
212
+ factor = 0
213
+ has_government_power = {
214
+ mechanic_type = prussian_militarization_mechanic_3
215
+ power_type = prussian_militarized_society_3
216
+ value = 90
194
217
  }
195
- mil_power = 500
218
+ }
219
+ modifier = {
220
+ factor = 0
221
+ not = { mil_power = 500 }
196
222
  }
197
223
  }
198
224
  }
@@ -257,20 +283,25 @@ prussian_militarization_mechanic_3 = {
257
283
  add_mil_power = -50
258
284
  }
259
285
  cooldown_years = 0
260
- # ai_chance = {
261
- # factor = 0
262
- # modifier = {
263
- # factor = 10
264
- # not = {
265
- # has_government_power = {
266
- # mechanic_type = militarization_mechanic
267
- # power_type = militarized_society
268
- # value = 90
269
- # }
270
- # }
271
- # mil_power = 500
272
- # }
273
- # }
286
+ ai_chance = {
287
+ factor = 10
288
+ modifier = {
289
+ factor = 0
290
+ has_government_power = {
291
+ mechanic_type = prussian_militarization_mechanic_3
292
+ power_type = prussian_militarized_society_3
293
+ value = 90
294
+ }
295
+ }
296
+ modifier = {
297
+ factor = 0
298
+ not = { mil_power = 600 }
299
+ }
300
+ modifier = {
301
+ factor = 0
302
+ not = { mil = 4 }
303
+ }
304
+ }
274
305
  }
275
306
  }
276
307
  }
common/government_mechanics/17_shogunate.txt CHANGED
@@ -38,9 +38,9 @@ shogunate_mechanic = {
38
38
  }
39
39
  cooldown_years = 10
40
40
  ai_chance = {
41
- factor = 0
41
+ factor = 5
42
42
  modifier = {
43
- factor = 50
43
+ factor = 2
44
44
  num_subjects_of_type_with_liberty_desire = {
45
45
  type = daimyo_vassal
46
46
  liberty_desire = 50
@@ -49,7 +49,7 @@ shogunate_mechanic = {
49
49
  legitimacy = 99
50
50
  }
51
51
  modifier = {
52
- factor = 25
52
+ factor = 1.5
53
53
  num_subjects_of_type_with_liberty_desire = {
54
54
  type = daimyo_vassal
55
55
  liberty_desire = 50
@@ -58,7 +58,7 @@ shogunate_mechanic = {
58
58
  legitimacy = 99
59
59
  }
60
60
  modifier = {
61
- factor = 25
61
+ factor = 1.5
62
62
  num_subjects_of_type_with_liberty_desire = {
63
63
  type = daimyo_vassal
64
64
  liberty_desire = 50
@@ -67,7 +67,7 @@ shogunate_mechanic = {
67
67
  legitimacy = 99
68
68
  }
69
69
  modifier = {
70
- factor = 25
70
+ factor = 1.5
71
71
  num_subjects_of_type_with_liberty_desire = {
72
72
  type = daimyo_vassal
73
73
  liberty_desire = 50
@@ -109,41 +109,38 @@ shogunate_mechanic = {
109
109
  }
110
110
  cooldown_years = 10
111
111
  ai_chance = {
112
- factor = 0
112
+ factor = 6
113
113
  modifier = {
114
- factor = 28
114
+ factor = 0
115
+ not = { legitimacy = 99 }
116
+ }
117
+ modifier = {
118
+ factor = 1.5
115
119
  not = { diplomatic_reputation = 0 }
116
- legitimacy = 99
117
120
  }
118
121
  modifier = {
119
- factor = 8
122
+ factor = 1.2
120
123
  not = { diplomatic_reputation = -0.5 }
121
- legitimacy = 99
122
124
  }
123
125
  modifier = {
124
- factor = 9
126
+ factor = 1.2
125
127
  not = { diplomatic_reputation = -1 }
126
- legitimacy = 99
127
128
  }
128
129
  modifier = {
129
- factor = 10
130
+ factor = 1.2
130
131
  not = { diplomatic_reputation = -1.5 }
131
- legitimacy = 99
132
132
  }
133
133
  modifier = {
134
- factor = 11
134
+ factor = 1.2
135
135
  not = { diplomatic_reputation = -2 }
136
- legitimacy = 99
137
136
  }
138
137
  modifier = {
139
- factor = 12
138
+ factor = 1.2
140
139
  not = { diplomatic_reputation = -2.5 }
141
- legitimacy = 99
142
140
  }
143
141
  modifier = {
144
- factor = 13
142
+ factor = 1.2
145
143
  not = { diplomatic_reputation = -3 }
146
- legitimacy = 99
147
144
  }
148
145
  }
149
146
  }
@@ -183,36 +180,34 @@ shogunate_mechanic = {
183
180
  }
184
181
  cooldown_years = 10
185
182
  ai_chance = {
186
- factor = 0
183
+ factor = 6
187
184
  modifier = {
188
- factor = 30
185
+ factor = 0
186
+ not = { legitimacy = 99 }
187
+ }
188
+ modifier = {
189
+ factor = 1.5
189
190
  not = { manpower_percentage = 0.6 }
190
- legitimacy = 99
191
191
  }
192
192
  modifier = {
193
- factor = 7.5
193
+ factor = 1.2
194
194
  not = { manpower_percentage = 0.5 }
195
- legitimacy = 99
196
195
  }
197
196
  modifier = {
198
- factor = 7.5
197
+ factor = 1.2
199
198
  not = { manpower_percentage = 0.4 }
200
- legitimacy = 99
201
199
  }
202
200
  modifier = {
203
- factor = 7.5
201
+ factor = 1.2
204
202
  not = { manpower_percentage = 0.3 }
205
- legitimacy = 99
206
203
  }
207
204
  modifier = {
208
- factor = 7.5
205
+ factor = 1.2
209
206
  not = { manpower_percentage = 0.2 }
210
- legitimacy = 99
211
207
  }
212
208
  modifier = {
213
- factor = 7.5
209
+ factor = 1.2
214
210
  not = { manpower_percentage = 0.1 }
215
- legitimacy = 99
216
211
  }
217
212
  }
218
213
  }
common/government_mechanics/18_parliament_vs_monarchy.txt CHANGED
@@ -22,6 +22,8 @@ parliament_vs_monarchy_mechanic = {
22
22
  global_autonomy = -0.2
23
23
  global_unrest = 4
24
24
  }
25
+ start_value = 0
26
+ end_value = 100
25
27
  }
26
28
  reverse_scaled_modifier = {
27
29
  trigger = {
@@ -39,6 +41,8 @@ parliament_vs_monarchy_mechanic = {
39
41
  yearly_absolutism = -1
40
42
  global_unrest = 4
41
43
  }
44
+ start_value = -100
45
+ end_value = 0
42
46
  }
43
47
  on_max_reached = {
44
48
  custom_tooltip = parliament_vs_monarchy_mechanic_at
common/government_mechanics/readme.txt CHANGED
@@ -13,8 +13,26 @@
13
13
  # base_monthly_growth = <float> #Defines the base amount of progress growing. At default, it is 0.
14
14
  # development_scaled_monthly_growth = <float> #defines the amount of monthly growth you get from development scaled by Development/COUNTRY_DEVELOPMENT_SCALE (i.e. was in country_development)
15
15
  # monarch_power = <adm/mil/dip> #specify if the power also gains from the ruler's skill value. Don't specify if you don't want this feature
16
- # scaled_modifier = <conditional modifier> #optional country modifier that scales with the percentage of power. You can have n of them in the power.
17
- # reverse_scaled_modifier = <conditional modifier> #optional country modifier that scales with ( 1 - percentage of power ). You can have n of them in the power.
16
+ # scaled_modifier = { #optional country modifier that scales with the percentage of power. You can have n of them in the power.
17
+ # trigger = <trigger>
18
+ # modifier = <modifier>
19
+ # start_value = <int> #Optional, default is 0. Determines from which value modifier should start applying. I.e. if set to 5, it will scale to 0% for anything below 5. If set to a value higher than end_value it will work like a reverse_scaled_modifier
20
+ # end_value = <int> #Optional, default is 100. Determines to which value modifier should still be applying/scaling. I.e. if set to 90, it will scale to 100% for anything above 90. If set to a value lower than start_value it will work like a reverse_scaled_modifier
21
+ # extend_beyond_value = <yes/no> #Optional, default is 'yes'. Determines if a modifier should still be applying outside of the start_value - end_value range. In other words if set to 'no', if the modifier goes 'outside' 100% (it's capped at 100% still), it will set it to 0%. This way you can create independent value ranges.
22
+ # }
23
+ # reverse_scaled_modifier = { #optional country modifier that scales with ( 1 - percentage of power ). You can have n of them in the power.
24
+ # trigger = <trigger>
25
+ # modifier = <modifier>
26
+ # start_value = <int> #Optional, default is 0.
27
+ # end_value = <int> #Optional, default is 100.
28
+ # extend_beyond_value = <yes/no> #Optional, default is 'yes'.
29
+ # }
30
+ # range_modifier = { #optional country modifier that doesn't scale but is applied fully when in range.
31
+ # trigger = <trigger>
32
+ # modifier = <modifier>
33
+ # start_value = <int> #Optional, default is 0. Must be lower or equal to end_value
34
+ # end_value = <int> #Optional, default is 100. Must be bigger or equal to start_value
35
+ # }
18
36
  # on_max_reached = <effect> #effect when you get to full power
19
37
  # on_min_reached = <effect> #effect when you get to the least available power
20
38
  # is_good = <yes/no> #is this power....desirable?
common/government_names/01_government_names.txt CHANGED
@@ -1720,9 +1720,13 @@ sisters_crusader_state = {
1720
1720
  }
1721
1721
 
1722
1722
  trigger = {
1723
- religion = catholic
1724
- has_reform = holy_state_reform
1725
- has_country_modifier = sisters_takeover
1723
+ OR = {
1724
+ AND = {
1725
+ has_reform = holy_state_reform
1726
+ has_country_modifier = sisters_takeover
1727
+ }
1728
+ has_reform = sisterhood_of_jeanne_darc_reform
1729
+ }
1726
1730
  }
1727
1731
  }
1728
1732
 
common/government_reforms/01_government_reforms_monarchies.txt CHANGED
@@ -796,6 +796,7 @@ english_monarchy = {
796
796
  have_had_reform = english_monarchy
797
797
  tag = ENG
798
798
  was_tag = ENG
799
+ tag = GBR
799
800
  }
800
801
  }
801
802
  lock_level_when_selected = yes
@@ -4327,6 +4328,7 @@ quash_noble_power_reform = {
4327
4328
  nobles_influence_modifier = -0.1
4328
4329
  maratha_exclusive_influence_modifier = -0.1
4329
4330
  rajput_exclusive_influence_modifier = -0.1
4331
+ #parliament_effect_duration = -2
4330
4332
  }
4331
4333
  ai = {
4332
4334
  factor = 1
@@ -4785,6 +4787,7 @@ separation_of_boyars_from_court_reform = {
4785
4787
  modifiers = {
4786
4788
  yearly_government_power = 1.25
4787
4789
  nobles_influence_modifier = -0.1
4790
+ global_tax_modifier = 0.05
4788
4791
  maratha_exclusive_influence_modifier = -0.1
4789
4792
  rajput_exclusive_influence_modifier = -0.1
4790
4793
  }
@@ -6391,6 +6394,7 @@ qng_grand_council_reform = {
6391
6394
  absolute_shogunate_reform = {
6392
6395
  icon = "absolute_shogunate_reform"
6393
6396
  allow_normal_conversion = no
6397
+ lock_level_when_selected = yes
6394
6398
  potential = {
6395
6399
  OR = {
6396
6400
  AND = {
@@ -6419,6 +6423,7 @@ absolute_shogunate_reform = {
6419
6423
  japanese_divine_empire = {
6420
6424
  icon = "japanese_divine_empire"
6421
6425
  allow_normal_conversion = no
6426
+ lock_level_when_selected = yes
6422
6427
  potential = {
6423
6428
  OR = {
6424
6429
  AND = {
@@ -6431,29 +6436,29 @@ japanese_divine_empire = {
6431
6436
  }
6432
6437
  NOT = { has_reform = absolute_shogunate_reform }
6433
6438
  }
6434
- trigger = {
6435
- if = {
6436
- limit = { has_estate = estate_nobles }
6437
- num_of_estate_privileges = {
6438
- estate = estate_nobles
6439
- value = 6
6440
- }
6441
- }
6442
- if = {
6443
- limit = { has_estate = estate_burghers }
6444
- num_of_estate_privileges = {
6445
- estate = estate_burghers
6446
- value = 6
6447
- }
6448
- }
6449
- if = {
6450
- limit = { has_estate = estate_church }
6451
- num_of_estate_privileges = {
6452
- estate = estate_church
6453
- value = 6
6454
- }
6455
- }
6456
- }
6439
+ #trigger = {
6440
+ # if = {
6441
+ # limit = { has_estate = estate_nobles }
6442
+ # num_of_estate_privileges = {
6443
+ # estate = estate_nobles
6444
+ # value = 6
6445
+ # }
6446
+ # }
6447
+ # if = {
6448
+ # limit = { has_estate = estate_burghers }
6449
+ # num_of_estate_privileges = {
6450
+ # estate = estate_burghers
6451
+ # value = 6
6452
+ # }
6453
+ # }
6454
+ # if = {
6455
+ # limit = { has_estate = estate_church }
6456
+ # num_of_estate_privileges = {
6457
+ # estate = estate_church
6458
+ # value = 6
6459
+ # }
6460
+ # }
6461
+ #}
6457
6462
  valid_for_nation_designer = yes
6458
6463
  nation_designer_cost = 100
6459
6464
  nation_designer_trigger = {
common/government_reforms/02_government_reforms_republics.txt CHANGED
@@ -1942,7 +1942,7 @@ cossacks_reform = {
1942
1942
  cavalry_cost = -0.2
1943
1943
  cav_to_inf_ratio = 0.25
1944
1944
  governing_capacity = 50
1945
- special_unit_forcelimit = 0.25
1945
+ allowed_cossack_fraction = 0.25
1946
1946
  }
1947
1947
 
1948
1948
  conditional = {
common/government_reforms/03_government_reforms_theocracies.txt CHANGED
@@ -874,7 +874,44 @@ bureaucratic_rule_reform = {
874
874
  reform_progress_growth = 0.15
875
875
  core_creation = -0.05
876
876
  yearly_harmony = 0.1
877
- harmonization_speed = -0.1
877
+ harmonization_speed = 0.1
878
+ }
879
+ }
880
+
881
+ # Sisterhood of Jeanne d'Arc
882
+ sisterhood_of_jeanne_darc_reform = {
883
+ allow_normal_conversion = no
884
+ icon = "sisterhood"
885
+ valid_for_nation_designer = yes
886
+ nation_designer_trigger = {
887
+ religion_group = christian
888
+ }
889
+ potential = {
890
+ OR = {
891
+ has_reform = sisterhood_of_jeanne_darc_reform
892
+ have_had_reform = sisterhood_of_jeanne_darc_reform
893
+ has_country_modifier = sisters_takeover
894
+ }
895
+ }
896
+ trigger = {
897
+ religion_group = christian
898
+ }
899
+ nation_designer_cost = 100
900
+ modifiers = {
901
+ cb_on_religious_enemies = yes
902
+ monarch_military_power = 1
903
+ may_recruit_female_generals = yes
904
+ female_advisor_chance = 1.0
905
+ fire_damage = 0.1
906
+ discipline = 0.05
907
+ }
908
+ rulers_can_be_generals = yes
909
+ heirs_can_be_generals = yes
910
+ custom_attributes = {
911
+ monastic_order = yes
912
+ }
913
+ ai = {
914
+ factor = 10
878
915
  }
879
916
  }
880
917
 
common/government_reforms/06_government_reforms_common.txt CHANGED
@@ -515,43 +515,6 @@ holy_state_reform = {
515
515
  }
516
516
  }
517
517
 
518
- # Sisterhood of Jeanne d'Arc
519
- sisterhood_of_jeanne_darc_reform = {
520
- allow_normal_conversion = no
521
- icon = "sisterhood"
522
- valid_for_nation_designer = yes
523
- nation_designer_trigger = {
524
- religion_group = christian
525
- }
526
- potential = {
527
- OR = {
528
- has_reform = sisterhood_of_jeanne_darc_reform
529
- have_had_reform = sisterhood_of_jeanne_darc_reform
530
- has_country_modifier = sisters_takeover
531
- }
532
- }
533
- trigger = {
534
- religion_group = christian
535
- }
536
- nation_designer_cost = 100
537
- modifiers = {
538
- cb_on_religious_enemies = yes
539
- monarch_military_power = 1
540
- may_recruit_female_generals = yes
541
- female_advisor_chance = 1.0
542
- fire_damage = 0.1
543
- discipline = 0.05
544
- }
545
- rulers_can_be_generals = yes
546
- heirs_can_be_generals = yes
547
- custom_attributes = {
548
- monastic_order = yes
549
- }
550
- ai = {
551
- factor = 10
552
- }
553
- }
554
-
555
518
  # State and Religion
556
519
  papal_embassy_reform = {
557
520
  icon = "pope"
@@ -2480,7 +2443,7 @@ rajput_military_leadership_reform = {
2480
2443
  rajput_loyalty_modifier = 0.1
2481
2444
  rajput_influence_modifier = 0.1
2482
2445
  rajput_privilege_slots = 1
2483
- special_unit_forcelimit = 0.1
2446
+ allowed_rajput_fraction = 0.1
2484
2447
  }
2485
2448
 
2486
2449
  ai = {
@@ -2527,6 +2490,7 @@ subutais_strategies_reform = {
2527
2490
  OR = {
2528
2491
  culture_group = altaic
2529
2492
  culture_group = tartar
2493
+ primary_culture = altaic_new
2530
2494
  }
2531
2495
  }
2532
2496
  trigger = {
@@ -2786,7 +2750,7 @@ ordennancas_reform = {
2786
2750
  }
2787
2751
  modifiers = {
2788
2752
  leader_land_shock = 1
2789
- army_tradition_decay = -0.0005
2753
+ army_tradition_decay = -0.005
2790
2754
  }
2791
2755
  custom_attributes = {
2792
2756
  can_raise_manpower_from_home_region = yes
common/governments/00_governments.txt CHANGED
@@ -108,7 +108,6 @@ monarchy = {
108
108
  courts_of_navarra
109
109
  league_of_lezhe_reform
110
110
  tibetan_dual_government_reform
111
- sisterhood_of_jeanne_darc_reform
112
111
  }
113
112
  }
114
113
  hereditary_vs_nobility = {
@@ -577,6 +576,7 @@ republic = {
577
576
  parliamentary_republic_reform
578
577
  absolute_shogunate_reform
579
578
  japanese_divine_empire
579
+ land_christian_sun_reform
580
580
  }
581
581
  }
582
582
  republican_virtues = {
@@ -1112,6 +1112,7 @@ theocracy = {
1112
1112
  absolute_shogunate_reform
1113
1113
  japanese_divine_empire
1114
1114
  sisterhood_of_jeanne_darc_reform
1115
+ land_christian_sun_reform
1115
1116
  }
1116
1117
  }
1117
1118
  internal_vs_external_mission = {
common/great_projects/01_monuments.txt CHANGED
@@ -9520,6 +9520,7 @@ potosi = {
9520
9520
  alliance_with = MNG
9521
9521
  overlord = { alliance_with = MNG }
9522
9522
  any_ally = { is_emperor_of_china = yes }
9523
+ is_subject_of = MNG
9523
9524
  }
9524
9525
  }
9525
9526
  MNG = {
@@ -9571,6 +9572,7 @@ potosi = {
9571
9572
  alliance_with = MNG
9572
9573
  overlord = { alliance_with = MNG }
9573
9574
  any_ally = { is_emperor_of_china = yes }
9575
+ is_subject_of = MNG
9574
9576
  }
9575
9577
  }
9576
9578
  MNG = {
@@ -9622,6 +9624,7 @@ potosi = {
9622
9624
  alliance_with = MNG
9623
9625
  overlord = { alliance_with = MNG }
9624
9626
  any_ally = { is_emperor_of_china = yes }
9627
+ is_subject_of = MNG
9625
9628
  }
9626
9629
  }
9627
9630
  MNG = {
@@ -10951,8 +10954,8 @@ brandenburg_gate = {
10951
10954
  country_modifiers = {
10952
10955
  monthly_militarized_society = 0.01
10953
10956
  monthly_prussian_militarized_society_1 = 0.01
10954
- monthly_prussian_militarized_society_2 = 0.02
10955
- monthly_prussian_militarized_society_3 = 0.03
10957
+ monthly_prussian_militarized_society_2 = 0.01
10958
+ monthly_prussian_militarized_society_3 = 0.01
10956
10959
  prestige_from_land = 0.5
10957
10960
  }
10958
10961
  on_upgraded = {
@@ -10974,9 +10977,9 @@ brandenburg_gate = {
10974
10977
  monthly_militarized_society = 0.02
10975
10978
  prestige_from_land = 1
10976
10979
  army_tradition_from_battle = 0.25
10977
- monthly_prussian_militarized_society_1 = 0.04
10978
- monthly_prussian_militarized_society_2 = 0.05
10979
- monthly_prussian_militarized_society_3 = 0.06
10980
+ monthly_prussian_militarized_society_1 = 0.02
10981
+ monthly_prussian_militarized_society_2 = 0.02
10982
+ monthly_prussian_militarized_society_3 = 0.02
10980
10983
  }
10981
10984
  on_upgraded = {
10982
10985
  }
@@ -10997,9 +11000,9 @@ brandenburg_gate = {
10997
11000
  monthly_militarized_society = 0.05
10998
11001
  prestige_from_land = 1.5
10999
11002
  army_tradition_from_battle = 0.5
11000
- monthly_prussian_militarized_society_1 = 0.07
11001
- monthly_prussian_militarized_society_2 = 0.08
11002
- monthly_prussian_militarized_society_3 = 0.09
11003
+ monthly_prussian_militarized_society_1 = 0.05
11004
+ monthly_prussian_militarized_society_2 = 0.05
11005
+ monthly_prussian_militarized_society_3 = 0.05
11003
11006
  }
11004
11007
  conditional_modifier = {
11005
11008
  trigger = { owner = { mission_completed = emp_brapru_the_balance_of_power } }
common/holy_orders/00_holy_orders.txt CHANGED
@@ -655,7 +655,7 @@ bektashi_order = {
655
655
  }
656
656
  modifier = {
657
657
  local_unrest = -1
658
- production_efficiency = 0.1
658
+ local_production_efficiency = 0.1
659
659
  }
660
660
  ai_priority = {
661
661
  factor = 1
common/ideas/00_country_ideas.txt CHANGED
@@ -16760,22 +16760,26 @@ MSA_ideas = {
16760
16760
 
16761
16761
  SIA_ideas = {
16762
16762
  start = {
16763
- diplomatic_reputation = 2
16764
- global_manpower_modifier = 0.25
16765
- }
16766
- bonus = {
16767
16763
  land_morale = 0.1
16764
+ global_manpower_modifier = 0.25
16765
+ }
16766
+ bonus = {
16767
+ discipline = 0.05
16768
16768
  }
16769
16769
  trigger = {
16770
16770
  tag = SIA
16771
16771
  }
16772
16772
  free = yes
16773
16773
  sia_royal_poets = {
16774
- monthly_splendor = 1
16774
+ prestige = 0.5
16775
+ adm_advisor_cost = -0.15
16776
+ }
16777
+ sia_advanced_elephant_warfare = {
16778
+ cavalry_power = 0.15
16779
+ cavalry_fire = 1
16775
16780
  }
16776
16781
  sia_experienced_ambassadors = {
16777
- diplomats = 1
16778
- improve_relation_modifier = 0.3
16782
+ diplomatic_reputation = 2
16779
16783
  }
16780
16784
  sia_encourage_immigration = {
16781
16785
  development_cost = -0.1
@@ -16786,10 +16790,7 @@ SIA_ideas = {
16786
16790
  }
16787
16791
  sia_royal_absolutism = {
16788
16792
  global_autonomy = -0.05
16789
- }
16790
- sia_advanced_elephant_warfare = {
16791
- fire_damage = 0.05
16792
- artillery_power = 0.05
16793
+ yearly_absolutism = 0.5
16793
16794
  }
16794
16795
  sia_education_reform = {
16795
16796
  idea_cost = -0.1
common/mercenary_companies/00_mercenaries.txt CHANGED
@@ -2053,7 +2053,7 @@ merc_gascon_musket_company = {
2053
2053
  regiments_per_development = 0.025
2054
2054
  home_province = 175
2055
2055
  cost_modifier = 1.2
2056
- sprites = { dlc119_TOU_sprite_pack dlc001_amg_sprite_pack dlc049_FRA_sprite_pack dlc028_fra_sprite_pack dlc054_fra_sprite_pack fra_base_sprite_pack }
2056
+ sprites = { dlc120_TOU_sprite_pack dlc001_amg_sprite_pack dlc049_FRA_sprite_pack dlc028_fra_sprite_pack dlc054_fra_sprite_pack fra_base_sprite_pack }
2057
2057
  trigger = {
2058
2058
  is_allowed_to_recruit_mercenaries = yes
2059
2059
  capital_scope = { superregion = europe_superregion }
@@ -2151,7 +2151,7 @@ merc_militant_order_of_saint_joan = {
2151
2151
  cavalry_cap = 2
2152
2152
  home_province = 184
2153
2153
  cost_modifier = 0.5
2154
- sprites = { dlc119_CHP_sprite_pack dlc001_orl_sprite_pack dlc049_FRA_sprite_pack dlc028_fra_sprite_pack dlc054_fra_sprite_pack fra_base_sprite_pack }
2154
+ sprites = { dlc120_CHP_sprite_pack dlc001_orl_sprite_pack dlc049_FRA_sprite_pack dlc028_fra_sprite_pack dlc054_fra_sprite_pack fra_base_sprite_pack }
2155
2155
  trigger = {
2156
2156
  is_allowed_to_recruit_mercenaries = yes
2157
2157
  has_country_flag = militant_order_of_saint_joan
common/new_diplomatic_actions/00_diplomatic_actions.txt CHANGED
@@ -487,6 +487,9 @@ fabricate_ottoman_invasion_cb = {
487
487
  type = cb_ottoman_subjugation_war
488
488
  months = 60
489
489
  }
490
+ FROM = {
491
+ set_country_flag = got_invasion_cb_fabricated_by_@ROOT
492
+ }
490
493
  }
491
494
  on_decline = {
492
495
  }
@@ -527,10 +530,10 @@ reign_in_eyalet = {
527
530
  }
528
531
  }
529
532
  on_accept = {
530
- FROM = { grant_independence = yes }
531
533
  create_subject = {
532
534
  subject_type = core_eyalet
533
535
  subject = FROM
536
+ keep_liberty_desire = yes
534
537
  }
535
538
  }
536
539
  on_decline = {
@@ -1171,12 +1174,12 @@ dissolve_protectorate = {
1171
1174
  is_subject_of = FROM
1172
1175
  is_subject_of_type = trade_protectorate
1173
1176
  }
1174
- FROM = {
1175
- release = ROOT
1176
- }
1177
+ grant_independence = yes
1177
1178
  }
1178
1179
  else = {
1179
- release = FROM
1180
+ FROM = {
1181
+ grant_independence = yes
1182
+ }
1180
1183
  }
1181
1184
  if = {
1182
1185
  limit = {
@@ -1669,10 +1672,10 @@ grant_autonomy_to_core_eyalet = {
1669
1672
  }
1670
1673
  }
1671
1674
  on_accept = {
1672
- FROM = { grant_independence = yes }
1673
1675
  create_subject = {
1674
1676
  subject_type = eyalet
1675
1677
  subject = FROM
1678
+ keep_liberty_desire = yes
1676
1679
  }
1677
1680
  }
1678
1681
  on_decline = {
@@ -1711,10 +1714,10 @@ promote_vassal_to_eyalet = {
1711
1714
  }
1712
1715
  }
1713
1716
  on_accept = {
1714
- FROM = { grant_independence = yes }
1715
1717
  create_subject = {
1716
1718
  subject_type = eyalet
1717
1719
  subject = FROM
1720
+ keep_liberty_desire = yes
1718
1721
  }
1719
1722
  FROM = {
1720
1723
  if = {
common/on_actions/00_on_actions.txt CHANGED
@@ -1367,54 +1367,9 @@ on_diplomatic_annex = {
1367
1367
 
1368
1368
  # country
1369
1369
  on_heir_death = {
1370
- if = {
1371
- limit = { has_country_flag = heir_dip_education }
1372
- clr_country_flag = heir_dip_education
1373
- }
1374
- if = {
1375
- limit = { has_country_flag = heir_mil_education }
1376
- clr_country_flag = heir_mil_education
1377
- }
1378
- if = {
1379
- limit = { has_country_flag = heir_adm_education }
1380
- clr_country_flag = heir_adm_education
1381
- }
1382
- if = {
1383
- limit = { has_ruler_flag = well_advised_tutored_heir }
1384
- clr_ruler_flag = well_advised_tutored_heir
1385
- }
1386
- if = {
1387
- limit = { has_ruler_flag = heir_went_on_grand_tour }
1388
- clr_ruler_flag = heir_went_on_grand_tour
1389
- }
1390
- if = {
1391
- limit = { has_country_flag = albrecht_achilles_flag }
1392
- clr_country_flag = albrecht_achilles_flag #Death of original Albrecht Achilles
1393
- }
1394
- if = {
1395
- limit = { has_ruler_flag = sancaga_cikma }
1396
- clr_ruler_flag = sancaga_cikma
1397
- every_owned_province = {
1398
- limit = {
1399
- has_province_modifier = heir_in_training
1400
- }
1401
- remove_province_modifier = heir_in_training
1402
- }
1403
- }
1404
- if = {
1405
- limit = { has_ruler_flag = returned_from_sancaga_sikma_province }
1406
- clr_ruler_flag = returned_from_sancaga_sikma_province
1407
- }
1370
+ on_heir_disinherited_or_death_effect = yes
1408
1371
  ladislaus_postumus_heir_died_effect = yes
1409
1372
  joan_de_trastamara_heir_died_effect = yes
1410
- if = {
1411
- limit = { primary_culture = maori }
1412
- country_event = { id = polynesian.26 }
1413
- }
1414
- if = {
1415
- limit = { has_any_heir_cult_active = yes }
1416
- remove_heir_cult = yes
1417
- }
1418
1373
  }
1419
1374
 
1420
1375
  # country
@@ -4416,10 +4371,110 @@ on_lose_great_power_status = {
4416
4371
  on_province_religion_converted = {
4417
4372
  on_province_religion_changed_effect = yes
4418
4373
  on_province_religion_converted_effect = yes
4374
+ if = {
4375
+ limit = {
4376
+ owner = {
4377
+ has_government_attribute = more_25_tax_in_true_faith_provinces
4378
+ }
4379
+ religion_group = owner
4380
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_tax }
4381
+ }
4382
+ add_province_modifier = {
4383
+ name = ottoman_siyasah_tax_reform_tax
4384
+ duration = -1
4385
+ }
4386
+ }
4387
+ if = {
4388
+ limit = {
4389
+ OR = {
4390
+ NOT = {
4391
+ owner = { has_government_attribute = more_25_tax_in_true_faith_provinces }
4392
+ }
4393
+ NOT = { religion_group = owner }
4394
+ }
4395
+ has_province_modifier = ottoman_siyasah_tax_reform_tax
4396
+ }
4397
+ remove_province_modifier = ottoman_siyasah_tax_reform_tax
4398
+ }
4399
+ if = {
4400
+ limit = {
4401
+ owner = {
4402
+ has_government_attribute = more_15_manpower_in_heathen_provinces
4403
+ }
4404
+ NOT ={ religion_group = owner }
4405
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_manpower }
4406
+ }
4407
+ add_province_modifier = {
4408
+ name = ottoman_siyasah_tax_reform_manpower
4409
+ duration = -1
4410
+ }
4411
+ }
4412
+ if = {
4413
+ limit = {
4414
+ OR = {
4415
+ NOT = {
4416
+ owner = { has_government_attribute = more_15_manpower_in_heathen_provinces }
4417
+ }
4418
+ religion_group = owner
4419
+ }
4420
+ has_province_modifier = ottoman_siyasah_tax_reform_manpower
4421
+ }
4422
+ remove_province_modifier = ottoman_siyasah_tax_reform_manpower
4423
+ }
4419
4424
  }
4420
4425
 
4421
4426
  on_province_religion_changed = {
4422
4427
  on_province_religion_changed_effect = yes
4428
+ if = {
4429
+ limit = {
4430
+ owner = {
4431
+ has_government_attribute = more_25_tax_in_true_faith_provinces
4432
+ }
4433
+ religion_group = owner
4434
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_tax }
4435
+ }
4436
+ add_province_modifier = {
4437
+ name = ottoman_siyasah_tax_reform_tax
4438
+ duration = -1
4439
+ }
4440
+ }
4441
+ if = {
4442
+ limit = {
4443
+ OR = {
4444
+ NOT = {
4445
+ owner = { has_government_attribute = more_25_tax_in_true_faith_provinces }
4446
+ }
4447
+ NOT = { religion_group = owner }
4448
+ }
4449
+ has_province_modifier = ottoman_siyasah_tax_reform_tax
4450
+ }
4451
+ remove_province_modifier = ottoman_siyasah_tax_reform_tax
4452
+ }
4453
+ if = {
4454
+ limit = {
4455
+ owner = {
4456
+ has_government_attribute = more_15_manpower_in_heathen_provinces
4457
+ }
4458
+ NOT ={ religion_group = owner }
4459
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_manpower }
4460
+ }
4461
+ add_province_modifier = {
4462
+ name = ottoman_siyasah_tax_reform_manpower
4463
+ duration = -1
4464
+ }
4465
+ }
4466
+ if = {
4467
+ limit = {
4468
+ OR = {
4469
+ NOT = {
4470
+ owner = { has_government_attribute = more_15_manpower_in_heathen_provinces }
4471
+ }
4472
+ religion_group = owner
4473
+ }
4474
+ has_province_modifier = ottoman_siyasah_tax_reform_manpower
4475
+ }
4476
+ remove_province_modifier = ottoman_siyasah_tax_reform_manpower
4477
+ }
4423
4478
  }
4424
4479
 
4425
4480
  # province, manually conversion
@@ -4573,6 +4628,32 @@ on_province_owner_change = {
4573
4628
  }
4574
4629
  remove_province_modifier = jap_gokaido_modifier
4575
4630
  }
4631
+ if = {
4632
+ limit = {
4633
+ owner = {
4634
+ has_government_attribute = more_15_manpower_in_heathen_provinces
4635
+ }
4636
+ NOT ={ religion_group = owner }
4637
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_manpower }
4638
+ }
4639
+ add_province_modifier = {
4640
+ name = ottoman_siyasah_tax_reform_manpower
4641
+ duration = -1
4642
+ }
4643
+ }
4644
+ if = {
4645
+ limit = {
4646
+ owner = {
4647
+ has_government_attribute = more_15_manpower_in_heathen_provinces
4648
+ }
4649
+ NOT ={ religion_group = owner }
4650
+ NOT = { has_province_modifier = ottoman_siyasah_tax_reform_manpower }
4651
+ }
4652
+ add_province_modifier = {
4653
+ name = ottoman_siyasah_tax_reform_manpower
4654
+ duration = -1
4655
+ }
4656
+ }
4576
4657
  }
4577
4658
 
4578
4659
  # country
@@ -4679,10 +4760,13 @@ on_consecrate_patriarch = {
4679
4760
  limit = {
4680
4761
  owner = { has_country_flag = has_improved_consecration }
4681
4762
  }
4682
- add_province_modifier = {
4683
- name = consecrated_ground
4684
- duration = -1
4685
- hidden = yes
4763
+ every_province_in_state = {
4764
+ limit = { has_state_patriach = yes }
4765
+ add_province_modifier = {
4766
+ name = consecrated_ground
4767
+ duration = -1
4768
+ hidden = yes
4769
+ }
4686
4770
  }
4687
4771
  }
4688
4772
  }
@@ -5027,7 +5111,10 @@ on_dependency_lost = {
5027
5111
  if = {
5028
5112
  limit = {
5029
5113
  has_country_modifier = tur_tatar_vanguard_modifier
5030
- FROM = { tag = CRI }
5114
+ FROM = {
5115
+ tag = CRI
5116
+ NOT = { is_subject_of = ROOT }
5117
+ }
5031
5118
  }
5032
5119
  remove_country_modifier = tur_tatar_vanguard_modifier
5033
5120
  }
@@ -5201,6 +5288,17 @@ on_country_released = {
5201
5288
  on_trade_good_changed = {
5202
5289
  on_trade_good_changed_estate_privileges_effect = yes
5203
5290
  on_trade_good_changed_government_effect = yes
5291
+ ROOT = {
5292
+ if = {
5293
+ limit = {
5294
+ trade_goods = coal
5295
+ FROM = { economic_ideas = 3 }
5296
+ has_manufactory_trigger = yes
5297
+ base_production = 2
5298
+ }
5299
+ }
5300
+ add_base_production = -1
5301
+ }
5204
5302
  }
5205
5303
 
5206
5304
  # this = country
@@ -5340,6 +5438,7 @@ on_conquest = {
5340
5438
  owner = {
5341
5439
  has_country_flag = pru_dom_hre_flag
5342
5440
  NOT = { alliance_with = emperor }
5441
+ is_emperor = no
5343
5442
  }
5344
5443
  }
5345
5444
  owner = {
@@ -5353,9 +5452,10 @@ on_conquest = {
5353
5452
  limit = {
5354
5453
  is_part_of_hre = no
5355
5454
  owner = { is_emperor = yes }
5455
+ development = 25
5356
5456
  }
5357
- owner = {
5358
- add_imperial_influence = 0.5
5457
+ emperor = {
5458
+ add_imperial_influence = 1
5359
5459
  }
5360
5460
  }
5361
5461
  }
@@ -5864,4 +5964,8 @@ on_alliance_created = { #ROOT - Alliance sender, FROM - Alliance accepter
5864
5964
 
5865
5965
  on_royal_marriage = { #ROOT - Marraige sender, FROM - marriage accepter
5866
5966
 
5967
+ }
5968
+
5969
+ on_heir_disinherited = {
5970
+ on_heir_disinherited_or_death_effect = yes
5867
5971
  }
common/opinion_modifiers/00_opinion_modifiers.txt CHANGED
@@ -1953,7 +1953,7 @@ opinion_annex_part_of_empire = {
1953
1953
  }
1954
1954
 
1955
1955
  opinion_annex_vassal = {
1956
- opinion = 1
1956
+ opinion = -1
1957
1957
  years = 20
1958
1958
  yearly_decay = 1
1959
1959
  }
common/parliament_issues/01_english_parliament_actions.txt CHANGED
@@ -74,7 +74,17 @@ english_french_act_of_union = {
74
74
  change_tag = AVE
75
75
  hidden_effect = {
76
76
  on_change_tag_effect = yes
77
- restore_country_name = yes
77
+ if = {
78
+ limit = {
79
+ OR = {
80
+ NOT = { has_country_flag = ave_theocracy_name }
81
+ NOT = { has_country_flag = ave_republic_name }
82
+ NOT = { has_country_flag = ave_state_name }
83
+ NOT = { has_country_flag = ave_empire_name }
84
+ }
85
+ }
86
+ restore_country_name = yes
87
+ }
78
88
  remove_non_electors_emperors_from_empire_effect = yes
79
89
  if = {
80
90
  limit = {
common/peace_treaties/00_establish_eyalet.txt CHANGED
@@ -26,7 +26,10 @@ po_establish_eyalet = {
26
26
  always = yes
27
27
  }
28
28
  is_allowed = { # Defaults to equivalent of "always = yes"
29
- always = yes
29
+ custom_trigger_tooltip = {
30
+ tooltip = IS_INVASION_TARGET_TT
31
+ # FROM = { has_country_flag = got_invasion_cb_fabricated_by_@ROOT }
32
+ }
30
33
  }
31
34
  effect = { # Defaults to empty effect (which makes error log entry but is safe)
32
35
  create_subject = {
@@ -34,6 +37,7 @@ po_establish_eyalet = {
34
37
  subject_type = eyalet
35
38
  }
36
39
  FROM = {
40
+ # clr_country_flag = got_invasion_cb_fabricated_by_@ROOT
37
41
  if = {
38
42
  limit = {
39
43
  NOT = { has_reform = papacy_reform }
@@ -73,4 +77,4 @@ po_establish_eyalet = {
73
77
  value = 50
74
78
  }
75
79
  }
76
- }
80
+ }
common/peace_treaties/01_force_border_changes.txt ADDED
@@ -0,0 +1,40 @@
1
+ # Adds a special "Force Border Changes" treaty in case that the original war target is no longer the war leader.
2
+ #po_force_border_changes = {
3
+ # category = 6
4
+ # power_projection = humiliated_rival
5
+ # power_cost_base = 0.0
6
+ # prestige_base = 1.0 # Base factor for prestige gain and loss. Scales with war score cost.
7
+ # ae_base = 0.0
8
+ # warscore_cost = {
9
+ # # Which of the giver's provinces' war score costs are included and by how much. All entries default to 0. Any combination of entries can be used. Try negative values at your own risk.
10
+ # all_provinces = 0.0 # All the giver's provinces
11
+ # no_provinces = 10.0 # This is just a constant. Equivalent to a single province with with war score cost 1
12
+ # owner_keeps = 0.0 # The provinces that are not of any of the types below
13
+ # conquered = 0.0 # Provinces that are selected by a Demand Province treaty
14
+ # returned_core = 0.0 # Provinces that are selected by a Return Core treaty
15
+ # released_nation = 0.0 # Provinces that will become a part of a selected released-to-be nation
16
+ # cancelled_subject = 0.0 # This one should not be relevant here since Giver can't be a cancelled subject. Including anyway for completeness
17
+ # concede_colonial_region = 0.0 # Ditto
18
+ # }
19
+ # warscore_cap = 10 # Warscore cost will never go above this value. Only enabled if non-negative. This value defaults to -1.
20
+ # requires_demand_independence = yes # Whether this can be demanded by the former subject in an independence war without also demanding independence.
21
+ # is_make_subject = yes # This will make the treaty mutually exclusive with other treaties that makes the giver a subject, or that explicitly frees the giver from their current overlord.
22
+ # requires_is_allowed = yes # If set to "yes", treaty will only be visible when explicitly allowed by casus belli. If not, it will be available but cost diplomatic power.
23
+ #
24
+ # is_visible = { # Defaults to equivalent of "always = yes"
25
+ # # FROM = { NOT = { has_country_flag = got_invasion_cb_fabricated_by_@ROOT } }
26
+ # }
27
+ # is_allowed = { # Defaults to equivalent of "always = yes"
28
+ # always = yes
29
+ # }
30
+ # effect = { # Defaults to empty effect (which makes error log entry but is safe)
31
+ # add_prestige = 20
32
+ # FROM = { add_prestige = -20 }
33
+ # }
34
+ # ai_weight = { # Defaults to always evaluate to 0
35
+ # export_to_variable = {
36
+ # variable_name = ai_value # Mandatory to have entry called "ai_value". Its value at the end of the ai_weight scope is what will be used
37
+ # value = 50
38
+ # }
39
+ # }
40
+ #}
common/province_names/croatian_new.txt ADDED
@@ -0,0 +1,94 @@
1
+ 36 = "Estonija"
2
+ 37 = "Livonija"
3
+ 43 = "Gdanjsk"
4
+ 89 = "Pikardija"
5
+ 90 = "Brugge"
6
+ 94 = "Luksemburg"
7
+ 96 = "Zeland"
8
+ 97 = "Holandija"
9
+ 100 = "Frizija"
10
+ 101 = "Genova"
11
+ 102 = "Nica"
12
+ 104 = "Milano"
13
+ 110 = "Trident"
14
+ 111 = "Furlanija"
15
+ 112 = "Mleci"
16
+ 116 = "Firenca"
17
+ 118 = "Rim"
18
+ 121 = "Napulj"
19
+ 122 = "Apulija"
20
+ 123 = "Kalabrija"
21
+ 128 = "Celovac"
22
+ 129 = "Kranjska"
23
+ 130 = "Istra"
24
+ 132 = "shtajerska"
25
+ 134 = "Bec"
26
+ 135 = "Shopron"
27
+ 137 = "Dubrovnik"
28
+ 138 = "Crna Gora"
29
+ 140 = "Bosna"
30
+ 142 = "Krf"
31
+ 144 = "Epir"
32
+ 145 = "Moreja"
33
+ 146 = "Atina"
34
+ 147 = "Tesalija"
35
+ 148 = "Solun"
36
+ 149 = "Drinopolje"
37
+ 150 = "Trnovo"
38
+ 151 = "Carigrad"
39
+ 152 = "Varazdin"
40
+ 153 = "Peshta"
41
+ 156 = "Temishvar"
42
+ 157 = "Veliki Varadin"
43
+ 159 = "Drastar"
44
+ 160 = "Oltenija"
45
+ 161 = "Trgovishte"
46
+ 162 = "Koshice"
47
+ 163 = "Kreta"
48
+ 164 = "Cikladi"
49
+ 168 = "Normandija"
50
+ 183 = "Pariz"
51
+ 189 = "Lorena"
52
+ 261 = "Galic"
53
+ 262 = "Krakov"
54
+ 264 = "Vratislavija"
55
+ 266 = "Prag"
56
+ 267 = "Plzen"
57
+ 268 = "Moldavija"
58
+ 271 = "Samogitija"
59
+ 272 = "Litva"
60
+ 273 = "Latgalija"
61
+ 279 = "Volinj"
62
+ 280 = "Kijev"
63
+ 282 = "Jedisan"
64
+ 283 = "Zaporoshka"
65
+ 284 = "Krim"
66
+ 286 = "Azov"
67
+ 289 = "Cernjihiv"
68
+ 291 = "Harkiv"
69
+ 292 = "Mogiljov"
70
+ 297 = "Brjansk"
71
+ 299 = "Voronjez"
72
+ 301 = "Rjazan"
73
+ 302 = "Tambov"
74
+ 303 = "Saratov"
75
+ 320 = "Rod"
76
+ 321 = "Cipar"
77
+ 1318 = "Spish"
78
+ 1765 = "Sofija"
79
+ 1769 = "Gorica"
80
+ 1853 = "Kostur"
81
+ 1954 = "Vojvodina"
82
+ 2978 = "Areco"
83
+ 3000 = "Nish"
84
+ 3001 = "Skoplje"
85
+ 4173 = "Srijem"
86
+ 4174 = "Drac"
87
+ 4728 = "Pavija"
88
+ 4738 = "Trst"
89
+ 4750 = "Kroja"
90
+ 4751 = "Celje"
91
+ 4754 = "Kotor"
92
+ 4759 = "Beljak"
93
+
94
+ 1986 = "Nova Kaledonija"
common/province_names/czech_new.txt ADDED
@@ -0,0 +1,344 @@
1
+ 13 = "Slesvicko"
2
+ 40 = "Klajpeda"
3
+ 41 = "Kr�lovec"
4
+ 42 = "Varmie"
5
+ 43 = "Gdansk"
6
+ 44 = "Hamburk"
7
+ 45 = "Lubek"
8
+ 46 = "Roztoky"
9
+ 48 = "Kolobreh"
10
+ 49 = "Nov� Marka"
11
+ 52 = "Dev�n"
12
+ 55 = "Oldenburk"
13
+ 57 = "Brunsvik"
14
+ 59 = "Wittenberk"
15
+ 60 = "Budys�n"
16
+ 61 = "Dr�zdany"
17
+ 62 = "Lipsko"
18
+ 63 = "Jarobrod"
19
+ 65 = "Mnichov"
20
+ 66 = "Bamberk"
21
+ 67 = "Norimberk"
22
+ 69 = "Horn� Svabsko"
23
+ 72 = "Breisgavsko"
24
+ 73 = "Tyrolsko"
25
+ 74 = "Badensko"
26
+ 75 = "Strasburk"
27
+ 76 = "Solnohrad"
28
+ 78 = "Mohuc"
29
+ 79 = "Vircpurk"
30
+ 80 = "Trev�r"
31
+ 81 = "Hesensko"
32
+ 82 = "Vestfalsko"
33
+ 83 = "Nasavsko"
34
+ 85 = "Kol�n"
35
+ 89 = "Pikardie"
36
+ 90 = "Bruggy"
37
+ 91 = "Henegavsko"
38
+ 93 = "Lutych"
39
+ 94 = "Lucembursko"
40
+ 96 = "Zeland"
41
+ 97 = "Holandsko"
42
+ 99 = "Geldern"
43
+ 100 = "Fr�sko"
44
+ 101 = "Janov"
45
+
46
+ 110 = "Tridentsko"
47
+ 111 = "Furlansko"
48
+ 112 = "Ben�tky"
49
+ 116 = "Florencie"
50
+ 118 = "R�m"
51
+ 121 = "Neapol"
52
+ 123 = "Kal�brie"
53
+ 128 = "Korutany"
54
+ 129 = "Kransko"
55
+ 130 = "Istrie"
56
+ 131 = "Z�hreb"
57
+ 132 = "St�rsko"
58
+ 133 = "Linec"
59
+ 134 = "V�den"
60
+ 137 = "Dubrovnik"
61
+ 140 = "Bosna"
62
+ 141 = "Srbsko"
63
+ 142 = "Korfu"
64
+ 143 = "Alb�nie"
65
+ 146 = "Ath�ny"
66
+ 147 = "Thes�lie"
67
+ 148 = "Makedonie"
68
+ 149 = "Drinopol"
69
+ 151 = "Carihrad"
70
+ 152 = "Varazdin"
71
+ 154 = "Nov� Z�mky"
72
+ 158 = "Maruse"
73
+ 160 = "Oltenie"
74
+ 161 = "Trhoviste"
75
+ 163 = "Kr�ta"
76
+ 168 = "Normandie"
77
+ 174 = "Akvit�nie"
78
+ 175 = "Armanak"
79
+ 183 = "Pariz"
80
+ 184 = "Orle�n"
81
+ 188 = "Mety"
82
+ 189 = "Lotrinsko"
83
+ 192 = "Burgundsko"
84
+ 193 = "Svobodn� hrabstv�"
85
+ 201 = "Provens�lsko"
86
+ 203 = "Lyon"
87
+ 207 = "Asturie"
88
+ 209 = "Biskajsko"
89
+ 220 = "Valencie"
90
+ 227 = "Lisabon"
91
+ 236 = "Lond�n"
92
+
93
+ 253 = "Zapadn� ostrovy"
94
+ 255 = "Kalis"
95
+ 257 = "Varsava"
96
+ 259 = "Sandomer"
97
+ 261 = "Halic"
98
+ 262 = "Krakov"
99
+ 264 = "Vratislav"
100
+ 266 = "Praha"
101
+ 268 = "Mold�vie"
102
+ 269 = "Podles�"
103
+ 270 = "Troky"
104
+ 271 = "Zmud"
105
+ 272 = "Vilno"
106
+ 279 = "Volyn"
107
+ 280 = "Kyjev"
108
+ 285 = "Feodosija"
109
+ 288 = "Doln� Don"
110
+ 289 = "Cernihiv"
111
+ 291 = "Charkov"
112
+ 292 = "Mohylev"
113
+ 299 = "Voronez"
114
+
115
+ 301 = "Rjazan"
116
+ 306 = "Doln� Novgorod"
117
+ 308 = "Jaroslavl"
118
+ 320 = "Rhodos"
119
+ 321 = "Kypr"
120
+ 333 = "Bale�ry"
121
+ 334 = "Tanger"
122
+ 344 = "Marrak�s"
123
+ 358 = "Alexandrie"
124
+ 361 = "K�hira"
125
+ 365 = "Sinaj"
126
+ 366 = "Kan�ry"
127
+ 367 = "Azory"
128
+ 369 = "Orkneje"
129
+ 379 = "Jeruzal�m"
130
+ 382 = "Damasek"
131
+ 395 = "Katar"
132
+ 396 = "Bahrajn"
133
+ 400 = "Maskat"
134
+ 410 = "Bagd�d"
135
+ 419 = "Jerevan"
136
+
137
+ 481 = "Bermudy"
138
+ 482 = "Bahamy"
139
+ 487 = "Jamajka"
140
+ 492 = "Portoriko"
141
+ 493 = "Svat� Tom�s"
142
+ 494 = "Svat� Krystof"
143
+ 498 = "Martinik"
144
+ 499 = "Svat� Lucie"
145
+ 500 = "Svat� Vincent"
146
+ 522 = "Dill�"
147
+ 524 = "Stredn� Doab"
148
+ 529 = "Severn� Konkan"
149
+ 530 = "Jizn� Konkan"
150
+ 531 = "Severn� Kanara"
151
+ 546 = "Vychodn� Berar"
152
+ 548 = "Zapadn� Berar"
153
+ 556 = "Doln� Doab"
154
+ 561 = "Beng�lsk� delta"
155
+ 574 = "Andamany"
156
+ 635 = "Zapadn� Timor"
157
+ 636 = "Brunej"
158
+
159
+ 667 = "Kanton"
160
+ 668 = "Macao"
161
+ 669 = "Fu-cou"
162
+ 670 = "Kan-cou"
163
+ 671 = "Cchang-sa"
164
+ 674 = "Kuej-jang"
165
+ 676 = "Zikace"
166
+ 679 = "Ccheng-tu"
167
+ 680 = "Cchung-cching"
168
+ 681 = "I-cchang"
169
+ 683 = "Nan-cchang"
170
+ 684 = "Chang-cou"
171
+ 685 = "Jang-cou"
172
+ 686 = "An-cching"
173
+ 687 = "Nan-jang"
174
+ 688 = "Kchaj-feng"
175
+ 689 = "Chan-cung"
176
+ 690 = "Cching-cou"
177
+ 691 = "Ti-nan"
178
+ 696 = "Pao-ting"
179
+ 697 = "Ta-tchung"
180
+ 698 = "Ning-sia"
181
+ 699 = "Lan-cou"
182
+ 700 = "Si-an"
183
+ 703 = "Ccheng-te"
184
+ 708 = "Cang-jie"
185
+ 726 = "Sen-jang"
186
+ 727 = "Ajgun"
187
+
188
+ 762 = "Svat� Tom�s"
189
+ 767 = "Ortelsburk"
190
+ 770 = "Braslav"
191
+ 1020 = "Kjoto"
192
+ 1032 = "Kurily"
193
+ 1033 = "Sachalin"
194
+ 1034 = "Kamcatka"
195
+ 1059 = "V�chodn� Tunguska"
196
+ 1061 = "Z�padn� Tunguska"
197
+ 1095 = "Falklandy"
198
+ 1096 = "Kapverdy"
199
+ 1098 = "Svat� Helena"
200
+ 1099 = "Sokotra"
201
+ 1102 = "Mauricius"
202
+ 1119 = "Peprov� pobrez�"
203
+ 1126 = "Pobrez� Slonoviny"
204
+ 1139 = "Zlat� pobrez�"
205
+ 1164 = "Kamerun"
206
+ 1173 = "Nam�bie"
207
+ 1177 = "Mys"
208
+ 1195 = "Mosambik"
209
+ 1205 = "Mogadisu"
210
+ 1238 = "Salamounovy ostrovy"
211
+ 1240 = "Havaj"
212
+ 1242 = "Fidzi"
213
+ 1244 = "Gambierovy ostrovy"
214
+
215
+ 1247 = "Korsika"
216
+ 1248 = "Maledivy"
217
+
218
+ 1306 = "Svat� Tom�s"
219
+
220
+ 1724 = "Limburk"
221
+ 1744 = "Antverpy"
222
+ 1745 = "Kantabrie"
223
+ 1752 = "Rzev"
224
+ 1756 = "Besar�bie"
225
+ 1757 = "Horni Falc"
226
+ 1759 = "Postupim"
227
+ 1760 = "Koblenc"
228
+ 1761 = "Falc"
229
+ 1763 = "Dolni Luzice"
230
+ 1765 = "Sofie"
231
+ 1767 = "Slavonie"
232
+ 1768 = "Linec"
233
+ 1769 = "Gorice"
234
+ 1770 = "Rakusy"
235
+ 1771 = "Rudohori"
236
+ 1772 = "Presporok"
237
+ 1773 = "Achaja"
238
+ 1775 = "Holstynsko"
239
+
240
+ 1816 = "Peking"
241
+ 1821 = "Nanking"
242
+ 1822 = "Su-cou"
243
+ 1824 = "Wen-cou"
244
+ 1827 = "Raska"
245
+ 1828 = "Doln� Kraj"
246
+ 1833 = "Ti-an"
247
+ 1836 = "Luo-jang"
248
+ 1838 = "Che-fej"
249
+ 1840 = "Kuej-lin"
250
+ 1841 = "Malbork"
251
+ 1856 = "Abch�zie"
252
+ 1857 = "Lauenburk"
253
+ 1858 = "Stetin"
254
+ 1859 = "Chlumno"
255
+ 1863 = "Styrsky Hradec"
256
+ 1865 = "Gent"
257
+ 1868 = "Auspurk"
258
+ 1869 = "Curych"
259
+ 1870 = "Svaty Havel"
260
+ 1871 = "Valais"
261
+ 1874 = "Bremy"
262
+ 1878 = "Cachy"
263
+ 1881 = "Svat� Martin"
264
+
265
+ 1931 = "V�chodn� Fr�sko"
266
+ 1935 = "Mitava"
267
+ 1944 = "Cerkasy"
268
+ 1945 = "Severie"
269
+ 1957 = "Kalis"
270
+ 1978 = "Shetlandy"
271
+ 1979 = "Faerske ostrovy"
272
+ 1986 = "Nov� Kaledonie"
273
+ 1987 = "Spolecensk� ostrovy"
274
+ 1988 = "Velikonocn� ostrov"
275
+ 1991 = "Gilbertovy ostrovy"
276
+ 1993 = "Marshallovy ostrovy"
277
+ 1995 = "Mikron�sie"
278
+ 1998 = "V�nocn� ostrov"
279
+ 1999 = "Kokosov� ostrov"
280
+ 2002 = "Galap�gy"
281
+ 2025 = "Jizn� Georgie"
282
+ 2029 = "Jizn� Kanara"
283
+ 2060 = "Horni Doab"
284
+
285
+ 2124 = "Jarkend"
286
+ 2129 = "Changthang"
287
+ 2131 = "Chamdo"
288
+ 2137 = "Ta-ming"
289
+ 2139 = "Lan-cou"
290
+ 2140 = "Jang-cou"
291
+ 2142 = "Chuaj-an"
292
+ 2143 = "Feng-jang"
293
+ 2144 = "Fu-jang"
294
+ 2145 = "Cen-tiang"
295
+ 2147 = "Chuej-cou"
296
+ 2149 = "Ning-po"
297
+ 2150 = "Tin-chua"
298
+ 2163 = "Liou-cou"
299
+ 2164 = "Nan-nin"
300
+ 2165 = "Pchu-er"
301
+ 2167 = "Li-tiang"
302
+ 2168 = "Po-cou"
303
+ 2171 = "Siang-jang"
304
+ 2172 = "Ting-cou"
305
+ 2174 = "Cheng-jang"
306
+ 2176 = "Sang-cchiou"
307
+ 2179 = "Jen-an"
308
+ 2180 = "Tchien-suej"
309
+ 2181 = "Pching-liang"
310
+ 2184 = "Si-ning"
311
+
312
+ 2313 = "Antiochie"
313
+ 2424 = "Premysl"
314
+
315
+ 2954 = "Dzerba"
316
+ 2956 = "Strubina"
317
+ 2957 = "Rezno"
318
+ 2958 = "Ostroda"
319
+ 2959 = "Tarnov"
320
+ 2960 = "Novy Sadec"
321
+ 2961 = "Lvov"
322
+ 2962 = "Rovn�"
323
+ 2964 = "Stara Marka"
324
+ 2965 = "Fojtsko"
325
+ 2966 = "Hlohov"
326
+ 2967 = "Cheb"
327
+ 2969 = "Sternberk"
328
+ 2975 = "Kl�vsko"
329
+ 2982 = "Syrakusy"
330
+ 2995 = "Slupsk"
331
+
332
+ 4020 = "Komory"
333
+ 4124 = "Kar�lie"
334
+ 4238 = "Lehnice"
335
+ 4239 = "Belehrad"
336
+ 4708 = "Frisinky"
337
+ 4712 = "Kostnice"
338
+ 4717 = "Barout"
339
+ 4720 = "�eneva"
340
+ 4744 = "Cvikov"
341
+ 4760 = "Innsk� Bavory"
342
+ 4762 = "V�densky les"
343
+ 4765 = "Mylh�zy"
344
+ 4778 = "Zhorelec"
common/province_names/polish_new.txt ADDED
@@ -0,0 +1,198 @@
1
+ 13 = "Szlezwik"
2
+ 32 = "Prioziersk"
3
+ 33 = "Newa"
4
+ 34 = "Ingria"
5
+ 35 = "Ozylia"
6
+ 36 = "Rewal"
7
+ 37 = "Liwlandia"
8
+ 38 = "Ryga"
9
+ 39 = "Goldynga"
10
+ 41 = "Kr�lewiec"
11
+ 42 = "Warmia"
12
+ 43 = { "Gdansk" "Gdansk" }
13
+ 45 = "Lubeka"
14
+ 46 = "Roztoka"
15
+ 47 = "Strzal�w"
16
+ 48 = "Kolobrzeg"
17
+ 49 = "Santok"
18
+ 50 = "Rypin"
19
+ 52 = "Dziewin"
20
+ 53 = "Glain" # Polabian
21
+ 57 = "Brunszwik"
22
+ 58 = "Desawa"
23
+ 59 = "Biala Gora"
24
+ 60 = "Budziszyn"
25
+ 61 = "Drezno"
26
+ 62 = "Lipsk"
27
+ 63 = "Jarobr�d"
28
+ 65 = "Monachium"
29
+ 67 = "Norymberga"
30
+ 69 = "G�rna Szwabia"
31
+ 72 = "Bryzgowia"
32
+ 75 = "Strasburg"
33
+ 78 = "Moguncja"
34
+ 80 = "Trewir"
35
+ 81 = "Hesja"
36
+ 82 = "Westfalia"
37
+ 83 = "Nassawa"
38
+ 85 = "Kolonia"
39
+ 86 = "Monastyr"
40
+ 110 = "Trydent"
41
+ 128 = "Dolna Karyntia"
42
+ 129 = "Kraina"
43
+ 133 = "Linec"
44
+ 134 = "Wieden"
45
+ 151 = "Konstantynopol"
46
+ 162 = "Zemplin"
47
+ 165 = "Berno"
48
+ 262 = "Krak�w"
49
+ 263 = "Racib�rz"
50
+ 264 = "Wroclaw"
51
+ 266 = "Praga"
52
+ 267 = "Pilzno"
53
+ 268 = "Suczawa"
54
+ 270 = "Troki"
55
+ 271 = "Zmudz"
56
+ 272 = "Wilno"
57
+ 273 = "Inflanty"
58
+ 274 = "Psk�w"
59
+ 275 = "Polock"
60
+ 277 = "Brzesc"
61
+ 279 = "Wolyn"
62
+ 280 = "Kij�w"
63
+ 281 = "Podole"
64
+ 282 = "Jedysan"
65
+ 283 = "Zaporoze"
66
+ 284 = "Krym"
67
+ 285 = "Kaffa"
68
+ 286 = "Azow"
69
+ 289 = "Czernich�w"
70
+ 290 = "Poltawa"
71
+ 291 = "Chark�w"
72
+ 292 = "Mohylew"
73
+ 294 = "Twer"
74
+ 295 = "Moskwa"
75
+ 297 = "Briansk"
76
+ 299 = "Woronez"
77
+ 301 = "Riazan"
78
+ 303 = "Sarat�w"
79
+ 302 = "Tambow"
80
+ 306 = "Nizny Nowogr�d"
81
+ 307 = "Wlodzimierz"
82
+ 308 = "Jaroslaw"
83
+ 309 = "Oloniec"
84
+ 310 = "Nowogr�d"
85
+ 311 = "Cholm"
86
+ 312 = "Bieloziero"
87
+ 313 = "Archangielsk"
88
+ 314 = "Wologda"
89
+ 464 = "Astrachan"
90
+ 466 = "Saraj"
91
+ 468 = "Manycz"
92
+ 475 = "Baszkortostan"
93
+ 767 = "Szczytno"
94
+ 771 = "Witebsk"
95
+ 1079 = "Wiatka"
96
+ 1081 = "Symbirsk"
97
+ 1083 = "Wietluga"
98
+ 1177 = { "Przyladek Dobrej Nadziei" "Kapsztad" }
99
+ 1318 = "Spisz"
100
+ 1752 = "Rzew"
101
+ 1755 = "Ustiug"
102
+ 1756 = "Besarabia"
103
+ 1757 = "Gorny Palatynat"
104
+ 1758 = "Hanower"
105
+ 1759 = "Postapin"
106
+ 1760 = "Koblencja"
107
+ 1761 = "Palatynat"
108
+ 1763 = "Luzyce"
109
+ 1769 = "Gorycja"
110
+ 1771 = "Rudawy"
111
+ 1772 = "Bratyslawa"
112
+ 1772 = "Pozon"
113
+ 1775 = "Holsztyn"
114
+ 1778 = "Kasimow"
115
+ 1837 = "Dorpat"
116
+ 1841 = "Malbork"
117
+ 1842 = "Narwa"
118
+ 1858 = "Szczecin"
119
+ 1863 = "Grodziec"
120
+ 1869 = "Zurych"
121
+ 1873 = "Gryzonia"
122
+ 1874 = "Brema"
123
+ 1878 = "Akwizgran"
124
+ 1935 = "Mitawa"
125
+ 1936 = "Kowno"
126
+ 1941 = "Tur�w"
127
+ 1942 = "Zytomierz"
128
+ 1943 = "Braclaw"
129
+ 1944 = "Czerkasy"
130
+ 1945 = "Siewierszczyzna"
131
+ 1952 = "Marmarosz"
132
+ 1955 = "Cholmogory"
133
+ 1957 = "Galicz"
134
+ 1959 = "Torzok"
135
+ 1960 = "Ostr�w"
136
+ 1966 = "Czelabinsk"
137
+ 1971 = "Carycyn"
138
+ 1972 = "Udmurcja"
139
+ 1974 = "Cherson"
140
+ 2405 = "Tehinia"
141
+ 2406 = "Oczak�w"
142
+ 2407 = "Perejaslaw"
143
+ 2408 = "Lipieck"
144
+ 2409 = "Bachmut"
145
+ 2410 = "Teodoro"
146
+ 2411 = "Kudak"
147
+ 2412 = "Melitopol"
148
+ 2414 = "Tichorieck"
149
+ 2415 = "Chopior"
150
+ 2419 = "Syzran"
151
+ 2420 = "Agidel"
152
+ 2421 = "Czystopol"
153
+ 2422 = "Czeboksary"
154
+ 2424 = "Przemysl"
155
+ 2427 = "Bielojarskij"
156
+ 2444 = "Zlatoust"
157
+ 2749 = "Tichwin"
158
+ 2956 = "Strubina"
159
+ 2957 = "Ratyzbona"
160
+ 2958 = "Ostr�da"
161
+ 2959 = "Tarn�w"
162
+ 2961 = "Lw�w"
163
+ 2962 = "R�wne"
164
+ 2963 = "Naklo"
165
+ 2964 = "Hawolin"
166
+ 2966 = "Glog�w"
167
+ 2967 = "Cheb"
168
+ 2968 = "Budziejowice"
169
+ 2969 = "Lubusz"
170
+ 2970 = "Hradec"
171
+ 2993 = "Przeslaw"
172
+ 2994 = "Wologoszcz"
173
+ 2995 = "Slupsk"
174
+ 2996 = "Wyszomierz"
175
+ 2997 = "Tuchola"
176
+ 4115 = "Mozyrz"
177
+ 4117 = "Biezeck"
178
+ 4122 = "Szenkursk"
179
+ 4129 = "Stary Perm"
180
+ 4236 = "Trenczyn"
181
+ 4237 = "Olomuniec"
182
+ 4238 = "Lignica"
183
+ 4241 = "Kies"
184
+ 4243 = "Toropiec"
185
+ 4244 = "Trubczewsk"
186
+ 4245 = "Wiazma"
187
+ 4246 = "Mscislaw"
188
+ 4260 = "Wysnij Woloczok"
189
+ 4708 = "Fryzynga"
190
+ 4709 = "Pasawa"
191
+ 4712 = "Konstancja"
192
+ 4720 = "Genewa"
193
+ 4744 = "Cwik�w"
194
+ 4747 = "Drawsko"
195
+ 4759 = "G�rna Karyntia"
196
+ 4765 = "Miluza"
197
+ 4773 = "Getynga"
198
+ 4778 = "Zgorzelice"
common/province_names/schlesian_new.txt ADDED
@@ -0,0 +1,188 @@
1
+ 13 = "Szlezwik"
2
+ 32 = "Prioziersk"
3
+ 33 = "Newa"
4
+ 34 = "Ingria"
5
+ 35 = "Ozylia"
6
+ 36 = "Rewal"
7
+ 37 = "Liwlandia"
8
+ 38 = "Ryga"
9
+ 39 = "Goldynga"
10
+ 41 = "Kr�lewiec"
11
+ 42 = "Warmia"
12
+ 43 = "Gdansk"
13
+ 45 = "Lubeka"
14
+ 46 = "Roztoka"
15
+ 47 = "Strzal�w"
16
+ 48 = "Kolobrzeg"
17
+ 49 = "Santok"
18
+ 50 = "Rypin"
19
+ 52 = "Dziewin"
20
+ 57 = "Brunszwik"
21
+ 58 = "Desawa"
22
+ 59 = "Biala Gora"
23
+ 60 = "Budziszyn"
24
+ 61 = "Drezno"
25
+ 62 = "Lipsk"
26
+ 63 = "Jarobr�d"
27
+ 65 = "Monachium"
28
+ 67 = "Norymberga"
29
+ 69 = "G�rna Szwabia"
30
+ 72 = "Bryzgowia"
31
+ 75 = "Strasburg"
32
+ 78 = "Moguncja"
33
+ 80 = "Trewir"
34
+ 81 = "Hesja"
35
+ 82 = "Westfalia"
36
+ 85 = "Kolonia"
37
+ 86 = "Monastyr"
38
+ 110 = "Trydent"
39
+ 128 = "Dolna Karyntia"
40
+ 4759 = "G�rna Karyntia"
41
+ 129 = "Kraina"
42
+ 133 = "Linec"
43
+ 134 = "Wieden"
44
+ 151 = "Carogr�d"
45
+ 162 = "Zemplin"
46
+ 165 = "Berno"
47
+ 262 = "Krak�w"
48
+ 263 = "Racib�rz"
49
+ 264 = "Wroclaw"
50
+ 266 = "Praga"
51
+ 267 = "Pilzno"
52
+ 268 = "Suczawa"
53
+ 270 = "Troki"
54
+ 271 = "Zmudz"
55
+ 272 = "Wilno"
56
+ 273 = "Inflanty"
57
+ 274 = "Psk�w"
58
+ 275 = "Polock"
59
+ 277 = "Brzesc"
60
+ 279 = "Wolyn"
61
+ 280 = "Kij�w"
62
+ 281 = "Podole"
63
+ 282 = "Jedysan"
64
+ 283 = "Zaporoze"
65
+ 284 = "Krym"
66
+ 285 = "Kaffa"
67
+ 286 = "Azow"
68
+ 289 = "Czernich�w"
69
+ 290 = "Poltawa"
70
+ 291 = "Chark�w"
71
+ 292 = "Mohylew"
72
+ 294 = "Twer"
73
+ 295 = "Moskwa"
74
+ 297 = "Briansk"
75
+ 299 = "Woronez"
76
+ 301 = "Riazan"
77
+ 303 = "Sarat�w"
78
+ 302 = "Tambow"
79
+ 306 = "Nizny Nowogr�d"
80
+ 307 = "Wlodzimierz"
81
+ 308 = "Jaroslaw"
82
+ 309 = "Oloniec"
83
+ 310 = "Nowogr�d"
84
+ 311 = "Cholm"
85
+ 312 = "Bieloziero"
86
+ 313 = "Archangielsk"
87
+ 314 = "Wologda"
88
+ 464 = "Astrachan"
89
+ 466 = "Saraj"
90
+ 468 = "Manycz"
91
+ 475 = "Baszkortostan"
92
+ 767 = "Szczytno"
93
+ 771 = "Witebsk"
94
+ 1079 = "Wiatka"
95
+ 1081 = "Symbirsk"
96
+ 1083 = "Wietluga"
97
+ 1318 = "Spisz"
98
+ 1752 = "Rzew"
99
+ 1755 = "Ustiug"
100
+ 1756 = "Besarabia"
101
+ 1757 = "Gorny Palatynat"
102
+ 1758 = "Hanower"
103
+ 1759 = "Postapin"
104
+ 1760 = "Koblencja"
105
+ 1761 = "Palatynat"
106
+ 1763 = "Luzyce"
107
+ 1769 = "Gorycja"
108
+ 1771 = "Rudawy"
109
+ 1772 = "Bratyslawa"
110
+ 1772 = "Pozon"
111
+ 1775 = "Holsztyn"
112
+ 1778 = "Kasimow"
113
+ 1837 = "Dorpat"
114
+ 1841 = "Malbork"
115
+ 1842 = "Narwa"
116
+ 1858 = "Szczecin"
117
+ 1863 = "Grodziec"
118
+ 1869 = "Zurych"
119
+ 1873 = "Gryzonia"
120
+ 1874 = "Brema"
121
+ 1878 = "Akwizgran"
122
+ 1935 = "Mitawa"
123
+ 1936 = "Kowno"
124
+ 1941 = "Tur�w"
125
+ 1942 = "Zytomierz"
126
+ 1943 = "Braclaw"
127
+ 1944 = "Czerkasy"
128
+ 1945 = "Siewierszczyzna"
129
+ 1952 = "Marmarosz"
130
+ 1955 = "Cholmogory"
131
+ 1957 = "Galicz"
132
+ 1959 = "Torzok"
133
+ 1960 = "Ostr�w"
134
+ 1966 = "Czelabinsk"
135
+ 1971 = "Carycyn"
136
+ 1972 = "Udmurcja"
137
+ 1974 = "Cherson"
138
+ 2405 = "Tehinia"
139
+ 2406 = "Oczak�w"
140
+ 2407 = "Perejaslaw"
141
+ 2408 = "Lipieck"
142
+ 2409 = "Bachmut"
143
+ 2410 = "Teodoro"
144
+ 2411 = "Kudak"
145
+ 2412 = "Melitopol"
146
+ 2414 = "Tichorieck"
147
+ 2415 = "Chopior"
148
+ 2419 = "Syzran"
149
+ 2420 = "Agidel"
150
+ 2421 = "Czystopol"
151
+ 2422 = "Czeboksary"
152
+ 2424 = "Przemysl"
153
+ 2427 = "Bielojarskij"
154
+ 2444 = "Zlatoust"
155
+ 2749 = "Tichwin"
156
+ 2956 = "Strubina"
157
+ 2957 = "Ratyzbona"
158
+ 2958 = "Ostr�da"
159
+ 2959 = "Tarn�w"
160
+ 2961 = "Lw�w"
161
+ 2962 = "R�wne"
162
+ 2964 = "Hawolin"
163
+ 2966 = "Glog�w"
164
+ 2967 = "Cheb"
165
+ 2968 = "Budziejowice"
166
+ 2969 = "Lubusz"
167
+ 2970 = "Hradec"
168
+ 2993 = "Przeslaw"
169
+ 2994 = "Wologoszcz"
170
+ 2995 = "Slupsk"
171
+ 2996 = "Wyszomierz"
172
+ 2997 = "Tuchola"
173
+ 4115 = "Mozyrz"
174
+ 4117 = "Biezeck"
175
+ 4122 = "Szenkursk"
176
+ 4129 = "Stary Perm"
177
+ 4236 = "Trenczyn"
178
+ 4237 = "Olomuniec"
179
+ 4238 = "Lignica"
180
+ 4241 = "Kies"
181
+ 4243 = "Toropiec"
182
+ 4244 = "Trubczewsk"
183
+ 4245 = "Wiazma"
184
+ 4246 = "Mscislaw"
185
+ 4260 = "Wysnij Woloczok"
186
+ 4747 = "Drawsko"
187
+ 4778 = "Zgorzelice"
188
+ 4720 = "Genewa"
common/province_names/serbian_new.txt ADDED
@@ -0,0 +1,35 @@
1
+ 118 = "Rim"
2
+ 137 = "Dubrovnik"
3
+ 140 = "Bosna"
4
+ 142 = "Krf"
5
+ 143 = "Valona"
6
+ 144 = "Epir"
7
+ 145 = "Moreja"
8
+ 146 = "Atina"
9
+ 147 = "Tesalija"
10
+ 148 = "Solun"
11
+ 149 = "Jedrinje"
12
+ 150 = "Nikopolj"
13
+ 151 = "Carigrad"
14
+ 152 = "Varazdin"
15
+ 156 = "Temisvar"
16
+ 159 = "Silistra"
17
+ 160 = "Oltenija"
18
+ 161 = "Trgoviste"
19
+ 164 = "Naksos"
20
+ 320 = "Rodos"
21
+ 1765 = "Sofija"
22
+ 1767 = "Slavonija"
23
+ 1769 = "Gorica"
24
+ 1773 = "Ahaja"
25
+ 1853 = "Kostur"
26
+ 1954 = "Vojvodina"
27
+ 2978 = "Areco"
28
+ 3003 = "Evbeja"
29
+ 4173 = "Srem"
30
+ 4174 = "Drac"
31
+ 4728 = "Pavija"
32
+ 4738 = "Trst"
33
+ 4750 = "Kroja"
34
+ 4751 = "Celje"
35
+ 4754 = "Kotor"
common/province_names/slavic.txt ADDED
@@ -0,0 +1,119 @@
1
+ 19 = "Nikolaistadt"
2
+ 27 = "Abo"
3
+ 28 = "Helsingfors"
4
+ 29 = "Tammerfors"
5
+ 30 = "Vyborg"
6
+ 31 = "Sankt Michel"
7
+ 32 = "Priozersk"
8
+ 35 = "Ezel"
9
+ 37 = "Pernov"
10
+ 151 = "Tsargrad"
11
+ 162 = "Prashev"
12
+ 272 = "Vilno"
13
+ 282 = "Ochakov"
14
+ 283 = "Krivoi Rog"
15
+ 285 = "Feodosia"
16
+ 287 = "Ekaterinodar"
17
+ 288 = "Ust-Medveditskaya"
18
+ 315 = "Pechenga"
19
+ 419 = "Erivan"
20
+ 421 = "Baku"
21
+ 422 = "Kutais"
22
+ 423 = "Tiflis"
23
+ 425 = "Derbent"
24
+ 459 = "Pishpek"
25
+ 461 = "Vernyi"
26
+ 463 = "Maikop"
27
+ 465 = "Nizhny-Embinsk"
28
+ 466 = "Kamyshin"
29
+ 469 = "Guriev"
30
+ 470 = "Kalmykov"
31
+ 471 = "Aralsk"
32
+ 472 = "Aktubinsk"
33
+ 478 = "Semipalatinsk"
34
+ 479 = "Atbasarsk"
35
+ 480 = "Novosibirsk"
36
+ 716 = "Belotsarsk"
37
+ 2113 = "Port-Artur"
38
+ 2188 = "Harbin"
39
+ 1037 = "Oimakon"
40
+ 1047 = "Ayan"
41
+ 729 = "Habarovsk"
42
+ 1050 = "Nikolayev-on-Amur"
43
+ 1049 = "Blagoveshensk"
44
+ 1071 = "Tara"
45
+ 1074 = "Tobolsk"
46
+ 1078 = "Ekaterinburg"
47
+ 1080 = "Serov"
48
+ 1055 = "Verhneangarsk"
49
+ 1057 = "Verhneudinsk"
50
+ 1834 = "Uriev"
51
+ 2106 = "Vladivostok"
52
+ 1936 = "Kovno"
53
+ 1952 = "Zakarpathia"
54
+ 1962 = "Izhevsk"
55
+ 1966 = "Chelabinsk"
56
+ 1972 = "Glazov"
57
+ 1963 = "Troitsko-Pechersk"
58
+ 1970 = "Perovsk"
59
+ 1971 = "Tsaritsyn"
60
+ 1974 = "Cherson"
61
+ 2125 = "Przhevalsk"
62
+ 2126 = "Naryn"
63
+ 2195 = "Novorissiysk"
64
+ 2196 = "Batum"
65
+ 2197 = "Pyatigorsk"
66
+ 2198 = "Grozny"
67
+ 2199 = "Petrovsk"
68
+ 2201 = "Vladikavkaz"
69
+ 2203 = "Elisavetpol"
70
+ 2349 = "Krasnovodsk"
71
+ 2350 = "Ashabad"
72
+ 2351 = "Irghiz"
73
+ 2352 = "Kazalinsk"
74
+ 2354 = "Akmolinsk"
75
+ 2355 = "Sergiopol"
76
+ 2356 = "Chimkent"
77
+ 2357 = "Kokchetav"
78
+ 2359 = "Kiyinsk"
79
+ 2360 = "Karkaralinsk"
80
+ 2361 = "Golodnaya steppe"
81
+ 2364 = "Fergana"
82
+ 2365 = "Aleksandrov-gay"
83
+ 2366 = "Ilets"
84
+ 2367 = "Glinanskaya"
85
+ 2369 = "Kustanay"
86
+ 2370 = "Kungrad"
87
+ 2406 = "Nikolaev"
88
+ 2409 = "Vyoshenskaya"
89
+ 2410 = "Sevastopol"
90
+ 2411 = "Ekaterinoslav"
91
+ 2412 = "Mariupol"
92
+ 2413 = "Novocherkassk"
93
+ 2414 = "Tichoretsk"
94
+ 2415 = "Atkarsk"
95
+ 2416 = "Stavropol"
96
+ 2417 = "Elista"
97
+ 2418 = "Pokrovsk"
98
+ 2419 = "Syzran"
99
+ 2420 = "Orenburg"
100
+ 2421 = "Berezhnye"
101
+ 2422 = "Cheboksary"
102
+ 2427 = "Beloyarskiy"
103
+ 2429 = "Variegansk"
104
+ 2430 = "Troitskiy"
105
+ 2431 = "Uchaminskiy"
106
+ 2432 = "Yeniseysk"
107
+ 2433 = "Kemerovo"
108
+ 2435 = "Olyokminsk"
109
+ 2436 = "Vanavara"
110
+ 2437 = "Vilyisk"
111
+ 2438 = "Zhigansk"
112
+ 2442 = "Kirensk"
113
+ 2443 = "Krasnoyarsk"
114
+ 2444 = "Zlatoust"
115
+ 2446 = "Chita"
116
+ 2447 = "Taman"
117
+ 4687 = "Koryakovsky"
118
+ 4689 = "Omsk"
119
+ 4691 = "Ob"
common/province_names/slovak_new.txt ADDED
@@ -0,0 +1,94 @@
1
+ 1772 = { "Pre�porok" "Pre�porok" }
2
+ 154 = { "Nitra" "Nitra" }
3
+ 4236 = { "Trenc�n" "Trenc�n" }
4
+ 1318 = { "Spi�" "Levoca" }
5
+ 162 = { "Zempl�n" "Ko�ice" }
6
+ 1952 = { "Podkarpatie" "Chust" }
7
+ 135 = { "�opron" "�opron" }
8
+ 4240 = { "Stolicn� Belehrad" "Stolicn� Belehrad" }
9
+ 153 = { "Pe�tbud�n" "Pe�tbud�n" }
10
+ 1864 = { "P�tkostolie" "P�tkostolie" }
11
+ 4125 = { "Soln�k" "Soln�k" }
12
+ 1953 = { "Debrec�n" "Debrec�n" }
13
+ 155 = { "B�ke�" "B�ke�" }
14
+ 4126 = { "B�c" "B�c" }
15
+ 1954 = { "Vojvodina" "Velk� Beckerek" }
16
+ 4173 = { "Sriem" "Sriemska Mitrovica" }
17
+ 4953 = { "Bystrica" "Bystrica" }
18
+ 158 = { "Maru�a" "Maru�sk� Trhovi�te" }
19
+ 1951 = { "Balhrad" "Balhrad" }
20
+ 4127 = { "Klu�" "Klu�" }
21
+ 4128 = { "Sibin" "Sibin" }
22
+ 157 = { "Velk� Varad�n" "Velk� Varad�n" }
23
+ 156 = { "Teme�v�r" "Teme�v�r" }
24
+ 4239 = { "Belehrad" "Belehrad" }
25
+ 4954 = { "Satm�r" "Satm�r" }
26
+ 264 = { "Vratislav" "Vratislav" }
27
+ 4759 = { "Horn� Korut�nsko" "Biel�k" }
28
+ 128 = { "Doln� Korut�nsko" "Celovec" }
29
+ 133 = { "Linec" "Linec" }
30
+ 134 = { "Vieden" "Vieden" }
31
+ 1770 = { "Krem�a" "Krem�a" }
32
+ 4762 = { "Sv�t� Hypolit" "Sv�t� Hypolit" }
33
+ 1863 = { "�tajersk� Hradec" "�tajersk� Hradec" }
34
+ 2960 = { "Nov� Sonc" "Nov� Sonc" }
35
+ 262 = { "Krakov" "Krakov" }
36
+ 263 = { "Ratibor" "Ratibor" }
37
+ 4238 = { "Lehnica" "Lehnica" }
38
+ 2966 = { "Hlohov" "Hlohov" }
39
+ 4778 = { "Zhorelec" "Zhorelec" }
40
+ 60 = { "Budys�n" "Budys�n" }
41
+ 1763 = { "Chotebuz" "Chotebuz" }
42
+ 2959 = { "Tarnov" "Tarnov" }
43
+ 2424 = { "Premysl" "Premysl" }
44
+ 4541 = { "Drohobyc" "Drohobyc" }
45
+ 2961 = { "Lvov" "Lvov" }
46
+ 261 = { "Halic" "Halic" }
47
+ 1767 = { "Slav�nsko" "Osijek" }
48
+ 4756 = { "Belovar" "Belovar" }
49
+ 152 = { "Varazd�n" "Varazd�n" }
50
+ 131 = { "Z�hreb" "Z�hreb" }
51
+ 4752 = { "Rijeka" "Rijeka" }
52
+ 1826 = { "Lika" "Gospic" }
53
+ 4753 = { "Zadar" "Zadar" }
54
+ 136 = { "Split" "Split" }
55
+ 137 = { "Dubrovn�k" "Dubrovn�k" }
56
+ 129 = { "Kransko" "Lublana" }
57
+ 4751 = { "Celje" "Celje" }
58
+ 4738 = { "Terst" "Terst" }
59
+ 1769 = { "Gorica" "Gorica" }
60
+ 4725 = { "Vysocina" "Jihlava" }
61
+ 266 = { "Praha" "Praha" }
62
+ 1771 = { "Litomerice" "Litomerice" }
63
+ 2967 = { "Cheb" "Cheb" }
64
+ 132 = "�tajersko"
65
+ 4761 = "Travensko"
66
+ 76 = { "Solnohrad" "Solnohrad" }
67
+ 259 = { "Sandomier" "Sandomier" }
68
+ 4533 = { "Vielun" "Vielun" }
69
+ 258 = { "Syr�dia" "Syr�dia" }
70
+ 255 = { "Kali�" "Kali�" }
71
+ 1939 = { "Lecyca" "Lecyca" }
72
+ 4526 = { "Hnezdno" "Hnezdno" }
73
+ 4528 = { "Kujavy" "Kujavy" }
74
+ 1938 = { "Lomza" "Lomza" }
75
+ 4525 = { "R�va" "R�va" }
76
+ 257 = { "Var�ava" "Var�ava" }
77
+ 4523 = { "Inovratislav" "Inovratislav" }
78
+ 1859 = { "Chlemno" "Chlemno" }
79
+ 43 = { "Gdansk" "Gdansk" }
80
+ 41 = { "Kr�lovec" "Kr�lovec" }
81
+ 42 = { "Varmia" "Olyst�n" }
82
+ 767 = { "Scytno" "Scytno" }
83
+ 2958 = { "Ostr�da" "Ostr�da" }
84
+ 1841 = { "Malbork" "Malbork" }
85
+ 49 = { "Horov" "Horov" }
86
+ 2995 = { "Stlp" "Stlp" }
87
+ 48 = { "Kolobreh" "Kolobreh" }
88
+ 4747 = { "Dr�vsko" "Dr�vsko" }
89
+ 2969 = { "Tozim" "Tozim" }
90
+ 1858 = { "Stet�n" "Stet�n" }
91
+ 2994 = { "Volohost" "Volohost" }
92
+ 47 = { "Strela" "Strela" }
93
+ 4745 = { "Rujana" "Rujana" }
94
+ 50 = { "Berl�n" "Berl�n" }
common/province_names/slovene_new.txt ADDED
@@ -0,0 +1,34 @@
1
+ 111 = "Furlanija" # Friuli
2
+ 112 = "Benetke" # Venezia
3
+ 114 = "Ravena" # Ravenna
4
+ 118 = "Rim" # Roma
5
+ 120 = "Abruci" # Abruzzi
6
+ 128 = "Celovec" # Klagenfurt
7
+ 129 = "Kranjska" # Krain
8
+ 130 = "Istra" # Istria
9
+ 131 = "Zagreb" # Zagreb
10
+ 132 = "Stajerska" # Steiermark
11
+ 133 = "Linec" # Linz
12
+ 134 = "Dunaj" # Wien
13
+ 142 = "Krf" # Corfu
14
+ 146 = "Atene" # Athens
15
+ 148 = "Solun" # Salonik
16
+ 149 = "Adrianopel" # Edirne/Adrianople
17
+ 153 = "Pesta" # Pest
18
+ 1768 = "Lijents" # Lienz
19
+ 1769 = "Gorica" # Gorz
20
+ 1772 = "Bratislava" # Pozsony/Pressburg
21
+ 1773 = "Ahaja" # Achaea
22
+ 1774 = "Trbiz" # Treviso
23
+ 1863 = "Gradec" # Graz
24
+ 1864 = "Somodska" # Somogy
25
+ 4126 = "Bac" # Bacs
26
+ 4174 = "Drac" # Durres
27
+ 4239 = "Beograd" # Nandorfehervar
28
+ 4701 = "Korint" # Corinth
29
+ 4733 = "Molize" # Molise
30
+ 4738 = "Trst" # Trieste
31
+ 4751 = "Celje" # Cilli
32
+ 4752 = "Reka" # Rijeka
33
+ 4753 = "Zadar" # Zadar
34
+ 4759 = "Beljak" # Villach
common/province_names/sorbian_new.txt ADDED
@@ -0,0 +1 @@
1
+ 4778 = "Zhorjelc"
common/rebel_types/anti_tax.txt CHANGED
@@ -164,6 +164,12 @@ anti_tax_rebels = {
164
164
  remove_country_modifier = isolate_rebels
165
165
  add_prestige = -50
166
166
  }
167
+ if = {
168
+ limit = { has_disaster = castilian_civil_war }
169
+ set_country_flag = cas_civil_war_rebels_won
170
+ country_event = { id = castilian_civil_war.100 }
171
+ end_disaster = castilian_civil_war
172
+ }
167
173
  if = {
168
174
  limit = {
169
175
  OR = {
common/religions/00_religion.txt CHANGED
@@ -424,6 +424,7 @@ christian = {
424
424
  justified_religious_war_aspect
425
425
  war_preaches_aspect
426
426
  head_of_the_church_aspect
427
+ anglican_aspect
427
428
  }
428
429
  aspects_name = PROTESTANT_ASPECTS
429
430
 
common/revolution/00_revolution.txt CHANGED
@@ -198,7 +198,7 @@ revolution = {
198
198
  # Values at 100 Revolutionary Zeal
199
199
  zeal_modifiers = {
200
200
  administrative_efficiency = 0.3
201
- special_unit_forcelimit = 0.2
201
+ allowed_rev_guard_fraction = 0.2
202
202
  discipline = 0.05
203
203
  }
204
204
  }
common/scripted_effects/01_scripted_effects_for_on_actions.txt CHANGED
@@ -1926,6 +1926,10 @@ on_battle_won_country_effect = {
1926
1926
  ROOT = { has_government_attribute = manpower_from_defeating_armies }
1927
1927
  }
1928
1928
  ROOT = {
1929
+ set_variable = {
1930
+ which = land_units_killed_var
1931
+ which = land_units_killed
1932
+ }
1929
1933
  multiply_variable = {
1930
1934
  which = land_units_killed_var
1931
1935
  value = 0.1
@@ -2155,6 +2159,7 @@ on_culture_demoted_effect = {
2155
2159
  NOT = { accepted_culture = sorbian }
2156
2160
  NOT = { accepted_culture = schlesian }
2157
2161
  NOT = { accepted_culture = polish }
2162
+ NOT = { accepted_culture = slovak }
2158
2163
  }
2159
2164
  }
2160
2165
  remove_country_modifier = rus_west_slavic_union
@@ -2165,7 +2170,6 @@ on_culture_demoted_effect = {
2165
2170
  OR = {
2166
2171
  NOT = { accepted_culture = hungarian }
2167
2172
  NOT = { accepted_culture = romanian }
2168
- NOT = { accepted_culture = slovak }
2169
2173
  NOT = { accepted_culture = transylvanian }
2170
2174
  }
2171
2175
  }
@@ -3374,4 +3378,52 @@ on_seize_land_effect = {
3374
3378
  }
3375
3379
  }
3376
3380
  }
3381
+ }
3382
+ on_heir_disinherited_or_death_effect = {
3383
+ if = {
3384
+ limit = { has_country_flag = heir_dip_education }
3385
+ clr_country_flag = heir_dip_education
3386
+ }
3387
+ if = {
3388
+ limit = { has_country_flag = heir_mil_education }
3389
+ clr_country_flag = heir_mil_education
3390
+ }
3391
+ if = {
3392
+ limit = { has_country_flag = heir_adm_education }
3393
+ clr_country_flag = heir_adm_education
3394
+ }
3395
+ if = {
3396
+ limit = { has_ruler_flag = well_advised_tutored_heir }
3397
+ clr_ruler_flag = well_advised_tutored_heir
3398
+ }
3399
+ if = {
3400
+ limit = { has_ruler_flag = heir_went_on_grand_tour }
3401
+ clr_ruler_flag = heir_went_on_grand_tour
3402
+ }
3403
+ if = {
3404
+ limit = { has_country_flag = albrecht_achilles_flag }
3405
+ clr_country_flag = albrecht_achilles_flag #Death of original Albrecht Achilles
3406
+ }
3407
+ if = {
3408
+ limit = { has_ruler_flag = sancaga_cikma }
3409
+ clr_ruler_flag = sancaga_cikma
3410
+ every_owned_province = {
3411
+ limit = {
3412
+ has_province_modifier = heir_in_training
3413
+ }
3414
+ remove_province_modifier = heir_in_training
3415
+ }
3416
+ }
3417
+ if = {
3418
+ limit = { has_ruler_flag = returned_from_sancaga_sikma_province }
3419
+ clr_ruler_flag = returned_from_sancaga_sikma_province
3420
+ }
3421
+ if = {
3422
+ limit = { primary_culture = maori }
3423
+ country_event = { id = polynesian.26 }
3424
+ }
3425
+ if = {
3426
+ limit = { has_any_heir_cult_active = yes }
3427
+ remove_heir_cult = yes
3428
+ }
3377
3429
  }
common/scripted_triggers/00_scripted_triggers_FR.txt CHANGED
@@ -2700,19 +2700,19 @@ frloc_ruler_fem_vow_1043_gov_religious_order_COMMANDER_EMPRESS = { # "Imp
2700
2700
  AND = { government_rank = 3 OR = { has_reform = monastic_order_reform AND = { government = theocracy tag = KOJ } } }
2701
2701
  }
2702
2702
  frloc_ruler_masc_cons_1044_sisters_crusader_state_GRAND_MASTER = { # "Grand ma�tre"
2703
- AND = { OR = { government_rank = 1 government_rank = 2 } NOT = { government_rank = 3 } religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
2703
+ AND = { OR = { government_rank = 1 government_rank = 2 } NOT = { government_rank = 3 } OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
2704
2704
  }
2705
2705
  frloc_ruler_masc_vow_1044_sisters_crusader_state_COMMANDER_EMPEROR = { # "Empereur-commandeur"
2706
- AND = { government_rank = 3 religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
2706
+ AND = { government_rank = 3 OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
2707
2707
  }
2708
2708
  frloc_ruler_fem_vow_1044_sisters_crusader_state_ABBESS = { # "Abbesse"
2709
- AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
2709
+ AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
2710
2710
  }
2711
2711
  frloc_ruler_fem_cons_1044_sisters_crusader_state_MOTHER_SUPERIOR = { # "M�re sup�rieure"
2712
- AND = { government_rank = 2 NOT = { government_rank = 3 } religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
2712
+ AND = { government_rank = 2 NOT = { government_rank = 3 } OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
2713
2713
  }
2714
2714
  frloc_ruler_fem_cons_1044_sisters_crusader_state_GRAND_MISTRESS = { # "Grande ma�tresse"
2715
- AND = { government_rank = 3 religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
2715
+ AND = { government_rank = 3 OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
2716
2716
  }
2717
2717
  frloc_ruler_masc_cons_1045_gov_jarldom_JARL = { # "Jarl"
2718
2718
  AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy OR = { religion = norse_pagan_reformed culture = norse } }
@@ -3709,10 +3709,10 @@ frloc_heir_fem_vow_1043_gov_religious_order_HEIR_fem = { # "H
3709
3709
  AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } OR = { has_reform = monastic_order_reform AND = { government = theocracy tag = KOJ } } }
3710
3710
  }
3711
3711
  frloc_heir_masc_vow_1044_sisters_crusader_state_HEIR = { # "H�ritier"
3712
- AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
3712
+ AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
3713
3713
  }
3714
3714
  frloc_heir_fem_vow_1044_sisters_crusader_state_HEIR_fem = { # "H�riti�re"
3715
- AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } religion = catholic has_reform = holy_state_reform has_country_modifier = sisters_takeover }
3715
+ AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } OR = { AND = { has_reform = holy_state_reform has_country_modifier = sisters_takeover } has_reform = sisterhood_of_jeanne_darc_reform } }
3716
3716
  }
3717
3717
  frloc_heir_masc_vow_1045_gov_jarldom_HEIR = { # "H�ritier"
3718
3718
  AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } government = monarchy OR = { religion = norse_pagan_reformed culture = norse } }
common/scripted_triggers/00_scripted_triggers_estates.txt CHANGED
@@ -51,6 +51,8 @@ has_exempt_from_seize_land_for_estate_nobles = {
51
51
  has_estate_privilege = estate_nobles_nobles_instead_of_royal_court
52
52
  #England's starting privilege
53
53
  has_estate_privilege = estate_nobles_english_villeinage
54
+ #Prussia's privilege
55
+ has_estate_privilege = estate_nobles_consolidated_noble_contracts
54
56
  }
55
57
  }
56
58
  has_exempt_from_seize_land_for_estate_brahmins = {
@@ -87,7 +89,8 @@ has_exempt_from_seize_land_for_estate_maratha = {
87
89
  }
88
90
  }
89
91
  has_exempt_from_seize_land_for_estate_nomadic_tribes = {
90
- has_estate_privilege = estate_nomadic_tribes_autonomy_of_the_tribes
92
+ #has_estate_privilege = estate_nomadic_tribes_autonomy_of_the_tribes
93
+ always = no
91
94
  }
92
95
  has_exempt_from_seize_land_for_estate_rajput = {
93
96
  has_estate_privilege = estate_rajput_rajput_regiments
common/subject_types/00_subject_types.txt CHANGED
@@ -63,13 +63,13 @@ default = {
63
63
  transfer_trade_if_merchant_republic = no
64
64
  joins_overlords_wars = yes
65
65
  can_be_co_belligerented = no #Enemies can force this subject to join its overlord into the defense war. Only used when the subject has the "joins_overlords_wars = no". By default it's "no".
66
- can_be_called_to_wars = no #Overlord can ask subject to join wars like it could ask allies to join. You would require favors to call them to wars. Only used when the subject has the "joins_overlords_wars = no". By default it's "no"
66
+ must_accept_cta_from_overlord = no #Overlord can ask subject to join wars like it could ask allies to join. You would require favors to call them to wars. Only used when the subject has the "joins_overlords_wars = no". By default it's "no"
67
67
  favors_cost_to_join_offensive_wars = 0 #Defines how much favors the overlord need to invest to call the subject into an offensive war
68
68
  favors_cost_to_join_defensive_wars = 0 #Defines how much favors the overlord need to invest to call the subject into a defensive war
69
69
  opinion_cost_to_join_offensive_wars = 0 #Defines how much opinion the subject loses of the overlord to call the subject into an offensive war. Applied if you do not have Leviathan
70
70
  opinion_cost_to_join_defensive_wars = 0 #Defines how much opinion the subject loses of the overlord to call the subject into a defensive war. Applied if you do not have Leviathan
71
71
  opinion_cost_instead_of_favors_cost = no #Determines if the subject requires favors or opinion to join a the war. If set "yes" then it requires the aforementioned opinion costs - regardless if Leviathan is active or not. "No" is the default setting
72
- opinion_on_subject_integration = -30 #Determines how much opinion they actually lose when a fellow subject gets integrated.
72
+ opinion_on_subject_integration = 30 #Determines how much opinion they actually lose when a fellow subject gets integrated.
73
73
  joins_colonial_wars = no
74
74
  can_be_integrated = no
75
75
  can_release_and_play = no # "Release Colony" in SubjectView
@@ -461,6 +461,14 @@ appanage = {
461
461
  modifier_subject = {
462
462
  modifier = appanage_subject
463
463
  }
464
+ modifier_subject = {
465
+ modifier = subject_tax_modifier
466
+ trigger = {
467
+ overlord = {
468
+ has_government_attribute = subject_tax_modifier_25
469
+ }
470
+ }
471
+ }
464
472
  modifier_overlord = {
465
473
  modifier = appanage_overlord
466
474
  }
@@ -897,15 +905,16 @@ eyalet = {
897
905
  gets_help_with_rebels = yes
898
906
  forms_trade_companies = no
899
907
  takes_diplo_slot = no
900
- can_be_co_belligerented = yes
901
- can_be_called_to_wars = yes
902
908
  extend_trading_range = yes
903
- opinion_cost_instead_of_favors_cost = yes
904
- opinion_cost_to_join_offensive_wars = 40
905
- opinion_cost_to_join_defensive_wars = 20
906
- opinion_on_subject_integration = 0
907
909
  counts_for_borders = yes
908
910
  max_government_rank = 2
911
+ can_be_co_belligerented = yes
912
+ must_accept_cta_from_overlord = yes
913
+ favors_cost_to_join_offensive_wars = 20 #Defines how much favors the overlord need to invest to call the subject into an offensive war
914
+ favors_cost_to_join_defensive_wars = 10 #Defines how much favors the overlord need to invest to call the subject into a defensive war
915
+ opinion_cost_to_join_offensive_wars = 40 #Defines how much opinion the subject loses of the overlord to call the subject into an offensive war. Applied if you do not have Leviathan
916
+ opinion_cost_to_join_defensive_wars = 20 #Defines how much opinion the subject loses of the overlord to call the subject into a defensive war. Applied if you do not have Leviathan
917
+ opinion_on_subject_integration = 0
909
918
 
910
919
  liberty_desire_development_ratio = 0.1
911
920
  liberty_desire_same_dynasty = -5.0
@@ -977,7 +986,7 @@ core_eyalet = {
977
986
  manpower_to_overlord = 0.33 # Percent of subject FL to use as base for modifiers
978
987
  sailors_to_overlord = 0.33 # Percent of subject FL to use as base for modifiers
979
988
  annex_cost_per_development = 6.0 # annex/integrate cost per development
980
-
989
+ must_accept_cta_from_overlord = no
981
990
  relative_power_class = 2
982
991
  should_quit_wars_on_activation = yes
983
992
 
@@ -1146,7 +1155,7 @@ trade_protectorate = {
1146
1155
  joins_overlords_wars = no
1147
1156
  joins_colonial_wars = no
1148
1157
  can_be_co_belligerented = yes #Enemies can force this subject to join its overlord into the defense war. Only used when the subject has the "joins_overlords_wars = no". By default it's "no".
1149
- can_be_called_to_wars = yes #Overlord can ask subject to join wars like it could ask allies to join. You would require favors to call them to wars. Only used when the subject has the "joins_overlords_wars = no". By default it's "no"
1158
+ must_accept_cta_from_overlord = yes #Overlord can ask subject to join wars like it could ask allies to join. You would require favors to call them to wars. Only used when the subject has the "joins_overlords_wars = no". By default it's "no"
1150
1159
  opinion_cost_to_join_offensive_wars = 100 #Defines how much opinion the subject loses of the overlord to call the subject into an offensive war. Applied if you do not have Leviathan
1151
1160
  opinion_cost_to_join_defensive_wars = 50 #Defines how much opinion the subject loses of the overlord to call the subject into a defensive war. Applied if you do not have Leviathan
1152
1161
  opinion_cost_instead_of_favors_cost = yes #Determines if the subject requires favors or opinion to join a the war. If set "yes" then it requires the aforementioned opinion costs - regardless if Leviathan is active or not. "No" is the default setting
common/wargoal_types/00_wargoal_types.txt CHANGED
@@ -2871,11 +2871,13 @@ take_capital_eyalet_war = {
2871
2871
 
2872
2872
  required_treaty_to_take_provinces = {
2873
2873
  po_establish_eyalet
2874
+ #po_force_border_changes
2874
2875
  }
2875
2876
 
2876
2877
  peace_options = {
2877
2878
  po_demand_provinces
2878
2879
  po_establish_eyalet
2880
+ #po_force_border_changes
2879
2881
  }
2880
2882
  }
2881
2883