Diff to HTML by rtfpessoa

Files changed (5) hide show
  1. common/government_reforms/00_government_reforms.txt +32 -0
  2. common/government_reforms/01_government_reforms_monarchies.txt +285 -20
  3. common/government_reforms/02_government_reforms_republics.txt +31 -0
  4. common/government_reforms/03_government_reforms_theocracies.txt +29 -3
  5. common/government_reforms/06_government_reforms_common.txt +572 -45
common/government_reforms/00_government_reforms.txt CHANGED
@@ -74,6 +74,7 @@ defaults_reform = {
74
74
  has_cultural_union = no
75
75
  can_remove_idea_group = yes
76
76
  mercs_do_not_cost_army_professionalism = no
77
+ is_eligible_for_hre_emperor = no
77
78
  }
78
79
 
79
80
  # legacy governments
@@ -243,11 +244,13 @@ revolutionary_empire = {
243
244
  valid_for_nation_designer = no
244
245
  monarchy = yes
245
246
  revolutionary = yes
247
+ is_eligible_for_hre_emperor = no
246
248
  modifiers = {
247
249
  governing_capacity = 150
248
250
  global_manpower_modifier = 0.25
249
251
  land_morale = 0.10
250
252
  global_autonomy = -0.2
253
+ allowed_rev_guard_fraction = 0.2
251
254
  }
252
255
  removed_effect = {
253
256
  hidden_effect = {
@@ -281,6 +284,16 @@ revolutionary_empire = {
281
284
  override_country_name = GURKANI_EMPIRE_STRING
282
285
  set_country_flag = is_gurkani_flag
283
286
  }
287
+ if = {
288
+ limit = {
289
+ has_country_flag = is_revolutionary_iran_flag
290
+ is_revolutionary = no
291
+ }
292
+ clr_country_flag = is_revolutionary_iran_flag
293
+ restore_country_name = yes
294
+ override_country_name = IRAN_STRING
295
+ set_country_flag = is_iran_flag
296
+ }
284
297
  }
285
298
  }
286
299
 
@@ -881,6 +894,7 @@ republican_dictatorship = {
881
894
 
882
895
 
883
896
  dictatorship = yes
897
+ is_eligible_for_hre_emperor = no
884
898
  modifiers = {
885
899
  governing_capacity = 150
886
900
  global_autonomy = -0.075
@@ -986,6 +1000,7 @@ revolutionary_republic = {
986
1000
  tolerance_heretic = 2
987
1001
  land_morale = 0.1
988
1002
  global_autonomy = -0.2
1003
+ allowed_rev_guard_fraction = 0.2
989
1004
  }
990
1005
 
991
1006
  conditional = {
@@ -1030,6 +1045,16 @@ revolutionary_republic = {
1030
1045
  override_country_name = GURKANI_EMPIRE_STRING
1031
1046
  set_country_flag = is_gurkani_flag
1032
1047
  }
1048
+ if = {
1049
+ limit = {
1050
+ has_country_flag = is_revolutionary_iran_flag
1051
+ is_revolutionary = no
1052
+ }
1053
+ clr_country_flag = is_revolutionary_iran_flag
1054
+ restore_country_name = yes
1055
+ override_country_name = IRAN_STRING
1056
+ set_country_flag = is_iran_flag
1057
+ }
1033
1058
  }
1034
1059
  }
1035
1060
 
@@ -1127,6 +1152,9 @@ monastic_order_government = {
1127
1152
  fixed_rank = 1
1128
1153
  religion = yes
1129
1154
  monastic = yes
1155
+
1156
+ is_eligible_for_hre_emperor = no
1157
+
1130
1158
  modifiers = {
1131
1159
  governing_capacity = 150
1132
1160
  tolerance_own = 1
@@ -1157,6 +1185,9 @@ holy_state_theocracy = {
1157
1185
  }
1158
1186
  religion = yes
1159
1187
  monastic = yes
1188
+
1189
+ is_eligible_for_hre_emperor = no
1190
+
1160
1191
  modifiers = {
1161
1192
  governing_capacity = 100
1162
1193
  # cb_on_religious_enemies = yes
@@ -1192,6 +1223,7 @@ papal_government = {
1192
1223
  fixed_rank = 2
1193
1224
  religion = yes
1194
1225
  monastic = yes
1226
+ is_eligible_for_hre_emperor = no
1195
1227
  modifiers = {
1196
1228
  governing_capacity = 50
1197
1229
  tolerance_own = 1
common/government_reforms/01_government_reforms_monarchies.txt CHANGED
@@ -4,6 +4,7 @@ monarchy_mechanic = {
4
4
  heir = yes
5
5
  queen = yes
6
6
  basic_reform = yes # = invisible/does not take up a slot
7
+ is_eligible_for_hre_emperor = yes
7
8
  valid_for_nation_designer = no
8
9
  custom_attributes = {
9
10
  enables_aristocratic_idea_group = yes
@@ -1064,10 +1065,13 @@ byzantine_autocracy_reform = {
1064
1065
  max_absolutism = -25
1065
1066
  prestige = 0.5
1066
1067
  }
1067
-
1068
- #custom_attributes = {
1069
- # civil_war_on_every_new_ruler = yes
1070
- #}
1068
+ conditional = {
1069
+ allow = { has_dlc = "King of Kings" }
1070
+ custom_attributes = {
1071
+ civil_war_on_every_new_ruler = yes
1072
+ enables_pronoias = yes
1073
+ }
1074
+ }
1071
1075
  }
1072
1076
 
1073
1077
  reformed_byzantine_monarchy_reform = {
@@ -1086,7 +1090,7 @@ reformed_byzantine_monarchy_reform = {
1086
1090
  global_autonomy = -0.05
1087
1091
  culture_conversion_cost = -0.2
1088
1092
  years_of_nationalism = -5
1089
- max_possible_parliament_seats = 8
1093
+ yearly_absolutism = 1
1090
1094
  }
1091
1095
 
1092
1096
  conditional = {
@@ -1095,9 +1099,16 @@ reformed_byzantine_monarchy_reform = {
1095
1099
  has_dlc = "Common Sense"
1096
1100
  has_dlc = "Domination"
1097
1101
  }
1102
+ NOT = { has_dlc = "King of Kings" }
1098
1103
  }
1099
1104
  has_parliament = yes
1100
1105
  }
1106
+ conditional = {
1107
+ allow = { has_dlc = "King of Kings" }
1108
+ custom_attributes = {
1109
+ enables_pronoias = yes
1110
+ }
1111
+ }
1101
1112
  }
1102
1113
 
1103
1114
  margraviate_reform = {
@@ -1468,6 +1479,12 @@ roman_empire_reform = {
1468
1479
  }
1469
1480
  has_parliament = yes
1470
1481
  }
1482
+ conditional = {
1483
+ allow = { has_dlc = "King of Kings" }
1484
+ custom_attributes = {
1485
+ enables_pronoias = yes
1486
+ }
1487
+ }
1471
1488
  ai = {
1472
1489
  factor = 1
1473
1490
  }
@@ -1476,6 +1493,7 @@ roman_empire_reform = {
1476
1493
  persian_government_reform = {
1477
1494
  icon = "persian_sultanate"
1478
1495
  allow_normal_conversion = yes
1496
+ lock_level_when_selected = yes
1479
1497
  potential = {
1480
1498
  OR = {
1481
1499
  tag = PER
@@ -1487,12 +1505,13 @@ persian_government_reform = {
1487
1505
  is_playing_custom_nation = yes
1488
1506
  }
1489
1507
  }
1508
+ NOT = { religion_group = zoroastrian_group }
1490
1509
  }
1491
1510
  trigger = {
1492
- primary_culture = persian
1511
+ NOT = { religion_group = zoroastrian_group }
1493
1512
  }
1494
1513
  nation_designer_trigger = {
1495
- primary_culture = persian
1514
+ NOT = { religion_group = zoroastrian_group }
1496
1515
  }
1497
1516
  valid_for_nation_designer = yes
1498
1517
  nation_designer_cost = 40
@@ -1502,12 +1521,12 @@ persian_government_reform = {
1502
1521
  tolerance_own = 2
1503
1522
  development_cost = -0.05
1504
1523
  innovativeness_gain = 0.25
1505
- manpower_in_accepted_culture_provinces = 0.15
1506
1524
  }
1507
1525
  custom_attributes = {
1508
1526
  enables_divine_idea_group = yes
1509
1527
  enables_aristocratic_idea_group = no
1510
1528
  }
1529
+ maintain_dynasty = yes
1511
1530
  conditional = {
1512
1531
  allow = { has_dlc = "Cradle of Civilization" }
1513
1532
  government_abilities = {
@@ -1519,6 +1538,70 @@ persian_government_reform = {
1519
1538
  }
1520
1539
  }
1521
1540
 
1541
+ zoroastrian_persian_government_reform = {
1542
+ icon = "zoroastrian_persian_government_reform"
1543
+ allow_normal_conversion = yes
1544
+ lock_level_when_selected = yes
1545
+ potential = {
1546
+ OR = {
1547
+ tag = PER
1548
+ tag = ERS
1549
+ AND = {
1550
+ OR = {
1551
+ has_reform = persian_government_reform
1552
+ have_had_reform = persian_government_reform
1553
+ }
1554
+ is_playing_custom_nation = yes
1555
+ }
1556
+ }
1557
+ religion_group = zoroastrian_group
1558
+ }
1559
+ trigger = {
1560
+ religion_group = zoroastrian_group
1561
+ }
1562
+ nation_designer_trigger = {
1563
+ religion_group = zoroastrian_group
1564
+ }
1565
+ valid_for_nation_designer = yes
1566
+ nation_designer_cost = 40
1567
+ modifiers = {
1568
+ innovativeness_gain = 0.25
1569
+ global_missionary_strength = 0.01
1570
+ tolerance_own = 2
1571
+ development_cost = -0.05
1572
+ monarch_admin_power = 2
1573
+ }
1574
+ custom_attributes = {
1575
+ enables_divine_idea_group = yes
1576
+ enables_aristocratic_idea_group = no
1577
+ }
1578
+ maintain_dynasty = yes
1579
+ conditional = {
1580
+ allow = { has_dlc = "King of Kings" }
1581
+ government_abilities = {
1582
+ the_three_royal_fires_mechanic
1583
+ }
1584
+ }
1585
+ #post_removed_effect = {
1586
+ # hidden_effect = {
1587
+ # if = {
1588
+ # limit = { NOT = { has_government_mechanic = the_three_royal_fires_mechanic } }
1589
+ # clr_country_flag = can_place_center_of_reformation
1590
+ # every_owned_province = {
1591
+ # limit = {
1592
+ # is_reformation_center = yes
1593
+ # religion = root
1594
+ # }
1595
+ # remove_reform_center = zoroastrian
1596
+ # }
1597
+ # }
1598
+ # }
1599
+ #}
1600
+ ai = {
1601
+ factor = 1
1602
+ }
1603
+ }
1604
+
1522
1605
  portuguese_monarchy_reform = {
1523
1606
  icon = "portuguese_king"
1524
1607
  allow_normal_conversion = yes
@@ -1679,6 +1762,7 @@ stadthalter_monarchy_reform = {
1679
1762
  heir = no
1680
1763
  duration = 4
1681
1764
  has_term_election = yes
1765
+ is_eligible_for_hre_emperor = no
1682
1766
  states_general_mechanic = {
1683
1767
  statists = {
1684
1768
  naval_forcelimit_modifier = 0.10
@@ -2601,10 +2685,7 @@ feudal_theocracy = {
2601
2685
  potential = {
2602
2686
  OR = {
2603
2687
  AND = {
2604
- OR = {
2605
- religion_group = muslim
2606
- religion_group = zoroastrian_group
2607
- }
2688
+ religion_group = muslim
2608
2689
  OR = {
2609
2690
  has_reform = feudal_theocracy
2610
2691
  have_had_reform = feudal_theocracy
@@ -2617,10 +2698,7 @@ feudal_theocracy = {
2617
2698
  }
2618
2699
  }
2619
2700
  nation_designer_trigger = {
2620
- OR = {
2621
- religion_group = muslim
2622
- religion_group = zoroastrian_group
2623
- }
2701
+ religion_group = muslim
2624
2702
  }
2625
2703
  legacy_equivalent = feudal_theocracy_legacy
2626
2704
  valid_for_nation_designer = yes
@@ -2633,6 +2711,7 @@ feudal_theocracy = {
2633
2711
  brahmins_hindu_loyalty_modifier = 0.05
2634
2712
  church_loyalty_modifier = 0.05
2635
2713
  }
2714
+ maintain_dynasty = yes
2636
2715
 
2637
2716
  conditional = {
2638
2717
  allow = { has_dlc = "Cradle of Civilization" }
@@ -2650,7 +2729,10 @@ mughal_government = {
2650
2729
  icon = "peacock_throne"
2651
2730
  allow_normal_conversion = yes
2652
2731
  potential = {
2653
- has_dlc = "Dharma"
2732
+ OR = {
2733
+ has_dlc = "Dharma"
2734
+ has_dlc = "King of Kings"
2735
+ }
2654
2736
  AND = {
2655
2737
  tag = MUG
2656
2738
  NOT = { map_setup = map_setup_random }
@@ -2820,6 +2902,7 @@ revolutionary_empire_reform = {
2820
2902
  valid_for_new_country = no
2821
2903
  uses_revolutionary_zeal = yes
2822
2904
  revolutionary = yes
2905
+ is_eligible_for_hre_emperor = no
2823
2906
  fixed_rank = 3
2824
2907
  modifiers = {
2825
2908
  global_manpower_modifier = 0.25
@@ -2828,6 +2911,7 @@ revolutionary_empire_reform = {
2828
2911
  governing_capacity = 150
2829
2912
  max_revolutionary_zeal = 50
2830
2913
  papal_influence = -100
2914
+ allowed_rev_guard_fraction = 0.2
2831
2915
  }
2832
2916
 
2833
2917
  custom_attributes = {
@@ -2876,6 +2960,16 @@ revolutionary_empire_reform = {
2876
2960
  override_country_name = GURKANI_EMPIRE_STRING
2877
2961
  set_country_flag = is_gurkani_flag
2878
2962
  }
2963
+ if = {
2964
+ limit = {
2965
+ has_country_flag = is_revolutionary_iran_flag
2966
+ is_revolutionary = no
2967
+ }
2968
+ clr_country_flag = is_revolutionary_iran_flag
2969
+ restore_country_name = yes
2970
+ override_country_name = IRAN_STRING
2971
+ set_country_flag = is_iran_flag
2972
+ }
2879
2973
  }
2880
2974
  }
2881
2975
  }
@@ -3620,6 +3714,7 @@ livonian_naval_monarchy = {
3620
3714
  heir = no
3621
3715
  duration = 4
3622
3716
  has_term_election = yes
3717
+ is_eligible_for_hre_emperor = no
3623
3718
  states_general_mechanic = {
3624
3719
  statists = {
3625
3720
  global_colonial_growth = 10
@@ -4796,6 +4891,45 @@ separation_of_boyars_from_court_reform = {
4796
4891
  }
4797
4892
  }
4798
4893
 
4894
+ reform_the_pronoiars_reform = {
4895
+ icon = "reform_the_pronoiars_reform"
4896
+ allow_normal_conversion = yes
4897
+ potential = {
4898
+ culture_group = byzantine
4899
+ }
4900
+ modifiers = {
4901
+ allow_client_states = yes
4902
+ num_of_pronoiars = 2
4903
+ }
4904
+ ai = {
4905
+ factor = 10
4906
+ }
4907
+ }
4908
+
4909
+ pronoiar_monarchy_reform = {
4910
+ icon = "pronoiar_monarchy_reform"
4911
+ allow_normal_conversion = yes
4912
+ potential = {
4913
+ is_playing_custom_nation = yes
4914
+ }
4915
+ valid_for_nation_designer = yes
4916
+ nation_designer_cost = 100
4917
+ modifiers = {
4918
+ allow_client_states = yes
4919
+ num_of_pronoiars = 3
4920
+
4921
+ }
4922
+ conditional = {
4923
+ allow = { has_dlc = "King of Kings" }
4924
+ custom_attributes = {
4925
+ enables_pronoias = yes
4926
+ }
4927
+ }
4928
+ ai = {
4929
+ factor = 10
4930
+ }
4931
+ }
4932
+
4799
4933
  house_of_lords_reform = {
4800
4934
  icon = "assembly_hall"
4801
4935
  allow_normal_conversion = yes
@@ -5294,6 +5428,29 @@ ottoman_provincial_government_system_reform = {
5294
5428
  }
5295
5429
  }
5296
5430
 
5431
+ legacy_of_timur_reform = {
5432
+ icon = "legacy_of_timur_reform"
5433
+ allow_normal_conversion = yes
5434
+ potential = {
5435
+ has_unlocked_government_reform = {
5436
+ government_reform = legacy_of_timur_reform
5437
+ }
5438
+ }
5439
+ modifiers = {
5440
+ global_autonomy = -0.05
5441
+ years_of_nationalism = -10
5442
+ core_creation = -0.05
5443
+ }
5444
+ custom_attributes = {
5445
+ legacy_of_timur_decision = yes
5446
+ }
5447
+ effect = {
5448
+ }
5449
+ ai = {
5450
+ factor = 10
5451
+ }
5452
+ }
5453
+
5297
5454
  #State and Religion
5298
5455
  #in Common
5299
5456
  restoration_of_clergy_reform = {
@@ -5499,7 +5656,10 @@ zabt_reform = {
5499
5656
  icon = "general_eastern_administrative"
5500
5657
  allow_normal_conversion = yes
5501
5658
  potential = {
5502
- has_dlc = "Dharma"
5659
+ OR = {
5660
+ has_dlc = "Dharma"
5661
+ has_dlc = "King of Kings"
5662
+ }
5503
5663
  tag = MUG
5504
5664
  }
5505
5665
  modifiers = {
@@ -5624,6 +5784,59 @@ administration_of_the_parliament_reform = {
5624
5784
  }
5625
5785
  }
5626
5786
 
5787
+ legacy_of_eranshahr_reform = {
5788
+ icon = "legacy_of_eranshahr_reform"
5789
+ allow_normal_conversion = yes
5790
+ potential = {
5791
+ has_unlocked_government_reform = {
5792
+ government_reform = legacy_of_eranshahr_reform
5793
+ }
5794
+ }
5795
+ modifiers = {
5796
+ same_religion_advisor_cost = -0.2
5797
+ free_policy = 1
5798
+ }
5799
+ custom_attributes = {
5800
+ reform_progress_from_advisors = yes
5801
+ }
5802
+ ai = {
5803
+ factor = 2
5804
+ }
5805
+ }
5806
+
5807
+ court_of_art_and_culture_reform = {
5808
+ icon = "court_of_art_and_culture_reform"
5809
+ allow_normal_conversion = yes
5810
+ potential = {
5811
+ has_dlc = "King of Kings"
5812
+ has_unlocked_government_reform = {
5813
+ government_reform = court_of_art_and_culture_reform
5814
+ }
5815
+ }
5816
+ modifiers = {
5817
+ advisor_pool = 1
5818
+ culture_conversion_cost = -0.1
5819
+ prestige_decay = -0.005
5820
+ }
5821
+ conditional = {
5822
+ allow = { has_dlc = "King of Kings" }
5823
+ government_abilities = {
5824
+ persian_influence_mechanic
5825
+ }
5826
+ }
5827
+ custom_attributes = {
5828
+ can_enforce_primary_culture = yes
5829
+ }
5830
+ removed_effect = {
5831
+ country_event = {
5832
+ id = persian_influence_events.3000
5833
+ }
5834
+ }
5835
+ ai = {
5836
+ factor = 5
5837
+ }
5838
+ }
5839
+
5627
5840
  #deliberative_assembly
5628
5841
 
5629
5842
  # parliamentary_reform defined in common file
@@ -5686,6 +5899,7 @@ states_general_reform = {
5686
5899
  heir = no
5687
5900
  duration = 4
5688
5901
  has_term_election = yes
5902
+ is_eligible_for_hre_emperor = no
5689
5903
  states_general_mechanic = {
5690
5904
  statists = {
5691
5905
  diplomatic_reputation = 1
@@ -6137,7 +6351,7 @@ political_absolutism_reform = {
6137
6351
  }
6138
6352
  modifiers = {
6139
6353
  administrative_efficiency = 0.025
6140
- max_absolutism_effect = 0.15
6354
+ max_absolutism = 10
6141
6355
  }
6142
6356
  ai = {
6143
6357
  factor = 1.5
@@ -6504,8 +6718,8 @@ land_christian_sun_reform = {
6504
6718
  nation_designer_trigger = {
6505
6719
  capital_scope = { region = japan_region }
6506
6720
  }
6721
+ heir = no
6507
6722
  fixed_rank = 3
6508
- maintain_dynasty = yes
6509
6723
  modifiers = {
6510
6724
  manpower_recovery_speed = 0.15
6511
6725
  cb_on_religious_enemies = yes
@@ -6598,4 +6812,55 @@ courts_of_navarra = {
6598
6812
  }
6599
6813
  has_parliament = yes
6600
6814
  }
6815
+ }
6816
+
6817
+ cawa_auxiliary_forces = {
6818
+ icon = "cawa_auxiliary_forces"
6819
+ allow_normal_conversion = yes
6820
+ potential = {
6821
+ OR = {
6822
+ have_had_reform = cawa_auxiliary_forces
6823
+ has_country_flag = allow_cawa_auxiliary_forces_flag
6824
+ }
6825
+ }
6826
+
6827
+ modifiers = {
6828
+ manpower_in_accepted_culture_provinces = 0.10
6829
+ may_return_manpower_on_disband = yes
6830
+ }
6831
+
6832
+ conditional = {
6833
+ allow = {
6834
+ has_dlc = "Origins"
6835
+ }
6836
+ allow_cawa = yes
6837
+ }
6838
+ }
6839
+
6840
+ egyptian_government_reform = {
6841
+ icon = "egyptian_government_reform"
6842
+ allow_normal_conversion = yes
6843
+ potential = {
6844
+ OR = {
6845
+ have_had_reform = egyptian_government_reform
6846
+ has_country_flag = egyptian_government_reform_flag
6847
+ }
6848
+ }
6849
+ lock_level_when_selected = yes
6850
+ valid_for_nation_designer = yes
6851
+ nation_designer_cost = 80
6852
+
6853
+ nation_designer_trigger = {
6854
+ religion_group = muslim
6855
+ }
6856
+
6857
+ modifiers = {
6858
+ yearly_innovativeness = 0.1
6859
+ yearly_government_power = 0.5
6860
+
6861
+ }
6862
+
6863
+ government_abilities = {
6864
+ egyptian_westernization
6865
+ }
6601
6866
  }
common/government_reforms/02_government_reforms_republics.txt CHANGED
@@ -522,6 +522,7 @@ noble_elite_reform = {
522
522
  presidential_despot_reform = {
523
523
  allow_normal_conversion = no
524
524
  dictatorship = yes
525
+ is_eligible_for_hre_emperor = no
525
526
  lock_level_when_selected = yes
526
527
  icon = "parliament_hall"
527
528
  potential = {
@@ -591,6 +592,7 @@ revolutionary_republic_reform = {
591
592
  max_revolutionary_zeal = 50
592
593
  max_absolutism = 40
593
594
  papal_influence = -100
595
+ allowed_rev_guard_fraction = 0.2
594
596
  }
595
597
  fixed_rank = 3
596
598
  effect = {
@@ -655,6 +657,16 @@ revolutionary_republic_reform = {
655
657
  override_country_name = GURKANI_EMPIRE_STRING
656
658
  set_country_flag = is_gurkani_flag
657
659
  }
660
+ if = {
661
+ limit = {
662
+ has_country_flag = is_revolutionary_iran_flag
663
+ is_revolutionary = no
664
+ }
665
+ clr_country_flag = is_revolutionary_iran_flag
666
+ restore_country_name = yes
667
+ override_country_name = IRAN_STRING
668
+ set_country_flag = is_iran_flag
669
+ }
658
670
  }
659
671
  }
660
672
  }
@@ -683,6 +695,7 @@ junior_revolutionary_republic_reform = {
683
695
  max_revolutionary_zeal = 25
684
696
  max_absolutism = 40
685
697
  papal_influence = -100
698
+ allowed_rev_guard_fraction = 0.2
686
699
  }
687
700
  fixed_rank = 2
688
701
  effect = {
@@ -737,6 +750,16 @@ junior_revolutionary_republic_reform = {
737
750
  override_country_name = GURKANI_EMPIRE_STRING
738
751
  set_country_flag = is_gurkani_flag
739
752
  }
753
+ if = {
754
+ limit = {
755
+ has_country_flag = is_revolutionary_iran_flag
756
+ is_revolutionary = no
757
+ }
758
+ clr_country_flag = is_revolutionary_iran_flag
759
+ restore_country_name = yes
760
+ override_country_name = IRAN_STRING
761
+ set_country_flag = is_iran_flag
762
+ }
740
763
  }
741
764
  }
742
765
 
@@ -1720,6 +1743,12 @@ roman_republic_government = {
1720
1743
  enables_plutocratic_idea_group = yes
1721
1744
  enables_aristocratic_idea_group = no
1722
1745
  }
1746
+ conditional = {
1747
+ allow = { has_dlc = "King of Kings" }
1748
+ custom_attributes = {
1749
+ enables_pronoias = yes
1750
+ }
1751
+ }
1723
1752
  duration = 5
1724
1753
  }
1725
1754
 
@@ -2511,6 +2540,7 @@ consolidate_power_in_cities_reform = {
2511
2540
  global_foreign_trade_power = 0.1
2512
2541
  }
2513
2542
  has_term_election = yes
2543
+ is_eligible_for_hre_emperor = no
2514
2544
  duration = 4
2515
2545
  ai = {
2516
2546
  factor = 10
@@ -2942,6 +2972,7 @@ feuillant_reform = {
2942
2972
  allow = { has_dlc = "Res Publica" }
2943
2973
  duration = 4
2944
2974
  has_term_election = yes
2975
+ is_eligible_for_hre_emperor = no
2945
2976
  states_general_mechanic = {
2946
2977
  revolutionaries = {
2947
2978
  land_morale = 0.1
common/government_reforms/03_government_reforms_theocracies.txt CHANGED
@@ -687,6 +687,7 @@ dutch_theocracy_reform = {
687
687
  heir = no
688
688
  duration = 4
689
689
  has_term_election = yes
690
+ is_eligible_for_hre_emperor = no
690
691
  states_general_mechanic = {
691
692
  statists = {
692
693
  naval_forcelimit_modifier = 0.10
@@ -794,16 +795,19 @@ millennialistic_theocracy_reform = {
794
795
  valid_for_nation_designer = yes
795
796
  nation_designer_cost = 10
796
797
  modifiers = {
797
- enforce_religion_cost = -0.1
798
+ monthly_church_power = 1
799
+ monthly_fervor_increase = 0.25
800
+ enforce_religion_cost = -0.25
798
801
  morale_damage = 0.1
799
- devotion = -1
802
+ devotion = -2
800
803
  }
801
804
  conditional = {
802
805
  allow = {
803
806
  has_dlc = "Common Sense"
804
807
  }
805
808
  custom_attributes = {
806
- gain_monarch_power_from_force_converting = yes
809
+ #gain_monarch_power_from_force_converting = yes
810
+ gain_devotion_from_force_converting = yes
807
811
  }
808
812
  }
809
813
  }
@@ -825,6 +829,27 @@ zoroastrian_theocracy_reform = {
825
829
  church_influence_modifier = -0.2
826
830
  manpower_in_accepted_culture_provinces = 0.15
827
831
  }
832
+ conditional = {
833
+ allow = { has_dlc = "King of Kings" }
834
+ government_abilities = {
835
+ the_three_royal_fires_mechanic
836
+ }
837
+ }
838
+ #post_removed_effect = {
839
+ # hidden_effect = {
840
+ # if = {
841
+ # limit = { NOT = { has_government_mechanic = the_three_royal_fires_mechanic } }
842
+ # clr_country_flag = can_place_center_of_reformation
843
+ # every_owned_province = {
844
+ # limit = {
845
+ # is_reformation_center = yes
846
+ # religion = root
847
+ # }
848
+ # remove_reform_center = zoroastrian
849
+ # }
850
+ # }
851
+ # }
852
+ #}
828
853
  }
829
854
 
830
855
  ajuuraan_theocracy_reform = {
@@ -1653,6 +1678,7 @@ monastic_elections_reform = {
1653
1678
  election_on_death = yes
1654
1679
  duration = 4
1655
1680
  has_term_election = yes
1681
+ is_eligible_for_hre_emperor = no
1656
1682
  states_general_mechanic = {
1657
1683
  militarists = {
1658
1684
  manpower_recovery_speed = 0.2
common/government_reforms/06_government_reforms_common.txt CHANGED
@@ -46,6 +46,12 @@ parliamentary_reform = {
46
46
  is_revolutionary = no
47
47
  NOT = { has_government_attribute = is_pirate_republic_reform }
48
48
  NOT = { has_government_attribute = english_parliament }
49
+ NOT = { #has a special "senate" themed reform
50
+ OR = {
51
+ tag = BYZ
52
+ was_tag = BYZ
53
+ }
54
+ }
49
55
  }
50
56
 
51
57
  trigger = {
@@ -115,6 +121,72 @@ parliamentary_reform = {
115
121
  }
116
122
  }
117
123
 
124
+ restoration_of_the_senate_reform = {
125
+ icon = "restoration_of_the_senate_reform"
126
+ modifiers = {
127
+ global_unrest = -2
128
+ max_possible_parliament_seats = 8
129
+ }
130
+ potential = {
131
+ is_revolutionary = no
132
+ NOT = { has_government_attribute = is_pirate_republic_reform }
133
+ NOT = { has_government_attribute = english_parliament }
134
+ OR = {
135
+ tag = BYZ
136
+ was_tag = BYZ
137
+ }
138
+ }
139
+
140
+ trigger = {
141
+ NOT = { has_reform = elective_monarchy }
142
+ NOT = { has_reform = polish_great_sejm }
143
+ NOT = { has_reform = polish_elective_monarchy }
144
+ if = {
145
+ limit = { NOT = { has_dlc = "Mandate of Heaven" } }
146
+ NOT = { has_reform = celestial_empire }
147
+ NOT = { is_revolutionary_republic_trigger = yes }
148
+ }
149
+ }
150
+
151
+ conditional = {
152
+ allow = {
153
+ OR = {
154
+ has_dlc = "Common Sense"
155
+ has_dlc = "Domination"
156
+ }
157
+ }
158
+ has_parliament = yes
159
+ custom_attributes = {
160
+ blocked_call_diet = yes
161
+ }
162
+ }
163
+ ai = {
164
+ factor = 1
165
+ modifier = {
166
+ factor = 0.5
167
+ NOT = { technology_group = western }
168
+ }
169
+ modifier = {
170
+ factor = 0.5
171
+ NOT = { technology_group = western }
172
+ NOT = {
173
+ any_neighbor_country = {
174
+ technology_group = western
175
+ }
176
+ }
177
+ }
178
+ modifier = {
179
+ factor = 0
180
+ OR = {
181
+ has_reform = mughal_government
182
+ has_reform = celestial_empire
183
+ religion = confucianism
184
+ }
185
+ }
186
+ }
187
+
188
+ }
189
+
118
190
  # Upgraded Indian estate reforms
119
191
 
120
192
  permanent_marathas_council_reform = {
@@ -671,6 +743,44 @@ lands_for_the_monasteries_reform = {
671
743
  }
672
744
  }
673
745
 
746
+ #the_avestan_dogma_reform = {
747
+ # icon = "articles_of_agreement"
748
+ # allow_normal_conversion = yes
749
+ # potential = {
750
+ # religion = zoroastrian
751
+ # }
752
+ # modifiers = {
753
+ # adm_advisor_cost = -0.1
754
+ # church_influence_modifier = 0.1
755
+ # church_loyalty_modifier = 0.1
756
+ # }
757
+ # conditional = {
758
+ # allow = { has_dlc = "King of Kings" }
759
+ # government_abilities = {
760
+ # the_three_royal_fires_mechanic
761
+ # }
762
+ # }
763
+ # #post_removed_effect = {
764
+ # # hidden_effect = {
765
+ # # if = {
766
+ # # limit = { NOT = { has_government_mechanic = the_three_royal_fires_mechanic } }
767
+ # # clr_country_flag = can_place_center_of_reformation
768
+ # # every_owned_province = {
769
+ # # limit = {
770
+ # # is_reformation_center = yes
771
+ # # religion = root
772
+ # # }
773
+ # # remove_reform_center = zoroastrian
774
+ # # }
775
+ # # }
776
+ # # }
777
+ # #}
778
+ #
779
+ # ai = {
780
+ # factor = 1
781
+ # }
782
+ #}
783
+
674
784
  zoroastrian_focus_reform = {
675
785
  icon = "articles_of_agreement"
676
786
  allow_normal_conversion = yes
@@ -684,10 +794,30 @@ zoroastrian_focus_reform = {
684
794
  }
685
795
  modifiers = {
686
796
  no_religion_penalty = yes
687
- global_unrest = -1
688
797
  church_influence_modifier = 0.1
689
798
  church_loyalty_modifier = 0.1
690
799
  }
800
+ conditional = {
801
+ allow = { has_dlc = "King of Kings" }
802
+ government_abilities = {
803
+ the_three_royal_fires_mechanic
804
+ }
805
+ }
806
+ #post_removed_effect = {
807
+ # hidden_effect = {
808
+ # if = {
809
+ # limit = { NOT = { has_government_mechanic = the_three_royal_fires_mechanic } }
810
+ # clr_country_flag = can_place_center_of_reformation
811
+ # every_owned_province = {
812
+ # limit = {
813
+ # is_reformation_center = yes
814
+ # religion = root
815
+ # }
816
+ # remove_reform_center = zoroastrian
817
+ # }
818
+ # }
819
+ # }
820
+ #}
691
821
 
692
822
  ai = {
693
823
  factor = 1
@@ -933,7 +1063,7 @@ strengthen_the_ulema_reform = {
933
1063
  conditional = {
934
1064
  allow = { has_dlc = "Cradle of Civilization" }
935
1065
  custom_attributes = {
936
- allow_piety_switch_decision = yes #Enables a decision which gives 1 stabhit, but turns your piety 180°
1066
+ allow_piety_switch_decision = yes #Enables a decision which gives 1 stabhit, but turns your piety 180�
937
1067
  }
938
1068
  }
939
1069
 
@@ -1103,7 +1233,6 @@ secure_clergy_power_reform = {
1103
1233
  }
1104
1234
  modifiers = {
1105
1235
  church_influence_modifier = 0.05
1106
- adm_advisor_cost = -0.1
1107
1236
  }
1108
1237
  effect = {
1109
1238
  hidden_effect = {
@@ -1522,43 +1651,6 @@ sufism_decree_reform = {
1522
1651
  }
1523
1652
  }
1524
1653
 
1525
- #Korea
1526
- #ways_of_perfectionism_reform = {
1527
- # icon = "asian_scripture"
1528
- # allow_normal_conversion = yes
1529
- # potential = {
1530
- # has_dlc = "Domination"
1531
- # NOT = { has_government_attribute = is_pirate_republic_reform }
1532
- # OR = {
1533
- # is_revolutionary = no
1534
- # NOT = { has_dlc = "Emperor" }
1535
- # }
1536
- # OR = {
1537
- # culture_group = korean_g
1538
- # primary_culture = korean_new
1539
- # }
1540
- # }
1541
- # trigger = {
1542
- # religion = confucianism
1543
- # }
1544
- # modifiers = {
1545
- # church_loyalty_modifier = 0.1
1546
- # harmonization_speed = 0.1
1547
- # yearly_harmony = 0.25
1548
- # state_governing_cost = -0.05
1549
- # }
1550
- # conditional = {
1551
- # allow = { has_dlc = "Mandate of Heaven" }
1552
- # custom_attributes = {
1553
- # full_loyalty_on_harmonization = yes #Add +100 Loyalty when harmonizing something
1554
- # }
1555
- # }
1556
- #
1557
- # ai = {
1558
- # factor = 1
1559
- # }
1560
- #}
1561
-
1562
1654
  #England
1563
1655
  anglican_state_church_reform = {
1564
1656
  icon = "anglican_state_church"
@@ -1611,6 +1703,53 @@ english_conciliarism_reform = {
1611
1703
  }
1612
1704
  }
1613
1705
 
1706
+ #Persia
1707
+ legacy_of_the_safavid_reform = {
1708
+ icon = "legacy_of_the_safavid_reform"
1709
+ allow_normal_conversion = yes
1710
+ potential = {
1711
+ has_unlocked_government_reform = {
1712
+ government_reform = legacy_of_the_safavid_reform
1713
+ }
1714
+ }
1715
+ trigger = {
1716
+ OR = {
1717
+ has_reform = feudal_theocracy
1718
+ has_reform = persian_government_reform
1719
+ }
1720
+ }
1721
+ modifiers = {
1722
+ church_loyalty_modifier = 0.1
1723
+ global_missionary_strength = 0.015
1724
+ church_privilege_slots = 1
1725
+ church_influence_modifier = -0.1
1726
+ }
1727
+ effect = {
1728
+ }
1729
+ removed_effect = {
1730
+ }
1731
+ conditional = {
1732
+ allow = {
1733
+ OR = {
1734
+ has_dlc = "Cradle of Civilization"
1735
+ has_dlc = "King of Kings"
1736
+ }
1737
+ }
1738
+ custom_attributes = {
1739
+ upgrade_feudal_theocracy = yes
1740
+ }
1741
+ }
1742
+ conditional = {
1743
+ allow = { has_dlc = "Cradle of Civilization" }
1744
+ custom_attributes = {
1745
+ allow_piety_switch_decision = yes #Enables a decision which gives 1 stabhit, but turns your piety 180�
1746
+ }
1747
+ }
1748
+ ai = {
1749
+ factor = 10
1750
+ }
1751
+ }
1752
+
1614
1753
  #Military Doctrines
1615
1754
  organized_military_staff_reform = {
1616
1755
  icon = "organized_military_staff"
@@ -1664,6 +1803,7 @@ defensive_stance_reform = {
1664
1803
  OR = {
1665
1804
  NOT = { has_dlc = "Domination" }
1666
1805
  NOT = { culture_group = caucasian }
1806
+ NOT = { primary_culture = georgian_new }
1667
1807
  }
1668
1808
  }
1669
1809
  trigger = {
@@ -1714,6 +1854,9 @@ sustained_discipline_reform = {
1714
1854
  cavalry_warfare_reform = {
1715
1855
  icon = "cavalry"
1716
1856
  allow_normal_conversion = yes
1857
+ potential = {
1858
+ NOT = { has_unlocked_government_reform = { government_reform = legacy_of_the_seljuk_reform } }
1859
+ }
1717
1860
  trigger = {
1718
1861
  if = {
1719
1862
  limit = { has_modifier_locking_military_tier = yes }
@@ -1725,7 +1868,7 @@ cavalry_warfare_reform = {
1725
1868
  }
1726
1869
  modifiers = {
1727
1870
  cav_to_inf_ratio = 0.1
1728
- cavalry_cost = -0.15
1871
+ cavalry_cost = -0.1
1729
1872
  }
1730
1873
 
1731
1874
  ai = {
@@ -1817,7 +1960,7 @@ mercenary_leadership_reform = {
1817
1960
  }
1818
1961
  }
1819
1962
  modifiers = {
1820
- mercenary_cost = -0.25
1963
+ mercenary_cost = -0.1
1821
1964
  possible_condottieri = 0.5
1822
1965
  }
1823
1966
 
@@ -1853,7 +1996,7 @@ doppelsoldner_reform = {
1853
1996
  }
1854
1997
  }
1855
1998
  modifiers = {
1856
- mercenary_cost = -0.25
1999
+ mercenary_cost = -0.15
1857
2000
  possible_condottieri = 0.5
1858
2001
  merc_leader_army_tradition = 0.25
1859
2002
  }
@@ -2541,6 +2684,35 @@ qollar_aghasi_regiments_reform = {
2541
2684
  }
2542
2685
  }
2543
2686
 
2687
+ legacy_of_the_seljuk_reform = {
2688
+ icon = "legacy_of_the_seljuk_reform"
2689
+ allow_normal_conversion = yes
2690
+ potential = {
2691
+ has_unlocked_government_reform = {
2692
+ government_reform = legacy_of_the_seljuk_reform
2693
+ }
2694
+ }
2695
+ trigger = {
2696
+ if = {
2697
+ limit = { has_modifier_locking_military_tier = yes }
2698
+ OR = {
2699
+ has_reform = legacy_of_the_seljuk_reform
2700
+ has_not_modifier_locking_military_tier = yes
2701
+ }
2702
+ }
2703
+ }
2704
+ modifiers = {
2705
+ cav_to_inf_ratio = 0.5
2706
+ cavalry_cost = -0.25
2707
+ nomadic_tribes_loyalty_modifier = 0.1
2708
+ nomadic_tribes_privilege_slots = 1
2709
+ }
2710
+
2711
+ ai = {
2712
+ factor = 1000
2713
+ }
2714
+ }
2715
+
2544
2716
  #Burmese
2545
2717
  ahmudan_system_reform = {
2546
2718
  icon = "burmese_flag"
@@ -2608,7 +2780,12 @@ the_cawa_regiments_reform = {
2608
2780
  has_dlc = "Domination"
2609
2781
  has_dlc = "Origins"
2610
2782
  }
2611
- primary_culture = amhara
2783
+ OR = {
2784
+ has_unlocked_government_reform = {
2785
+ government_reform = the_cawa_regiments_reform
2786
+ }
2787
+ primary_culture = amhara
2788
+ }
2612
2789
  }
2613
2790
  trigger = {
2614
2791
  if = {
@@ -3058,6 +3235,28 @@ expanded_black_army_reform = {
3058
3235
  }
3059
3236
  }
3060
3237
 
3238
+ theme_system_reform = {
3239
+ icon = "theme_system_reform"
3240
+ allow_normal_conversion = yes
3241
+ potential = {
3242
+ has_dlc = "King of Kings"
3243
+ has_unlocked_government_reform = {
3244
+ government_reform = theme_system_reform
3245
+ }
3246
+ }
3247
+ modifiers = {
3248
+ manpower_in_own_culture_provinces = 0.25
3249
+ manpower_in_accepted_culture_provinces = 0.25
3250
+ state_maintenance_modifier = -0.1
3251
+ }
3252
+ custom_attributes = {
3253
+ BYZ_buff_dynatoi_land_grants = yes
3254
+ }
3255
+ ai = {
3256
+ factor = 1000
3257
+ }
3258
+ }
3259
+
3061
3260
  #English
3062
3261
  royal_marines_reform = {
3063
3262
  icon = "infantry"
@@ -3293,7 +3492,10 @@ sygnakhs_system_reform = {
3293
3492
  allow_normal_conversion = yes
3294
3493
  potential = {
3295
3494
  has_dlc = "Domination"
3296
- culture_group = caucasian
3495
+ OR = {
3496
+ culture_group = caucasian
3497
+ primary_culture = georgian_new
3498
+ }
3297
3499
  }
3298
3500
  trigger = {
3299
3501
  if = {
@@ -3846,6 +4048,25 @@ commercial_trade_empire_reform = {
3846
4048
  }
3847
4049
  }
3848
4050
 
4051
+ laesio_enormis_reform = {
4052
+ icon = "laesio_enormis_reform"
4053
+ allow_normal_conversion = yes
4054
+ potential = {
4055
+ has_dlc = "King of Kings"
4056
+ is_or_was_tag = { tag = BYZ }
4057
+ }
4058
+ modifiers = {
4059
+ global_prosperity_growth = 0.5
4060
+ nobles_loyalty_modifier = -0.05
4061
+ nobles_influence_modifier = -0.1
4062
+ production_efficiency = 0.15
4063
+ global_autonomy = -0.05
4064
+ }
4065
+ ai = {
4066
+ factor = 1
4067
+ }
4068
+ }
4069
+
3849
4070
  jap_gokaido_reform = {
3850
4071
  icon = "jap_gokaido_reform"
3851
4072
  allow_normal_conversion = no
@@ -3992,6 +4213,312 @@ consulate_of_the_sea = {
3992
4213
  can_use_trade_post = yes
3993
4214
  }
3994
4215
 
4216
+ ai = {
4217
+ factor = 10
4218
+ }
4219
+ }
4220
+
4221
+ restore_the_master_of_offices_reform = {
4222
+ icon = "restore_the_master_of_offices_reform"
4223
+ allow_normal_conversion = yes
4224
+ potential = {
4225
+ has_dlc = "King of Kings"
4226
+ OR = {
4227
+ tag = BYZ
4228
+ was_tag = BYZ
4229
+ }
4230
+ }
4231
+ trigger = {
4232
+ }
4233
+ modifiers = {
4234
+ same_religion_advisor_cost = -0.15
4235
+ advisor_pool = 1
4236
+ }
4237
+
4238
+ custom_attributes = {
4239
+ enables_statesman_autonomy_reduction = yes
4240
+ #perhaps adm or dip advisor recruitment here
4241
+ }
4242
+
4243
+ ai = {
4244
+ factor = 10
4245
+ }
4246
+ }
4247
+
4248
+ #1.36 Armenia
4249
+
4250
+ nakharar_title = {
4251
+ icon = "nakharar_title"
4252
+ allow_normal_conversion = yes
4253
+ lock_level_when_selected = yes
4254
+ valid_for_nation_designer = no
4255
+ potential = {
4256
+ OR = {
4257
+ tag = MLK
4258
+ tag = ARM
4259
+ was_tag = ARM
4260
+ }
4261
+ has_country_flag = arm_unlocked_nakharar
4262
+ }
4263
+ modifiers = {
4264
+ nobles_privilege_slots = 1
4265
+ nobles_influence_modifier = 0.05
4266
+ nobles_loyalty_modifier = 0.1
4267
+ }
4268
+
4269
+ custom_attributes = {
4270
+ seizing_land_no_rebels_from_estate_nobles = yes
4271
+ }
4272
+ }
4273
+
4274
+ sparapet_office = {
4275
+ icon = "sparapet_office"
4276
+ allow_normal_conversion = yes
4277
+ lock_level_when_selected = yes
4278
+ valid_for_nation_designer = no
4279
+ potential = {
4280
+ OR = {
4281
+ tag = MLK
4282
+ tag = ARM
4283
+ was_tag = ARM
4284
+ }
4285
+ has_country_flag = arm_unlocked_sparapet
4286
+ }
4287
+ modifiers = {
4288
+ leader_siege = 1
4289
+ army_tradition = 0.5
4290
+ }
4291
+
4292
+ custom_attributes = {
4293
+ recruiting_general_gives_army_tradition = yes
4294
+ }
4295
+ }
4296
+
4297
+ #Turkomen
4298
+
4299
+ turkoman_ottoman_institutions = {
4300
+ icon = "turkoman_ottoman_institutions"
4301
+ allow_normal_conversion = yes
4302
+ potential = {
4303
+ has_country_flag = turkoman_unlock_ottoman_reform
4304
+ religion_group = muslim
4305
+ }
4306
+ modifiers = {
4307
+ years_of_nationalism = -10
4308
+ governing_capacity = 100
4309
+ }
4310
+ conditional = {
4311
+ allow = {
4312
+ has_dlc = "Cradle of Civilization"
4313
+ }
4314
+ has_pashas = yes
4315
+ has_janissaries = yes
4316
+ }
4317
+ conditional = {
4318
+ allow = { has_dlc = "Cradle of Civilization" }
4319
+ government_abilities = {
4320
+ tribal_federation_mechanic
4321
+ }
4322
+ }
4323
+ ai = {
4324
+ factor = 3
4325
+ }
4326
+ }
4327
+
4328
+ #Court Ideas
4329
+ superiority_of_the_state_reform = {
4330
+ icon = russian_queen #TODO
4331
+ potential = {
4332
+ NOT = { has_unlocked_government_reform = { government_reform = divided_aristocracy_reform } }
4333
+ }
4334
+ trigger = {
4335
+ full_idea_group = court_ideas
4336
+ }
4337
+ modifiers = {
4338
+ all_estate_influence_modifier = -0.1
4339
+ max_absolutism = 5
4340
+ }
4341
+ custom_attributes = {
4342
+ can_sell_crownland_to_single_estates = yes
4343
+ can_seize_crownland_of_single_estates = yes
4344
+ seizing_land_no_rebels = yes
4345
+ }
4346
+ ai = {
4347
+ factor = 1
4348
+ }
4349
+ }
4350
+
4351
+ #Persia
4352
+ divided_aristocracy_reform = {
4353
+ icon = russian_queen #TODO
4354
+ potential = {
4355
+ has_unlocked_government_reform = { government_reform = divided_aristocracy_reform }
4356
+ }
4357
+ modifiers = {
4358
+ nobles_influence_modifier = -0.15
4359
+ qizilbash_influence_modifier = -0.15
4360
+ ghulams_influence_modifier = -0.15
4361
+ max_absolutism = 10
4362
+ }
4363
+ custom_attributes = {
4364
+ can_sell_crownland_to_single_estates = yes
4365
+ can_seize_crownland_of_single_estates = yes
4366
+ seizing_land_no_rebels = yes
4367
+ }
4368
+ ai = {
4369
+ factor = 1
4370
+ }
4371
+ }
4372
+
4373
+ #Mamluks
4374
+ modernized_furusiyya_reform = {
4375
+ icon = "modernized_furusiyya_reform"
4376
+ allow_normal_conversion = yes
4377
+ potential = {
4378
+ has_dlc = "King of Kings"
4379
+ OR = {
4380
+ have_had_reform = modernized_furusiyya_reform
4381
+ has_unlocked_government_reform = {
4382
+ government_reform = modernized_furusiyya_reform
4383
+ }
4384
+ }
4385
+
4386
+ }
4387
+ modifiers = {
4388
+ allowed_mamluks_fraction = 0.05
4389
+ }
4390
+
4391
+ custom_attributes = {
4392
+ recruiting_generals_increases_nobles_loyalty = yes
4393
+ }
4394
+
4395
+ effect = {
4396
+ custom_tooltip = mams_disc_tt
4397
+ hidden_effect = {
4398
+ add_country_modifier = {
4399
+ name = mam_disc_troops_modifier
4400
+ duration = -1
4401
+ hidden = yes
4402
+ }
4403
+ }
4404
+ }
4405
+
4406
+ removed_effect = {
4407
+ remove_country_modifier = mam_disc_troops_modifier
4408
+ }
4409
+
4410
+ custom_attributes = {
4411
+ advisors_generate_innovativeness = yes
4412
+ }
4413
+
4414
+ ai = {
4415
+ factor = 1
4416
+ }
4417
+ }
4418
+
4419
+ karimi_stations_reform = {
4420
+ icon = "karimi_stations_reform"
4421
+ allow_normal_conversion = yes
4422
+ potential = {
4423
+ has_dlc = "Domination"
4424
+ OR = {
4425
+ have_had_reform = karimi_stations_reform
4426
+ has_unlocked_government_reform = {
4427
+ government_reform = karimi_stations_reform
4428
+ }
4429
+ }
4430
+
4431
+ }
4432
+ modifiers = {
4433
+ trade_steering = 0.2
4434
+ global_foreign_trade_power = 0.25
4435
+ }
4436
+
4437
+ conditional = {
4438
+ allow = {
4439
+ has_dlc = "Res Publica"
4440
+ has_dlc = "Mare Nostrum"
4441
+ }
4442
+ can_use_trade_post = yes
4443
+ }
4444
+
4445
+ ai = {
4446
+ factor = 1
4447
+ }
4448
+ }
4449
+
4450
+ diwan_al_khass_reform = {
4451
+ icon = "diwan_al_khass_reform"
4452
+ allow_normal_conversion = yes
4453
+ potential = {
4454
+ has_dlc = "King of Kings"
4455
+ is_or_was_tag = { tag = MAM }
4456
+
4457
+ }
4458
+ modifiers = {
4459
+ development_cost = -0.05
4460
+ build_cost = -0.1
4461
+ }
4462
+
4463
+ ai = {
4464
+ factor = 10
4465
+ }
4466
+ }
4467
+
4468
+ state_madrasas_reform = {
4469
+ icon = "state_madrasas_reform"
4470
+ allow_normal_conversion = yes
4471
+ potential = {
4472
+ has_dlc = "King of Kings"
4473
+ OR = {
4474
+ have_had_reform = state_madrasas_reform
4475
+ has_unlocked_government_reform = {
4476
+ government_reform = state_madrasas_reform
4477
+ }
4478
+ }
4479
+ }
4480
+ modifiers = {
4481
+ same_religion_advisor_cost = -0.2
4482
+ yearly_government_power = 0.33
4483
+ }
4484
+
4485
+ conditional = {
4486
+ allow = { has_dlc = "Rule Britannia" }
4487
+ custom_attributes = {
4488
+ advisors_generate_innovativeness = yes
4489
+ }
4490
+ }
4491
+
4492
+ ai = {
4493
+ factor = 10
4494
+ }
4495
+ }
4496
+
4497
+ integrated_ottoman_officials = {
4498
+ icon = "integrated_ottoman_officials"
4499
+ allow_normal_conversion = yes
4500
+ potential = {
4501
+ has_dlc = "King of Kings"
4502
+ OR = {
4503
+ have_had_reform = integrated_ottoman_officials
4504
+ has_unlocked_government_reform = {
4505
+ government_reform = integrated_ottoman_officials
4506
+ }
4507
+ }
4508
+ }
4509
+ modifiers = {
4510
+ global_autonomy = -0.05
4511
+ tolerance_of_heathens_capacity = 1
4512
+ }
4513
+
4514
+ conditional = {
4515
+ allow = {
4516
+ has_dlc = "Cradle of Civilization"
4517
+ }
4518
+ has_pashas = yes
4519
+ custom_attributes = { reveal_ruler_skills_for_mamluks = yes }
4520
+ }
4521
+
3995
4522
  ai = {
3996
4523
  factor = 10
3997
4524
  }