Diff to HTML by rtfpessoa

Files changed (23) hide show
  1. common/achievements.txt +39 -17
  2. common/advisortypes/00_advisortypes.txt +2 -2
  3. common/cb_types/00_cb_types.txt +22 -12
  4. common/estate_privileges/01_church_privileges.txt +0 -1
  5. common/estate_privileges/03_burgher_privileges.txt +1 -0
  6. common/estates/10_qizilbash.txt +4 -0
  7. common/event_modifiers/00_event_modifiers.txt +2 -2
  8. common/government_mechanics/07_ottoman_decadence.txt +1 -0
  9. common/government_reforms/01_government_reforms_monarchies.txt +9 -6
  10. common/government_reforms/04_government_reforms_tribes.txt +4 -1
  11. common/government_reforms/06_government_reforms_common.txt +2 -5
  12. common/governments/00_governments.txt +2 -2
  13. common/naval_doctrines/00_naval_doctrines.txt +4 -1
  14. common/new_diplomatic_actions/00_diplomatic_actions.txt +1 -1
  15. common/on_actions/00_on_actions.txt +3 -134
  16. common/peace_treaties/00_claim_norwegian_throne.txt +1 -1
  17. common/religious_conversions/00_religious_conversions.txt +1 -0
  18. common/ruler_personalities/00_core.txt +32 -0
  19. common/scripted_effects/01_scripted_effects_for_diplomacy.txt +41 -0
  20. common/scripted_effects/01_scripted_effects_for_on_actions.txt +297 -0
  21. common/scripted_triggers/00_scripted_triggers.txt +1 -0
  22. common/scripted_triggers/00_scripted_triggers_FR.txt +23 -0
  23. common/subject_types/00_subject_types.txt +12 -10
common/achievements.txt CHANGED
@@ -1,4 +1,4 @@
1
- #############################
1
+ #############################
2
2
  # 7 VERY EASY ACHIEVEMENTS
3
3
  #############################
4
4
  achievement_for_the_glory = {
@@ -1250,14 +1250,14 @@ achievement_norwegian_wood = {
1250
1250
 
1251
1251
  provinces_to_highlight = {
1252
1252
  trade_goods = naval_supplies
1253
- NOT = { country_or_non_sovereign_subject_holds = NOR}
1253
+ NOT = { country_or_non_sovereign_subject_holds = ROOT }
1254
1254
  }
1255
1255
 
1256
1256
  happened = {
1257
1257
  NOT = {
1258
1258
  any_province = {
1259
1259
  trade_goods = naval_supplies
1260
- NOT = { country_or_non_sovereign_subject_holds = NOR }
1260
+ NOT = { country_or_non_sovereign_subject_holds = ROOT }
1261
1261
  }
1262
1262
  }
1263
1263
  }
@@ -3807,28 +3807,38 @@ achievement_this_is_persia = {
3807
3807
  has_switched_nation = no
3808
3808
  anatolia_region = {
3809
3809
  type = all
3810
- owned_by = PER
3811
- is_core = PER
3810
+ OR = {
3811
+ AND = { owned_by = PER is_core = PER }
3812
+ AND = { owned_by = ERS is_core = ERS }
3813
+ }
3812
3814
  }
3813
3815
  morea_area = {
3814
3816
  type = all
3815
- owned_by = PER
3816
- is_core = PER
3817
+ OR = {
3818
+ AND = { owned_by = PER is_core = PER }
3819
+ AND = { owned_by = ERS is_core = ERS }
3820
+ }
3817
3821
  }
3818
3822
  northern_greece_area = {
3819
3823
  type = all
3820
- owned_by = PER
3821
- is_core = PER
3824
+ OR = {
3825
+ AND = { owned_by = PER is_core = PER }
3826
+ AND = { owned_by = ERS is_core = ERS }
3827
+ }
3822
3828
  }
3823
3829
  macedonia_area = {
3824
3830
  type = all
3825
- owned_by = PER
3826
- is_core = PER
3831
+ OR = {
3832
+ AND = { owned_by = PER is_core = PER }
3833
+ AND = { owned_by = ERS is_core = ERS }
3834
+ }
3827
3835
  }
3828
3836
  egypt_region = {
3829
3837
  type = all
3830
- owned_by = PER
3831
- is_core = PER
3838
+ OR = {
3839
+ AND = { owned_by = PER is_core = PER }
3840
+ AND = { owned_by = ERS is_core = ERS }
3841
+ }
3832
3842
  }
3833
3843
 
3834
3844
  }
@@ -12281,10 +12291,22 @@ achievement_legacy_saint_george = {
12281
12291
  }
12282
12292
  happened = {
12283
12293
  tag = GEO
12284
- GEN = { is_subject_of = GEO }
12285
- ARA = { is_subject_of = GEO }
12286
- ENG = { is_subject_of = GEO }
12287
- TRI = { is_subject_of = GEO }
12294
+ any_subject_country = {
12295
+ is_or_was_tag = { tag = GEN }
12296
+ is_subject_of_type = vassal
12297
+ }
12298
+ any_subject_country = {
12299
+ is_or_was_tag = { tag = ARA }
12300
+ is_subject_of_type = vassal
12301
+ }
12302
+ any_subject_country = {
12303
+ is_or_was_tag = { tag = ENG }
12304
+ is_subject_of_type = vassal
12305
+ }
12306
+ any_subject_country = {
12307
+ is_or_was_tag = { tag = TRI }
12308
+ is_subject_of_type = vassal
12309
+ }
12288
12310
  wales_area = {
12289
12311
  type = all
12290
12312
  country_or_non_sovereign_subject_holds = ROOT
common/advisortypes/00_advisortypes.txt CHANGED
@@ -525,7 +525,7 @@ theologian = {
525
525
  }
526
526
  }
527
527
  modifier = {
528
- yearly_patriarch_authority = 0.01
528
+ yearly_patriarch_authority = 0.002
529
529
  }
530
530
  }
531
531
  skill_scaled_modifier = {
@@ -785,7 +785,7 @@ inquisitor = {
785
785
  }
786
786
  }
787
787
  modifier = {
788
- yearly_patriarch_authority = 0.01
788
+ yearly_patriarch_authority = 0.002
789
789
  }
790
790
  }
791
791
  skill_scaled_modifier = {
common/cb_types/00_cb_types.txt CHANGED
@@ -1778,18 +1778,28 @@ cb_push_back_colonizers = {
1778
1778
  has_dlc = "Conquest of Paradise"
1779
1779
  is_native_tribe = yes
1780
1780
  }
1781
-
1782
- prerequisites = {
1783
- FROM = {
1784
- is_native_tribe = no
1785
- OR = {
1786
- is_neighbor_of = ROOT
1787
- any_owned_province = {
1788
- tribal_land_of = ROOT
1789
- }
1790
- }
1791
- }
1792
- }
1781
+ prerequisites = {
1782
+ FROM = {
1783
+ is_native_tribe = no
1784
+ NOT = {
1785
+ OR = {
1786
+ technology_group = north_american
1787
+ technology_group = mesoamerican
1788
+ technology_group = south_american
1789
+ technology_group = andean
1790
+ technology_group = aboriginal_tech
1791
+ technology_group = polynesian_tech
1792
+ technology_group = high_american
1793
+ }
1794
+ }
1795
+ OR = {
1796
+ is_neighbor_of = ROOT
1797
+ any_owned_province = {
1798
+ tribal_land_of = ROOT
1799
+ }
1800
+ }
1801
+ }
1802
+ }
1793
1803
 
1794
1804
  war_goal = push_back_colonizers
1795
1805
  }
common/estate_privileges/01_church_privileges.txt CHANGED
@@ -2841,7 +2841,6 @@ estate_church_BYZ_legitimization_of_dynasty = {
2841
2841
  influence = 0.1
2842
2842
  max_absolutism = 10
2843
2843
  is_valid = {
2844
- tag = BYZ
2845
2844
  has_country_flag = BYZ_privilege_for_support_of_dynasty
2846
2845
  }
2847
2846
  on_granted = {
common/estate_privileges/03_burgher_privileges.txt CHANGED
@@ -3264,6 +3264,7 @@ estate_burghers_BYZ_single_market = {
3264
3264
  loyalty = 0.1
3265
3265
  influence = 0.05
3266
3266
  max_absolutism = -5
3267
+ conditional_modifier = { trigger = { has_absolutism_reduction_for_estate_privileges = yes } modifier = { max_absolutism = 1 } }
3267
3268
  is_valid = {
3268
3269
  has_unlocked_estate_privilege = { estate_privilege = estate_burghers_BYZ_single_market }
3269
3270
  }
common/estates/10_qizilbash.txt CHANGED
@@ -352,6 +352,10 @@ estate_qizilbash = {
352
352
  desc = estate_aswaran
353
353
  trigger = { religion_group = zoroastrian_group }
354
354
  }
355
+ custom_desc = {
356
+ desc = estate_aswaran_desc
357
+ trigger = { religion_group = zoroastrian_group }
358
+ }
355
359
 
356
360
  privileges = {
357
361
  estate_qizilbash_land_rights
common/event_modifiers/00_event_modifiers.txt CHANGED
@@ -13654,8 +13654,8 @@ CONTRIBUTE_WARRIORS_NOMADIC_TRIBES_level_3 = {
13654
13654
  reinforce_speed = 0.075
13655
13655
  }
13656
13656
  CONTRIBUTE_WARRIORS_NOMADIC_TRIBES_level_4 = {
13657
- land_maintenance_modifier = -0.01
13658
- reinforce_speed = 0.01
13657
+ land_maintenance_modifier = -0.1
13658
+ reinforce_speed = 0.1
13659
13659
  }
13660
13660
 
13661
13661
  #Parliament Issues
common/government_mechanics/07_ottoman_decadence.txt CHANGED
@@ -11,6 +11,7 @@ ottoman_decadence_mechanic = {
11
11
  max = 100
12
12
  reset_on_new_ruler = no
13
13
  base_monthly_growth = 0
14
+ increases_with_global = no
14
15
  is_good = no
15
16
 
16
17
  scaled_modifier = {
common/government_reforms/01_government_reforms_monarchies.txt CHANGED
@@ -1505,13 +1505,16 @@ persian_government_reform = {
1505
1505
  is_playing_custom_nation = yes
1506
1506
  }
1507
1507
  }
1508
- NOT = { religion_group = zoroastrian_group }
1508
+ OR = {
1509
+ NOT = { religion_group = zoroastrian_group }
1510
+ is_playing_custom_nation = yes
1511
+ }
1509
1512
  }
1510
1513
  trigger = {
1511
- NOT = { religion_group = zoroastrian_group }
1512
- }
1513
- nation_designer_trigger = {
1514
- NOT = { religion_group = zoroastrian_group }
1514
+ OR = {
1515
+ NOT = { religion_group = zoroastrian_group }
1516
+ is_playing_custom_nation = yes
1517
+ }
1515
1518
  }
1516
1519
  valid_for_nation_designer = yes
1517
1520
  nation_designer_cost = 40
@@ -4895,7 +4898,7 @@ reform_the_pronoiars_reform = {
4895
4898
  icon = "reform_the_pronoiars_reform"
4896
4899
  allow_normal_conversion = yes
4897
4900
  potential = {
4898
- culture_group = byzantine
4901
+ has_government_attribute = enables_pronoias
4899
4902
  }
4900
4903
  modifiers = {
4901
4904
  allow_client_states = yes
common/government_reforms/04_government_reforms_tribes.txt CHANGED
@@ -998,7 +998,10 @@ tribe_tribal_unity = {
998
998
  icon = "fist_in_air"
999
999
  allow_normal_conversion = yes
1000
1000
  potential = {
1001
- has_reform = tribal_federation
1001
+ OR = {
1002
+ has_reform = tribal_federation
1003
+ has_reform = turkoman_ottoman_institutions
1004
+ }
1002
1005
  has_dlc = "Cradle of Civilization"
1003
1006
  }
1004
1007
  modifiers = {
common/government_reforms/06_government_reforms_common.txt CHANGED
@@ -1713,10 +1713,7 @@ legacy_of_the_safavid_reform = {
1713
1713
  }
1714
1714
  }
1715
1715
  trigger = {
1716
- OR = {
1717
- has_reform = feudal_theocracy
1718
- has_reform = persian_government_reform
1719
- }
1716
+ has_government_mechanic = feudal_theocracy_mechanic
1720
1717
  }
1721
1718
  modifiers = {
1722
1719
  church_loyalty_modifier = 0.1
@@ -4420,7 +4417,7 @@ karimi_stations_reform = {
4420
4417
  icon = "karimi_stations_reform"
4421
4418
  allow_normal_conversion = yes
4422
4419
  potential = {
4423
- has_dlc = "Domination"
4420
+ has_dlc = "King of Kings"
4424
4421
  OR = {
4425
4422
  have_had_reform = karimi_stations_reform
4426
4423
  has_unlocked_government_reform = {
common/governments/00_governments.txt CHANGED
@@ -571,8 +571,6 @@ republic = {
571
571
  protectorate_parliament_legacy
572
572
  prussian_republic
573
573
  united_cantons_legacy
574
- #Mamluks
575
- egyptian_government_reform
576
574
  }
577
575
  reform_levels = {
578
576
  oligarchy_merchant_class_noble_elite = {
@@ -617,6 +615,8 @@ republic = {
617
615
  parliamentary_republic_reform
618
616
  absolute_shogunate_reform
619
617
  japanese_divine_empire
618
+ #Mamluks
619
+ egyptian_government_reform
620
620
  }
621
621
  }
622
622
  republican_virtues = {
common/naval_doctrines/00_naval_doctrines.txt CHANGED
@@ -516,7 +516,10 @@ naval_tactica = {
516
516
  can_select = {
517
517
  is_primitive = no
518
518
  NOT = { has_country_flag = unlock_norwegian_naval_doctrine }
519
- culture_group = byzantine
519
+ OR = {
520
+ culture_group = byzantine
521
+ primary_culture = roman
522
+ }
520
523
  }
521
524
 
522
525
  cost = 0.1
common/new_diplomatic_actions/00_diplomatic_actions.txt CHANGED
@@ -2751,7 +2751,7 @@ create_pronoia = {
2751
2751
  }
2752
2752
  }
2753
2753
  on_accept = {
2754
- from = { grant_independence = yes }
2754
+ from = { grant_independence = { keep_liberty_desire = yes } }
2755
2755
  hidden_effect = {
2756
2756
  # country_event = { id = MEE_Byzantine_Events.56 }
2757
2757
  FROM = {
common/on_actions/00_on_actions.txt CHANGED
@@ -956,80 +956,7 @@ on_new_consort = {
956
956
 
957
957
  # country
958
958
  on_monarch_death = {
959
- if = {
960
- limit = {
961
- tag = ANS
962
- BRA = {
963
- has_country_flag = albrecht_achilles_flag
964
- }
965
- }
966
- BRA = {
967
- clr_country_flag = albrecht_achilles_flag #Just to be sure
968
- kill_heir = {} #If Albrecht Achilles dies in Ansbach he will also be dead in Brandenburg, will appear as normal death of heir to BRA.
969
- }
970
- }
971
- if = {
972
- limit = { has_country_modifier = sought_after_bachelor }
973
- remove_country_modifier = sought_after_bachelor
974
- }
975
- if = {
976
- limit = {
977
- tag = SAX
978
- has_country_flag = sax_thuringen_split_to_happen
979
- OR = {
980
- NOT = { dynasty = "von Wettin" }
981
- NOT = { senior_union_with = THU }
982
- has_regency = yes
983
- }
984
- }
985
- clr_country_flag = sax_thuringen_split_to_happen
986
- }
987
- if = {
988
- limit = { tag = SAM }
989
- country_event = { id = polynesian.35 }
990
- }
991
- if = {
992
- limit = { tag = TOG }
993
- country_event = { id = polynesian.36 }
994
- }
995
- if = { # Ascension of Trailokanat
996
- limit = { tag = AYU }
997
- country_event = { id = flavor_suk.1 }
998
- }
999
- if = {
1000
- limit = { tag = GOT }
1001
- country_event = { id = flavor_got.37 }
1002
- }
1003
- if = {
1004
- limit = { has_government_attribute = no_stability_loss_on_monarch_death }
1005
- add_stability = 1
1006
- }
1007
-
1008
- if = {
1009
- limit = {
1010
- is_subject_of_type = pronoia_subject_type
1011
- NOT = { liberty_desire = 50 }
1012
- }
1013
- overlord = {
1014
- inherit = ROOT
1015
- if = {
1016
- limit = {
1017
- has_country_flag = BYZ_inheriting_pronoia_crownland_flag
1018
- }
1019
- change_estate_land_share = {
1020
- estate = all
1021
- share = -5
1022
- }
1023
- }
1024
- }
1025
- }
1026
- if = {
1027
- limit = {
1028
- has_government_attribute = civil_war_on_every_new_ruler
1029
- }
1030
- country_event = { id = 611 }
1031
- }
1032
-
959
+ on_monarch_death_effect = yes
1033
960
  burgundian_inheritance_start_effect = yes
1034
961
  ladislaus_postumus_king_died_effect = yes
1035
962
  joan_de_trastamara_king_died_effect = yes
@@ -4955,70 +4882,12 @@ on_company_chartered = {
4955
4882
 
4956
4883
  # ROOT = Overlord, FROM = Minor
4957
4884
  on_dependency_gained = {
4958
- if = {
4959
- limit = {
4960
- FROM = {
4961
- has_government_attribute = has_dutch_election
4962
- }
4963
- }
4964
- ROOT = {
4965
- country_event = {
4966
- id = dutch_republic.31
4967
- }# States General falls under a PU
4968
- }
4969
- }
4970
- if = {
4971
- limit = {
4972
- FROM = {
4973
- tag = AVE
4974
- government_rank = 1
4975
- }
4976
- }
4977
- FROM = {
4978
- country_event = {
4979
- id = flavor_gbr.20
4980
- }
4981
- }
4982
- }
4885
+ on_dependency_gained_effect = yes
4983
4886
  }
4984
4887
 
4985
4888
  # ROOT = Overlord, FROM = Minor
4986
4889
  on_dependency_lost = {
4987
- if = {
4988
- limit = {
4989
- has_country_modifier = mng_tibetan_horses_monopoly_modifier
4990
- }
4991
- remove_country_modifier = mng_tibetan_horses_monopoly_modifier
4992
- }
4993
- if = {
4994
- limit = {
4995
- has_country_modifier = tur_tatar_vanguard_modifier
4996
- FROM = {
4997
- tag = CRI
4998
- NOT = { is_subject_of = ROOT }
4999
- }
5000
- }
5001
- remove_country_modifier = tur_tatar_vanguard_modifier
5002
- }
5003
- if = {
5004
- limit = {
5005
- has_country_modifier = rus_grand_duke_of_finland
5006
- FROM = { tag = FIN }
5007
- }
5008
- remove_country_modifier = rus_grand_duke_of_finland
5009
- }
5010
- FROM = {
5011
- if = {
5012
- limit = { has_country_modifier = revoked_war_rights }
5013
- remove_country_modifier = revoked_war_rights
5014
- }
5015
- }
5016
- FROM = {
5017
- if = {
5018
- limit = { has_country_modifier = grain_trade_imports_modifier }
5019
- remove_country_modifier = grain_trade_imports_modifier
5020
- }
5021
- }
4890
+ on_dependency_lost_effect = yes
5022
4891
  }
5023
4892
 
5024
4893
  # ROOT = New vassal, FROM = Overlord
common/peace_treaties/00_claim_norwegian_throne.txt CHANGED
@@ -19,7 +19,7 @@ po_claim_norwegian_throne = {
19
19
  }
20
20
  warscore_cap = 60 # Warscore cost will never go above this value. Only enabled if non-negative. This value defaults to -1.
21
21
  requires_demand_independence = yes # Whether this can be demanded by the former subject in an independence war without also demanding independence.
22
- 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
+ is_make_subject = no # 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.
23
23
  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.
24
24
 
25
25
  is_visible = { # Defaults to equivalent of "always = yes"
common/religious_conversions/00_religious_conversions.txt CHANGED
@@ -26,6 +26,7 @@ propagate_religion_policy = {
26
26
 
27
27
  modifier = {
28
28
  factor = 0
29
+ has_owner_religion = yes
29
30
  owner = {
30
31
  has_country_flag = immunity_against_propogate_religion
31
32
  }
common/ruler_personalities/00_core.txt CHANGED
@@ -3726,4 +3726,36 @@ peasant_revolt_leader_personality = {
3726
3726
 
3727
3727
  chance = {
3728
3728
  }
3729
+ }
3730
+
3731
+ merchant_basileus_personality = {
3732
+ ruler_allow = {
3733
+ allow = {
3734
+ always = no
3735
+ }
3736
+ }
3737
+
3738
+ heir_allow = {
3739
+ allow = {
3740
+ always = no
3741
+ }
3742
+ }
3743
+
3744
+ consort_allow = {
3745
+ allow = {
3746
+ always = no
3747
+ }
3748
+ }
3749
+
3750
+ allow = {
3751
+ has_country_flag = feo_merchant_basileus_flag
3752
+ culture_group = byzantine
3753
+ }
3754
+
3755
+ chance = { }
3756
+
3757
+ trade_efficiency = 0.1
3758
+ global_trade_goods_size_modifier = 0.1
3759
+
3760
+ nation_designer_cost = 15
3729
3761
  }
common/scripted_effects/01_scripted_effects_for_diplomacy.txt CHANGED
@@ -71,4 +71,45 @@ eyalet_dynamic_name_change_effect = {
71
71
  if = { limit = { tag = MOR } eyalet_name_effect = { tag = E16 } }
72
72
  if = { limit = { tag = SAV } eyalet_name_effect = { tag = E17 } }
73
73
  if = { limit = { tag = YEM } eyalet_name_effect = { tag = E17 } }
74
+ }
75
+
76
+ convert_special_subject_to_vassal = {
77
+ if = {
78
+ limit = {
79
+ $subject$ = { is_subject_of = $overlord$ }
80
+ OR = {
81
+ AND = {
82
+ $overlord$ = { NOT = { has_government_attribute = has_eyalets } }
83
+ $subject$ = {
84
+ OR = {
85
+ is_subject_of_type = eyalet
86
+ is_subject_of_type = core_eyalet
87
+ }
88
+ }
89
+ }
90
+ AND = {
91
+ $overlord$ = { NOT = { has_government_attribute = enables_pronoias } }
92
+ $subject$ = {
93
+ OR = {
94
+ is_subject_of_type = pronoia_subject_type
95
+ is_subject_of_type = hereditary_pronoia_subject_type
96
+ }
97
+ }
98
+ }
99
+ AND = {
100
+ $overlord$ = { NOT = { has_government_mechanic = persian_influence_mechanic } }
101
+ $subject$ = {
102
+ is_subject_of_type = cultural_sphere_of_influence_subject
103
+ }
104
+ }
105
+ }
106
+ }
107
+ $overlord$ = {
108
+ create_subject = {
109
+ subject_type = vassal
110
+ subject = $subject$
111
+ keep_liberty_desire = yes
112
+ }
113
+ }
114
+ }
74
115
  }
common/scripted_effects/01_scripted_effects_for_on_actions.txt CHANGED
@@ -4129,4 +4129,301 @@ on_startup_dlc_cleanup_effect = {
4129
4129
  }
4130
4130
  remove_country_modifier = tur_janissary
4131
4131
  }
4132
+ }
4133
+
4134
+ on_dependency_gained_effect = {
4135
+ convert_special_subject_to_vassal = {
4136
+ overlord = ROOT
4137
+ subject = FROM
4138
+ }
4139
+ if = {
4140
+ limit = {
4141
+ FROM = {
4142
+ has_government_attribute = has_dutch_election
4143
+ }
4144
+ }
4145
+ ROOT = {
4146
+ country_event = {
4147
+ id = dutch_republic.31
4148
+ }# States General falls under a PU
4149
+ }
4150
+ }
4151
+ if = {
4152
+ limit = {
4153
+ FROM = {
4154
+ tag = AVE
4155
+ government_rank = 1
4156
+ }
4157
+ }
4158
+ FROM = {
4159
+ country_event = {
4160
+ id = flavor_gbr.20
4161
+ }
4162
+ }
4163
+ }
4164
+ }
4165
+
4166
+ on_dependency_lost_effect = {
4167
+ if = {
4168
+ limit = {
4169
+ has_country_modifier = mng_tibetan_horses_monopoly_modifier
4170
+ FROM = { owns = 667 }
4171
+
4172
+ }
4173
+ remove_country_modifier = mng_tibetan_horses_monopoly_modifier
4174
+ }
4175
+ if = {
4176
+ limit = {
4177
+ has_country_modifier = tur_tatar_vanguard_modifier
4178
+ FROM = { tag = CRI NOT = { is_subject_of = ROOT } }
4179
+ }
4180
+ remove_country_modifier = tur_tatar_vanguard_modifier
4181
+ }
4182
+ if = {
4183
+ limit = {
4184
+ has_country_modifier = rus_grand_duke_of_finland
4185
+ FROM = { tag = FIN }
4186
+ }
4187
+ remove_country_modifier = rus_grand_duke_of_finland
4188
+ }
4189
+ FROM = {
4190
+ if = {
4191
+ limit = { has_country_modifier = revoked_war_rights }
4192
+ remove_country_modifier = revoked_war_rights
4193
+ }
4194
+ if = {
4195
+ limit = { has_country_modifier = grain_trade_imports_modifier }
4196
+ remove_country_modifier = grain_trade_imports_modifier
4197
+ }
4198
+ }
4199
+ }
4200
+
4201
+ on_monarch_death_effect = {
4202
+ if = {
4203
+ limit = {
4204
+ tag = ANS
4205
+ BRA = {
4206
+ has_country_flag = albrecht_achilles_flag
4207
+ }
4208
+ }
4209
+ BRA = {
4210
+ clr_country_flag = albrecht_achilles_flag #Just to be sure
4211
+ kill_heir = {} #If Albrecht Achilles dies in Ansbach he will also be dead in Brandenburg, will appear as normal death of heir to BRA.
4212
+ }
4213
+ }
4214
+ if = {
4215
+ limit = { has_country_modifier = sought_after_bachelor }
4216
+ remove_country_modifier = sought_after_bachelor
4217
+ }
4218
+ if = {
4219
+ limit = {
4220
+ tag = SAX
4221
+ has_country_flag = sax_thuringen_split_to_happen
4222
+ OR = {
4223
+ NOT = { dynasty = "von Wettin" }
4224
+ NOT = { senior_union_with = THU }
4225
+ has_regency = yes
4226
+ }
4227
+ }
4228
+ clr_country_flag = sax_thuringen_split_to_happen
4229
+ }
4230
+ if = {
4231
+ limit = { tag = SAM }
4232
+ country_event = { id = polynesian.35 }
4233
+ }
4234
+ if = {
4235
+ limit = { tag = TOG }
4236
+ country_event = { id = polynesian.36 }
4237
+ }
4238
+ if = { # Ascension of Trailokanat
4239
+ limit = { tag = AYU }
4240
+ country_event = { id = flavor_suk.1 }
4241
+ }
4242
+ if = {
4243
+ limit = { tag = GOT }
4244
+ country_event = { id = flavor_got.37 }
4245
+ }
4246
+ if = {
4247
+ limit = { has_government_attribute = no_stability_loss_on_monarch_death }
4248
+ add_stability = 1
4249
+ }
4250
+
4251
+ if = {
4252
+ limit = {
4253
+ is_subject_of_type = pronoia_subject_type
4254
+ NOT = { liberty_desire = 50 }
4255
+ }
4256
+ overlord = {
4257
+ inherit = ROOT
4258
+ if = {
4259
+ limit = {
4260
+ has_country_flag = BYZ_inheriting_pronoia_crownland_flag
4261
+ OR = {
4262
+ NOT = { has_country_flag = BYZ_crownland_from_pronoia_proc }
4263
+ had_country_flag = {
4264
+ flag = BYZ_crownland_from_pronoia_proc
4265
+ days = 1825
4266
+ }
4267
+ }
4268
+ }
4269
+ clr_country_flag = BYZ_crownland_from_pronoia_proc
4270
+ set_country_flag = BYZ_crownland_from_pronoia_proc
4271
+ change_estate_land_share = {
4272
+ estate = all
4273
+ share = -1
4274
+ }
4275
+ }
4276
+ }
4277
+ }
4278
+ if = {
4279
+ limit = {
4280
+ has_government_attribute = civil_war_on_every_new_ruler
4281
+ }
4282
+ country_event = { id = 611 }
4283
+ }
4284
+
4285
+ }
4286
+
4287
+ on_conquest_effect = {
4288
+ remove_named_unrest = estate_land_seized
4289
+ clr_province_flag = has_estate_unrest_flag
4290
+ if = {
4291
+ limit = {
4292
+ is_part_of_hre = no
4293
+ owner = {
4294
+ has_country_flag = pru_dom_hre_flag
4295
+ alliance_with = emperor
4296
+ }
4297
+ }
4298
+ owner = {
4299
+ add_trust = {
4300
+ who = emperor
4301
+ value = 3
4302
+ mutual = yes
4303
+ }
4304
+ }
4305
+ }
4306
+ else_if = {
4307
+ limit = {
4308
+ is_part_of_hre = no
4309
+ owner = {
4310
+ has_country_flag = pru_dom_hre_flag
4311
+ NOT = { alliance_with = emperor }
4312
+ is_emperor = no
4313
+ }
4314
+ }
4315
+ owner = {
4316
+ add_power_projection = {
4317
+ type = mission_rewards_power_projection
4318
+ amount = 1
4319
+ }
4320
+ }
4321
+ }
4322
+ else_if = {
4323
+ limit = {
4324
+ is_part_of_hre = no
4325
+ owner = { is_emperor = yes }
4326
+ development = 25
4327
+ }
4328
+ emperor = {
4329
+ add_imperial_influence = 1
4330
+ }
4331
+ }
4332
+ if = {
4333
+ limit = {
4334
+ owner = {
4335
+ mission_completed = feo_gothic_invasion
4336
+ }
4337
+ OR = {
4338
+ region = north_german_region
4339
+ region = south_german_region
4340
+ }
4341
+ }
4342
+ add_province_modifier = {
4343
+ name = feo_return_to_gothic_ways
4344
+ duration = -1
4345
+ }
4346
+ }
4347
+ if = {
4348
+ limit = {
4349
+ owner = {
4350
+ mission_completed = feo_subdue_the_hordes
4351
+ }
4352
+ OR = {
4353
+ region = ural_region
4354
+ region = central_asia_region
4355
+ }
4356
+ }
4357
+ add_province_modifier = {
4358
+ name = feo_steppe_construction_efforts
4359
+ duration = -1
4360
+ }
4361
+ }
4362
+ if = {
4363
+ limit = {
4364
+ owner = {
4365
+ mission_completed = feo_gothic_invasion
4366
+ }
4367
+ }
4368
+ if = {
4369
+ limit = {
4370
+ 134 = {
4371
+ country_or_non_sovereign_subject_holds = ROOT
4372
+ }
4373
+ }
4374
+ add_country_modifier = {
4375
+ name = feo_vienna
4376
+ duration = -1
4377
+ hidden = yes
4378
+ }
4379
+ }
4380
+ if = {
4381
+ limit = {
4382
+ 266 = {
4383
+ country_or_non_sovereign_subject_holds = ROOT
4384
+ }
4385
+ }
4386
+ add_country_modifier = {
4387
+ name = feo_prague
4388
+ duration = -1
4389
+ hidden = yes
4390
+ }
4391
+ }
4392
+ if = {
4393
+ limit = {
4394
+ 45 = {
4395
+ country_or_non_sovereign_subject_holds = ROOT
4396
+ }
4397
+ }
4398
+ add_country_modifier = {
4399
+ name = feo_lubeck
4400
+ duration = -1
4401
+ hidden = yes
4402
+ }
4403
+ }
4404
+ if = {
4405
+ limit = {
4406
+ 1878 = {
4407
+ country_or_non_sovereign_subject_holds = ROOT
4408
+ }
4409
+ }
4410
+ add_country_modifier = {
4411
+ name = feo_aachen
4412
+ duration = -1
4413
+ hidden = yes
4414
+ }
4415
+ }
4416
+ if = {
4417
+ limit = {
4418
+ 85 = {
4419
+ country_or_non_sovereign_subject_holds = ROOT
4420
+ }
4421
+ }
4422
+ add_country_modifier = {
4423
+ name = feo_cologne
4424
+ duration = -1
4425
+ hidden = yes
4426
+ }
4427
+ }
4428
+ }
4132
4429
  }
common/scripted_triggers/00_scripted_triggers.txt CHANGED
@@ -4462,6 +4462,7 @@ has_any_ongoing_construction = {
4462
4462
  has_construction = great_project
4463
4463
  has_construction = canal
4464
4464
  has_construction = missionary
4465
+ has_construction = state_house
4465
4466
  }
4466
4467
  }
4467
4468
 
common/scripted_triggers/00_scripted_triggers_FR.txt CHANGED
@@ -5347,6 +5347,7 @@ frloc_tags_art_sg_masc_cons_au_01a = {
5347
5347
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5348
5348
  NOT = { has_country_flag = is_JPE_flag }
5349
5349
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5350
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5350
5351
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5351
5352
  NOT = { has_country_flag = is_RPR_flag }
5352
5353
  NOT = { has_country_flag = is_LPC_flag }
@@ -5464,6 +5465,7 @@ frloc_tags_art_sg_masc_cons_dansle_01b = {
5464
5465
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5465
5466
  NOT = { has_country_flag = is_JPE_flag }
5466
5467
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5468
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5467
5469
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5468
5470
  NOT = { has_country_flag = is_RPR_flag }
5469
5471
  NOT = { has_country_flag = is_LPC_flag }
@@ -5541,6 +5543,7 @@ frloc_tags_art_sg_masc_cons_en_01c = {
5541
5543
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5542
5544
  NOT = { has_country_flag = is_JPE_flag }
5543
5545
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5546
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5544
5547
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5545
5548
  NOT = { has_country_flag = is_RPR_flag }
5546
5549
  NOT = { has_country_flag = is_LPC_flag }
@@ -5616,6 +5619,7 @@ frloc_tags_art_sg_masc_vow_en_02a = {
5616
5619
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5617
5620
  NOT = { has_country_flag = is_JPE_flag }
5618
5621
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5622
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5619
5623
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5620
5624
  NOT = { has_country_flag = is_RPR_flag }
5621
5625
  NOT = { has_country_flag = is_LPC_flag }
@@ -5768,6 +5772,7 @@ frloc_tags_art_sg_masc_vow_dansl_02b = {
5768
5772
  has_country_flag = is_BYZ_eastern_roman_empire_flag
5769
5773
  has_country_flag = is_JPE_flag
5770
5774
  has_country_flag = is_revolutionary_iran_flag
5775
+ has_country_flag = is_SELJUK_EMPIRE_flag
5771
5776
  ### USUAL PRIORITY ###
5772
5777
  # Balkans
5773
5778
  tag = LAE
@@ -5822,6 +5827,7 @@ frloc_tags_art_sg_masc_vow_en_02c = {
5822
5827
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5823
5828
  NOT = { has_country_flag = is_JPE_flag }
5824
5829
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5830
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5825
5831
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5826
5832
  NOT = { has_country_flag = is_RPR_flag }
5827
5833
  NOT = { has_country_flag = is_LPC_flag }
@@ -5896,6 +5902,7 @@ frloc_tags_art_sg_fem_cons_de_en_03a = {
5896
5902
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
5897
5903
  NOT = { has_country_flag = is_JPE_flag }
5898
5904
  NOT = { has_country_flag = is_revolutionary_iran_flag }
5905
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
5899
5906
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
5900
5907
  NOT = { has_country_flag = is_RPR_flag }
5901
5908
  NOT = { has_country_flag = is_LPC_flag }
@@ -6009,6 +6016,7 @@ frloc_tags_art_sg_fem_cons_dela_auseindela_03b = {
6009
6016
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6010
6017
  NOT = { has_country_flag = is_JPE_flag }
6011
6018
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6019
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6012
6020
  NOT = { has_country_flag = is_kingdom_of_god_flag }
6013
6021
  NOT = { has_country_flag = is_turkey_flag }
6014
6022
  NOT = { has_country_flag = is_revolutionary_turkey_flag }
@@ -6093,6 +6101,7 @@ frloc_tags_art_sg_fem_vow_d_en_04a = {
6093
6101
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6094
6102
  NOT = { has_country_flag = is_JPE_flag }
6095
6103
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6104
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6096
6105
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6097
6106
  NOT = { has_country_flag = is_RPR_flag }
6098
6107
  NOT = { has_country_flag = is_LPC_flag }
@@ -6196,6 +6205,7 @@ frloc_tags_art_pl_masc_cons_chezles_05a = {
6196
6205
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6197
6206
  NOT = { has_country_flag = is_JPE_flag }
6198
6207
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6208
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6199
6209
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6200
6210
  NOT = { has_country_flag = is_RPR_flag }
6201
6211
  NOT = { has_country_flag = is_LPC_flag }
@@ -6331,6 +6341,7 @@ frloc_tags_art_pl_masc_cons_aux_05b = {
6331
6341
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6332
6342
  NOT = { has_country_flag = is_JPE_flag }
6333
6343
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6344
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6334
6345
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6335
6346
  NOT = { has_country_flag = is_RPR_flag }
6336
6347
  NOT = { has_country_flag = is_LPC_flag }
@@ -6408,6 +6419,7 @@ frloc_tags_art_pl_masc_cons_dansles_05c = {
6408
6419
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6409
6420
  NOT = { has_country_flag = is_JPE_flag }
6410
6421
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6422
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6411
6423
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6412
6424
  NOT = { has_country_flag = is_RPR_flag }
6413
6425
  NOT = { has_country_flag = is_LPC_flag }
@@ -6485,6 +6497,7 @@ frloc_tags_art_pl_fem_cons_aux_07a = {
6485
6497
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6486
6498
  NOT = { has_country_flag = is_JPE_flag }
6487
6499
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6500
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6488
6501
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6489
6502
  NOT = { has_country_flag = is_RPR_flag }
6490
6503
  NOT = { has_country_flag = is_LPC_flag }
@@ -6566,6 +6579,7 @@ frloc_tags_art_pl_fem_cons_dansles_07b = {
6566
6579
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6567
6580
  NOT = { has_country_flag = is_JPE_flag }
6568
6581
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6582
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6569
6583
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6570
6584
  NOT = { has_country_flag = is_RPR_flag }
6571
6585
  NOT = { has_country_flag = is_LPC_flag }
@@ -6651,6 +6665,7 @@ frloc_tags_noart_sg_masc_cons_en_a_09a = {
6651
6665
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6652
6666
  NOT = { has_country_flag = is_JPE_flag }
6653
6667
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6668
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6654
6669
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6655
6670
  NOT = { has_country_flag = is_RPR_flag }
6656
6671
  NOT = { has_country_flag = is_LPC_flag }
@@ -6742,6 +6757,7 @@ frloc_tags_noart_sg_masc_cons_a_a_09b = {
6742
6757
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6743
6758
  NOT = { has_country_flag = is_JPE_flag }
6744
6759
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6760
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6745
6761
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6746
6762
  NOT = { has_country_flag = is_RPR_flag }
6747
6763
  NOT = { has_country_flag = is_LPC_flag }
@@ -6821,6 +6837,7 @@ frloc_tags_noart_sg_masc_vow_en_a_10a = {
6821
6837
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6822
6838
  NOT = { has_country_flag = is_JPE_flag }
6823
6839
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6840
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6824
6841
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6825
6842
  NOT = { has_country_flag = is_RPR_flag }
6826
6843
  NOT = { has_country_flag = is_LPC_flag }
@@ -6904,6 +6921,7 @@ frloc_tags_noart_sg_masc_vow_a_a_10b = {
6904
6921
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6905
6922
  NOT = { has_country_flag = is_JPE_flag }
6906
6923
  NOT = { has_country_flag = is_revolutionary_iran_flag }
6924
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6907
6925
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6908
6926
  NOT = { has_country_flag = is_RPR_flag }
6909
6927
  NOT = { has_country_flag = is_LPC_flag }
@@ -6979,6 +6997,7 @@ frloc_tags_noart_sg_fem_cons_de_en_11a = {
6979
6997
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
6980
6998
  NOT = { has_country_flag = is_JPE_flag }
6981
6999
  NOT = { has_country_flag = is_revolutionary_iran_flag }
7000
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
6982
7001
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
6983
7002
  NOT = { has_country_flag = is_RPR_flag }
6984
7003
  NOT = { has_country_flag = is_LPC_flag }
@@ -7095,6 +7114,7 @@ frloc_tags_noart_sg_fem_cons_de_a_11b = {
7095
7114
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
7096
7115
  NOT = { has_country_flag = is_JPE_flag }
7097
7116
  NOT = { has_country_flag = is_revolutionary_iran_flag }
7117
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
7098
7118
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
7099
7119
  NOT = { has_country_flag = is_RPR_flag }
7100
7120
  NOT = { has_country_flag = is_LPC_flag }
@@ -7196,6 +7216,7 @@ frloc_tags_noart_sg_fem_cons_dela_en_11c = {
7196
7216
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
7197
7217
  NOT = { has_country_flag = is_JPE_flag }
7198
7218
  NOT = { has_country_flag = is_revolutionary_iran_flag }
7219
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
7199
7220
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
7200
7221
  NOT = { has_country_flag = is_RPR_flag }
7201
7222
  NOT = { has_country_flag = is_LPC_flag }
@@ -7273,6 +7294,7 @@ frloc_tags_noart_sg_fem_vow_d_en_12a = {
7273
7294
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
7274
7295
  NOT = { has_country_flag = is_JPE_flag }
7275
7296
  NOT = { has_country_flag = is_revolutionary_iran_flag }
7297
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
7276
7298
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
7277
7299
  NOT = { has_country_flag = is_RPR_flag }
7278
7300
  NOT = { has_country_flag = is_LPC_flag }
@@ -7368,6 +7390,7 @@ frloc_tags_noart_sg_fem_vow_d_a_12b = {
7368
7390
  NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
7369
7391
  NOT = { has_country_flag = is_JPE_flag }
7370
7392
  NOT = { has_country_flag = is_revolutionary_iran_flag }
7393
+ NOT = { has_country_flag = is_SELJUK_EMPIRE_flag }
7371
7394
  NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
7372
7395
  NOT = { has_country_flag = is_RPR_flag }
7373
7396
  NOT = { has_country_flag = is_LPC_flag }
common/subject_types/00_subject_types.txt CHANGED
@@ -1282,24 +1282,27 @@ hereditary_pronoia_subject_type = {
1282
1282
  modifier_subject = {
1283
1283
  modifier = BYZ_extra_forcelimit_for_pronoiars
1284
1284
  trigger = {
1285
- overlord = {
1286
- has_country_flag = BYZ_extra_forcelimit_for_pronoiars_flag
1285
+ custom_trigger_tooltip = {
1286
+ tooltip = BYZ_extra_forcelimit_for_pronoiars_tt
1287
+ overlord = { has_country_flag = BYZ_extra_forcelimit_for_pronoiars_flag }
1287
1288
  }
1288
1289
  }
1289
1290
  }
1290
1291
  modifier_subject = {
1291
1292
  modifier = BYZ_army_trad
1292
1293
  trigger = {
1293
- overlord = {
1294
- has_country_flag = BYZ_pronoia_subjects_get_3_yearly_army_tradition_flag
1294
+ custom_trigger_tooltip = {
1295
+ tooltip = BYZ_army_trad_tt
1296
+ overlord = { has_country_flag = BYZ_pronoia_subjects_get_3_yearly_army_tradition_flag }
1295
1297
  }
1296
1298
  }
1297
1299
  }
1298
1300
  modifier_subject = {
1299
1301
  modifier = BYZ_discipline
1300
1302
  trigger = {
1301
- overlord = {
1302
- has_country_flag = BYZ_pronoia_will_get_5_discipline_flag
1303
+ custom_trigger_tooltip = {
1304
+ tooltip = BYZ_discipline_tt
1305
+ overlord = { has_country_flag = BYZ_pronoia_will_get_5_discipline_flag }
1303
1306
  }
1304
1307
  }
1305
1308
  }
@@ -1319,10 +1322,9 @@ hereditary_pronoia_subject_type = {
1319
1322
  modifier_overlord = {
1320
1323
  modifier = BYZ_pronoia_land_forcelimit_penalty
1321
1324
  trigger = {
1322
- NOT = {
1323
- overlord = {
1324
- has_country_flag = BYZ_no_pronoia_forcelimit_penalty
1325
- }
1325
+ custom_trigger_tooltip = {
1326
+ tooltip = BYZ_pronoia_land_forcelimit_penalty_tt
1327
+ NOT = { overlord = { has_country_flag = BYZ_no_pronoia_forcelimit_penalty } }
1326
1328
  }
1327
1329
  }
1328
1330
  }