Diff to HTML by rtfpessoa

Files changed (4) hide show
  1. customizable_localization/00_customizable_localization.txt +1787 -0
  2. customizable_localization/00_customizable_localization_DE.txt +435 -1
  3. customizable_localization/00_customizable_localization_FR.txt +3269 -1088
  4. customizable_localization/00_start_screen.txt +20 -0
customizable_localization/00_customizable_localization.txt CHANGED
@@ -1545,6 +1545,8 @@ defined_text = {
1545
1545
  NOT = { has_country_flag = is_turkey_flag }
1546
1546
  NOT = { has_country_flag = is_revolutionary_gurkani_flag }
1547
1547
  NOT = { has_country_flag = is_gurkani_flag }
1548
+ NOT = { has_country_flag = is_revolutionary_iran_flag }
1549
+ NOT = { has_country_flag = is_iran_flag }
1548
1550
  }
1549
1551
  }
1550
1552
  text = {
@@ -1578,6 +1580,8 @@ defined_text = {
1578
1580
  has_country_flag = is_turkey_flag
1579
1581
  has_country_flag = is_revolutionary_gurkani_flag
1580
1582
  has_country_flag = is_gurkani_flag
1583
+ has_country_flag = is_revolutionary_iran_flag
1584
+ has_country_flag = is_iran_flag
1581
1585
  }
1582
1586
  }
1583
1587
  }
@@ -1609,6 +1613,8 @@ defined_text = {
1609
1613
  NOT = { has_country_flag = is_turkey_flag }
1610
1614
  NOT = { has_country_flag = is_revolutionary_gurkani_flag }
1611
1615
  NOT = { has_country_flag = is_gurkani_flag }
1616
+ NOT = { has_country_flag = is_revolutionary_iran_flag }
1617
+ NOT = { has_country_flag = is_iran_flag }
1612
1618
  }
1613
1619
  }
1614
1620
  text = {
@@ -1642,6 +1648,8 @@ defined_text = {
1642
1648
  has_country_flag = is_turkey_flag
1643
1649
  has_country_flag = is_revolutionary_gurkani_flag
1644
1650
  has_country_flag = is_gurkani_flag
1651
+ has_country_flag = is_revolutionary_iran_flag
1652
+ has_country_flag = is_iran_flag
1645
1653
  }
1646
1654
  }
1647
1655
  }
@@ -2653,6 +2661,82 @@ defined_text = {
2653
2661
  }
2654
2662
  }
2655
2663
 
2664
+ defined_text = {
2665
+ name = GetJanissariesOrFallbackName
2666
+ random = no
2667
+
2668
+ text = {
2669
+ localisation_key = country_estate_janissaries_name
2670
+ trigger = {
2671
+ has_estate = estate_janissaries
2672
+ }
2673
+ }
2674
+
2675
+ text = {
2676
+ localisation_key = estate_janissaries
2677
+ trigger = {
2678
+ NOT = { has_estate = estate_janissaries }
2679
+ }
2680
+ }
2681
+ }
2682
+
2683
+ defined_text = {
2684
+ name = GetEunuchsOrFallbackName
2685
+ random = no
2686
+
2687
+ text = {
2688
+ localisation_key = country_estate_eunuchs_name
2689
+ trigger = {
2690
+ has_estate = estate_eunuchs
2691
+ }
2692
+ }
2693
+
2694
+ text = {
2695
+ localisation_key = estate_eunuchs
2696
+ trigger = {
2697
+ NOT = { has_estate = estate_eunuchs }
2698
+ }
2699
+ }
2700
+ }
2701
+
2702
+ defined_text = {
2703
+ name = GetQizilbashOrFallbackName
2704
+ random = no
2705
+
2706
+ text = {
2707
+ localisation_key = country_estate_qizilbash_name
2708
+ trigger = {
2709
+ has_estate = estate_qizilbash
2710
+ }
2711
+ }
2712
+
2713
+ text = {
2714
+ localisation_key = estate_qizilbash
2715
+ trigger = {
2716
+ NOT = { has_estate = estate_qizilbash }
2717
+ }
2718
+ }
2719
+ }
2720
+
2721
+ defined_text = {
2722
+ name = GetGhulamsOrFallbackName
2723
+ random = no
2724
+
2725
+ text = {
2726
+ localisation_key = country_estate_ghulams_name
2727
+ trigger = {
2728
+ has_estate = estate_ghulams
2729
+ }
2730
+ }
2731
+
2732
+ text = {
2733
+ localisation_key = estate_ghulams
2734
+ trigger = {
2735
+ NOT = { has_estate = estate_ghulams }
2736
+ }
2737
+ }
2738
+ }
2739
+
2656
2740
  defined_text = {
2657
2741
  name = GetLegitimacyOrMeritocracy
2658
2742
  random = no
@@ -3790,6 +3874,188 @@ defined_text = {
3790
3874
  }
3791
3875
  }
3792
3876
 
3877
+ defined_text = {
3878
+ name = GetNumDevelopedProvinces
3879
+
3880
+ text = {
3881
+ localisation_key = ZERO
3882
+ trigger = {
3883
+ NOT = {
3884
+ check_variable = {
3885
+ which = num_of_times_developed
3886
+ value = 1
3887
+ }
3888
+ }
3889
+ }
3890
+ }
3891
+
3892
+ text = {
3893
+ localisation_key = NUM_OF_DEVELOPED_PROVINCES_COUNTER
3894
+ trigger = {
3895
+ check_variable = {
3896
+ which = num_of_times_developed
3897
+ value = 1
3898
+ }
3899
+ }
3900
+ }
3901
+ }
3902
+
3903
+ defined_text = {
3904
+ name = GetNumAridDevelopedProvinces
3905
+
3906
+ text = {
3907
+ localisation_key = ZERO
3908
+ trigger = {
3909
+ NOT = {
3910
+ check_variable = {
3911
+ which = num_of_times_developed_arid
3912
+ value = 1
3913
+ }
3914
+ }
3915
+ }
3916
+ }
3917
+
3918
+ text = {
3919
+ localisation_key = NUM_OF_ARID_DEVELOPMENT_COUNTER
3920
+ trigger = {
3921
+ check_variable = {
3922
+ which = num_of_times_developed_arid
3923
+ value = 1
3924
+ }
3925
+ }
3926
+ }
3927
+ }
3928
+
3929
+ defined_text = {
3930
+ name = GetNumWarsAgainstNonBelievers
3931
+
3932
+ text = {
3933
+ localisation_key = ZERO
3934
+ trigger = {
3935
+ NOT = {
3936
+ check_variable = {
3937
+ which = num_of_wars_won_against_non_believers
3938
+ value = 1
3939
+ }
3940
+ }
3941
+ }
3942
+ }
3943
+
3944
+ text = {
3945
+ localisation_key = NUM_OF_WARS_WON_AGAINST_OTHER_RELIGIONS
3946
+ trigger = {
3947
+ check_variable = {
3948
+ which = num_of_wars_won_against_non_believers
3949
+ value = 1
3950
+ }
3951
+ }
3952
+ }
3953
+ }
3954
+
3955
+ defined_text = {
3956
+ name = GetNumWarsAgainstHeretics
3957
+
3958
+ text = {
3959
+ localisation_key = ZERO
3960
+ trigger = {
3961
+ NOT = {
3962
+ check_variable = {
3963
+ which = num_of_wars_won_against_heretics
3964
+ value = 1
3965
+ }
3966
+ }
3967
+ }
3968
+ }
3969
+
3970
+ text = {
3971
+ localisation_key = NUM_OF_WARS_WON_AGAINST_HERETICS
3972
+ trigger = {
3973
+ check_variable = {
3974
+ which = num_of_wars_won_against_heretics
3975
+ value = 1
3976
+ }
3977
+ }
3978
+ }
3979
+ }
3980
+
3981
+ defined_text = {
3982
+ name = GetNumCultureConvertedProvinces
3983
+
3984
+ text = {
3985
+ localisation_key = ZERO
3986
+ trigger = {
3987
+ NOT = {
3988
+ check_variable = {
3989
+ which = num_converted_culture
3990
+ value = 1
3991
+ }
3992
+ }
3993
+ }
3994
+ }
3995
+
3996
+ text = {
3997
+ localisation_key = NUM_OF_CULTURE_CONVERTED_PROVINCES_COUNTER
3998
+ trigger = {
3999
+ check_variable = {
4000
+ which = num_converted_culture
4001
+ value = 1
4002
+ }
4003
+ }
4004
+ }
4005
+ }
4006
+
4007
+ defined_text = {
4008
+ name = GetNumCultureConvertedToOwnCultureProvinces
4009
+
4010
+ text = {
4011
+ localisation_key = ZERO
4012
+ trigger = {
4013
+ NOT = {
4014
+ check_variable = {
4015
+ which = num_converted_to_own_culture
4016
+ value = 1
4017
+ }
4018
+ }
4019
+ }
4020
+ }
4021
+
4022
+ text = {
4023
+ localisation_key = NUM_OF_CULTURE_TO_OWN_CULTURE_CONVERTED_PROVINCES_COUNTER
4024
+ trigger = {
4025
+ check_variable = {
4026
+ which = num_converted_to_own_culture
4027
+ value = 1
4028
+ }
4029
+ }
4030
+ }
4031
+ }
4032
+
4033
+ defined_text = {
4034
+ name = GetNumForceCultureConvertedCountries
4035
+
4036
+ text = {
4037
+ localisation_key = ZERO
4038
+ trigger = {
4039
+ NOT = {
4040
+ check_variable = {
4041
+ which = num_of_forced_culture_conversions
4042
+ value = 1
4043
+ }
4044
+ }
4045
+ }
4046
+ }
4047
+
4048
+ text = {
4049
+ localisation_key = NUM_OF_FORCE_CULTURE_CONVERTED_COUNTRIES_COUNTER
4050
+ trigger = {
4051
+ check_variable = {
4052
+ which = num_of_forced_culture_conversions
4053
+ value = 1
4054
+ }
4055
+ }
4056
+ }
4057
+ }
4058
+
3793
4059
  defined_text = {
3794
4060
  name = OppositeEmbassyHolderName
3795
4061
 
@@ -4603,6 +4869,58 @@ defined_text = {
4603
4869
  }
4604
4870
  }
4605
4871
  }
4872
+ defined_text = {
4873
+ name = GetQizilbashLoyaltyStatus
4874
+ random = no
4875
+ text = {
4876
+ localisation_key = ESTATE_LOYAL
4877
+ trigger = {
4878
+ has_estate = estate_qizilbash
4879
+ estate_loyalty = { estate = estate_qizilbash loyalty = 60 }
4880
+ }
4881
+ }
4882
+ text = {
4883
+ localisation_key = ESTATE_NEUTRAL
4884
+ trigger = {
4885
+ has_estate = estate_qizilbash
4886
+ NOT = { estate_loyalty = { estate = estate_qizilbash loyalty = 60 } }
4887
+ estate_loyalty = { estate = estate_qizilbash loyalty = 30 }
4888
+ }
4889
+ }
4890
+ text = {
4891
+ localisation_key = ESTATE_DISLOYAL
4892
+ trigger = {
4893
+ has_estate = estate_qizilbash
4894
+ NOT = { estate_loyalty = { estate = estate_qizilbash loyalty = 30 } }
4895
+ }
4896
+ }
4897
+ }
4898
+ defined_text = {
4899
+ name = GetGhulamsLoyaltyStatus
4900
+ random = no
4901
+ text = {
4902
+ localisation_key = ESTATE_LOYAL
4903
+ trigger = {
4904
+ has_estate = estate_ghulams
4905
+ estate_loyalty = { estate = estate_ghulams loyalty = 60 }
4906
+ }
4907
+ }
4908
+ text = {
4909
+ localisation_key = ESTATE_NEUTRAL
4910
+ trigger = {
4911
+ has_estate = estate_ghulams
4912
+ NOT = { estate_loyalty = { estate = estate_ghulams loyalty = 60 } }
4913
+ estate_loyalty = { estate = estate_ghulams loyalty = 30 }
4914
+ }
4915
+ }
4916
+ text = {
4917
+ localisation_key = ESTATE_DISLOYAL
4918
+ trigger = {
4919
+ has_estate = estate_ghulams
4920
+ NOT = { estate_loyalty = { estate = estate_ghulams loyalty = 30 } }
4921
+ }
4922
+ }
4923
+ }
4606
4924
  defined_text = {
4607
4925
  name = GetGranadaOrAndalusia
4608
4926
  random = no
@@ -5269,4 +5587,1473 @@ defined_text = {
5269
5587
  text = {
5270
5588
  localisation_key = MANUFACTORIES_AND_INDUSTRIALIZATION
5271
5589
  }
5590
+ }
5591
+
5592
+ defined_text = {
5593
+ name = GetByzantineMonumentBuff
5594
+
5595
+ text = {
5596
+ localisation_key = BYZ_great_project_cost
5597
+ trigger = {
5598
+ has_dlc = "Leviathan"
5599
+ }
5600
+ }
5601
+ text = {
5602
+ localisation_key = BYZ_construction_cost
5603
+ trigger = {
5604
+ always = yes
5605
+ }
5606
+ }
5607
+ }
5608
+
5609
+ defined_text = {
5610
+ name = GetDynastyOrFallback
5611
+ random = no
5612
+ text = {
5613
+ localisation_key = THIS_GET_DYNASTY_NAME
5614
+ trigger = {
5615
+ OR = {
5616
+ government = monarchy
5617
+ government = tribal
5618
+ }
5619
+ OR = {
5620
+ has_regency = no
5621
+ AND = {
5622
+ has_heir = yes
5623
+ has_regency = yes
5624
+ }
5625
+ }
5626
+ }
5627
+ }
5628
+ text = {
5629
+ localisation_key = NO_SPACE
5630
+ trigger = {
5631
+ always = yes
5632
+ }
5633
+ }
5634
+ }
5635
+
5636
+ defined_text = {
5637
+ name = GetTempElevationCostReduction
5638
+ text = {
5639
+ localisation_key = ZERO
5640
+ trigger = {
5641
+ NOT = { has_country_flag = persian_influence_setup_flag }
5642
+ }
5643
+ }
5644
+ text = {
5645
+ localisation_key = persian_influence_current_reduction_bonus_tt
5646
+ trigger = {
5647
+ has_country_flag = persian_influence_setup_flag
5648
+ }
5649
+ }
5650
+ }
5651
+
5652
+ defined_text = {
5653
+ name = GetFabricateReligiousConflictCost
5654
+ text = {
5655
+ localisation_key = 30_STRING
5656
+ trigger = {
5657
+ NOT = { full_idea_group = spy_ideas }
5658
+ NOT = { has_country_flag = reduced_spread_faith_cb_spy_cost }
5659
+ }
5660
+ }
5661
+ text = {
5662
+ localisation_key = 24_STRING
5663
+ trigger = {
5664
+ full_idea_group = spy_ideas
5665
+ NOT = { has_country_flag = reduced_spread_faith_cb_spy_cost }
5666
+ }
5667
+ }
5668
+ text = {
5669
+ localisation_key = 10_STRING
5670
+ trigger = {
5671
+ NOT = { full_idea_group = spy_ideas }
5672
+ has_country_flag = reduced_spread_faith_cb_spy_cost
5673
+ }
5674
+ }
5675
+ text = {
5676
+ localisation_key = 8_STRING
5677
+ trigger = {
5678
+ full_idea_group = spy_ideas
5679
+ has_country_flag = reduced_spread_faith_cb_spy_cost
5680
+ }
5681
+ }
5682
+ }
5683
+
5684
+ defined_text = {
5685
+ name = GetCurrentPersianInfluenceInteractionCounter
5686
+ text = {
5687
+ localisation_key = ZERO
5688
+ trigger = {
5689
+ NOT = {
5690
+ check_variable = {
5691
+ which = persian_influence_interaction_counter
5692
+ value = 1
5693
+ }
5694
+ }
5695
+ }
5696
+ }
5697
+ text = {
5698
+ localisation_key = persian_influence_interaction_counter_tt
5699
+ trigger = {
5700
+ check_variable = {
5701
+ which = persian_influence_interaction_counter
5702
+ value = 1
5703
+ }
5704
+ }
5705
+ }
5706
+ }
5707
+
5708
+ defined_text = {
5709
+ name = GetCurrentPersianInfluenceElevationCounter
5710
+ text = {
5711
+ localisation_key = ZERO
5712
+ trigger = {
5713
+ NOT = {
5714
+ check_variable = {
5715
+ which = persian_influence_elevation_counter
5716
+ value = 1
5717
+ }
5718
+ }
5719
+ }
5720
+ }
5721
+ text = {
5722
+ localisation_key = persian_influence_elevation_counter_tt
5723
+ trigger = {
5724
+ check_variable = {
5725
+ which = persian_influence_elevation_counter
5726
+ value = 1
5727
+ }
5728
+ }
5729
+ }
5730
+ }
5731
+
5732
+ defined_text = {
5733
+ name = GetTempleName
5734
+ text = {
5735
+ localisation_key = building_temple_christian
5736
+ trigger = { religion_group = christian }
5737
+ }
5738
+ text = {
5739
+ localisation_key = building_temple_muslim
5740
+ trigger = { religion_group = muslim }
5741
+ }
5742
+ text = {
5743
+ localisation_key = building_temple_shinto
5744
+ trigger = { religion = shinto }
5745
+ }
5746
+ text = {
5747
+ localisation_key = building_temple_zoroastrian
5748
+ trigger = { religion = zoroastrian }
5749
+ }
5750
+ text = {
5751
+ localisation_key = building_temple_jewish
5752
+ trigger = { religion = jewish }
5753
+ }
5754
+ text = {
5755
+ localisation_key = building_temple
5756
+ }
5757
+ }
5758
+
5759
+ defined_text = {
5760
+ name = GetCathedralName
5761
+ text = {
5762
+ localisation_key = building_cathedral_orthodox
5763
+ trigger = { religion = orthodox }
5764
+ }
5765
+ text = {
5766
+ localisation_key = building_cathedral_muslim
5767
+ trigger = { religion_group = muslim }
5768
+ }
5769
+ text = {
5770
+ localisation_key = building_cathedral_dharmic
5771
+ trigger = { religion_group = dharmic }
5772
+ }
5773
+ text = {
5774
+ localisation_key = building_cathedral_eastern
5775
+ trigger = { religion_group = eastern }
5776
+ }
5777
+ text = {
5778
+ localisation_key = building_cathedral_pagan
5779
+ trigger = { religion_group = pagan }
5780
+ }
5781
+ text = {
5782
+ localisation_key = building_cathedral_zoroastrian_group
5783
+ trigger = { religion = zoroastrian }
5784
+ }
5785
+ text = {
5786
+ localisation_key = building_cathedral_jewish_group
5787
+ trigger = { religion_group = jewish_group }
5788
+ }
5789
+ text = {
5790
+ localisation_key = building_cathedral
5791
+ }
5792
+ }
5793
+
5794
+ defined_text = {
5795
+ name = GetWorkOfArtDescription
5796
+ random = no
5797
+ text = {
5798
+ localisation_key = MAGNIFICENT_BUILDING_STRING
5799
+ trigger = {
5800
+ check_variable = { which = art_quality value = 4 }
5801
+ has_country_modifier = promoting_architecture
5802
+ }
5803
+ }
5804
+ text = {
5805
+ localisation_key = MAGNIFICENT_CARPETS_STRING
5806
+ trigger = {
5807
+ check_variable = { which = art_quality value = 4 }
5808
+ has_country_modifier = promoting_textiles
5809
+ }
5810
+ }
5811
+ text = {
5812
+ localisation_key = MAGNIFICENT_PAINTING_STRING
5813
+ trigger = {
5814
+ check_variable = { which = art_quality value = 4 }
5815
+ has_country_modifier = promoting_painting
5816
+ }
5817
+ }
5818
+ text = {
5819
+ localisation_key = SIGNIFICANT_BUILDING_STRING
5820
+ trigger = {
5821
+ check_variable = { which = art_quality value = 3 }
5822
+ has_country_modifier = promoting_architecture
5823
+ }
5824
+ }
5825
+ text = {
5826
+ localisation_key = SIGNIFICANT_CARPETS_STRING
5827
+ trigger = {
5828
+ check_variable = { which = art_quality value = 3 }
5829
+ has_country_modifier = promoting_textiles
5830
+ }
5831
+ }
5832
+ text = {
5833
+ localisation_key = SIGNIFICANT_PAINTING_STRING
5834
+ trigger = {
5835
+ check_variable = { which = art_quality value = 3 }
5836
+ has_country_modifier = promoting_painting
5837
+ }
5838
+ }
5839
+ text = {
5840
+ localisation_key = NOTEWORTHY_BUILDING_STRING
5841
+ trigger = {
5842
+ check_variable = { which = art_quality value = 2 }
5843
+ has_country_modifier = promoting_architecture
5844
+ }
5845
+ }
5846
+ text = {
5847
+ localisation_key = NOTEWORTHY_CARPETS_STRING
5848
+ trigger = {
5849
+ check_variable = { which = art_quality value = 2 }
5850
+ has_country_modifier = promoting_textiles
5851
+ }
5852
+ }
5853
+ text = {
5854
+ localisation_key = NOTEWORTHY_PAINTING_STRING
5855
+ trigger = {
5856
+ check_variable = { which = art_quality value = 2 }
5857
+ has_country_modifier = promoting_painting
5858
+ }
5859
+ }
5860
+ text = {
5861
+ localisation_key = GREAT_BUILDING_STRING
5862
+ trigger = {
5863
+ check_variable = { which = art_quality value = 1 }
5864
+ has_country_modifier = promoting_architecture
5865
+ }
5866
+ }
5867
+ text = {
5868
+ localisation_key = GREAT_CARPETS_STRING
5869
+ trigger = {
5870
+ check_variable = { which = art_quality value = 1 }
5871
+ has_country_modifier = promoting_textiles
5872
+ }
5873
+ }
5874
+ text = {
5875
+ localisation_key = GREAT_PAINTING_STRING
5876
+ trigger = {
5877
+ check_variable = { which = art_quality value = 1 }
5878
+ has_country_modifier = promoting_painting
5879
+ }
5880
+ }
5881
+ text = {
5882
+ localisation_key = PATHETIC_BUILDING_STRING
5883
+ trigger = {
5884
+ has_country_modifier = promoting_architecture
5885
+ }
5886
+ }
5887
+ text = {
5888
+ localisation_key = PATHETIC_CARPETS_STRING
5889
+ trigger = {
5890
+ has_country_modifier = promoting_textiles
5891
+ }
5892
+ }
5893
+ text = {
5894
+ localisation_key = PATHETIC_PAINTING_STRING
5895
+ trigger = {
5896
+ has_country_modifier = promoting_painting
5897
+ }
5898
+ }
5899
+ text = {
5900
+ localisation_key = FALLBACK_ART_STRING
5901
+ }
5902
+ }
5903
+
5904
+ defined_text = {
5905
+ name = GetReligiousMainDeityName
5906
+ text = {
5907
+ localisation_key = THE_LORD_DEITY #Note: He will be always referred as 'THE LORD'
5908
+ trigger = {
5909
+ religion_group = christian
5910
+ }
5911
+ }
5912
+ text = {
5913
+ localisation_key = ALLAH_DEITY
5914
+ trigger = {
5915
+ religion_group = muslim
5916
+ }
5917
+ }
5918
+ text = {
5919
+ localisation_key = MAHABRAHMA_DEITY #Note: Buddhism does not belief in any creator deity
5920
+ trigger = {
5921
+ OR = {
5922
+ religion = buddhism
5923
+ religion = mahayana
5924
+ religion = vajrayana
5925
+ }
5926
+ }
5927
+ }
5928
+ text = {
5929
+ localisation_key = THE_HEAVEN_DEITY #Note: Here is the say of 'THE HEAVEN'
5930
+ trigger = {
5931
+ religion = confucianism
5932
+ OR = {
5933
+ has_reform = celestial_empire
5934
+ is_emperor_of_china = yes
5935
+ }
5936
+ }
5937
+ }
5938
+ text = {
5939
+ localisation_key = AMATERASU_DEITY
5940
+ trigger = {
5941
+ religion = shinto
5942
+ }
5943
+ }
5944
+ text = {
5945
+ localisation_key = INTI_DEITY
5946
+ trigger = {
5947
+ religion = inti
5948
+ }
5949
+ }
5950
+ text = {
5951
+ localisation_key = OMETECUHTLI_DEITY #Randomly picked for Nahuatl
5952
+ trigger = {
5953
+ religion = nahuatl
5954
+ }
5955
+ }
5956
+ text = {
5957
+ localisation_key = OMECIHUATL_DEITY #Randomly picked for Nahuatl
5958
+ trigger = {
5959
+ religion = nahuatl
5960
+ }
5961
+ }
5962
+ text = {
5963
+ localisation_key = HUNAB_KU_DEITY
5964
+ trigger = {
5965
+ religion = mesoamerican_religion
5966
+ }
5967
+ }
5968
+ text = {
5969
+ localisation_key = ODIN_DEITY
5970
+ trigger = {
5971
+ religion = norse_pagan_reformed
5972
+ }
5973
+ }
5974
+ text = {
5975
+ localisation_key = TENGRI_DEITY
5976
+ trigger = {
5977
+ religion = tengri_pagan_reformed
5978
+ }
5979
+ }
5980
+ text = {
5981
+ localisation_key = BRAHMAN_DEITY
5982
+ trigger = {
5983
+ religion = hinduism
5984
+ }
5985
+ }
5986
+ text = {
5987
+ localisation_key = KARTA_PURAKH_DEITY
5988
+ trigger = {
5989
+ religion = sikhism
5990
+ }
5991
+ }
5992
+ text = {
5993
+ localisation_key = GOD_DEITY #Note: Technically speaking, God for the Jews has a lot of different names. However, using any of the Jewish names can be seen as disrespectful, so I opted with the most generally accepted term
5994
+ trigger = {
5995
+ religion_group = jewish_group
5996
+ }
5997
+ }
5998
+ text = {
5999
+ localisation_key = AHURA_MAZDA_DEITY
6000
+ trigger = {
6001
+ religion_group = zoroastrian_group
6002
+ }
6003
+ }
6004
+ text = {
6005
+ localisation_key = GREAT_SPIRIT_FALLBACK_DEITY
6006
+ trigger = {
6007
+ NOT = { religion_group = christian }
6008
+ NOT = { religion_group = muslim }
6009
+ NOT = { religion = buddhism }
6010
+ NOT = { religion = mahayana }
6011
+ NOT = { religion = vajrayana }
6012
+ NOT = { religion = confucianism }
6013
+ NOT = { religion = shinto }
6014
+ NOT = { religion = inti }
6015
+ NOT = { religion = nahuatl }
6016
+ NOT = { religion = mesoamerican_religion }
6017
+ NOT = { religion = norse_pagan_reformed }
6018
+ NOT = { religion = tengri_pagan_reformed }
6019
+ NOT = { religion = hinduism }
6020
+ NOT = { religion = sikhism }
6021
+ NOT = { religion_group = jewish_group }
6022
+ NOT = { religion_group = zoroastrian_group }
6023
+ }
6024
+ }
6025
+ }
6026
+
6027
+ defined_text = {
6028
+ name = GetFreeAshaVahistCostTooltip
6029
+ random = no
6030
+ text = {
6031
+ localisation_key = no_asha_vahishta_cost_diplo_action
6032
+ trigger = {
6033
+ has_government_mechanic = the_three_royal_fires_mechanic
6034
+ }
6035
+ }
6036
+ text = {
6037
+ localisation_key = string_empty
6038
+ trigger = {
6039
+ NOT = { has_government_mechanic = the_three_royal_fires_mechanic }
6040
+ }
6041
+ }
6042
+ }
6043
+
6044
+ defined_text = {
6045
+ name = GetPersianInfluenceOrAshaVahishta
6046
+ text = {
6047
+ localisation_key = persian_influence
6048
+ trigger = {
6049
+ has_government_mechanic = persian_influence_mechanic
6050
+ NOT = { has_government_mechanic = the_three_royal_fires_mechanic }
6051
+ }
6052
+ }
6053
+ text = {
6054
+ localisation_key = asha_vahishta
6055
+ trigger = {
6056
+ NOT = { has_government_mechanic = persian_influence_mechanic }
6057
+ has_government_mechanic = the_three_royal_fires_mechanic
6058
+ }
6059
+ }
6060
+ text = {
6061
+ localisation_key = persian_influence_and_asha_vahishta
6062
+ trigger = {
6063
+ has_government_mechanic = persian_influence_mechanic
6064
+ has_government_mechanic = the_three_royal_fires_mechanic
6065
+ }
6066
+ }
6067
+ text = {
6068
+ localisation_key = string_empty
6069
+ trigger = {
6070
+ NOT = { has_government_mechanic = persian_influence_mechanic }
6071
+ NOT = { has_government_mechanic = the_three_royal_fires_mechanic }
6072
+ }
6073
+ }
6074
+ }
6075
+
6076
+ defined_text = {
6077
+ name = GetRoyalFiresAbilityCounter
6078
+ text = {
6079
+ localisation_key = the_three_royal_fires_counter_tt
6080
+ trigger = {
6081
+ check_variable = {
6082
+ which = the_three_royal_fires_counter
6083
+ value = 1
6084
+ }
6085
+ }
6086
+ }
6087
+ text = {
6088
+ localisation_key = ZERO
6089
+ trigger = {
6090
+ NOT = {
6091
+ check_variable = {
6092
+ which = the_three_royal_fires_counter
6093
+ value = 1
6094
+ }
6095
+ }
6096
+ }
6097
+ }
6098
+ }
6099
+
6100
+ defined_text = {
6101
+ name = GetZoroCoRCounter
6102
+ text = {
6103
+ localisation_key = zoroastrian_reform_center_counter_tt
6104
+ trigger = {
6105
+ 1 = {
6106
+ check_variable = {
6107
+ which = zoroastrian_reform_center_counter
6108
+ value = 1
6109
+ }
6110
+ }
6111
+ }
6112
+ }
6113
+ text = {
6114
+ localisation_key = ZERO
6115
+ trigger = {
6116
+ 1 = {
6117
+ NOT = {
6118
+ check_variable = {
6119
+ which = zoroastrian_reform_center_counter
6120
+ value = 1
6121
+ }
6122
+ }
6123
+ }
6124
+ }
6125
+ }
6126
+ }
6127
+
6128
+ defined_text = {
6129
+ name = GetPronoiaInheritanceLaw
6130
+ text = {
6131
+ localisation_key = empty_text
6132
+ trigger = {
6133
+ has_country_flag = BYZ_hereditary_pronoiars
6134
+ }
6135
+ }
6136
+ text = {
6137
+ localisation_key = create_pronoia_non_inherently
6138
+ trigger = {
6139
+ NOT = { has_country_flag = BYZ_hereditary_pronoiars }
6140
+ }
6141
+ }
6142
+ }
6143
+
6144
+ defined_text = {
6145
+ name = GetCurrentElevasionCost
6146
+ random = no
6147
+ text = {
6148
+ localisation_key = 0_STRING
6149
+ trigger = {
6150
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 0 }
6151
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 1 } }
6152
+ }
6153
+ }
6154
+ text = {
6155
+ localisation_key = 1_STRING
6156
+ trigger = {
6157
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 1 }
6158
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 2 } }
6159
+ }
6160
+ }
6161
+ text = {
6162
+ localisation_key = 2_STRING
6163
+ trigger = {
6164
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 2 }
6165
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 3 } }
6166
+ }
6167
+ }
6168
+ text = {
6169
+ localisation_key = 3_STRING
6170
+ trigger = {
6171
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 3 }
6172
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 4 } }
6173
+ }
6174
+ }
6175
+ text = {
6176
+ localisation_key = 4_STRING
6177
+ trigger = {
6178
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 4 }
6179
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 5 } }
6180
+ }
6181
+ }
6182
+ text = {
6183
+ localisation_key = 5_STRING
6184
+ trigger = {
6185
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 5 }
6186
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 6 } }
6187
+ }
6188
+ }
6189
+ text = {
6190
+ localisation_key = 6_STRING
6191
+ trigger = {
6192
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 6 }
6193
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 7 } }
6194
+ }
6195
+ }
6196
+ text = {
6197
+ localisation_key = 7_STRING
6198
+ trigger = {
6199
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 7 }
6200
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 8 } }
6201
+ }
6202
+ }
6203
+ text = {
6204
+ localisation_key = 8_STRING
6205
+ trigger = {
6206
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 8 }
6207
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 9 } }
6208
+ }
6209
+ }
6210
+ text = {
6211
+ localisation_key = 9_STRING
6212
+ trigger = {
6213
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 9 }
6214
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 10 } }
6215
+ }
6216
+ }
6217
+ text = {
6218
+ localisation_key = 10_STRING
6219
+ trigger = {
6220
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 10 }
6221
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 11 } }
6222
+ }
6223
+ }
6224
+ text = {
6225
+ localisation_key = 11_STRING
6226
+ trigger = {
6227
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 11 }
6228
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 12 } }
6229
+ }
6230
+ }
6231
+ text = {
6232
+ localisation_key = 12_STRING
6233
+ trigger = {
6234
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 12 }
6235
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 13 } }
6236
+ }
6237
+ }
6238
+ text = {
6239
+ localisation_key = 13_STRING
6240
+ trigger = {
6241
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 13 }
6242
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 14 } }
6243
+ }
6244
+ }
6245
+ text = {
6246
+ localisation_key = 14_STRING
6247
+ trigger = {
6248
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 14 }
6249
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 15 } }
6250
+ }
6251
+ }
6252
+ text = {
6253
+ localisation_key = 15_STRING
6254
+ trigger = {
6255
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 15 }
6256
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 16 } }
6257
+ }
6258
+ }
6259
+ text = {
6260
+ localisation_key = 16_STRING
6261
+ trigger = {
6262
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 16 }
6263
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 17 } }
6264
+ }
6265
+ }
6266
+ text = {
6267
+ localisation_key = 17_STRING
6268
+ trigger = {
6269
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 17 }
6270
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 18 } }
6271
+ }
6272
+ }
6273
+ text = {
6274
+ localisation_key = 18_STRING
6275
+ trigger = {
6276
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 18 }
6277
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 19 } }
6278
+ }
6279
+ }
6280
+ text = {
6281
+ localisation_key = 19_STRING
6282
+ trigger = {
6283
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 19 }
6284
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 20 } }
6285
+ }
6286
+ }
6287
+ text = {
6288
+ localisation_key = 20_STRING
6289
+ trigger = {
6290
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 20 }
6291
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 21 } }
6292
+ }
6293
+ }
6294
+ text = {
6295
+ localisation_key = 21_STRING
6296
+ trigger = {
6297
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 21 }
6298
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 22 } }
6299
+ }
6300
+ }
6301
+ text = {
6302
+ localisation_key = 22_STRING
6303
+ trigger = {
6304
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 22 }
6305
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 23 } }
6306
+ }
6307
+ }
6308
+ text = {
6309
+ localisation_key = 23_STRING
6310
+ trigger = {
6311
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 23 }
6312
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 24 } }
6313
+ }
6314
+ }
6315
+ text = {
6316
+ localisation_key = 24_STRING
6317
+ trigger = {
6318
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 24 }
6319
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 25 } }
6320
+ }
6321
+ }
6322
+ text = {
6323
+ localisation_key = 25_STRING
6324
+ trigger = {
6325
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 25 }
6326
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 26 } }
6327
+ }
6328
+ }
6329
+ text = {
6330
+ localisation_key = 26_STRING
6331
+ trigger = {
6332
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 26 }
6333
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 27 } }
6334
+ }
6335
+ }
6336
+ text = {
6337
+ localisation_key = 27_STRING
6338
+ trigger = {
6339
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 27 }
6340
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 28 } }
6341
+ }
6342
+ }
6343
+ text = {
6344
+ localisation_key = 28_STRING
6345
+ trigger = {
6346
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 28 }
6347
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 29 } }
6348
+ }
6349
+ }
6350
+ text = {
6351
+ localisation_key = 29_STRING
6352
+ trigger = {
6353
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 29 }
6354
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 30 } }
6355
+ }
6356
+ }
6357
+ text = {
6358
+ localisation_key = 30_STRING
6359
+ trigger = {
6360
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 30 }
6361
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 31 } }
6362
+ }
6363
+ }
6364
+ text = {
6365
+ localisation_key = 31_STRING
6366
+ trigger = {
6367
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 31 }
6368
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 32 } }
6369
+ }
6370
+ }
6371
+ text = {
6372
+ localisation_key = 32_STRING
6373
+ trigger = {
6374
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 32 }
6375
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 33 } }
6376
+ }
6377
+ }
6378
+ text = {
6379
+ localisation_key = 33_STRING
6380
+ trigger = {
6381
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 33 }
6382
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 34 } }
6383
+ }
6384
+ }
6385
+ text = {
6386
+ localisation_key = 34_STRING
6387
+ trigger = {
6388
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 34 }
6389
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 35 } }
6390
+ }
6391
+ }
6392
+ text = {
6393
+ localisation_key = 35_STRING
6394
+ trigger = {
6395
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 35 }
6396
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 36 } }
6397
+ }
6398
+ }
6399
+ text = {
6400
+ localisation_key = 36_STRING
6401
+ trigger = {
6402
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 36 }
6403
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 37 } }
6404
+ }
6405
+ }
6406
+ text = {
6407
+ localisation_key = 37_STRING
6408
+ trigger = {
6409
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 37 }
6410
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 38 } }
6411
+ }
6412
+ }
6413
+ text = {
6414
+ localisation_key = 38_STRING
6415
+ trigger = {
6416
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 38 }
6417
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 39 } }
6418
+ }
6419
+ }
6420
+ text = {
6421
+ localisation_key = 39_STRING
6422
+ trigger = {
6423
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 39 }
6424
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 40 } }
6425
+ }
6426
+ }
6427
+ text = {
6428
+ localisation_key = 40_STRING
6429
+ trigger = {
6430
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 40 }
6431
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 41 } }
6432
+ }
6433
+ }
6434
+ text = {
6435
+ localisation_key = 41_STRING
6436
+ trigger = {
6437
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 41 }
6438
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 42 } }
6439
+ }
6440
+ }
6441
+ text = {
6442
+ localisation_key = 42_STRING
6443
+ trigger = {
6444
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 42 }
6445
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 43 } }
6446
+ }
6447
+ }
6448
+ text = {
6449
+ localisation_key = 43_STRING
6450
+ trigger = {
6451
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 43 }
6452
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 44 } }
6453
+ }
6454
+ }
6455
+ text = {
6456
+ localisation_key = 44_STRING
6457
+ trigger = {
6458
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 44 }
6459
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 45 } }
6460
+ }
6461
+ }
6462
+ text = {
6463
+ localisation_key = 45_STRING
6464
+ trigger = {
6465
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 45 }
6466
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 46 } }
6467
+ }
6468
+ }
6469
+ text = {
6470
+ localisation_key = 46_STRING
6471
+ trigger = {
6472
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 46 }
6473
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 47 } }
6474
+ }
6475
+ }
6476
+ text = {
6477
+ localisation_key = 47_STRING
6478
+ trigger = {
6479
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 47 }
6480
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 48 } }
6481
+ }
6482
+ }
6483
+ text = {
6484
+ localisation_key = 48_STRING
6485
+ trigger = {
6486
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 48 }
6487
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 49 } }
6488
+ }
6489
+ }
6490
+ text = {
6491
+ localisation_key = 49_STRING
6492
+ trigger = {
6493
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 49 }
6494
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 50 } }
6495
+ }
6496
+ }
6497
+ text = {
6498
+ localisation_key = 50_STRING
6499
+ trigger = {
6500
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 50 }
6501
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 51 } }
6502
+ }
6503
+ }
6504
+ text = {
6505
+ localisation_key = 51_STRING
6506
+ trigger = {
6507
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 51 }
6508
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 52 } }
6509
+ }
6510
+ }
6511
+ text = {
6512
+ localisation_key = 52_STRING
6513
+ trigger = {
6514
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 52 }
6515
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 53 } }
6516
+ }
6517
+ }
6518
+ text = {
6519
+ localisation_key = 53_STRING
6520
+ trigger = {
6521
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 53 }
6522
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 54 } }
6523
+ }
6524
+ }
6525
+ text = {
6526
+ localisation_key = 54_STRING
6527
+ trigger = {
6528
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 54 }
6529
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 55 } }
6530
+ }
6531
+ }
6532
+ text = {
6533
+ localisation_key = 55_STRING
6534
+ trigger = {
6535
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 55 }
6536
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 56 } }
6537
+ }
6538
+ }
6539
+ text = {
6540
+ localisation_key = 56_STRING
6541
+ trigger = {
6542
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 56 }
6543
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 57 } }
6544
+ }
6545
+ }
6546
+ text = {
6547
+ localisation_key = 57_STRING
6548
+ trigger = {
6549
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 57 }
6550
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 58 } }
6551
+ }
6552
+ }
6553
+ text = {
6554
+ localisation_key = 58_STRING
6555
+ trigger = {
6556
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 58 }
6557
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 59 } }
6558
+ }
6559
+ }
6560
+ text = {
6561
+ localisation_key = 59_STRING
6562
+ trigger = {
6563
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 59 }
6564
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 60 } }
6565
+ }
6566
+ }
6567
+ text = {
6568
+ localisation_key = 60_STRING
6569
+ trigger = {
6570
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 60 }
6571
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 61 } }
6572
+ }
6573
+ }
6574
+ text = {
6575
+ localisation_key = 61_STRING
6576
+ trigger = {
6577
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 61 }
6578
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 62 } }
6579
+ }
6580
+ }
6581
+ text = {
6582
+ localisation_key = 62_STRING
6583
+ trigger = {
6584
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 62 }
6585
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 63 } }
6586
+ }
6587
+ }
6588
+ text = {
6589
+ localisation_key = 63_STRING
6590
+ trigger = {
6591
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 63 }
6592
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 64 } }
6593
+ }
6594
+ }
6595
+ text = {
6596
+ localisation_key = 64_STRING
6597
+ trigger = {
6598
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 64 }
6599
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 65 } }
6600
+ }
6601
+ }
6602
+ text = {
6603
+ localisation_key = 65_STRING
6604
+ trigger = {
6605
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 65 }
6606
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 66 } }
6607
+ }
6608
+ }
6609
+ text = {
6610
+ localisation_key = 66_STRING
6611
+ trigger = {
6612
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 66 }
6613
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 67 } }
6614
+ }
6615
+ }
6616
+ text = {
6617
+ localisation_key = 67_STRING
6618
+ trigger = {
6619
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 67 }
6620
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 68 } }
6621
+ }
6622
+ }
6623
+ text = {
6624
+ localisation_key = 68_STRING
6625
+ trigger = {
6626
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 68 }
6627
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 69 } }
6628
+ }
6629
+ }
6630
+ text = {
6631
+ localisation_key = 69_STRING
6632
+ trigger = {
6633
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 69 }
6634
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 70 } }
6635
+ }
6636
+ }
6637
+ text = {
6638
+ localisation_key = 70_STRING
6639
+ trigger = {
6640
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 70 }
6641
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 71 } }
6642
+ }
6643
+ }
6644
+ text = {
6645
+ localisation_key = 71_STRING
6646
+ trigger = {
6647
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 71 }
6648
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 72 } }
6649
+ }
6650
+ }
6651
+ text = {
6652
+ localisation_key = 72_STRING
6653
+ trigger = {
6654
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 72 }
6655
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 73 } }
6656
+ }
6657
+ }
6658
+ text = {
6659
+ localisation_key = 73_STRING
6660
+ trigger = {
6661
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 73 }
6662
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 74 } }
6663
+ }
6664
+ }
6665
+ text = {
6666
+ localisation_key = 74_STRING
6667
+ trigger = {
6668
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 74 }
6669
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 75 } }
6670
+ }
6671
+ }
6672
+ text = {
6673
+ localisation_key = 75_STRING
6674
+ trigger = {
6675
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 75 }
6676
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 76 } }
6677
+ }
6678
+ }
6679
+ text = {
6680
+ localisation_key = 76_STRING
6681
+ trigger = {
6682
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 76 }
6683
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 77 } }
6684
+ }
6685
+ }
6686
+ text = {
6687
+ localisation_key = 77_STRING
6688
+ trigger = {
6689
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 77 }
6690
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 78 } }
6691
+ }
6692
+ }
6693
+ text = {
6694
+ localisation_key = 78_STRING
6695
+ trigger = {
6696
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 78 }
6697
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 79 } }
6698
+ }
6699
+ }
6700
+ text = {
6701
+ localisation_key = 79_STRING
6702
+ trigger = {
6703
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 79 }
6704
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 80 } }
6705
+ }
6706
+ }
6707
+ text = {
6708
+ localisation_key = 80_STRING
6709
+ trigger = {
6710
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 80 }
6711
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 81 } }
6712
+ }
6713
+ }
6714
+ text = {
6715
+ localisation_key = 81_STRING
6716
+ trigger = {
6717
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 81 }
6718
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 82 } }
6719
+ }
6720
+ }
6721
+ text = {
6722
+ localisation_key = 82_STRING
6723
+ trigger = {
6724
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 82 }
6725
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 83 } }
6726
+ }
6727
+ }
6728
+ text = {
6729
+ localisation_key = 83_STRING
6730
+ trigger = {
6731
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 83 }
6732
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 84 } }
6733
+ }
6734
+ }
6735
+ text = {
6736
+ localisation_key = 84_STRING
6737
+ trigger = {
6738
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 84 }
6739
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 85 } }
6740
+ }
6741
+ }
6742
+ text = {
6743
+ localisation_key = 85_STRING
6744
+ trigger = {
6745
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 85 }
6746
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 86 } }
6747
+ }
6748
+ }
6749
+ text = {
6750
+ localisation_key = 86_STRING
6751
+ trigger = {
6752
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 86 }
6753
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 87 } }
6754
+ }
6755
+ }
6756
+ text = {
6757
+ localisation_key = 87_STRING
6758
+ trigger = {
6759
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 87 }
6760
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 88 } }
6761
+ }
6762
+ }
6763
+ text = {
6764
+ localisation_key = 88_STRING
6765
+ trigger = {
6766
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 88 }
6767
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 89 } }
6768
+ }
6769
+ }
6770
+ text = {
6771
+ localisation_key = 89_STRING
6772
+ trigger = {
6773
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 89 }
6774
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 90 } }
6775
+ }
6776
+ }
6777
+ text = {
6778
+ localisation_key = 90_STRING
6779
+ trigger = {
6780
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 90 }
6781
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 91 } }
6782
+ }
6783
+ }
6784
+ text = {
6785
+ localisation_key = 91_STRING
6786
+ trigger = {
6787
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 91 }
6788
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 92 } }
6789
+ }
6790
+ }
6791
+ text = {
6792
+ localisation_key = 92_STRING
6793
+ trigger = {
6794
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 92 }
6795
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 93 } }
6796
+ }
6797
+ }
6798
+ text = {
6799
+ localisation_key = 93_STRING
6800
+ trigger = {
6801
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 93 }
6802
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 94 } }
6803
+ }
6804
+ }
6805
+ text = {
6806
+ localisation_key = 94_STRING
6807
+ trigger = {
6808
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 94 }
6809
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 95 } }
6810
+ }
6811
+ }
6812
+ text = {
6813
+ localisation_key = 95_STRING
6814
+ trigger = {
6815
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 95 }
6816
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 96 } }
6817
+ }
6818
+ }
6819
+ text = {
6820
+ localisation_key = 96_STRING
6821
+ trigger = {
6822
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 96 }
6823
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 97 } }
6824
+ }
6825
+ }
6826
+ text = {
6827
+ localisation_key = 97_STRING
6828
+ trigger = {
6829
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 97 }
6830
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 98 } }
6831
+ }
6832
+ }
6833
+ text = {
6834
+ localisation_key = 98_STRING
6835
+ trigger = {
6836
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 98 }
6837
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 99 } }
6838
+ }
6839
+ }
6840
+ text = {
6841
+ localisation_key = 99_STRING
6842
+ trigger = {
6843
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 99 }
6844
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 100 } }
6845
+ }
6846
+ }
6847
+ text = {
6848
+ localisation_key = 100_STRING
6849
+ trigger = {
6850
+ has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 100 }
6851
+ NOT = { has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 101 } }
6852
+ }
6853
+ }
6854
+ }
6855
+
6856
+ defined_text = {
6857
+ name = GetCurrentSelectedMissionBranch
6858
+ text = {
6859
+ localisation_key = teu_prussian_path
6860
+ trigger = {
6861
+ has_country_flag = teu_prussian_path
6862
+ not = { has_country_flag = teu_conquest_hre_path }
6863
+ not = { has_country_flag = teu_diplomacy_hre_path }
6864
+ not = { has_country_flag = teu_kingdom_prussia_path }
6865
+ }
6866
+ }
6867
+ text = {
6868
+ localisation_key = teu_crusader_path
6869
+ trigger = { has_country_flag = teu_crusader_path }
6870
+ }
6871
+ text = {
6872
+ localisation_key = teu_conquest_hre_path
6873
+ trigger = { has_country_flag = teu_conquest_hre_path }
6874
+ }
6875
+ text = {
6876
+ localisation_key = teu_diplomacy_hre_path
6877
+ trigger = { has_country_flag = teu_diplomacy_hre_path }
6878
+ }
6879
+ text = {
6880
+ localisation_key = teu_kingdom_prussia_path
6881
+ trigger = { has_country_flag = teu_kingdom_prussia_path }
6882
+ }
6883
+ text = {
6884
+ localisation_key = liv_livonian_path
6885
+ trigger = { has_country_flag = liv_livonian_path }
6886
+ }
6887
+ text = {
6888
+ localisation_key = liv_crusader_path
6889
+ trigger = { has_country_flag = liv_crusader_path }
6890
+ }
6891
+ text = {
6892
+ localisation_key = BYZ_centralized
6893
+ trigger = { has_country_flag = BYZ_centralized }
6894
+ }
6895
+ text = {
6896
+ localisation_key = per_shia_missions
6897
+ trigger = { has_country_flag = per_shia_missions }
6898
+ }
6899
+ text = {
6900
+ localisation_key = BYZ_decentralized
6901
+ trigger = { has_country_flag = BYZ_decentralized }
6902
+ }
6903
+ text = {
6904
+ localisation_key = per_zoroastrian_missions
6905
+ trigger = { has_country_flag = per_zoroastrian_missions }
6906
+ }
6907
+ text = {
6908
+ localisation_key = per_sunni_missions
6909
+ trigger = { has_country_flag = per_sunni_missions }
6910
+ }
6911
+ text = {
6912
+ localisation_key = NO_MISSIONS_SELECTED
6913
+ }
6914
+ }
6915
+
6916
+ defined_text = {
6917
+ name = GetProniaAdvancedTooltip
6918
+ text = {
6919
+ localisation_key = extra_text_hereditary_proniar
6920
+ trigger = { not = { has_country_flag = BYZ_hereditary_pronoiars } }
6921
+ }
6922
+ text = {
6923
+ localisation_key = extra_text_proniar
6924
+ trigger = { has_country_flag = BYZ_hereditary_pronoiars }
6925
+ }
6926
+ }
6927
+
6928
+ defined_text = {
6929
+ name = GetLoyaltyHitTooltip
6930
+ text = {
6931
+ localisation_key = empty_text
6932
+ trigger = { not = { liberty_desire = 50 } }
6933
+ }
6934
+ text = {
6935
+ localisation_key = loyalty_opinion_hit
6936
+ trigger = { liberty_desire = 50 }
6937
+ }
6938
+ }
6939
+
6940
+ defined_text = {
6941
+ name = GetTotalNonEstateDisastersCompleted
6942
+ text = {
6943
+ localisation_key = ZERO
6944
+ trigger = {
6945
+ not = {
6946
+ check_variable = {
6947
+ which = total_disasters_completed_counter
6948
+ value = 1
6949
+ }
6950
+ }
6951
+ }
6952
+ }
6953
+ text = {
6954
+ localisation_key = get_current_completed_non_estate_disaster_progress_tt
6955
+ trigger = {
6956
+ check_variable = {
6957
+ which = total_disasters_completed_counter
6958
+ value = 1
6959
+ }
6960
+ }
6961
+ }
6962
+ }
6963
+
6964
+ defined_text = {
6965
+ name = GetQizilbashReference
6966
+ text = {
6967
+ localisation_key = estate_qizilbash
6968
+ trigger = { not = { religion_group = zoroastrian_group } }
6969
+ }
6970
+ text = {
6971
+ localisation_key = estate_aswaran
6972
+ trigger = { religion_group = zoroastrian_group }
6973
+ }
6974
+ }
6975
+ defined_text = {
6976
+ name = GetQizilbashEstateDescription
6977
+ text = {
6978
+ localisation_key = estate_qizilbash_description
6979
+ trigger = { not = { religion_group = zoroastrian_group } }
6980
+ }
6981
+ text = {
6982
+ localisation_key = estate_aswaran_description
6983
+ trigger = { religion_group = zoroastrian_group }
6984
+ }
6985
+ }
6986
+ defined_text = {
6987
+ name = GetTurkomanOrHorseman
6988
+ text = {
6989
+ localisation_key = turkoman
6990
+ trigger = { not = { religion_group = zoroastrian_group } }
6991
+ }
6992
+ text = {
6993
+ localisation_key = horsemen
6994
+ trigger = { religion_group = zoroastrian_group }
6995
+ }
6996
+ }
6997
+
6998
+ # Mission Title Colorings
6999
+ defined_text = {
7000
+ name = GetPreviewColorTEU
7001
+ text = { localisation_key = PREVIEW_COLOR trigger = { can_preview_mission_of_key = { key = TEU } has_preview_mission_flag = yes } }
7002
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = TEU } } NOT = { has_preview_mission_flag = yes } } } }
7003
+ }
7004
+ defined_text = {
7005
+ name = GetPreviewColorTEU_end
7006
+ text = { localisation_key = COLOR_END trigger = { can_preview_mission_of_key = { key = TEU } has_preview_mission_flag = yes } }
7007
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = TEU } } NOT = { has_preview_mission_flag = yes } } } }
7008
+ }
7009
+
7010
+ defined_text = {
7011
+ name = GetPreviewColorTEU_PRU
7012
+ text = { localisation_key = PREVIEW_COLOR trigger = { can_preview_mission_of_key = { key = TEU_PRU } has_preview_mission_flag = yes } }
7013
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = TEU_PRU } } NOT = { has_preview_mission_flag = yes } } } }
7014
+ }
7015
+ defined_text = {
7016
+ name = GetPreviewColorTEU_PRU_end
7017
+ text = { localisation_key = COLOR_END trigger = { can_preview_mission_of_key = { key = TEU_PRU } has_preview_mission_flag = yes } }
7018
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = TEU_PRU } } NOT = { has_preview_mission_flag = yes } } } }
7019
+ }
7020
+
7021
+ defined_text = {
7022
+ name = GetPreviewColorLIV
7023
+ text = { localisation_key = PREVIEW_COLOR trigger = { can_preview_mission_of_key = { key = LIV } has_preview_mission_flag = yes } }
7024
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = LIV } } NOT = { has_preview_mission_flag = yes } } } }
7025
+ }
7026
+ defined_text = {
7027
+ name = GetPreviewColorLIV_end
7028
+ text = { localisation_key = COLOR_END trigger = { can_preview_mission_of_key = { key = LIV } has_preview_mission_flag = yes } }
7029
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = LIV } } NOT = { has_preview_mission_flag = yes } } } }
7030
+ }
7031
+
7032
+ defined_text = {
7033
+ name = GetPreviewColorPER
7034
+ text = { localisation_key = PREVIEW_COLOR trigger = { can_preview_mission_of_key = { key = PER } has_preview_mission_flag = yes } }
7035
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = PER } } NOT = { has_preview_mission_flag = yes } } } }
7036
+ }
7037
+ defined_text = {
7038
+ name = GetPreviewColorPER_end
7039
+ text = { localisation_key = COLOR_END trigger = { can_preview_mission_of_key = { key = PER } has_preview_mission_flag = yes } }
7040
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = PER } } NOT = { has_preview_mission_flag = yes } } } }
7041
+ }
7042
+
7043
+ defined_text = {
7044
+ name = GetPreviewColorBYZ
7045
+ text = { localisation_key = PREVIEW_COLOR trigger = { can_preview_mission_of_key = { key = BYZ } has_preview_mission_flag = yes } }
7046
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = BYZ } } NOT = { has_preview_mission_flag = yes } } } }
7047
+ }
7048
+ defined_text = {
7049
+ name = GetPreviewColorBYZ_end
7050
+ text = { localisation_key = COLOR_END trigger = { can_preview_mission_of_key = { key = BYZ } has_preview_mission_flag = yes } }
7051
+ text = { localisation_key = empty_text trigger = { OR = { NOT = { can_preview_mission_of_key = { key = BYZ } } NOT = { has_preview_mission_flag = yes } } } }
7052
+ }
7053
+
7054
+ # Dynamic Mission Descriptions
7055
+ defined_text = {
7056
+ name = per_qizilbash_loyalty_desc
7057
+ text = { localisation_key = per_qizilbash_loyalty_desc_qizilbash trigger = { not = { religion_group = zoroastrian_group } } }
7058
+ text = { localisation_key = per_qizilbash_loyalty_desc_aswaran trigger = { religion_group = zoroastrian_group } }
5272
7059
  }
customizable_localization/00_customizable_localization_DE.txt CHANGED
@@ -6791,5 +6791,439 @@ defined_text = {
6791
6791
  has_country_flag = advisor_events_mil
6792
6792
  }
6793
6793
  }
6794
- }
6794
+ }
6795
6795
 
6796
+ defined_text = {
6797
+ name = GetTempleNameDE1
6798
+ text = {
6799
+ localisation_key = building_temple_christian_DE1
6800
+ trigger = { religion_group = christian }
6801
+ }
6802
+ text = {
6803
+ localisation_key = building_temple_muslim_DE1
6804
+ trigger = { religion_group = muslim }
6805
+ }
6806
+ text = {
6807
+ localisation_key = building_temple_shinto_DE1
6808
+ trigger = { religion = shinto }
6809
+ }
6810
+ text = {
6811
+ localisation_key = building_temple_zoroastrian_DE1
6812
+ trigger = { religion = zoroastrian }
6813
+ }
6814
+ text = {
6815
+ localisation_key = building_temple_jewish_DE1
6816
+ trigger = { religion = jewish }
6817
+ }
6818
+ text = {
6819
+ localisation_key = building_temple_DE1
6820
+ }
6821
+ }
6822
+
6823
+ defined_text = {
6824
+ name = GetTempleNameDE2
6825
+ text = {
6826
+ localisation_key = building_temple_christian_DE2
6827
+ trigger = { religion_group = christian }
6828
+ }
6829
+ text = {
6830
+ localisation_key = building_temple_muslim_DE2
6831
+ trigger = { religion_group = muslim }
6832
+ }
6833
+ text = {
6834
+ localisation_key = building_temple_shinto_DE2
6835
+ trigger = { religion = shinto }
6836
+ }
6837
+ text = {
6838
+ localisation_key = building_temple_zoroastrian_DE2
6839
+ trigger = { religion = zoroastrian }
6840
+ }
6841
+ text = {
6842
+ localisation_key = building_temple_jewish_DE2
6843
+ trigger = { religion = jewish }
6844
+ }
6845
+ text = {
6846
+ localisation_key = building_temple_DE2
6847
+ }
6848
+ }
6849
+
6850
+ defined_text = {
6851
+ name = GetTempleNameDE3
6852
+ text = {
6853
+ localisation_key = building_temple_christian_DE3
6854
+ trigger = { religion_group = christian }
6855
+ }
6856
+ text = {
6857
+ localisation_key = building_temple_muslim_DE3
6858
+ trigger = { religion_group = muslim }
6859
+ }
6860
+ text = {
6861
+ localisation_key = building_temple_shinto_DE3
6862
+ trigger = { religion = shinto }
6863
+ }
6864
+ text = {
6865
+ localisation_key = building_temple_zoroastrian_DE3
6866
+ trigger = { religion = zoroastrian }
6867
+ }
6868
+ text = {
6869
+ localisation_key = building_temple_jewish_DE3
6870
+ trigger = { religion = jewish }
6871
+ }
6872
+ text = {
6873
+ localisation_key = building_temple_DE3
6874
+ }
6875
+ }
6876
+
6877
+ defined_text = {
6878
+ name = GetTempleNameDE4
6879
+ text = {
6880
+ localisation_key = building_temple_christian_DE4
6881
+ trigger = { religion_group = christian }
6882
+ }
6883
+ text = {
6884
+ localisation_key = building_temple_muslim_DE4
6885
+ trigger = { religion_group = muslim }
6886
+ }
6887
+ text = {
6888
+ localisation_key = building_temple_shinto_DE4
6889
+ trigger = { religion = shinto }
6890
+ }
6891
+ text = {
6892
+ localisation_key = building_temple_zoroastrian_DE4
6893
+ trigger = { religion = zoroastrian }
6894
+ }
6895
+ text = {
6896
+ localisation_key = building_temple_jewish_DE4
6897
+ trigger = { religion = jewish }
6898
+ }
6899
+ text = {
6900
+ localisation_key = building_temple_DE4
6901
+ }
6902
+ }
6903
+
6904
+ defined_text = {
6905
+ name = GetTempleNameDE5
6906
+ text = {
6907
+ localisation_key = building_temple_christian_DE5
6908
+ trigger = { religion_group = christian }
6909
+ }
6910
+ text = {
6911
+ localisation_key = building_temple_muslim_DE5
6912
+ trigger = { religion_group = muslim }
6913
+ }
6914
+ text = {
6915
+ localisation_key = building_temple_shinto_DE5
6916
+ trigger = { religion = shinto }
6917
+ }
6918
+ text = {
6919
+ localisation_key = building_temple_zoroastrian_DE5
6920
+ trigger = { religion = zoroastrian }
6921
+ }
6922
+ text = {
6923
+ localisation_key = building_temple_jewish_DE5
6924
+ trigger = { religion = jewish }
6925
+ }
6926
+ text = {
6927
+ localisation_key = building_temple_DE5
6928
+ }
6929
+ }
6930
+
6931
+ defined_text = {
6932
+ name = GetTempleNameDE6
6933
+ text = {
6934
+ localisation_key = building_temple_christian_DE6
6935
+ trigger = { religion_group = christian }
6936
+ }
6937
+ text = {
6938
+ localisation_key = building_temple_muslim_DE6
6939
+ trigger = { religion_group = muslim }
6940
+ }
6941
+ text = {
6942
+ localisation_key = building_temple_shinto_DE6
6943
+ trigger = { religion = shinto }
6944
+ }
6945
+ text = {
6946
+ localisation_key = building_temple_zoroastrian_DE6
6947
+ trigger = { religion = zoroastrian }
6948
+ }
6949
+ text = {
6950
+ localisation_key = building_temple_jewish_DE6
6951
+ trigger = { religion = jewish }
6952
+ }
6953
+ text = {
6954
+ localisation_key = building_temple_DE6
6955
+ }
6956
+ }
6957
+
6958
+ defined_text = {
6959
+ name = GetTempleNameDE7
6960
+ text = {
6961
+ localisation_key = building_temple_christian_DE7
6962
+ trigger = { religion_group = christian }
6963
+ }
6964
+ text = {
6965
+ localisation_key = building_temple_muslim_DE7
6966
+ trigger = { religion_group = muslim }
6967
+ }
6968
+ text = {
6969
+ localisation_key = building_temple_shinto_DE7
6970
+ trigger = { religion = shinto }
6971
+ }
6972
+ text = {
6973
+ localisation_key = building_temple_zoroastrian_DE7
6974
+ trigger = { religion = zoroastrian }
6975
+ }
6976
+ text = {
6977
+ localisation_key = building_temple_jewish_DE7
6978
+ trigger = { religion = jewish }
6979
+ }
6980
+ text = {
6981
+ localisation_key = building_temple_DE7
6982
+ }
6983
+ }
6984
+
6985
+ defined_text = {
6986
+ name = GetReligiousMainDeityNameDE1
6987
+ text = {
6988
+ localisation_key = THE_LORD_DEITY_DE1 #Note: He will be always referred as 'THE LORD'
6989
+ trigger = {
6990
+ religion_group = christian
6991
+ }
6992
+ }
6993
+ text = {
6994
+ localisation_key = ALLAH_DEITY_DE1
6995
+ trigger = {
6996
+ religion_group = muslim
6997
+ }
6998
+ }
6999
+ text = {
7000
+ localisation_key = MAHABRAHMA_DEITY_DE1 #Note: Buddhism does not belief in any creator deity
7001
+ trigger = {
7002
+ OR = {
7003
+ religion = buddhism
7004
+ religion = mahayana
7005
+ religion = vajrayana
7006
+ }
7007
+ }
7008
+ }
7009
+ text = {
7010
+ localisation_key = THE_HEAVEN_DEITY_DE1 #Note: Here is the say of 'THE HEAVEN'
7011
+ trigger = {
7012
+ religion = confucianism
7013
+ OR = {
7014
+ has_reform = celestial_empire
7015
+ is_emperor_of_china = yes
7016
+ }
7017
+ }
7018
+ }
7019
+ text = {
7020
+ localisation_key = AMATERASU_DEITY_DE1
7021
+ trigger = {
7022
+ religion = shinto
7023
+ }
7024
+ }
7025
+ text = {
7026
+ localisation_key = INTI_DEITY_DE1
7027
+ trigger = {
7028
+ religion = inti
7029
+ }
7030
+ }
7031
+ text = {
7032
+ localisation_key = OMETECUHTLI_DEITY_DE1 #Randomly picked for Nahuatl
7033
+ trigger = {
7034
+ religion = nahuatl
7035
+ }
7036
+ }
7037
+ text = {
7038
+ localisation_key = OMECIHUATL_DEITY_DE1 #Randomly picked for Nahuatl
7039
+ trigger = {
7040
+ religion = nahuatl
7041
+ }
7042
+ }
7043
+ text = {
7044
+ localisation_key = HUNAB_KU_DEITY_DE1
7045
+ trigger = {
7046
+ religion = mesoamerican_religion
7047
+ }
7048
+ }
7049
+ text = {
7050
+ localisation_key = ODIN_DEITY_DE1
7051
+ trigger = {
7052
+ religion = norse_pagan_reformed
7053
+ }
7054
+ }
7055
+ text = {
7056
+ localisation_key = TENGRI_DEITY_DE1
7057
+ trigger = {
7058
+ religion = tengri_pagan_reformed
7059
+ }
7060
+ }
7061
+ text = {
7062
+ localisation_key = BRAHMAN_DEITY_DE1
7063
+ trigger = {
7064
+ religion = hinduism
7065
+ }
7066
+ }
7067
+ text = {
7068
+ localisation_key = KARTA_PURAKH_DEITY_DE1
7069
+ trigger = {
7070
+ religion = sikhism
7071
+ }
7072
+ }
7073
+ text = {
7074
+ localisation_key = GOD_DEITY_DE1 #Note: Technically speaking, God for the Jews has a lot of different names. However, using any of the Jewish names can be seen as disrespectful, so I opted with the most generally accepted term
7075
+ trigger = {
7076
+ religion_group = jewish_group
7077
+ }
7078
+ }
7079
+ text = {
7080
+ localisation_key = AHURA_MAZDA_DEITY_DE1
7081
+ trigger = {
7082
+ religion_group = zoroastrian_group
7083
+ }
7084
+ }
7085
+ text = {
7086
+ localisation_key = GREAT_SPIRIT_FALLBACK_DEITY_DE1
7087
+ trigger = {
7088
+ NOT = { religion_group = christian }
7089
+ NOT = { religion_group = muslim }
7090
+ NOT = { religion = buddhism }
7091
+ NOT = { religion = mahayana }
7092
+ NOT = { religion = vajrayana }
7093
+ NOT = { religion = confucianism }
7094
+ NOT = { religion = shinto }
7095
+ NOT = { religion = inti }
7096
+ NOT = { religion = nahuatl }
7097
+ NOT = { religion = mesoamerican_religion }
7098
+ NOT = { religion = norse_pagan_reformed }
7099
+ NOT = { religion = tengri_pagan_reformed }
7100
+ NOT = { religion = hinduism }
7101
+ NOT = { religion = sikhism }
7102
+ NOT = { religion_group = jewish_group }
7103
+ NOT = { religion_group = zoroastrian_group }
7104
+ }
7105
+ }
7106
+ }
7107
+
7108
+ defined_text = {
7109
+ name = GetReligiousMainDeityNameDE2
7110
+ text = {
7111
+ localisation_key = THE_LORD_DEITY_DE2 #Note: He will be always referred as 'THE LORD'
7112
+ trigger = {
7113
+ religion_group = christian
7114
+ }
7115
+ }
7116
+ text = {
7117
+ localisation_key = ALLAH_DEITY_DE2
7118
+ trigger = {
7119
+ religion_group = muslim
7120
+ }
7121
+ }
7122
+ text = {
7123
+ localisation_key = MAHABRAHMA_DEITY_DE2 #Note: Buddhism does not belief in any creator deity
7124
+ trigger = {
7125
+ OR = {
7126
+ religion = buddhism
7127
+ religion = mahayana
7128
+ religion = vajrayana
7129
+ }
7130
+ }
7131
+ }
7132
+ text = {
7133
+ localisation_key = THE_HEAVEN_DEITY_DE2 #Note: Here is the say of 'THE HEAVEN'
7134
+ trigger = {
7135
+ religion = confucianism
7136
+ OR = {
7137
+ has_reform = celestial_empire
7138
+ is_emperor_of_china = yes
7139
+ }
7140
+ }
7141
+ }
7142
+ text = {
7143
+ localisation_key = AMATERASU_DEITY_DE2
7144
+ trigger = {
7145
+ religion = shinto
7146
+ }
7147
+ }
7148
+ text = {
7149
+ localisation_key = INTI_DEITY_DE2
7150
+ trigger = {
7151
+ religion = inti
7152
+ }
7153
+ }
7154
+ text = {
7155
+ localisation_key = OMETECUHTLI_DEITY_DE2 #Randomly picked for Nahuatl
7156
+ trigger = {
7157
+ religion = nahuatl
7158
+ }
7159
+ }
7160
+ text = {
7161
+ localisation_key = OMECIHUATL_DEITY_DE2 #Randomly picked for Nahuatl
7162
+ trigger = {
7163
+ religion = nahuatl
7164
+ }
7165
+ }
7166
+ text = {
7167
+ localisation_key = HUNAB_KU_DEITY_DE2
7168
+ trigger = {
7169
+ religion = mesoamerican_religion
7170
+ }
7171
+ }
7172
+ text = {
7173
+ localisation_key = ODIN_DEITY_DE2
7174
+ trigger = {
7175
+ religion = norse_pagan_reformed
7176
+ }
7177
+ }
7178
+ text = {
7179
+ localisation_key = TENGRI_DEITY_DE2
7180
+ trigger = {
7181
+ religion = tengri_pagan_reformed
7182
+ }
7183
+ }
7184
+ text = {
7185
+ localisation_key = BRAHMAN_DEITY_DE2
7186
+ trigger = {
7187
+ religion = hinduism
7188
+ }
7189
+ }
7190
+ text = {
7191
+ localisation_key = KARTA_PURAKH_DEITY_DE2
7192
+ trigger = {
7193
+ religion = sikhism
7194
+ }
7195
+ }
7196
+ text = {
7197
+ localisation_key = GOD_DEITY_DE2 #Note: Technically speaking, God for the Jews has a lot of different names. However, using any of the Jewish names can be seen as disrespectful, so I opted with the most generally accepted term
7198
+ trigger = {
7199
+ religion_group = jewish_group
7200
+ }
7201
+ }
7202
+ text = {
7203
+ localisation_key = AHURA_MAZDA_DEITY_DE2
7204
+ trigger = {
7205
+ religion_group = zoroastrian_group
7206
+ }
7207
+ }
7208
+ text = {
7209
+ localisation_key = GREAT_SPIRIT_FALLBACK_DEITY_DE2
7210
+ trigger = {
7211
+ NOT = { religion_group = christian }
7212
+ NOT = { religion_group = muslim }
7213
+ NOT = { religion = buddhism }
7214
+ NOT = { religion = mahayana }
7215
+ NOT = { religion = vajrayana }
7216
+ NOT = { religion = confucianism }
7217
+ NOT = { religion = shinto }
7218
+ NOT = { religion = inti }
7219
+ NOT = { religion = nahuatl }
7220
+ NOT = { religion = mesoamerican_religion }
7221
+ NOT = { religion = norse_pagan_reformed }
7222
+ NOT = { religion = tengri_pagan_reformed }
7223
+ NOT = { religion = hinduism }
7224
+ NOT = { religion = sikhism }
7225
+ NOT = { religion_group = jewish_group }
7226
+ NOT = { religion_group = zoroastrian_group }
7227
+ }
7228
+ }
7229
+ }
customizable_localization/00_customizable_localization_FR.txt CHANGED
@@ -17,6 +17,27 @@ defined_text = {
17
17
  has_regency = yes
18
18
  }
19
19
  }
20
+ text = {
21
+ localisation_key = string_MTAVARI_fem_FR
22
+ trigger = {
23
+ is_female = yes
24
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
25
+ }
26
+ }
27
+ text = {
28
+ localisation_key = string_MEPE_fem_FR
29
+ trigger = {
30
+ is_female = yes
31
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
32
+ }
33
+ }
34
+ text = {
35
+ localisation_key = string_IMPERATRITSA_FR
36
+ trigger = {
37
+ is_female = yes
38
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
39
+ }
40
+ }
20
41
  text = {
21
42
  localisation_key = string_TRIBAL_LEADER_fem_FR
22
43
  trigger = {
@@ -612,27 +633,27 @@ defined_text = {
612
633
  frloc_ruler_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
613
634
  }
614
635
  }
615
- text = {
616
- localisation_key = string_ATABEG_fem_FR
617
- trigger = {
618
- is_female = yes
619
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
620
- }
621
- }
622
- text = {
623
- localisation_key = string_QUEEN_FR
624
- trigger = {
625
- is_female = yes
626
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
627
- }
628
- }
629
- text = {
630
- localisation_key = string_EMPRESS_FR
631
- trigger = {
632
- is_female = yes
633
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
634
- }
635
- }
636
+ # text = {
637
+ # localisation_key = string_ATABEG_fem_FR
638
+ # trigger = {
639
+ # is_female = yes
640
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
641
+ # }
642
+ # }
643
+ # text = {
644
+ # localisation_key = string_QUEEN_FR
645
+ # trigger = {
646
+ # is_female = yes
647
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
648
+ # }
649
+ # }
650
+ # text = {
651
+ # localisation_key = string_EMPRESS_FR
652
+ # trigger = {
653
+ # is_female = yes
654
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
655
+ # }
656
+ # }
636
657
  text = {
637
658
  localisation_key = string_DAI_female_FR
638
659
  trigger = {
@@ -759,6 +780,27 @@ defined_text = {
759
780
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
760
781
  }
761
782
  }
783
+ text = {
784
+ localisation_key = string_SHEIKHA_FR
785
+ trigger = {
786
+ is_female = yes
787
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
788
+ }
789
+ }
790
+ text = {
791
+ localisation_key = string_SHAH_FR
792
+ trigger = {
793
+ is_female = yes
794
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
795
+ }
796
+ }
797
+ text = {
798
+ localisation_key = string_SHAHANSHAH_FR
799
+ trigger = {
800
+ is_female = yes
801
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
802
+ }
803
+ }
762
804
  text = {
763
805
  localisation_key = string_SHEIKHA_FR
764
806
  trigger = {
@@ -3265,6 +3307,27 @@ defined_text = {
3265
3307
  frloc_ruler_fem_vow_2004_default_tribal_EMPRESS = yes # "Imp�ratrice"
3266
3308
  }
3267
3309
  }
3310
+ text = {
3311
+ localisation_key = string_MTAVARI_FR
3312
+ trigger = {
3313
+ is_female = no
3314
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
3315
+ }
3316
+ }
3317
+ text = {
3318
+ localisation_key = string_MEPE_FR
3319
+ trigger = {
3320
+ is_female = no
3321
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
3322
+ }
3323
+ }
3324
+ text = {
3325
+ localisation_key = string_IMPERATORI_FR
3326
+ trigger = {
3327
+ is_female = no
3328
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
3329
+ }
3330
+ }
3268
3331
  text = {
3269
3332
  localisation_key = string_TRIBAL_LEADER_FR
3270
3333
  trigger = {
@@ -3860,27 +3923,27 @@ defined_text = {
3860
3923
  frloc_ruler_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
3861
3924
  }
3862
3925
  }
3863
- text = {
3864
- localisation_key = string_ATABEG_FR
3865
- trigger = {
3866
- is_female = no
3867
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
3868
- }
3869
- }
3870
- text = {
3871
- localisation_key = string_KING_FR
3872
- trigger = {
3873
- is_female = no
3874
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
3875
- }
3876
- }
3877
- text = {
3878
- localisation_key = string_EMPEROR_FR
3879
- trigger = {
3880
- is_female = no
3881
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
3882
- }
3883
- }
3926
+ # text = {
3927
+ # localisation_key = string_ATABEG_FR
3928
+ # trigger = {
3929
+ # is_female = no
3930
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
3931
+ # }
3932
+ # }
3933
+ # text = {
3934
+ # localisation_key = string_KING_FR
3935
+ # trigger = {
3936
+ # is_female = no
3937
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
3938
+ # }
3939
+ # }
3940
+ # text = {
3941
+ # localisation_key = string_EMPEROR_FR
3942
+ # trigger = {
3943
+ # is_female = no
3944
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
3945
+ # }
3946
+ # }
3884
3947
  text = {
3885
3948
  localisation_key = string_DAI_male_FR
3886
3949
  trigger = {
@@ -4007,6 +4070,27 @@ defined_text = {
4007
4070
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
4008
4071
  }
4009
4072
  }
4073
+ text = {
4074
+ localisation_key = string_SHEIKH_FR
4075
+ trigger = {
4076
+ is_female = no
4077
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
4078
+ }
4079
+ }
4080
+ text = {
4081
+ localisation_key = string_SHAH_FR
4082
+ trigger = {
4083
+ is_female = no
4084
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
4085
+ }
4086
+ }
4087
+ text = {
4088
+ localisation_key = string_SHAHANSHAH_FR
4089
+ trigger = {
4090
+ is_female = no
4091
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
4092
+ }
4093
+ }
4010
4094
  text = {
4011
4095
  localisation_key = string_SHEIKH_FR
4012
4096
  trigger = {
@@ -6777,6 +6861,23 @@ defined_text = {
6777
6861
  is_female = yes
6778
6862
  OR = {
6779
6863
  has_regency = yes
6864
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
6865
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
6866
+ }
6867
+ }
6868
+ }
6869
+ text = {
6870
+ localisation_key = string_l_FR
6871
+ trigger = {
6872
+ is_female = yes
6873
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
6874
+ }
6875
+ }
6876
+ text = {
6877
+ localisation_key = string_la_FR
6878
+ trigger = {
6879
+ is_female = yes
6880
+ OR = {
6780
6881
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
6781
6882
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
6782
6883
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -7033,27 +7134,27 @@ defined_text = {
7033
7134
  }
7034
7135
  }
7035
7136
  }
7036
- text = {
7037
- localisation_key = string_l_FR
7038
- trigger = {
7039
- is_female = yes
7040
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
7041
- }
7042
- }
7043
- text = {
7044
- localisation_key = string_la_FR
7045
- trigger = {
7046
- is_female = yes
7047
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
7048
- }
7049
- }
7050
- text = {
7051
- localisation_key = string_l_FR
7052
- trigger = {
7053
- is_female = yes
7054
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
7055
- }
7056
- }
7137
+ # text = {
7138
+ # localisation_key = string_l_FR
7139
+ # trigger = {
7140
+ # is_female = yes
7141
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
7142
+ # }
7143
+ # }
7144
+ # text = {
7145
+ # localisation_key = string_la_FR
7146
+ # trigger = {
7147
+ # is_female = yes
7148
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
7149
+ # }
7150
+ # }
7151
+ # text = {
7152
+ # localisation_key = string_l_FR
7153
+ # trigger = {
7154
+ # is_female = yes
7155
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
7156
+ # }
7157
+ # }
7057
7158
  text = {
7058
7159
  localisation_key = string_la_FR
7059
7160
  trigger = {
@@ -7091,6 +7192,9 @@ defined_text = {
7091
7192
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
7092
7193
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
7093
7194
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
7195
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
7196
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
7197
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
7094
7198
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
7095
7199
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
7096
7200
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -8172,6 +8276,23 @@ defined_text = {
8172
8276
  is_female = no
8173
8277
  OR = {
8174
8278
  has_regency = yes
8279
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
8280
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
8281
+ }
8282
+ }
8283
+ }
8284
+ text = {
8285
+ localisation_key = string_l_FR
8286
+ trigger = {
8287
+ is_female = no
8288
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
8289
+ }
8290
+ }
8291
+ text = {
8292
+ localisation_key = string_le_FR
8293
+ trigger = {
8294
+ is_female = no
8295
+ OR = {
8175
8296
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
8176
8297
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
8177
8298
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -8428,27 +8549,27 @@ defined_text = {
8428
8549
  }
8429
8550
  }
8430
8551
  }
8431
- text = {
8432
- localisation_key = string_l_FR
8433
- trigger = {
8434
- is_female = no
8435
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
8436
- }
8437
- }
8438
- text = {
8439
- localisation_key = string_le_FR
8440
- trigger = {
8441
- is_female = no
8442
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
8443
- }
8444
- }
8445
- text = {
8446
- localisation_key = string_l_FR
8447
- trigger = {
8448
- is_female = no
8449
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
8450
- }
8451
- }
8552
+ # text = {
8553
+ # localisation_key = string_l_FR
8554
+ # trigger = {
8555
+ # is_female = no
8556
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
8557
+ # }
8558
+ # }
8559
+ # text = {
8560
+ # localisation_key = string_le_FR
8561
+ # trigger = {
8562
+ # is_female = no
8563
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
8564
+ # }
8565
+ # }
8566
+ # text = {
8567
+ # localisation_key = string_l_FR
8568
+ # trigger = {
8569
+ # is_female = no
8570
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
8571
+ # }
8572
+ # }
8452
8573
  text = {
8453
8574
  localisation_key = string_le_FR
8454
8575
  trigger = {
@@ -8486,6 +8607,9 @@ defined_text = {
8486
8607
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
8487
8608
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
8488
8609
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
8610
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
8611
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
8612
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
8489
8613
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
8490
8614
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
8491
8615
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -9593,6 +9717,23 @@ defined_text = {
9593
9717
  is_female = yes
9594
9718
  OR = {
9595
9719
  has_regency = yes
9720
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
9721
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
9722
+ }
9723
+ }
9724
+ }
9725
+ text = {
9726
+ localisation_key = string_l_cap_FR
9727
+ trigger = {
9728
+ is_female = yes
9729
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
9730
+ }
9731
+ }
9732
+ text = {
9733
+ localisation_key = string_la_cap_FR
9734
+ trigger = {
9735
+ is_female = yes
9736
+ OR = {
9596
9737
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
9597
9738
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
9598
9739
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -9849,27 +9990,27 @@ defined_text = {
9849
9990
  }
9850
9991
  }
9851
9992
  }
9852
- text = {
9853
- localisation_key = string_l_cap_FR
9854
- trigger = {
9855
- is_female = yes
9856
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
9857
- }
9858
- }
9859
- text = {
9860
- localisation_key = string_la_cap_FR
9861
- trigger = {
9862
- is_female = yes
9863
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
9864
- }
9865
- }
9866
- text = {
9867
- localisation_key = string_l_cap_FR
9868
- trigger = {
9869
- is_female = yes
9870
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
9871
- }
9872
- }
9993
+ # text = {
9994
+ # localisation_key = string_l_cap_FR
9995
+ # trigger = {
9996
+ # is_female = yes
9997
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
9998
+ # }
9999
+ # }
10000
+ # text = {
10001
+ # localisation_key = string_la_cap_FR
10002
+ # trigger = {
10003
+ # is_female = yes
10004
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
10005
+ # }
10006
+ # }
10007
+ # text = {
10008
+ # localisation_key = string_l_cap_FR
10009
+ # trigger = {
10010
+ # is_female = yes
10011
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
10012
+ # }
10013
+ # }
9873
10014
  text = {
9874
10015
  localisation_key = string_la_cap_FR
9875
10016
  trigger = {
@@ -9907,6 +10048,9 @@ defined_text = {
9907
10048
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
9908
10049
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
9909
10050
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
10051
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
10052
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
10053
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
9910
10054
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
9911
10055
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
9912
10056
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -10988,6 +11132,23 @@ defined_text = {
10988
11132
  is_female = no
10989
11133
  OR = {
10990
11134
  has_regency = yes
11135
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
11136
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
11137
+ }
11138
+ }
11139
+ }
11140
+ text = {
11141
+ localisation_key = string_l_cap_FR
11142
+ trigger = {
11143
+ is_female = no
11144
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
11145
+ }
11146
+ }
11147
+ text = {
11148
+ localisation_key = string_le_cap_FR
11149
+ trigger = {
11150
+ is_female = no
11151
+ OR = {
10991
11152
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
10992
11153
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
10993
11154
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -11244,27 +11405,27 @@ defined_text = {
11244
11405
  }
11245
11406
  }
11246
11407
  }
11247
- text = {
11248
- localisation_key = string_l_cap_FR
11249
- trigger = {
11250
- is_female = no
11251
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
11252
- }
11253
- }
11254
- text = {
11255
- localisation_key = string_le_cap_FR
11256
- trigger = {
11257
- is_female = no
11258
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
11259
- }
11260
- }
11261
- text = {
11262
- localisation_key = string_l_cap_FR
11263
- trigger = {
11264
- is_female = no
11265
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
11266
- }
11267
- }
11408
+ # text = {
11409
+ # localisation_key = string_l_cap_FR
11410
+ # trigger = {
11411
+ # is_female = no
11412
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
11413
+ # }
11414
+ # }
11415
+ # text = {
11416
+ # localisation_key = string_le_cap_FR
11417
+ # trigger = {
11418
+ # is_female = no
11419
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
11420
+ # }
11421
+ # }
11422
+ # text = {
11423
+ # localisation_key = string_l_cap_FR
11424
+ # trigger = {
11425
+ # is_female = no
11426
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
11427
+ # }
11428
+ # }
11268
11429
  text = {
11269
11430
  localisation_key = string_le_cap_FR
11270
11431
  trigger = {
@@ -11302,6 +11463,9 @@ defined_text = {
11302
11463
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
11303
11464
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
11304
11465
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
11466
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
11467
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
11468
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
11305
11469
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
11306
11470
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
11307
11471
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -12417,6 +12581,23 @@ defined_text = {
12417
12581
  is_female = no
12418
12582
  OR = {
12419
12583
  has_regency = yes
12584
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
12585
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
12586
+ }
12587
+ }
12588
+ }
12589
+ text = {
12590
+ localisation_key = string_cet_FR
12591
+ trigger = {
12592
+ is_female = no
12593
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
12594
+ }
12595
+ }
12596
+ text = {
12597
+ localisation_key = string_ce_FR
12598
+ trigger = {
12599
+ is_female = no
12600
+ OR = {
12420
12601
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
12421
12602
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
12422
12603
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -12673,27 +12854,27 @@ defined_text = {
12673
12854
  }
12674
12855
  }
12675
12856
  }
12676
- text = {
12677
- localisation_key = string_cet_FR
12678
- trigger = {
12679
- is_female = no
12680
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
12681
- }
12682
- }
12683
- text = {
12684
- localisation_key = string_ce_FR
12685
- trigger = {
12686
- is_female = no
12687
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
12688
- }
12689
- }
12690
- text = {
12691
- localisation_key = string_cet_FR
12692
- trigger = {
12693
- is_female = no
12694
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
12695
- }
12696
- }
12857
+ # text = {
12858
+ # localisation_key = string_cet_FR
12859
+ # trigger = {
12860
+ # is_female = no
12861
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
12862
+ # }
12863
+ # }
12864
+ # text = {
12865
+ # localisation_key = string_ce_FR
12866
+ # trigger = {
12867
+ # is_female = no
12868
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
12869
+ # }
12870
+ # }
12871
+ # text = {
12872
+ # localisation_key = string_cet_FR
12873
+ # trigger = {
12874
+ # is_female = no
12875
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
12876
+ # }
12877
+ # }
12697
12878
  text = {
12698
12879
  localisation_key = string_ce_FR
12699
12880
  trigger = {
@@ -12731,6 +12912,9 @@ defined_text = {
12731
12912
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
12732
12913
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
12733
12914
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
12915
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
12916
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
12917
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
12734
12918
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
12735
12919
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
12736
12920
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -13844,6 +14028,23 @@ defined_text = {
13844
14028
  is_female = no
13845
14029
  OR = {
13846
14030
  has_regency = yes
14031
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
14032
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
14033
+ }
14034
+ }
14035
+ }
14036
+ text = {
14037
+ localisation_key = string_cet_cap_FR
14038
+ trigger = {
14039
+ is_female = no
14040
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
14041
+ }
14042
+ }
14043
+ text = {
14044
+ localisation_key = string_ce_cap_FR
14045
+ trigger = {
14046
+ is_female = no
14047
+ OR = {
13847
14048
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
13848
14049
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
13849
14050
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -14100,27 +14301,27 @@ defined_text = {
14100
14301
  }
14101
14302
  }
14102
14303
  }
14103
- text = {
14104
- localisation_key = string_cet_cap_FR
14105
- trigger = {
14106
- is_female = no
14107
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
14108
- }
14109
- }
14110
- text = {
14111
- localisation_key = string_ce_cap_FR
14112
- trigger = {
14113
- is_female = no
14114
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
14115
- }
14116
- }
14117
- text = {
14118
- localisation_key = string_cet_cap_FR
14119
- trigger = {
14120
- is_female = no
14121
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
14122
- }
14123
- }
14304
+ # text = {
14305
+ # localisation_key = string_cet_cap_FR
14306
+ # trigger = {
14307
+ # is_female = no
14308
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
14309
+ # }
14310
+ # }
14311
+ # text = {
14312
+ # localisation_key = string_ce_cap_FR
14313
+ # trigger = {
14314
+ # is_female = no
14315
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
14316
+ # }
14317
+ # }
14318
+ # text = {
14319
+ # localisation_key = string_cet_cap_FR
14320
+ # trigger = {
14321
+ # is_female = no
14322
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
14323
+ # }
14324
+ # }
14124
14325
  text = {
14125
14326
  localisation_key = string_ce_cap_FR
14126
14327
  trigger = {
@@ -14158,6 +14359,9 @@ defined_text = {
14158
14359
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
14159
14360
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
14160
14361
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
14362
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
14363
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
14364
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
14161
14365
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
14162
14366
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
14163
14367
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -15350,6 +15554,23 @@ defined_text = {
15350
15554
  is_female = yes
15351
15555
  OR = {
15352
15556
  has_regency = yes
15557
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
15558
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
15559
+ }
15560
+ }
15561
+ }
15562
+ text = {
15563
+ localisation_key = string_on_FR
15564
+ trigger = {
15565
+ is_female = yes
15566
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
15567
+ }
15568
+ }
15569
+ text = {
15570
+ localisation_key = string_a_FR
15571
+ trigger = {
15572
+ is_female = yes
15573
+ OR = {
15353
15574
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
15354
15575
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
15355
15576
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -15606,27 +15827,27 @@ defined_text = {
15606
15827
  }
15607
15828
  }
15608
15829
  }
15609
- text = {
15610
- localisation_key = string_on_FR
15611
- trigger = {
15612
- is_female = yes
15613
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
15614
- }
15615
- }
15616
- text = {
15617
- localisation_key = string_a_FR
15618
- trigger = {
15619
- is_female = yes
15620
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
15621
- }
15622
- }
15623
- text = {
15624
- localisation_key = string_on_FR
15625
- trigger = {
15626
- is_female = yes
15627
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
15628
- }
15629
- }
15830
+ # text = {
15831
+ # localisation_key = string_on_FR
15832
+ # trigger = {
15833
+ # is_female = yes
15834
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
15835
+ # }
15836
+ # }
15837
+ # text = {
15838
+ # localisation_key = string_a_FR
15839
+ # trigger = {
15840
+ # is_female = yes
15841
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
15842
+ # }
15843
+ # }
15844
+ # text = {
15845
+ # localisation_key = string_on_FR
15846
+ # trigger = {
15847
+ # is_female = yes
15848
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
15849
+ # }
15850
+ # }
15630
15851
  text = {
15631
15852
  localisation_key = string_a_FR
15632
15853
  trigger = {
@@ -15664,6 +15885,9 @@ defined_text = {
15664
15885
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
15665
15886
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
15666
15887
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
15888
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
15889
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
15890
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
15667
15891
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
15668
15892
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
15669
15893
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -16808,6 +17032,23 @@ defined_text = {
16808
17032
  is_female = yes
16809
17033
  OR = {
16810
17034
  has_regency = yes
17035
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
17036
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
17037
+ }
17038
+ }
17039
+ }
17040
+ text = {
17041
+ localisation_key = string_del_FR
17042
+ trigger = {
17043
+ is_female = yes
17044
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
17045
+ }
17046
+ }
17047
+ text = {
17048
+ localisation_key = string_dela_FR
17049
+ trigger = {
17050
+ is_female = yes
17051
+ OR = {
16811
17052
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
16812
17053
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
16813
17054
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -17064,27 +17305,27 @@ defined_text = {
17064
17305
  }
17065
17306
  }
17066
17307
  }
17067
- text = {
17068
- localisation_key = string_del_FR
17069
- trigger = {
17070
- is_female = yes
17071
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
17072
- }
17073
- }
17074
- text = {
17075
- localisation_key = string_dela_FR
17076
- trigger = {
17077
- is_female = yes
17078
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
17079
- }
17080
- }
17081
- text = {
17082
- localisation_key = string_del_FR
17083
- trigger = {
17084
- is_female = yes
17085
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
17086
- }
17087
- }
17308
+ # text = {
17309
+ # localisation_key = string_del_FR
17310
+ # trigger = {
17311
+ # is_female = yes
17312
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
17313
+ # }
17314
+ # }
17315
+ # text = {
17316
+ # localisation_key = string_dela_FR
17317
+ # trigger = {
17318
+ # is_female = yes
17319
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
17320
+ # }
17321
+ # }
17322
+ # text = {
17323
+ # localisation_key = string_del_FR
17324
+ # trigger = {
17325
+ # is_female = yes
17326
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
17327
+ # }
17328
+ # }
17088
17329
  text = {
17089
17330
  localisation_key = string_dela_FR
17090
17331
  trigger = {
@@ -17122,6 +17363,9 @@ defined_text = {
17122
17363
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
17123
17364
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
17124
17365
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
17366
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
17367
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
17368
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
17125
17369
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
17126
17370
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
17127
17371
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -18203,6 +18447,23 @@ defined_text = {
18203
18447
  is_female = no
18204
18448
  OR = {
18205
18449
  has_regency = yes
18450
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
18451
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
18452
+ }
18453
+ }
18454
+ }
18455
+ text = {
18456
+ localisation_key = string_del_FR
18457
+ trigger = {
18458
+ is_female = no
18459
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
18460
+ }
18461
+ }
18462
+ text = {
18463
+ localisation_key = string_du_FR
18464
+ trigger = {
18465
+ is_female = no
18466
+ OR = {
18206
18467
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
18207
18468
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
18208
18469
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -18459,27 +18720,27 @@ defined_text = {
18459
18720
  }
18460
18721
  }
18461
18722
  }
18462
- text = {
18463
- localisation_key = string_del_FR
18464
- trigger = {
18465
- is_female = no
18466
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
18467
- }
18468
- }
18469
- text = {
18470
- localisation_key = string_du_FR
18471
- trigger = {
18472
- is_female = no
18473
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
18474
- }
18475
- }
18476
- text = {
18477
- localisation_key = string_del_FR
18478
- trigger = {
18479
- is_female = no
18480
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
18481
- }
18482
- }
18723
+ # text = {
18724
+ # localisation_key = string_del_FR
18725
+ # trigger = {
18726
+ # is_female = no
18727
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
18728
+ # }
18729
+ # }
18730
+ # text = {
18731
+ # localisation_key = string_du_FR
18732
+ # trigger = {
18733
+ # is_female = no
18734
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
18735
+ # }
18736
+ # }
18737
+ # text = {
18738
+ # localisation_key = string_del_FR
18739
+ # trigger = {
18740
+ # is_female = no
18741
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
18742
+ # }
18743
+ # }
18483
18744
  text = {
18484
18745
  localisation_key = string_du_FR
18485
18746
  trigger = {
@@ -18517,6 +18778,9 @@ defined_text = {
18517
18778
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
18518
18779
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
18519
18780
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
18781
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
18782
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
18783
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
18520
18784
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
18521
18785
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
18522
18786
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -19624,6 +19888,23 @@ defined_text = {
19624
19888
  is_female = yes
19625
19889
  OR = {
19626
19890
  has_regency = yes
19891
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
19892
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
19893
+ }
19894
+ }
19895
+ }
19896
+ text = {
19897
+ localisation_key = string_del_cap_FR
19898
+ trigger = {
19899
+ is_female = yes
19900
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
19901
+ }
19902
+ }
19903
+ text = {
19904
+ localisation_key = string_dela_cap_FR
19905
+ trigger = {
19906
+ is_female = yes
19907
+ OR = {
19627
19908
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
19628
19909
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
19629
19910
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -19880,27 +20161,27 @@ defined_text = {
19880
20161
  }
19881
20162
  }
19882
20163
  }
19883
- text = {
19884
- localisation_key = string_del_cap_FR
19885
- trigger = {
19886
- is_female = yes
19887
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
19888
- }
19889
- }
19890
- text = {
19891
- localisation_key = string_dela_cap_FR
19892
- trigger = {
19893
- is_female = yes
19894
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
19895
- }
19896
- }
19897
- text = {
19898
- localisation_key = string_del_cap_FR
19899
- trigger = {
19900
- is_female = yes
19901
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
19902
- }
19903
- }
20164
+ # text = {
20165
+ # localisation_key = string_del_cap_FR
20166
+ # trigger = {
20167
+ # is_female = yes
20168
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
20169
+ # }
20170
+ # }
20171
+ # text = {
20172
+ # localisation_key = string_dela_cap_FR
20173
+ # trigger = {
20174
+ # is_female = yes
20175
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
20176
+ # }
20177
+ # }
20178
+ # text = {
20179
+ # localisation_key = string_del_cap_FR
20180
+ # trigger = {
20181
+ # is_female = yes
20182
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
20183
+ # }
20184
+ # }
19904
20185
  text = {
19905
20186
  localisation_key = string_dela_cap_FR
19906
20187
  trigger = {
@@ -19938,6 +20219,9 @@ defined_text = {
19938
20219
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
19939
20220
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
19940
20221
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
20222
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
20223
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
20224
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
19941
20225
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
19942
20226
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
19943
20227
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -21019,6 +21303,23 @@ defined_text = {
21019
21303
  is_female = no
21020
21304
  OR = {
21021
21305
  has_regency = yes
21306
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
21307
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
21308
+ }
21309
+ }
21310
+ }
21311
+ text = {
21312
+ localisation_key = string_del_cap_FR
21313
+ trigger = {
21314
+ is_female = no
21315
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
21316
+ }
21317
+ }
21318
+ text = {
21319
+ localisation_key = string_du_cap_FR
21320
+ trigger = {
21321
+ is_female = no
21322
+ OR = {
21022
21323
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
21023
21324
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
21024
21325
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -21275,27 +21576,27 @@ defined_text = {
21275
21576
  }
21276
21577
  }
21277
21578
  }
21278
- text = {
21279
- localisation_key = string_del_cap_FR
21280
- trigger = {
21281
- is_female = no
21282
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
21283
- }
21284
- }
21285
- text = {
21286
- localisation_key = string_du_cap_FR
21287
- trigger = {
21288
- is_female = no
21289
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
21290
- }
21291
- }
21292
- text = {
21293
- localisation_key = string_del_cap_FR
21294
- trigger = {
21295
- is_female = no
21296
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
21297
- }
21298
- }
21579
+ # text = {
21580
+ # localisation_key = string_del_cap_FR
21581
+ # trigger = {
21582
+ # is_female = no
21583
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
21584
+ # }
21585
+ # }
21586
+ # text = {
21587
+ # localisation_key = string_du_cap_FR
21588
+ # trigger = {
21589
+ # is_female = no
21590
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
21591
+ # }
21592
+ # }
21593
+ # text = {
21594
+ # localisation_key = string_del_cap_FR
21595
+ # trigger = {
21596
+ # is_female = no
21597
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
21598
+ # }
21599
+ # }
21299
21600
  text = {
21300
21601
  localisation_key = string_du_cap_FR
21301
21602
  trigger = {
@@ -21333,6 +21634,9 @@ defined_text = {
21333
21634
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
21334
21635
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
21335
21636
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
21637
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
21638
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
21639
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
21336
21640
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
21337
21641
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
21338
21642
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -22476,6 +22780,23 @@ defined_text = {
22476
22780
  is_female = yes
22477
22781
  OR = {
22478
22782
  has_regency = yes
22783
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
22784
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
22785
+ }
22786
+ }
22787
+ }
22788
+ text = {
22789
+ localisation_key = string_al_FR
22790
+ trigger = {
22791
+ is_female = yes
22792
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
22793
+ }
22794
+ }
22795
+ text = {
22796
+ localisation_key = string_ala_FR
22797
+ trigger = {
22798
+ is_female = yes
22799
+ OR = {
22479
22800
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
22480
22801
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
22481
22802
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -22732,27 +23053,27 @@ defined_text = {
22732
23053
  }
22733
23054
  }
22734
23055
  }
22735
- text = {
22736
- localisation_key = string_al_FR
22737
- trigger = {
22738
- is_female = yes
22739
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
22740
- }
22741
- }
22742
- text = {
22743
- localisation_key = string_ala_FR
22744
- trigger = {
22745
- is_female = yes
22746
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
22747
- }
22748
- }
22749
- text = {
22750
- localisation_key = string_al_FR
22751
- trigger = {
22752
- is_female = yes
22753
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
22754
- }
22755
- }
23056
+ # text = {
23057
+ # localisation_key = string_al_FR
23058
+ # trigger = {
23059
+ # is_female = yes
23060
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
23061
+ # }
23062
+ # }
23063
+ # text = {
23064
+ # localisation_key = string_ala_FR
23065
+ # trigger = {
23066
+ # is_female = yes
23067
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
23068
+ # }
23069
+ # }
23070
+ # text = {
23071
+ # localisation_key = string_al_FR
23072
+ # trigger = {
23073
+ # is_female = yes
23074
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
23075
+ # }
23076
+ # }
22756
23077
  text = {
22757
23078
  localisation_key = string_ala_FR
22758
23079
  trigger = {
@@ -22790,6 +23111,9 @@ defined_text = {
22790
23111
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
22791
23112
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
22792
23113
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
23114
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
23115
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
23116
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
22793
23117
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
22794
23118
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
22795
23119
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -23871,6 +24195,23 @@ defined_text = {
23871
24195
  is_female = no
23872
24196
  OR = {
23873
24197
  has_regency = yes
24198
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
24199
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
24200
+ }
24201
+ }
24202
+ }
24203
+ text = {
24204
+ localisation_key = string_al_FR
24205
+ trigger = {
24206
+ is_female = no
24207
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
24208
+ }
24209
+ }
24210
+ text = {
24211
+ localisation_key = string_au_FR
24212
+ trigger = {
24213
+ is_female = no
24214
+ OR = {
23874
24215
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
23875
24216
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
23876
24217
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -24127,27 +24468,27 @@ defined_text = {
24127
24468
  }
24128
24469
  }
24129
24470
  }
24130
- text = {
24131
- localisation_key = string_al_FR
24132
- trigger = {
24133
- is_female = no
24134
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
24135
- }
24136
- }
24137
- text = {
24138
- localisation_key = string_au_FR
24139
- trigger = {
24140
- is_female = no
24141
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
24142
- }
24143
- }
24144
- text = {
24145
- localisation_key = string_al_FR
24146
- trigger = {
24147
- is_female = no
24148
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
24149
- }
24150
- }
24471
+ # text = {
24472
+ # localisation_key = string_al_FR
24473
+ # trigger = {
24474
+ # is_female = no
24475
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
24476
+ # }
24477
+ # }
24478
+ # text = {
24479
+ # localisation_key = string_au_FR
24480
+ # trigger = {
24481
+ # is_female = no
24482
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
24483
+ # }
24484
+ # }
24485
+ # text = {
24486
+ # localisation_key = string_al_FR
24487
+ # trigger = {
24488
+ # is_female = no
24489
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
24490
+ # }
24491
+ # }
24151
24492
  text = {
24152
24493
  localisation_key = string_au_FR
24153
24494
  trigger = {
@@ -24185,6 +24526,9 @@ defined_text = {
24185
24526
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
24186
24527
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
24187
24528
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
24529
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
24530
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
24531
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
24188
24532
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
24189
24533
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
24190
24534
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -25292,6 +25636,23 @@ defined_text = {
25292
25636
  is_female = yes
25293
25637
  OR = {
25294
25638
  has_regency = yes
25639
+ frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
25640
+ frloc_ruler_fem_cons_0000_georgian_MEPE_fem = yes # "Reine"
25641
+ }
25642
+ }
25643
+ }
25644
+ text = {
25645
+ localisation_key = string_al_cap_FR
25646
+ trigger = {
25647
+ is_female = yes
25648
+ frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
25649
+ }
25650
+ }
25651
+ text = {
25652
+ localisation_key = string_ala_cap_FR
25653
+ trigger = {
25654
+ is_female = yes
25655
+ OR = {
25295
25656
  frloc_ruler_fem_cons_0001_stateless_society_TRIBAL_LEADER_fem = yes # "Cheffe tribale"
25296
25657
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_CHIEFTESS = yes # "Cheffe"
25297
25658
  frloc_ruler_fem_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO_fem = yes # "Manikongo"
@@ -25548,27 +25909,27 @@ defined_text = {
25548
25909
  }
25549
25910
  }
25550
25911
  }
25551
- text = {
25552
- localisation_key = string_al_cap_FR
25553
- trigger = {
25554
- is_female = yes
25555
- frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
25556
- }
25557
- }
25558
- text = {
25559
- localisation_key = string_ala_cap_FR
25560
- trigger = {
25561
- is_female = yes
25562
- frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
25563
- }
25564
- }
25565
- text = {
25566
- localisation_key = string_al_cap_FR
25567
- trigger = {
25568
- is_female = yes
25569
- frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
25570
- }
25571
- }
25912
+ # text = {
25913
+ # localisation_key = string_al_cap_FR
25914
+ # trigger = {
25915
+ # is_female = yes
25916
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = yes # "Atabeg"
25917
+ # }
25918
+ # }
25919
+ # text = {
25920
+ # localisation_key = string_ala_cap_FR
25921
+ # trigger = {
25922
+ # is_female = yes
25923
+ # frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
25924
+ # }
25925
+ # }
25926
+ # text = {
25927
+ # localisation_key = string_al_cap_FR
25928
+ # trigger = {
25929
+ # is_female = yes
25930
+ # frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
25931
+ # }
25932
+ # }
25572
25933
  text = {
25573
25934
  localisation_key = string_ala_cap_FR
25574
25935
  trigger = {
@@ -25606,6 +25967,9 @@ defined_text = {
25606
25967
  frloc_ruler_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
25607
25968
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
25608
25969
  frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
25970
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = yes # "Cheikha"
25971
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
25972
+ frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
25609
25973
  frloc_ruler_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
25610
25974
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
25611
25975
  frloc_ruler_fem_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -26687,6 +27051,23 @@ defined_text = {
26687
27051
  is_female = no
26688
27052
  OR = {
26689
27053
  has_regency = yes
27054
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
27055
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
27056
+ }
27057
+ }
27058
+ }
27059
+ text = {
27060
+ localisation_key = string_al_cap_FR
27061
+ trigger = {
27062
+ is_female = no
27063
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
27064
+ }
27065
+ }
27066
+ text = {
27067
+ localisation_key = string_au_cap_FR
27068
+ trigger = {
27069
+ is_female = no
27070
+ OR = {
26690
27071
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
26691
27072
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
26692
27073
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -26943,27 +27324,27 @@ defined_text = {
26943
27324
  }
26944
27325
  }
26945
27326
  }
26946
- text = {
26947
- localisation_key = string_al_cap_FR
26948
- trigger = {
26949
- is_female = no
26950
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
26951
- }
26952
- }
26953
- text = {
26954
- localisation_key = string_au_cap_FR
26955
- trigger = {
26956
- is_female = no
26957
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
26958
- }
26959
- }
26960
- text = {
26961
- localisation_key = string_al_cap_FR
26962
- trigger = {
26963
- is_female = no
26964
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
26965
- }
26966
- }
27327
+ # text = {
27328
+ # localisation_key = string_al_cap_FR
27329
+ # trigger = {
27330
+ # is_female = no
27331
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
27332
+ # }
27333
+ # }
27334
+ # text = {
27335
+ # localisation_key = string_au_cap_FR
27336
+ # trigger = {
27337
+ # is_female = no
27338
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
27339
+ # }
27340
+ # }
27341
+ # text = {
27342
+ # localisation_key = string_al_cap_FR
27343
+ # trigger = {
27344
+ # is_female = no
27345
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
27346
+ # }
27347
+ # }
26967
27348
  text = {
26968
27349
  localisation_key = string_au_cap_FR
26969
27350
  trigger = {
@@ -27001,6 +27382,9 @@ defined_text = {
27001
27382
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
27002
27383
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
27003
27384
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
27385
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
27386
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
27387
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
27004
27388
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
27005
27389
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
27006
27390
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -28310,6 +28694,23 @@ defined_text = {
28310
28694
  is_female = no
28311
28695
  OR = {
28312
28696
  has_regency = yes
28697
+ frloc_ruler_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
28698
+ frloc_ruler_masc_cons_0000_georgian_MEPE = yes # "Roi"
28699
+ }
28700
+ }
28701
+ }
28702
+ text = {
28703
+ localisation_key = string_el_FR
28704
+ trigger = {
28705
+ is_female = no
28706
+ frloc_ruler_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
28707
+ }
28708
+ }
28709
+ text = {
28710
+ localisation_key = string_eau_FR
28711
+ trigger = {
28712
+ is_female = no
28713
+ OR = {
28313
28714
  frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = yes # "Chef tribal"
28314
28715
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_CHIEF = yes # "Chef"
28315
28716
  frloc_ruler_masc_cons_0001a_kongo_tribal_kingdom_MWENE_KONGO = yes # "Manikongo"
@@ -28566,27 +28967,27 @@ defined_text = {
28566
28967
  }
28567
28968
  }
28568
28969
  }
28569
- text = {
28570
- localisation_key = string_el_FR
28571
- trigger = {
28572
- is_female = no
28573
- frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
28574
- }
28575
- }
28576
- text = {
28577
- localisation_key = string_eau_FR
28578
- trigger = {
28579
- is_female = no
28580
- frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
28581
- }
28582
- }
28583
- text = {
28584
- localisation_key = string_el_FR
28585
- trigger = {
28586
- is_female = no
28587
- frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
28588
- }
28589
- }
28970
+ # text = {
28971
+ # localisation_key = string_el_FR
28972
+ # trigger = {
28973
+ # is_female = no
28974
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = yes # "Atabeg"
28975
+ # }
28976
+ # }
28977
+ # text = {
28978
+ # localisation_key = string_eau_FR
28979
+ # trigger = {
28980
+ # is_female = no
28981
+ # frloc_ruler_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
28982
+ # }
28983
+ # }
28984
+ # text = {
28985
+ # localisation_key = string_el_FR
28986
+ # trigger = {
28987
+ # is_female = no
28988
+ # frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
28989
+ # }
28990
+ # }
28590
28991
  text = {
28591
28992
  localisation_key = string_eau_FR
28592
28993
  trigger = {
@@ -28624,6 +29025,9 @@ defined_text = {
28624
29025
  frloc_ruler_masc_cons_0046_sistan_monarchy_MALIK = yes # "M�lik"
28625
29026
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAH = yes # "Sh�h"
28626
29027
  frloc_ruler_masc_cons_0046_sistan_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
29028
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = yes # "Cheikh"
29029
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = yes # "Sh�h"
29030
+ frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
28627
29031
  frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = yes # "Cheikh"
28628
29032
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAH = yes # "Sh�h"
28629
29033
  frloc_ruler_masc_cons_0047_persian_monarchy_SHAHANSHAH = yes # "Sh�hansh�h"
@@ -30085,6 +30489,20 @@ defined_text = {
30085
30489
  defined_text = {
30086
30490
  name = GetHrt
30087
30491
  random = no
30492
+ text = {
30493
+ localisation_key = string_HEIR_fem_FR
30494
+ trigger = {
30495
+ has_female_heir = yes
30496
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
30497
+ }
30498
+ }
30499
+ text = {
30500
+ localisation_key = string_PRINTSESA_FR
30501
+ trigger = {
30502
+ has_female_heir = yes
30503
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
30504
+ }
30505
+ }
30088
30506
  text = {
30089
30507
  localisation_key = string_HEIR_fem_FR
30090
30508
  trigger = {
@@ -30185,17 +30603,17 @@ defined_text = {
30185
30603
  has_female_heir = yes
30186
30604
  OR = {
30187
30605
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
30188
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
30606
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
30189
30607
  }
30190
30608
  }
30191
30609
  }
30192
- text = {
30193
- localisation_key = string_PRINCESS_FR
30194
- trigger = {
30195
- has_female_heir = yes
30196
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
30197
- }
30198
- }
30610
+ # text = {
30611
+ # localisation_key = string_PRINCESS_FR
30612
+ # trigger = {
30613
+ # has_female_heir = yes
30614
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
30615
+ # }
30616
+ # }
30199
30617
  text = {
30200
30618
  localisation_key = string_HEIR_fem_FR
30201
30619
  trigger = {
@@ -30262,6 +30680,20 @@ defined_text = {
30262
30680
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
30263
30681
  }
30264
30682
  }
30683
+ text = {
30684
+ localisation_key = string_SHEIKHA_FR
30685
+ trigger = {
30686
+ has_female_heir = yes
30687
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
30688
+ }
30689
+ }
30690
+ text = {
30691
+ localisation_key = string_SHAHDOKHT_FR
30692
+ trigger = {
30693
+ has_female_heir = yes
30694
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
30695
+ }
30696
+ }
30265
30697
  text = {
30266
30698
  localisation_key = string_SHEIKHA_FR
30267
30699
  trigger = {
@@ -30599,6 +31031,22 @@ defined_text = {
30599
31031
  }
30600
31032
  }
30601
31033
  }
31034
+ text = {
31035
+ localisation_key = string_HEIR_FR
31036
+ trigger = {
31037
+ has_female_heir = no
31038
+ OR = {
31039
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
31040
+ }
31041
+ }
31042
+ }
31043
+ text = {
31044
+ localisation_key = string_PRINTSI_FR
31045
+ trigger = {
31046
+ has_female_heir = no
31047
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
31048
+ }
31049
+ }
30602
31050
  text = {
30603
31051
  localisation_key = string_HEIR_FR
30604
31052
  trigger = {
@@ -30692,17 +31140,17 @@ defined_text = {
30692
31140
  has_female_heir = no
30693
31141
  OR = {
30694
31142
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
30695
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
31143
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
30696
31144
  }
30697
31145
  }
30698
31146
  }
30699
- text = {
30700
- localisation_key = string_PRINCE_FR
30701
- trigger = {
30702
- has_female_heir = no
30703
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
30704
- }
30705
- }
31147
+ # text = {
31148
+ # localisation_key = string_PRINCE_FR
31149
+ # trigger = {
31150
+ # has_female_heir = no
31151
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
31152
+ # }
31153
+ # }
30706
31154
  text = {
30707
31155
  localisation_key = string_HEIR_FR
30708
31156
  trigger = {
@@ -30769,6 +31217,20 @@ defined_text = {
30769
31217
  frloc_heir_masc_cons_0046_sistan_monarchy_SHAHZADE = yes # "Sh�hz�deh"
30770
31218
  }
30771
31219
  }
31220
+ text = {
31221
+ localisation_key = string_HEIR_FR
31222
+ trigger = {
31223
+ has_female_heir = no
31224
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
31225
+ }
31226
+ }
31227
+ text = {
31228
+ localisation_key = string_SHAHZADE_FR
31229
+ trigger = {
31230
+ has_female_heir = no
31231
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
31232
+ }
31233
+ }
30772
31234
  text = {
30773
31235
  localisation_key = string_HEIR_FR
30774
31236
  trigger = {
@@ -31365,6 +31827,20 @@ defined_text = {
31365
31827
  defined_text = {
31366
31828
  name = GetLeLaLHrt
31367
31829
  random = no
31830
+ text = {
31831
+ localisation_key = string_l_FR
31832
+ trigger = {
31833
+ has_female_heir = yes
31834
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
31835
+ }
31836
+ }
31837
+ text = {
31838
+ localisation_key = string_la_FR
31839
+ trigger = {
31840
+ has_female_heir = yes
31841
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
31842
+ }
31843
+ }
31368
31844
  text = {
31369
31845
  localisation_key = string_l_FR
31370
31846
  trigger = {
@@ -31441,17 +31917,17 @@ defined_text = {
31441
31917
  has_female_heir = yes
31442
31918
  OR = {
31443
31919
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
31444
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
31920
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
31445
31921
  }
31446
31922
  }
31447
31923
  }
31448
- text = {
31449
- localisation_key = string_la_FR
31450
- trigger = {
31451
- has_female_heir = yes
31452
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
31453
- }
31454
- }
31924
+ # text = {
31925
+ # localisation_key = string_la_FR
31926
+ # trigger = {
31927
+ # has_female_heir = yes
31928
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
31929
+ # }
31930
+ # }
31455
31931
  text = {
31456
31932
  localisation_key = string_l_FR
31457
31933
  trigger = {
@@ -31501,6 +31977,8 @@ defined_text = {
31501
31977
  OR = {
31502
31978
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
31503
31979
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
31980
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
31981
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
31504
31982
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
31505
31983
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
31506
31984
  }
@@ -31743,6 +32221,20 @@ defined_text = {
31743
32221
  }
31744
32222
  }
31745
32223
  }
32224
+ text = {
32225
+ localisation_key = string_l_FR
32226
+ trigger = {
32227
+ has_female_heir = no
32228
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
32229
+ }
32230
+ }
32231
+ text = {
32232
+ localisation_key = string_le_FR
32233
+ trigger = {
32234
+ has_female_heir = no
32235
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
32236
+ }
32237
+ }
31746
32238
  text = {
31747
32239
  localisation_key = string_l_FR
31748
32240
  trigger = {
@@ -31828,17 +32320,17 @@ defined_text = {
31828
32320
  has_female_heir = no
31829
32321
  OR = {
31830
32322
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
31831
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
32323
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
31832
32324
  }
31833
32325
  }
31834
32326
  }
31835
- text = {
31836
- localisation_key = string_le_FR
31837
- trigger = {
31838
- has_female_heir = no
31839
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
31840
- }
31841
- }
32327
+ # text = {
32328
+ # localisation_key = string_le_FR
32329
+ # trigger = {
32330
+ # has_female_heir = no
32331
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
32332
+ # }
32333
+ # }
31842
32334
  text = {
31843
32335
  localisation_key = string_l_FR
31844
32336
  trigger = {
@@ -31891,6 +32383,20 @@ defined_text = {
31891
32383
  }
31892
32384
  }
31893
32385
  }
32386
+ text = {
32387
+ localisation_key = string_l_FR
32388
+ trigger = {
32389
+ has_female_heir = no
32390
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
32391
+ }
32392
+ }
32393
+ text = {
32394
+ localisation_key = string_le_FR
32395
+ trigger = {
32396
+ has_female_heir = no
32397
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
32398
+ }
32399
+ }
31894
32400
  text = {
31895
32401
  localisation_key = string_l_FR
31896
32402
  trigger = {
@@ -32136,6 +32642,20 @@ defined_text = {
32136
32642
  defined_text = {
32137
32643
  name = GetLeLaLHrtCap
32138
32644
  random = no
32645
+ text = {
32646
+ localisation_key = string_l_cap_FR
32647
+ trigger = {
32648
+ has_female_heir = yes
32649
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
32650
+ }
32651
+ }
32652
+ text = {
32653
+ localisation_key = string_la_cap_FR
32654
+ trigger = {
32655
+ has_female_heir = yes
32656
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
32657
+ }
32658
+ }
32139
32659
  text = {
32140
32660
  localisation_key = string_l_cap_FR
32141
32661
  trigger = {
@@ -32212,17 +32732,17 @@ defined_text = {
32212
32732
  has_female_heir = yes
32213
32733
  OR = {
32214
32734
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
32215
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
32735
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
32216
32736
  }
32217
32737
  }
32218
32738
  }
32219
- text = {
32220
- localisation_key = string_la_cap_FR
32221
- trigger = {
32222
- has_female_heir = yes
32223
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
32224
- }
32225
- }
32739
+ # text = {
32740
+ # localisation_key = string_la_cap_FR
32741
+ # trigger = {
32742
+ # has_female_heir = yes
32743
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
32744
+ # }
32745
+ # }
32226
32746
  text = {
32227
32747
  localisation_key = string_l_cap_FR
32228
32748
  trigger = {
@@ -32272,6 +32792,8 @@ defined_text = {
32272
32792
  OR = {
32273
32793
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
32274
32794
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
32795
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
32796
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
32275
32797
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
32276
32798
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
32277
32799
  }
@@ -32514,6 +33036,22 @@ defined_text = {
32514
33036
  }
32515
33037
  }
32516
33038
  }
33039
+ text = {
33040
+ localisation_key = string_l_cap_FR
33041
+ trigger = {
33042
+ has_female_heir = no
33043
+ OR = {
33044
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
33045
+ }
33046
+ }
33047
+ }
33048
+ text = {
33049
+ localisation_key = string_le_cap_FR
33050
+ trigger = {
33051
+ has_female_heir = no
33052
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
33053
+ }
33054
+ }
32517
33055
  text = {
32518
33056
  localisation_key = string_l_cap_FR
32519
33057
  trigger = {
@@ -32599,17 +33137,17 @@ defined_text = {
32599
33137
  has_female_heir = no
32600
33138
  OR = {
32601
33139
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
32602
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
33140
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
32603
33141
  }
32604
33142
  }
32605
33143
  }
32606
- text = {
32607
- localisation_key = string_le_cap_FR
32608
- trigger = {
32609
- has_female_heir = no
32610
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
32611
- }
32612
- }
33144
+ # text = {
33145
+ # localisation_key = string_le_cap_FR
33146
+ # trigger = {
33147
+ # has_female_heir = no
33148
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
33149
+ # }
33150
+ # }
32613
33151
  text = {
32614
33152
  localisation_key = string_l_cap_FR
32615
33153
  trigger = {
@@ -32662,6 +33200,20 @@ defined_text = {
32662
33200
  }
32663
33201
  }
32664
33202
  }
33203
+ text = {
33204
+ localisation_key = string_l_cap_FR
33205
+ trigger = {
33206
+ has_female_heir = no
33207
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
33208
+ }
33209
+ }
33210
+ text = {
33211
+ localisation_key = string_le_cap_FR
33212
+ trigger = {
33213
+ has_female_heir = no
33214
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
33215
+ }
33216
+ }
32665
33217
  text = {
32666
33218
  localisation_key = string_l_cap_FR
32667
33219
  trigger = {
@@ -32915,6 +33467,22 @@ defined_text = {
32915
33467
  has_female_heir = yes
32916
33468
  }
32917
33469
  }
33470
+ text = {
33471
+ localisation_key = string_cet_FR
33472
+ trigger = {
33473
+ has_female_heir = no
33474
+ OR = {
33475
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
33476
+ }
33477
+ }
33478
+ }
33479
+ text = {
33480
+ localisation_key = string_ce_FR
33481
+ trigger = {
33482
+ has_female_heir = no
33483
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
33484
+ }
33485
+ }
32918
33486
  text = {
32919
33487
  localisation_key = string_cet_FR
32920
33488
  trigger = {
@@ -33000,17 +33568,17 @@ defined_text = {
33000
33568
  has_female_heir = no
33001
33569
  OR = {
33002
33570
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
33003
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
33571
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
33004
33572
  }
33005
33573
  }
33006
33574
  }
33007
- text = {
33008
- localisation_key = string_ce_FR
33009
- trigger = {
33010
- has_female_heir = no
33011
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
33012
- }
33013
- }
33575
+ # text = {
33576
+ # localisation_key = string_ce_FR
33577
+ # trigger = {
33578
+ # has_female_heir = no
33579
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
33580
+ # }
33581
+ # }
33014
33582
  text = {
33015
33583
  localisation_key = string_cet_FR
33016
33584
  trigger = {
@@ -33063,6 +33631,20 @@ defined_text = {
33063
33631
  }
33064
33632
  }
33065
33633
  }
33634
+ text = {
33635
+ localisation_key = string_cet_FR
33636
+ trigger = {
33637
+ has_female_heir = no
33638
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
33639
+ }
33640
+ }
33641
+ text = {
33642
+ localisation_key = string_ce_FR
33643
+ trigger = {
33644
+ has_female_heir = no
33645
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
33646
+ }
33647
+ }
33066
33648
  text = {
33067
33649
  localisation_key = string_cet_FR
33068
33650
  trigger = {
@@ -33314,6 +33896,22 @@ defined_text = {
33314
33896
  has_female_heir = yes
33315
33897
  }
33316
33898
  }
33899
+ text = {
33900
+ localisation_key = string_cet_cap_FR
33901
+ trigger = {
33902
+ has_female_heir = no
33903
+ OR = {
33904
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
33905
+ }
33906
+ }
33907
+ }
33908
+ text = {
33909
+ localisation_key = string_ce_cap_FR
33910
+ trigger = {
33911
+ has_female_heir = no
33912
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
33913
+ }
33914
+ }
33317
33915
  text = {
33318
33916
  localisation_key = string_cet_cap_FR
33319
33917
  trigger = {
@@ -33399,17 +33997,17 @@ defined_text = {
33399
33997
  has_female_heir = no
33400
33998
  OR = {
33401
33999
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
33402
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
34000
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
33403
34001
  }
33404
34002
  }
33405
34003
  }
33406
- text = {
33407
- localisation_key = string_ce_cap_FR
33408
- trigger = {
33409
- has_female_heir = no
33410
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
33411
- }
33412
- }
34004
+ # text = {
34005
+ # localisation_key = string_ce_cap_FR
34006
+ # trigger = {
34007
+ # has_female_heir = no
34008
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
34009
+ # }
34010
+ # }
33413
34011
  text = {
33414
34012
  localisation_key = string_cet_cap_FR
33415
34013
  trigger = {
@@ -33462,6 +34060,20 @@ defined_text = {
33462
34060
  }
33463
34061
  }
33464
34062
  }
34063
+ text = {
34064
+ localisation_key = string_cet_cap_FR
34065
+ trigger = {
34066
+ has_female_heir = no
34067
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
34068
+ }
34069
+ }
34070
+ text = {
34071
+ localisation_key = string_ce_cap_FR
34072
+ trigger = {
34073
+ has_female_heir = no
34074
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
34075
+ }
34076
+ }
33465
34077
  text = {
33466
34078
  localisation_key = string_cet_cap_FR
33467
34079
  trigger = {
@@ -33783,6 +34395,20 @@ defined_text = {
33783
34395
  has_female_heir = no
33784
34396
  }
33785
34397
  }
34398
+ text = {
34399
+ localisation_key = string_on_FR
34400
+ trigger = {
34401
+ has_female_heir = yes
34402
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
34403
+ }
34404
+ }
34405
+ text = {
34406
+ localisation_key = string_a_FR
34407
+ trigger = {
34408
+ has_female_heir = yes
34409
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
34410
+ }
34411
+ }
33786
34412
  text = {
33787
34413
  localisation_key = string_on_FR
33788
34414
  trigger = {
@@ -33859,17 +34485,17 @@ defined_text = {
33859
34485
  has_female_heir = yes
33860
34486
  OR = {
33861
34487
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
33862
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
34488
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
33863
34489
  }
33864
34490
  }
33865
34491
  }
33866
- text = {
33867
- localisation_key = string_a_FR
33868
- trigger = {
33869
- has_female_heir = yes
33870
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
33871
- }
33872
- }
34492
+ # text = {
34493
+ # localisation_key = string_a_FR
34494
+ # trigger = {
34495
+ # has_female_heir = yes
34496
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
34497
+ # }
34498
+ # }
33873
34499
  text = {
33874
34500
  localisation_key = string_on_FR
33875
34501
  trigger = {
@@ -33919,6 +34545,8 @@ defined_text = {
33919
34545
  OR = {
33920
34546
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
33921
34547
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
34548
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
34549
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
33922
34550
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
33923
34551
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
33924
34552
  }
@@ -34220,6 +34848,20 @@ defined_text = {
34220
34848
  defined_text = {
34221
34849
  name = GetDuDelaHrt
34222
34850
  random = no
34851
+ text = {
34852
+ localisation_key = string_del_FR
34853
+ trigger = {
34854
+ has_female_heir = yes
34855
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
34856
+ }
34857
+ }
34858
+ text = {
34859
+ localisation_key = string_dela_FR
34860
+ trigger = {
34861
+ has_female_heir = yes
34862
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
34863
+ }
34864
+ }
34223
34865
  text = {
34224
34866
  localisation_key = string_del_FR
34225
34867
  trigger = {
@@ -34296,17 +34938,17 @@ defined_text = {
34296
34938
  has_female_heir = yes
34297
34939
  OR = {
34298
34940
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
34299
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
34941
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
34300
34942
  }
34301
34943
  }
34302
34944
  }
34303
- text = {
34304
- localisation_key = string_dela_FR
34305
- trigger = {
34306
- has_female_heir = yes
34307
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
34308
- }
34309
- }
34945
+ # text = {
34946
+ # localisation_key = string_dela_FR
34947
+ # trigger = {
34948
+ # has_female_heir = yes
34949
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
34950
+ # }
34951
+ # }
34310
34952
  text = {
34311
34953
  localisation_key = string_del_FR
34312
34954
  trigger = {
@@ -34356,6 +34998,8 @@ defined_text = {
34356
34998
  OR = {
34357
34999
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
34358
35000
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35001
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
35002
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
34359
35003
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
34360
35004
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
34361
35005
  }
@@ -34598,6 +35242,22 @@ defined_text = {
34598
35242
  }
34599
35243
  }
34600
35244
  }
35245
+ text = {
35246
+ localisation_key = string_del_FR
35247
+ trigger = {
35248
+ has_female_heir = no
35249
+ OR = {
35250
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
35251
+ }
35252
+ }
35253
+ }
35254
+ text = {
35255
+ localisation_key = string_du_FR
35256
+ trigger = {
35257
+ has_female_heir = no
35258
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
35259
+ }
35260
+ }
34601
35261
  text = {
34602
35262
  localisation_key = string_del_FR
34603
35263
  trigger = {
@@ -34683,17 +35343,17 @@ defined_text = {
34683
35343
  has_female_heir = no
34684
35344
  OR = {
34685
35345
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
34686
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
35346
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
34687
35347
  }
34688
35348
  }
34689
35349
  }
34690
- text = {
34691
- localisation_key = string_du_FR
34692
- trigger = {
34693
- has_female_heir = no
34694
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
34695
- }
34696
- }
35350
+ # text = {
35351
+ # localisation_key = string_du_FR
35352
+ # trigger = {
35353
+ # has_female_heir = no
35354
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
35355
+ # }
35356
+ # }
34697
35357
  text = {
34698
35358
  localisation_key = string_del_FR
34699
35359
  trigger = {
@@ -34746,6 +35406,20 @@ defined_text = {
34746
35406
  }
34747
35407
  }
34748
35408
  }
35409
+ text = {
35410
+ localisation_key = string_del_FR
35411
+ trigger = {
35412
+ has_female_heir = no
35413
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
35414
+ }
35415
+ }
35416
+ text = {
35417
+ localisation_key = string_du_FR
35418
+ trigger = {
35419
+ has_female_heir = no
35420
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
35421
+ }
35422
+ }
34749
35423
  text = {
34750
35424
  localisation_key = string_del_FR
34751
35425
  trigger = {
@@ -34991,6 +35665,20 @@ defined_text = {
34991
35665
  defined_text = {
34992
35666
  name = GetDuDelaHrtCap
34993
35667
  random = no
35668
+ text = {
35669
+ localisation_key = string_del_cap_FR
35670
+ trigger = {
35671
+ has_female_heir = yes
35672
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
35673
+ }
35674
+ }
35675
+ text = {
35676
+ localisation_key = string_dela_cap_FR
35677
+ trigger = {
35678
+ has_female_heir = yes
35679
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
35680
+ }
35681
+ }
34994
35682
  text = {
34995
35683
  localisation_key = string_del_cap_FR
34996
35684
  trigger = {
@@ -35067,17 +35755,17 @@ defined_text = {
35067
35755
  has_female_heir = yes
35068
35756
  OR = {
35069
35757
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
35070
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
35758
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
35071
35759
  }
35072
35760
  }
35073
35761
  }
35074
- text = {
35075
- localisation_key = string_dela_cap_FR
35076
- trigger = {
35077
- has_female_heir = yes
35078
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
35079
- }
35080
- }
35762
+ # text = {
35763
+ # localisation_key = string_dela_cap_FR
35764
+ # trigger = {
35765
+ # has_female_heir = yes
35766
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
35767
+ # }
35768
+ # }
35081
35769
  text = {
35082
35770
  localisation_key = string_del_cap_FR
35083
35771
  trigger = {
@@ -35127,6 +35815,8 @@ defined_text = {
35127
35815
  OR = {
35128
35816
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
35129
35817
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35818
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
35819
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35130
35820
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
35131
35821
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35132
35822
  }
@@ -35369,6 +36059,22 @@ defined_text = {
35369
36059
  }
35370
36060
  }
35371
36061
  }
36062
+ text = {
36063
+ localisation_key = string_del_cap_FR
36064
+ trigger = {
36065
+ has_female_heir = no
36066
+ OR = {
36067
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
36068
+ }
36069
+ }
36070
+ }
36071
+ text = {
36072
+ localisation_key = string_du_cap_FR
36073
+ trigger = {
36074
+ has_female_heir = no
36075
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
36076
+ }
36077
+ }
35372
36078
  text = {
35373
36079
  localisation_key = string_del_cap_FR
35374
36080
  trigger = {
@@ -35454,17 +36160,17 @@ defined_text = {
35454
36160
  has_female_heir = no
35455
36161
  OR = {
35456
36162
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
35457
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
36163
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
35458
36164
  }
35459
36165
  }
35460
36166
  }
35461
- text = {
35462
- localisation_key = string_du_cap_FR
35463
- trigger = {
35464
- has_female_heir = no
35465
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
35466
- }
35467
- }
36167
+ # text = {
36168
+ # localisation_key = string_du_cap_FR
36169
+ # trigger = {
36170
+ # has_female_heir = no
36171
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
36172
+ # }
36173
+ # }
35468
36174
  text = {
35469
36175
  localisation_key = string_del_cap_FR
35470
36176
  trigger = {
@@ -35517,6 +36223,20 @@ defined_text = {
35517
36223
  }
35518
36224
  }
35519
36225
  }
36226
+ text = {
36227
+ localisation_key = string_del_cap_FR
36228
+ trigger = {
36229
+ has_female_heir = no
36230
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
36231
+ }
36232
+ }
36233
+ text = {
36234
+ localisation_key = string_du_cap_FR
36235
+ trigger = {
36236
+ has_female_heir = no
36237
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
36238
+ }
36239
+ }
35520
36240
  text = {
35521
36241
  localisation_key = string_del_cap_FR
35522
36242
  trigger = {
@@ -35798,6 +36518,20 @@ defined_text = {
35798
36518
  defined_text = {
35799
36519
  name = GetAuAlaHrt
35800
36520
  random = no
36521
+ text = {
36522
+ localisation_key = string_al_FR
36523
+ trigger = {
36524
+ has_female_heir = yes
36525
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
36526
+ }
36527
+ }
36528
+ text = {
36529
+ localisation_key = string_ala_FR
36530
+ trigger = {
36531
+ has_female_heir = yes
36532
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
36533
+ }
36534
+ }
35801
36535
  text = {
35802
36536
  localisation_key = string_al_FR
35803
36537
  trigger = {
@@ -35874,17 +36608,17 @@ defined_text = {
35874
36608
  has_female_heir = yes
35875
36609
  OR = {
35876
36610
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
35877
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
36611
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
35878
36612
  }
35879
36613
  }
35880
36614
  }
35881
- text = {
35882
- localisation_key = string_ala_FR
35883
- trigger = {
35884
- has_female_heir = yes
35885
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
35886
- }
35887
- }
36615
+ # text = {
36616
+ # localisation_key = string_ala_FR
36617
+ # trigger = {
36618
+ # has_female_heir = yes
36619
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
36620
+ # }
36621
+ # }
35888
36622
  text = {
35889
36623
  localisation_key = string_al_FR
35890
36624
  trigger = {
@@ -35934,6 +36668,8 @@ defined_text = {
35934
36668
  OR = {
35935
36669
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
35936
36670
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
36671
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
36672
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35937
36673
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
35938
36674
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
35939
36675
  }
@@ -36176,6 +36912,22 @@ defined_text = {
36176
36912
  }
36177
36913
  }
36178
36914
  }
36915
+ text = {
36916
+ localisation_key = string_al_FR
36917
+ trigger = {
36918
+ has_female_heir = no
36919
+ OR = {
36920
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
36921
+ }
36922
+ }
36923
+ }
36924
+ text = {
36925
+ localisation_key = string_au_FR
36926
+ trigger = {
36927
+ has_female_heir = no
36928
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
36929
+ }
36930
+ }
36179
36931
  text = {
36180
36932
  localisation_key = string_al_FR
36181
36933
  trigger = {
@@ -36261,17 +37013,17 @@ defined_text = {
36261
37013
  has_female_heir = no
36262
37014
  OR = {
36263
37015
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
36264
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
37016
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
36265
37017
  }
36266
37018
  }
36267
37019
  }
36268
- text = {
36269
- localisation_key = string_au_FR
36270
- trigger = {
36271
- has_female_heir = no
36272
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
36273
- }
36274
- }
37020
+ # text = {
37021
+ # localisation_key = string_au_FR
37022
+ # trigger = {
37023
+ # has_female_heir = no
37024
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
37025
+ # }
37026
+ # }
36275
37027
  text = {
36276
37028
  localisation_key = string_al_FR
36277
37029
  trigger = {
@@ -36324,6 +37076,20 @@ defined_text = {
36324
37076
  }
36325
37077
  }
36326
37078
  }
37079
+ text = {
37080
+ localisation_key = string_al_FR
37081
+ trigger = {
37082
+ has_female_heir = no
37083
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
37084
+ }
37085
+ }
37086
+ text = {
37087
+ localisation_key = string_au_FR
37088
+ trigger = {
37089
+ has_female_heir = no
37090
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
37091
+ }
37092
+ }
36327
37093
  text = {
36328
37094
  localisation_key = string_al_FR
36329
37095
  trigger = {
@@ -36569,6 +37335,20 @@ defined_text = {
36569
37335
  defined_text = {
36570
37336
  name = GetAuAlaHrtCap
36571
37337
  random = no
37338
+ text = {
37339
+ localisation_key = string_al_cap_FR
37340
+ trigger = {
37341
+ has_female_heir = yes
37342
+ frloc_heir_fem_vow_0000_georgian_HEIR_fem = yes # "H�riti�re"
37343
+ }
37344
+ }
37345
+ text = {
37346
+ localisation_key = string_ala_cap_FR
37347
+ trigger = {
37348
+ has_female_heir = yes
37349
+ frloc_heir_fem_cons_0000_georgian_PRINTSESA = yes # "Princesse"
37350
+ }
37351
+ }
36572
37352
  text = {
36573
37353
  localisation_key = string_al_cap_FR
36574
37354
  trigger = {
@@ -36645,17 +37425,17 @@ defined_text = {
36645
37425
  has_female_heir = yes
36646
37426
  OR = {
36647
37427
  frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = yes # "H�riti�re"
36648
- frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
37428
+ # frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = yes # "H�riti�re"
36649
37429
  }
36650
37430
  }
36651
37431
  }
36652
- text = {
36653
- localisation_key = string_ala_cap_FR
36654
- trigger = {
36655
- has_female_heir = yes
36656
- frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
36657
- }
36658
- }
37432
+ # text = {
37433
+ # localisation_key = string_ala_cap_FR
37434
+ # trigger = {
37435
+ # has_female_heir = yes
37436
+ # frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
37437
+ # }
37438
+ # }
36659
37439
  text = {
36660
37440
  localisation_key = string_al_cap_FR
36661
37441
  trigger = {
@@ -36705,6 +37485,8 @@ defined_text = {
36705
37485
  OR = {
36706
37486
  frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = yes # "Cheikha"
36707
37487
  frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
37488
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
37489
+ frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
36708
37490
  frloc_heir_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
36709
37491
  frloc_heir_fem_cons_0047_persian_monarchy_SHAHDOKHT = yes # "Sh�hdokht"
36710
37492
  }
@@ -36947,6 +37729,22 @@ defined_text = {
36947
37729
  }
36948
37730
  }
36949
37731
  }
37732
+ text = {
37733
+ localisation_key = string_al_cap_FR
37734
+ trigger = {
37735
+ has_female_heir = no
37736
+ OR = {
37737
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
37738
+ }
37739
+ }
37740
+ }
37741
+ text = {
37742
+ localisation_key = string_au_cap_FR
37743
+ trigger = {
37744
+ has_female_heir = no
37745
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
37746
+ }
37747
+ }
36950
37748
  text = {
36951
37749
  localisation_key = string_al_cap_FR
36952
37750
  trigger = {
@@ -37032,17 +37830,17 @@ defined_text = {
37032
37830
  has_female_heir = no
37033
37831
  OR = {
37034
37832
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
37035
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
37833
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
37036
37834
  }
37037
37835
  }
37038
37836
  }
37039
- text = {
37040
- localisation_key = string_au_cap_FR
37041
- trigger = {
37042
- has_female_heir = no
37043
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
37044
- }
37045
- }
37837
+ # text = {
37838
+ # localisation_key = string_au_cap_FR
37839
+ # trigger = {
37840
+ # has_female_heir = no
37841
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
37842
+ # }
37843
+ # }
37046
37844
  text = {
37047
37845
  localisation_key = string_al_cap_FR
37048
37846
  trigger = {
@@ -37095,6 +37893,20 @@ defined_text = {
37095
37893
  }
37096
37894
  }
37097
37895
  }
37896
+ text = {
37897
+ localisation_key = string_al_cap_FR
37898
+ trigger = {
37899
+ has_female_heir = no
37900
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
37901
+ }
37902
+ }
37903
+ text = {
37904
+ localisation_key = string_au_cap_FR
37905
+ trigger = {
37906
+ has_female_heir = no
37907
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
37908
+ }
37909
+ }
37098
37910
  text = {
37099
37911
  localisation_key = string_al_cap_FR
37100
37912
  trigger = {
@@ -37522,6 +38334,22 @@ defined_text = {
37522
38334
  has_female_heir = yes
37523
38335
  }
37524
38336
  }
38337
+ text = {
38338
+ localisation_key = string_el_FR
38339
+ trigger = {
38340
+ has_female_heir = no
38341
+ OR = {
38342
+ frloc_heir_masc_vow_0000_georgian_HEIR = yes # "H�ritier"
38343
+ }
38344
+ }
38345
+ }
38346
+ text = {
38347
+ localisation_key = string_eau_FR
38348
+ trigger = {
38349
+ has_female_heir = no
38350
+ frloc_heir_masc_cons_0000_georgian_PRINTSI = yes # "Prince"
38351
+ }
38352
+ }
37525
38353
  text = {
37526
38354
  localisation_key = string_el_FR
37527
38355
  trigger = {
@@ -37607,17 +38435,17 @@ defined_text = {
37607
38435
  has_female_heir = no
37608
38436
  OR = {
37609
38437
  frloc_heir_masc_vow_0039_avar_nutsals_HEIR = yes # "H�ritier"
37610
- frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
38438
+ # frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = yes # "H�ritier"
37611
38439
  }
37612
38440
  }
37613
38441
  }
37614
- text = {
37615
- localisation_key = string_eau_FR
37616
- trigger = {
37617
- has_female_heir = no
37618
- frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
37619
- }
37620
- }
38442
+ # text = {
38443
+ # localisation_key = string_eau_FR
38444
+ # trigger = {
38445
+ # has_female_heir = no
38446
+ # frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
38447
+ # }
38448
+ # }
37621
38449
  text = {
37622
38450
  localisation_key = string_el_FR
37623
38451
  trigger = {
@@ -37670,6 +38498,20 @@ defined_text = {
37670
38498
  }
37671
38499
  }
37672
38500
  }
38501
+ text = {
38502
+ localisation_key = string_el_FR
38503
+ trigger = {
38504
+ has_female_heir = no
38505
+ frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = yes # "H�ritier"
38506
+ }
38507
+ }
38508
+ text = {
38509
+ localisation_key = string_eau_FR
38510
+ trigger = {
38511
+ has_female_heir = no
38512
+ frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = yes # "Sh�hz�deh"
38513
+ }
38514
+ }
37673
38515
  text = {
37674
38516
  localisation_key = string_el_FR
37675
38517
  trigger = {
@@ -38045,6 +38887,27 @@ defined_text = {
38045
38887
  defined_text = {
38046
38888
  name = GetCons
38047
38889
  random = no
38890
+ text = {
38891
+ localisation_key = string_MTAVARI_fem_FR
38892
+ trigger = {
38893
+ has_female_consort = yes
38894
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
38895
+ }
38896
+ }
38897
+ text = {
38898
+ localisation_key = string_DEDOPALI_FR
38899
+ trigger = {
38900
+ has_female_consort = yes
38901
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
38902
+ }
38903
+ }
38904
+ text = {
38905
+ localisation_key = string_IMPERATRITSA_FR
38906
+ trigger = {
38907
+ has_female_consort = yes
38908
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
38909
+ }
38910
+ }
38048
38911
  text = {
38049
38912
  localisation_key = string_CONSORT_FR
38050
38913
  trigger = {
@@ -38298,27 +39161,27 @@ defined_text = {
38298
39161
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
38299
39162
  }
38300
39163
  }
38301
- text = {
38302
- localisation_key = string_PRINCESS_FR
38303
- trigger = {
38304
- has_female_consort = yes
38305
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
38306
- }
38307
- }
38308
- text = {
38309
- localisation_key = string_QUEEN_FR
38310
- trigger = {
38311
- has_female_consort = yes
38312
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
38313
- }
38314
- }
38315
- text = {
38316
- localisation_key = string_EMPRESS_FR
38317
- trigger = {
38318
- has_female_consort = yes
38319
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
38320
- }
38321
- }
39164
+ # text = {
39165
+ # localisation_key = string_PRINCESS_FR
39166
+ # trigger = {
39167
+ # has_female_consort = yes
39168
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
39169
+ # }
39170
+ # }
39171
+ # text = {
39172
+ # localisation_key = string_QUEEN_FR
39173
+ # trigger = {
39174
+ # has_female_consort = yes
39175
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
39176
+ # }
39177
+ # }
39178
+ # text = {
39179
+ # localisation_key = string_EMPRESS_FR
39180
+ # trigger = {
39181
+ # has_female_consort = yes
39182
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
39183
+ # }
39184
+ # }
38322
39185
  text = {
38323
39186
  localisation_key = string_EMIRA_FR
38324
39187
  trigger = {
@@ -38410,6 +39273,20 @@ defined_text = {
38410
39273
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
38411
39274
  }
38412
39275
  }
39276
+ text = {
39277
+ localisation_key = string_SHEIKHA_FR
39278
+ trigger = {
39279
+ has_female_consort = yes
39280
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
39281
+ }
39282
+ }
39283
+ text = {
39284
+ localisation_key = string_KHANUM_FR
39285
+ trigger = {
39286
+ has_female_consort = yes
39287
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
39288
+ }
39289
+ }
38413
39290
  text = {
38414
39291
  localisation_key = string_SHEIKHA_FR
38415
39292
  trigger = {
@@ -38418,10 +39295,10 @@ defined_text = {
38418
39295
  }
38419
39296
  }
38420
39297
  text = {
38421
- localisation_key = string_KHANUM_FR
39298
+ localisation_key = string_SHAHBANU_FR
38422
39299
  trigger = {
38423
39300
  has_female_consort = yes
38424
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
39301
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
38425
39302
  }
38426
39303
  }
38427
39304
  text = {
@@ -39776,6 +40653,27 @@ defined_text = {
39776
40653
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
39777
40654
  }
39778
40655
  }
40656
+ text = {
40657
+ localisation_key = string_MTAVARI_FR
40658
+ trigger = {
40659
+ has_female_consort = no
40660
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
40661
+ }
40662
+ }
40663
+ text = {
40664
+ localisation_key = string_MEPE_FR
40665
+ trigger = {
40666
+ has_female_consort = no
40667
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
40668
+ }
40669
+ }
40670
+ text = {
40671
+ localisation_key = string_IMPERATORI_FR
40672
+ trigger = {
40673
+ has_female_consort = no
40674
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
40675
+ }
40676
+ }
39779
40677
  text = {
39780
40678
  localisation_key = string_CONSORT_FR
39781
40679
  trigger = {
@@ -39976,27 +40874,27 @@ defined_text = {
39976
40874
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
39977
40875
  }
39978
40876
  }
39979
- text = {
39980
- localisation_key = string_PRINCE_FR
39981
- trigger = {
39982
- has_female_consort = no
39983
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
39984
- }
39985
- }
39986
- text = {
39987
- localisation_key = string_KING_FR
39988
- trigger = {
39989
- has_female_consort = no
39990
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
39991
- }
39992
- }
39993
- text = {
39994
- localisation_key = string_EMPEROR_FR
39995
- trigger = {
39996
- has_female_consort = no
39997
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
39998
- }
39999
- }
40877
+ # text = {
40878
+ # localisation_key = string_PRINCE_FR
40879
+ # trigger = {
40880
+ # has_female_consort = no
40881
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
40882
+ # }
40883
+ # }
40884
+ # text = {
40885
+ # localisation_key = string_KING_FR
40886
+ # trigger = {
40887
+ # has_female_consort = no
40888
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
40889
+ # }
40890
+ # }
40891
+ # text = {
40892
+ # localisation_key = string_EMPEROR_FR
40893
+ # trigger = {
40894
+ # has_female_consort = no
40895
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
40896
+ # }
40897
+ # }
40000
40898
  text = {
40001
40899
  localisation_key = string_EMIR_CONSORT_FR
40002
40900
  trigger = {
@@ -40088,6 +40986,20 @@ defined_text = {
40088
40986
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
40089
40987
  }
40090
40988
  }
40989
+ text = {
40990
+ localisation_key = string_MIRZA_FR
40991
+ trigger = {
40992
+ has_female_consort = no
40993
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
40994
+ }
40995
+ }
40996
+ text = {
40997
+ localisation_key = string_SHAH_CONSORT_FR
40998
+ trigger = {
40999
+ has_female_consort = no
41000
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
41001
+ }
41002
+ }
40091
41003
  text = {
40092
41004
  localisation_key = string_MIRZA_FR
40093
41005
  trigger = {
@@ -41553,6 +42465,23 @@ defined_text = {
41553
42465
  defined_text = {
41554
42466
  name = GetLeLaLCons
41555
42467
  random = no
42468
+ text = {
42469
+ localisation_key = string_la_FR
42470
+ trigger = {
42471
+ has_female_consort = yes
42472
+ OR = {
42473
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
42474
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
42475
+ }
42476
+ }
42477
+ }
42478
+ text = {
42479
+ localisation_key = string_l_FR
42480
+ trigger = {
42481
+ has_female_consort = yes
42482
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
42483
+ }
42484
+ }
41556
42485
  text = {
41557
42486
  localisation_key = string_la_FR
41558
42487
  trigger = {
@@ -41721,8 +42650,8 @@ defined_text = {
41721
42650
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
41722
42651
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
41723
42652
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
41724
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
41725
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
42653
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
42654
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
41726
42655
  }
41727
42656
  }
41728
42657
  }
@@ -41731,7 +42660,7 @@ defined_text = {
41731
42660
  trigger = {
41732
42661
  has_female_consort = yes
41733
42662
  OR = {
41734
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
42663
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
41735
42664
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
41736
42665
  }
41737
42666
  }
@@ -41779,8 +42708,10 @@ defined_text = {
41779
42708
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
41780
42709
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
41781
42710
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
42711
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
42712
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
41782
42713
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
41783
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
42714
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
41784
42715
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
41785
42716
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
41786
42717
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -42536,6 +43467,23 @@ defined_text = {
42536
43467
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
42537
43468
  }
42538
43469
  }
43470
+ text = {
43471
+ localisation_key = string_le_FR
43472
+ trigger = {
43473
+ has_female_consort = no
43474
+ OR = {
43475
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
43476
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
43477
+ }
43478
+ }
43479
+ }
43480
+ text = {
43481
+ localisation_key = string_l_FR
43482
+ trigger = {
43483
+ has_female_consort = no
43484
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
43485
+ }
43486
+ }
42539
43487
  text = {
42540
43488
  localisation_key = string_le_FR
42541
43489
  trigger = {
@@ -42641,8 +43589,8 @@ defined_text = {
42641
43589
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
42642
43590
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
42643
43591
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
42644
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
42645
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
43592
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
43593
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
42646
43594
  }
42647
43595
  }
42648
43596
  }
@@ -42651,7 +43599,7 @@ defined_text = {
42651
43599
  trigger = {
42652
43600
  has_female_consort = no
42653
43601
  OR = {
42654
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
43602
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
42655
43603
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
42656
43604
  }
42657
43605
  }
@@ -42699,6 +43647,8 @@ defined_text = {
42699
43647
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
42700
43648
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
42701
43649
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
43650
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
43651
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
42702
43652
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
42703
43653
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
42704
43654
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -43406,6 +44356,23 @@ defined_text = {
43406
44356
  defined_text = {
43407
44357
  name = GetLeLaLConsCap
43408
44358
  random = no
44359
+ text = {
44360
+ localisation_key = string_la_cap_FR
44361
+ trigger = {
44362
+ has_female_consort = yes
44363
+ OR = {
44364
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
44365
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
44366
+ }
44367
+ }
44368
+ }
44369
+ text = {
44370
+ localisation_key = string_l_cap_FR
44371
+ trigger = {
44372
+ has_female_consort = yes
44373
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
44374
+ }
44375
+ }
43409
44376
  text = {
43410
44377
  localisation_key = string_la_cap_FR
43411
44378
  trigger = {
@@ -43574,8 +44541,8 @@ defined_text = {
43574
44541
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
43575
44542
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
43576
44543
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
43577
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
43578
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
44544
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
44545
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
43579
44546
  }
43580
44547
  }
43581
44548
  }
@@ -43584,7 +44551,7 @@ defined_text = {
43584
44551
  trigger = {
43585
44552
  has_female_consort = yes
43586
44553
  OR = {
43587
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
44554
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
43588
44555
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
43589
44556
  }
43590
44557
  }
@@ -43632,8 +44599,10 @@ defined_text = {
43632
44599
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
43633
44600
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
43634
44601
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
44602
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
44603
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
43635
44604
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
43636
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
44605
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
43637
44606
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
43638
44607
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
43639
44608
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -44389,6 +45358,23 @@ defined_text = {
44389
45358
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
44390
45359
  }
44391
45360
  }
45361
+ text = {
45362
+ localisation_key = string_le_cap_FR
45363
+ trigger = {
45364
+ has_female_consort = no
45365
+ OR = {
45366
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
45367
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
45368
+ }
45369
+ }
45370
+ }
45371
+ text = {
45372
+ localisation_key = string_l_cap_FR
45373
+ trigger = {
45374
+ has_female_consort = no
45375
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
45376
+ }
45377
+ }
44392
45378
  text = {
44393
45379
  localisation_key = string_le_cap_FR
44394
45380
  trigger = {
@@ -44494,8 +45480,8 @@ defined_text = {
44494
45480
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
44495
45481
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
44496
45482
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
44497
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
44498
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
45483
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
45484
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
44499
45485
  }
44500
45486
  }
44501
45487
  }
@@ -44504,7 +45490,7 @@ defined_text = {
44504
45490
  trigger = {
44505
45491
  has_female_consort = no
44506
45492
  OR = {
44507
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
45493
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
44508
45494
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
44509
45495
  }
44510
45496
  }
@@ -44552,6 +45538,8 @@ defined_text = {
44552
45538
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
44553
45539
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
44554
45540
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
45541
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
45542
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
44555
45543
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
44556
45544
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
44557
45545
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -45268,6 +46256,23 @@ defined_text = {
45268
46256
  has_female_consort = yes
45269
46257
  }
45270
46258
  }
46259
+ text = {
46260
+ localisation_key = string_ce_FR
46261
+ trigger = {
46262
+ has_female_consort = no
46263
+ OR = {
46264
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
46265
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
46266
+ }
46267
+ }
46268
+ }
46269
+ text = {
46270
+ localisation_key = string_cet_FR
46271
+ trigger = {
46272
+ has_female_consort = no
46273
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
46274
+ }
46275
+ }
45271
46276
  text = {
45272
46277
  localisation_key = string_ce_FR
45273
46278
  trigger = {
@@ -45373,8 +46378,8 @@ defined_text = {
45373
46378
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
45374
46379
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
45375
46380
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
45376
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
45377
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
46381
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
46382
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
45378
46383
  }
45379
46384
  }
45380
46385
  }
@@ -45383,7 +46388,7 @@ defined_text = {
45383
46388
  trigger = {
45384
46389
  has_female_consort = no
45385
46390
  OR = {
45386
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
46391
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
45387
46392
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
45388
46393
  }
45389
46394
  }
@@ -45431,6 +46436,8 @@ defined_text = {
45431
46436
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
45432
46437
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
45433
46438
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
46439
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
46440
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
45434
46441
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
45435
46442
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
45436
46443
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -46144,6 +47151,23 @@ defined_text = {
46144
47151
  has_female_consort = yes
46145
47152
  }
46146
47153
  }
47154
+ text = {
47155
+ localisation_key = string_ce_cap_FR
47156
+ trigger = {
47157
+ has_female_consort = no
47158
+ OR = {
47159
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
47160
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
47161
+ }
47162
+ }
47163
+ }
47164
+ text = {
47165
+ localisation_key = string_cet_cap_FR
47166
+ trigger = {
47167
+ has_female_consort = no
47168
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
47169
+ }
47170
+ }
46147
47171
  text = {
46148
47172
  localisation_key = string_ce_cap_FR
46149
47173
  trigger = {
@@ -46249,8 +47273,8 @@ defined_text = {
46249
47273
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
46250
47274
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
46251
47275
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
46252
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
46253
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
47276
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
47277
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
46254
47278
  }
46255
47279
  }
46256
47280
  }
@@ -46259,7 +47283,7 @@ defined_text = {
46259
47283
  trigger = {
46260
47284
  has_female_consort = no
46261
47285
  OR = {
46262
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
47286
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
46263
47287
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
46264
47288
  }
46265
47289
  }
@@ -47089,6 +48113,23 @@ defined_text = {
47089
48113
  defined_text = {
47090
48114
  name = GetOnACons
47091
48115
  random = no
48116
+ text = {
48117
+ localisation_key = string_a_FR
48118
+ trigger = {
48119
+ has_female_consort = yes
48120
+ OR = {
48121
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
48122
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
48123
+ }
48124
+ }
48125
+ }
48126
+ text = {
48127
+ localisation_key = string_on_FR
48128
+ trigger = {
48129
+ has_female_consort = yes
48130
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
48131
+ }
48132
+ }
47092
48133
  text = {
47093
48134
  localisation_key = string_a_FR
47094
48135
  trigger = {
@@ -47257,8 +48298,8 @@ defined_text = {
47257
48298
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
47258
48299
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
47259
48300
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
47260
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
47261
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
48301
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
48302
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
47262
48303
  }
47263
48304
  }
47264
48305
  }
@@ -47267,7 +48308,7 @@ defined_text = {
47267
48308
  trigger = {
47268
48309
  has_female_consort = yes
47269
48310
  OR = {
47270
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
48311
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
47271
48312
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
47272
48313
  }
47273
48314
  }
@@ -47315,8 +48356,10 @@ defined_text = {
47315
48356
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
47316
48357
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
47317
48358
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
48359
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
48360
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
47318
48361
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
47319
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
48362
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
47320
48363
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
47321
48364
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
47322
48365
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -48137,6 +49180,23 @@ defined_text = {
48137
49180
  defined_text = {
48138
49181
  name = GetDuDelaCons
48139
49182
  random = no
49183
+ text = {
49184
+ localisation_key = string_dela_FR
49185
+ trigger = {
49186
+ has_female_consort = yes
49187
+ OR = {
49188
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
49189
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
49190
+ }
49191
+ }
49192
+ }
49193
+ text = {
49194
+ localisation_key = string_del_FR
49195
+ trigger = {
49196
+ has_female_consort = yes
49197
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
49198
+ }
49199
+ }
48140
49200
  text = {
48141
49201
  localisation_key = string_dela_FR
48142
49202
  trigger = {
@@ -48305,8 +49365,8 @@ defined_text = {
48305
49365
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
48306
49366
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
48307
49367
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
48308
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
48309
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
49368
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
49369
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
48310
49370
  }
48311
49371
  }
48312
49372
  }
@@ -48315,7 +49375,7 @@ defined_text = {
48315
49375
  trigger = {
48316
49376
  has_female_consort = yes
48317
49377
  OR = {
48318
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
49378
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
48319
49379
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
48320
49380
  }
48321
49381
  }
@@ -48363,8 +49423,10 @@ defined_text = {
48363
49423
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
48364
49424
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
48365
49425
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
49426
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
49427
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
48366
49428
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
48367
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
49429
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
48368
49430
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
48369
49431
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
48370
49432
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -49120,6 +50182,23 @@ defined_text = {
49120
50182
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
49121
50183
  }
49122
50184
  }
50185
+ text = {
50186
+ localisation_key = string_du_FR
50187
+ trigger = {
50188
+ has_female_consort = no
50189
+ OR = {
50190
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
50191
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
50192
+ }
50193
+ }
50194
+ }
50195
+ text = {
50196
+ localisation_key = string_del_FR
50197
+ trigger = {
50198
+ has_female_consort = no
50199
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
50200
+ }
50201
+ }
49123
50202
  text = {
49124
50203
  localisation_key = string_du_FR
49125
50204
  trigger = {
@@ -49225,8 +50304,8 @@ defined_text = {
49225
50304
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
49226
50305
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
49227
50306
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
49228
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
49229
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
50307
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
50308
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
49230
50309
  }
49231
50310
  }
49232
50311
  }
@@ -49235,7 +50314,7 @@ defined_text = {
49235
50314
  trigger = {
49236
50315
  has_female_consort = no
49237
50316
  OR = {
49238
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
50317
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
49239
50318
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
49240
50319
  }
49241
50320
  }
@@ -49283,6 +50362,8 @@ defined_text = {
49283
50362
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
49284
50363
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
49285
50364
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
50365
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
50366
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
49286
50367
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
49287
50368
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
49288
50369
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -49990,6 +51071,23 @@ defined_text = {
49990
51071
  defined_text = {
49991
51072
  name = GetDuDelaConsCap
49992
51073
  random = no
51074
+ text = {
51075
+ localisation_key = string_dela_cap_FR
51076
+ trigger = {
51077
+ has_female_consort = yes
51078
+ OR = {
51079
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
51080
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
51081
+ }
51082
+ }
51083
+ }
51084
+ text = {
51085
+ localisation_key = string_del_cap_FR
51086
+ trigger = {
51087
+ has_female_consort = yes
51088
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
51089
+ }
51090
+ }
49993
51091
  text = {
49994
51092
  localisation_key = string_dela_cap_FR
49995
51093
  trigger = {
@@ -50158,8 +51256,8 @@ defined_text = {
50158
51256
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
50159
51257
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
50160
51258
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
50161
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
50162
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
51259
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
51260
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
50163
51261
  }
50164
51262
  }
50165
51263
  }
@@ -50168,7 +51266,7 @@ defined_text = {
50168
51266
  trigger = {
50169
51267
  has_female_consort = yes
50170
51268
  OR = {
50171
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
51269
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
50172
51270
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
50173
51271
  }
50174
51272
  }
@@ -50216,8 +51314,10 @@ defined_text = {
50216
51314
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
50217
51315
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
50218
51316
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
51317
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
51318
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
50219
51319
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
50220
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
51320
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
50221
51321
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
50222
51322
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
50223
51323
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -50973,6 +52073,23 @@ defined_text = {
50973
52073
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
50974
52074
  }
50975
52075
  }
52076
+ text = {
52077
+ localisation_key = string_du_cap_FR
52078
+ trigger = {
52079
+ has_female_consort = no
52080
+ OR = {
52081
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
52082
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
52083
+ }
52084
+ }
52085
+ }
52086
+ text = {
52087
+ localisation_key = string_del_cap_FR
52088
+ trigger = {
52089
+ has_female_consort = no
52090
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
52091
+ }
52092
+ }
50976
52093
  text = {
50977
52094
  localisation_key = string_du_cap_FR
50978
52095
  trigger = {
@@ -51078,8 +52195,8 @@ defined_text = {
51078
52195
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
51079
52196
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
51080
52197
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
51081
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
51082
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
52198
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
52199
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
51083
52200
  }
51084
52201
  }
51085
52202
  }
@@ -51088,7 +52205,7 @@ defined_text = {
51088
52205
  trigger = {
51089
52206
  has_female_consort = no
51090
52207
  OR = {
51091
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
52208
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
51092
52209
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
51093
52210
  }
51094
52211
  }
@@ -51136,6 +52253,8 @@ defined_text = {
51136
52253
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
51137
52254
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
51138
52255
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
52256
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
52257
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
51139
52258
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
51140
52259
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
51141
52260
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -51881,6 +53000,23 @@ defined_text = {
51881
53000
  defined_text = {
51882
53001
  name = GetAuAlaCons
51883
53002
  random = no
53003
+ text = {
53004
+ localisation_key = string_ala_FR
53005
+ trigger = {
53006
+ has_female_consort = yes
53007
+ OR = {
53008
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
53009
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
53010
+ }
53011
+ }
53012
+ }
53013
+ text = {
53014
+ localisation_key = string_al_FR
53015
+ trigger = {
53016
+ has_female_consort = yes
53017
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
53018
+ }
53019
+ }
51884
53020
  text = {
51885
53021
  localisation_key = string_ala_FR
51886
53022
  trigger = {
@@ -52049,8 +53185,8 @@ defined_text = {
52049
53185
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
52050
53186
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
52051
53187
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
52052
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
52053
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
53188
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
53189
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
52054
53190
  }
52055
53191
  }
52056
53192
  }
@@ -52059,7 +53195,7 @@ defined_text = {
52059
53195
  trigger = {
52060
53196
  has_female_consort = yes
52061
53197
  OR = {
52062
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
53198
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
52063
53199
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
52064
53200
  }
52065
53201
  }
@@ -52107,8 +53243,10 @@ defined_text = {
52107
53243
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
52108
53244
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
52109
53245
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
53246
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
53247
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
52110
53248
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
52111
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
53249
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
52112
53250
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
52113
53251
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
52114
53252
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -52864,6 +54002,23 @@ defined_text = {
52864
54002
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
52865
54003
  }
52866
54004
  }
54005
+ text = {
54006
+ localisation_key = string_au_FR
54007
+ trigger = {
54008
+ has_female_consort = no
54009
+ OR = {
54010
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
54011
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
54012
+ }
54013
+ }
54014
+ }
54015
+ text = {
54016
+ localisation_key = string_al_FR
54017
+ trigger = {
54018
+ has_female_consort = no
54019
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
54020
+ }
54021
+ }
52867
54022
  text = {
52868
54023
  localisation_key = string_au_FR
52869
54024
  trigger = {
@@ -52969,8 +54124,8 @@ defined_text = {
52969
54124
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
52970
54125
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
52971
54126
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
52972
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
52973
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
54127
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
54128
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
52974
54129
  }
52975
54130
  }
52976
54131
  }
@@ -52979,7 +54134,7 @@ defined_text = {
52979
54134
  trigger = {
52980
54135
  has_female_consort = no
52981
54136
  OR = {
52982
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
54137
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
52983
54138
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
52984
54139
  }
52985
54140
  }
@@ -53027,6 +54182,8 @@ defined_text = {
53027
54182
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
53028
54183
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
53029
54184
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
54185
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
54186
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
53030
54187
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
53031
54188
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
53032
54189
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -53734,6 +54891,23 @@ defined_text = {
53734
54891
  defined_text = {
53735
54892
  name = GetAuAlaConsCap
53736
54893
  random = no
54894
+ text = {
54895
+ localisation_key = string_ala_cap_FR
54896
+ trigger = {
54897
+ has_female_consort = yes
54898
+ OR = {
54899
+ frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = yes # "Princesse"
54900
+ frloc_consort_fem_cons_0000_georgian_DEDOPALI = yes # "Reine"
54901
+ }
54902
+ }
54903
+ }
54904
+ text = {
54905
+ localisation_key = string_al_cap_FR
54906
+ trigger = {
54907
+ has_female_consort = yes
54908
+ frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = yes # "Imp�ratrice"
54909
+ }
54910
+ }
53737
54911
  text = {
53738
54912
  localisation_key = string_ala_cap_FR
53739
54913
  trigger = {
@@ -53902,8 +55076,8 @@ defined_text = {
53902
55076
  frloc_consort_fem_cons_0039_avar_nutsals_PRINCESS = yes # "Princesse"
53903
55077
  frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = yes # "Khatoun"
53904
55078
  frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = yes # "Grande khatoun"
53905
- frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
53906
- frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
55079
+ # frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = yes # "Princesse"
55080
+ # frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = yes # "Reine"
53907
55081
  }
53908
55082
  }
53909
55083
  }
@@ -53912,7 +55086,7 @@ defined_text = {
53912
55086
  trigger = {
53913
55087
  has_female_consort = yes
53914
55088
  OR = {
53915
- frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
55089
+ # frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = yes # "Imp�ratrice"
53916
55090
  frloc_consort_fem_vow_0041_dais_of_najran_EMIRA = yes # "�mira"
53917
55091
  }
53918
55092
  }
@@ -53960,8 +55134,10 @@ defined_text = {
53960
55134
  frloc_consort_fem_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
53961
55135
  frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = yes # "M�lika"
53962
55136
  frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = yes # "Khanoum"
55137
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = yes # "Cheikha"
55138
+ frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = yes # "Khanoum"
53963
55139
  frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = yes # "Cheikha"
53964
- frloc_consort_fem_cons_0047_persian_monarchy_KHANUM = yes # "Khanoum"
55140
+ frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = yes # "Shahb�nu"
53965
55141
  frloc_consort_fem_cons_0048_somali_monarchy_BOQORAD = yes # "Boqorad"
53966
55142
  frloc_consort_fem_cons_0049_lithuanian_monarchy_GRAND_DUCHESS = yes # "Grande-duchesse"
53967
55143
  frloc_consort_fem_cons_0049_lithuanian_monarchy_QUEEN = yes # "Reine"
@@ -54717,6 +55893,23 @@ defined_text = {
54717
55893
  frloc_consort_fem_vow_2004_default_tribal_EMPRESS_CONSORT = yes # "Imp�ratrice consort"
54718
55894
  }
54719
55895
  }
55896
+ text = {
55897
+ localisation_key = string_au_cap_FR
55898
+ trigger = {
55899
+ has_female_consort = no
55900
+ OR = {
55901
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
55902
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
55903
+ }
55904
+ }
55905
+ }
55906
+ text = {
55907
+ localisation_key = string_al_cap_FR
55908
+ trigger = {
55909
+ has_female_consort = no
55910
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
55911
+ }
55912
+ }
54720
55913
  text = {
54721
55914
  localisation_key = string_au_cap_FR
54722
55915
  trigger = {
@@ -54822,8 +56015,8 @@ defined_text = {
54822
56015
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
54823
56016
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
54824
56017
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
54825
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
54826
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
56018
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
56019
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
54827
56020
  }
54828
56021
  }
54829
56022
  }
@@ -54832,7 +56025,7 @@ defined_text = {
54832
56025
  trigger = {
54833
56026
  has_female_consort = no
54834
56027
  OR = {
54835
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
56028
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
54836
56029
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
54837
56030
  }
54838
56031
  }
@@ -54880,6 +56073,8 @@ defined_text = {
54880
56073
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
54881
56074
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
54882
56075
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
56076
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
56077
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
54883
56078
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
54884
56079
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
54885
56080
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -55771,6 +56966,23 @@ defined_text = {
55771
56966
  has_female_consort = yes
55772
56967
  }
55773
56968
  }
56969
+ text = {
56970
+ localisation_key = string_eau_FR
56971
+ trigger = {
56972
+ has_female_consort = no
56973
+ OR = {
56974
+ frloc_consort_masc_cons_0000_georgian_MTAVARI = yes # "Prince"
56975
+ frloc_consort_masc_cons_0000_georgian_MEPE = yes # "Roi"
56976
+ }
56977
+ }
56978
+ }
56979
+ text = {
56980
+ localisation_key = string_el_FR
56981
+ trigger = {
56982
+ has_female_consort = no
56983
+ frloc_consort_masc_vow_0000_georgian_IMPERATORI = yes # "Empereur"
56984
+ }
56985
+ }
55774
56986
  text = {
55775
56987
  localisation_key = string_eau_FR
55776
56988
  trigger = {
@@ -55876,8 +57088,8 @@ defined_text = {
55876
57088
  frloc_consort_masc_cons_0039_avar_nutsals_PRINCE = yes # "Prince"
55877
57089
  frloc_consort_masc_cons_0039_avar_nutsals_KHAN = yes # "Kh�n"
55878
57090
  frloc_consort_masc_cons_0039_avar_nutsals_KHAGAN = yes # "Khagan"
55879
- frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
55880
- frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
57091
+ # frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = yes # "Prince"
57092
+ # frloc_consort_masc_cons_0040_georgian_monarchy_KING = yes # "Roi"
55881
57093
  }
55882
57094
  }
55883
57095
  }
@@ -55886,7 +57098,7 @@ defined_text = {
55886
57098
  trigger = {
55887
57099
  has_female_consort = no
55888
57100
  OR = {
55889
- frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
57101
+ # frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = yes # "Empereur"
55890
57102
  frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = yes # "�mir consort"
55891
57103
  }
55892
57104
  }
@@ -55934,6 +57146,8 @@ defined_text = {
55934
57146
  frloc_consort_masc_cons_0045_kathiawar_tribal_monarchy_CONSORT = yes # "Consort"
55935
57147
  frloc_consort_masc_cons_0046_sistan_monarchy_MIRZA = yes # "M�rz�"
55936
57148
  frloc_consort_masc_cons_0046_sistan_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
57149
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = yes # "M�rz�"
57150
+ frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
55937
57151
  frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = yes # "M�rz�"
55938
57152
  frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = yes # "Sh�h consort"
55939
57153
  frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = yes # "Boqor"
@@ -64475,7 +65689,7 @@ defined_text = {
64475
65689
  #############################################################
64476
65690
 
64477
65691
  ### Ex: "A [Turkish] governor" => "un gouverneur [turc]" (singular masculine / masculin singulier)
64478
- defined_text = {
65692
+ defined_text = {
64479
65693
  name = GetCultMS
64480
65694
  text = {
64481
65695
  localisation_key = string_pommeranian_ms_FR
@@ -64833,10 +66047,18 @@ defined_text = {
64833
66047
  localisation_key = string_goths_s_FR
64834
66048
  trigger = { OR = { primary_culture = goths culture = goths } }
64835
66049
  }
66050
+ text = {
66051
+ localisation_key = string_griko_ms_FR
66052
+ trigger = { OR = { primary_culture = griko culture = griko } }
66053
+ }
64836
66054
  text = {
64837
66055
  localisation_key = string_georgian_ms_FR
64838
66056
  trigger = { OR = { primary_culture = georgian culture = georgian } }
64839
66057
  }
66058
+ text = {
66059
+ localisation_key = string_georgian_ms_FR
66060
+ trigger = { OR = { primary_culture = georgian_new culture = georgian_new } }
66061
+ }
64840
66062
  text = {
64841
66063
  localisation_key = string_circassian_ms_FR
64842
66064
  trigger = { OR = { primary_culture = circassian culture = circassian } }
@@ -64853,6 +66075,10 @@ defined_text = {
64853
66075
  localisation_key = string_armenian_ms_FR
64854
66076
  trigger = { OR = { primary_culture = armenian culture = armenian } }
64855
66077
  }
66078
+ text = {
66079
+ localisation_key = string_turco_iranian_ms_FR
66080
+ trigger = { OR = { primary_culture = turco_iranian culture = turco_iranian } }
66081
+ }
64856
66082
  text = {
64857
66083
  localisation_key = string_turkish_ms_FR
64858
66084
  trigger = { OR = { primary_culture = turkish culture = turkish } }
@@ -66089,7 +67315,7 @@ defined_text = {
66089
67315
  localisation_key = string_livonian_ms_FR
66090
67316
  trigger = { OR = { primary_culture = livonian culture = livonian } }
66091
67317
  }
66092
- }
67318
+ }
66093
67319
 
66094
67320
 
66095
67321
  ### Ex: "[Turkish] culture" => "la culture [turque]" (singular feminine / f�minin singulier)
@@ -66451,10 +67677,18 @@ defined_text = {
66451
67677
  localisation_key = string_goths_s_FR
66452
67678
  trigger = { OR = { primary_culture = goths culture = goths } }
66453
67679
  }
67680
+ text = {
67681
+ localisation_key = string_griko_fs_FR
67682
+ trigger = { OR = { primary_culture = griko culture = griko } }
67683
+ }
66454
67684
  text = {
66455
67685
  localisation_key = string_georgian_fs_FR
66456
67686
  trigger = { OR = { primary_culture = georgian culture = georgian } }
66457
67687
  }
67688
+ text = {
67689
+ localisation_key = string_georgian_fs_FR
67690
+ trigger = { OR = { primary_culture = circassian culture = georgian_new } }
67691
+ }
66458
67692
  text = {
66459
67693
  localisation_key = string_circassian_fs_FR
66460
67694
  trigger = { OR = { primary_culture = circassian culture = circassian } }
@@ -66471,6 +67705,10 @@ defined_text = {
66471
67705
  localisation_key = string_armenian_fs_FR
66472
67706
  trigger = { OR = { primary_culture = armenian culture = armenian } }
66473
67707
  }
67708
+ text = {
67709
+ localisation_key = string_turco_iranian_fs_FR
67710
+ trigger = { OR = { primary_culture = turco_iranian culture = turco_iranian } }
67711
+ }
66474
67712
  text = {
66475
67713
  localisation_key = string_turkish_fs_FR
66476
67714
  trigger = { OR = { primary_culture = turkish culture = turkish } }
@@ -67707,11 +68945,11 @@ defined_text = {
67707
68945
  localisation_key = string_livonian_fs_FR
67708
68946
  trigger = { OR = { primary_culture = livonian culture = livonian } }
67709
68947
  }
67710
- }
67711
-
67712
-
68948
+ }
68949
+
68950
+
67713
68951
  ### Ex: "[Turkish] soldiers are strong" => "Les soldats [turcs] sont forts" (plural masculine / masculin pluriel)
67714
- defined_text = {
68952
+ defined_text = {
67715
68953
  name = GetCultMP
67716
68954
  text = {
67717
68955
  localisation_key = string_pommeranian_mp_FR
@@ -68069,10 +69307,18 @@ defined_text = {
68069
69307
  localisation_key = string_goths_p_FR
68070
69308
  trigger = { OR = { primary_culture = goths culture = goths } }
68071
69309
  }
69310
+ text = {
69311
+ localisation_key = string_griko_mp_FR
69312
+ trigger = { OR = { primary_culture = griko culture = griko } }
69313
+ }
68072
69314
  text = {
68073
69315
  localisation_key = string_georgian_mp_FR
68074
69316
  trigger = { OR = { primary_culture = georgian culture = georgian } }
68075
69317
  }
69318
+ text = {
69319
+ localisation_key = string_georgian_mp_FR
69320
+ trigger = { OR = { primary_culture = georgian_new culture = georgian_new } }
69321
+ }
68076
69322
  text = {
68077
69323
  localisation_key = string_circassian_mp_FR
68078
69324
  trigger = { OR = { primary_culture = circassian culture = circassian } }
@@ -68089,6 +69335,10 @@ defined_text = {
68089
69335
  localisation_key = string_armenian_mp_FR
68090
69336
  trigger = { OR = { primary_culture = armenian culture = armenian } }
68091
69337
  }
69338
+ text = {
69339
+ localisation_key = string_turco_iranian_mp_FR
69340
+ trigger = { OR = { primary_culture = turco_iranian culture = turco_iranian } }
69341
+ }
68092
69342
  text = {
68093
69343
  localisation_key = string_turkish_mp_FR
68094
69344
  trigger = { OR = { primary_culture = turkish culture = turkish } }
@@ -69325,11 +70575,11 @@ defined_text = {
69325
70575
  localisation_key = string_livonian_mp_FR
69326
70576
  trigger = { OR = { primary_culture = livonian culture = livonian } }
69327
70577
  }
69328
- }
70578
+ }
69329
70579
 
69330
70580
 
69331
70581
  ### Ex: "[Turkish] women are beautiful" => "les femmes [turques] sont jolies" (plural feminine / f�minin pluriel)
69332
- defined_text = {
70582
+ defined_text = {
69333
70583
  name = GetCultFP
69334
70584
  text = {
69335
70585
  localisation_key = string_pommeranian_fp_FR
@@ -69687,10 +70937,18 @@ defined_text = {
69687
70937
  localisation_key = string_goths_p_FR
69688
70938
  trigger = { OR = { primary_culture = goths culture = goths } }
69689
70939
  }
70940
+ text = {
70941
+ localisation_key = string_griko_fp_FR
70942
+ trigger = { OR = { primary_culture = griko culture = griko } }
70943
+ }
69690
70944
  text = {
69691
70945
  localisation_key = string_georgian_fp_FR
69692
70946
  trigger = { OR = { primary_culture = georgian culture = georgian } }
69693
70947
  }
70948
+ text = {
70949
+ localisation_key = string_georgian_fp_FR
70950
+ trigger = { OR = { primary_culture = georgian_new culture = georgian_new } }
70951
+ }
69694
70952
  text = {
69695
70953
  localisation_key = string_circassian_fp_FR
69696
70954
  trigger = { OR = { primary_culture = circassian culture = circassian } }
@@ -69707,6 +70965,10 @@ defined_text = {
69707
70965
  localisation_key = string_armenian_fp_FR
69708
70966
  trigger = { OR = { primary_culture = armenian culture = armenian } }
69709
70967
  }
70968
+ text = {
70969
+ localisation_key = string_turco_iranian_fp_FR
70970
+ trigger = { OR = { primary_culture = turco_iranian culture = turco_iranian } }
70971
+ }
69710
70972
  text = {
69711
70973
  localisation_key = string_turkish_fp_FR
69712
70974
  trigger = { OR = { primary_culture = turkish culture = turkish } }
@@ -70943,7 +72205,7 @@ defined_text = {
70943
72205
  localisation_key = string_livonian_fp_FR
70944
72206
  trigger = { OR = { primary_culture = livonian culture = livonian } }
70945
72207
  }
70946
- }
72208
+ }
70947
72209
 
70948
72210
 
70949
72211
  ###########################################################
@@ -71007,6 +72269,7 @@ defined_text = {
71007
72269
  OR = {
71008
72270
  frloc_tags_art_sg_masc_vow_en_02a = yes
71009
72271
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72272
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71010
72273
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71011
72274
  }
71012
72275
  }
@@ -71069,6 +72332,7 @@ defined_text = {
71069
72332
  OR = {
71070
72333
  frloc_tags_art_sg_masc_vow_en_02a = yes
71071
72334
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72335
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71072
72336
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71073
72337
  }
71074
72338
  }
@@ -71118,6 +72382,7 @@ defined_text = {
71118
72382
  frloc_tags_art_sg_masc_cons_en_01c = yes
71119
72383
  frloc_tags_art_sg_masc_vow_en_02a = yes
71120
72384
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72385
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71121
72386
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
71122
72387
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
71123
72388
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -71166,6 +72431,7 @@ defined_text = {
71166
72431
  frloc_tags_art_sg_masc_cons_en_01c = yes
71167
72432
  frloc_tags_art_sg_masc_vow_en_02a = yes
71168
72433
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72434
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71169
72435
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
71170
72436
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
71171
72437
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -71217,6 +72483,7 @@ defined_text = {
71217
72483
  frloc_tags_art_sg_masc_cons_en_01c = yes
71218
72484
  frloc_tags_art_sg_masc_vow_en_02a = yes
71219
72485
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72486
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71220
72487
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
71221
72488
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
71222
72489
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -71258,6 +72525,7 @@ defined_text = {
71258
72525
  frloc_tags_art_sg_masc_cons_en_01c = yes
71259
72526
  frloc_tags_art_sg_masc_vow_en_02a = yes
71260
72527
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72528
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71261
72529
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
71262
72530
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
71263
72531
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -71302,6 +72570,7 @@ defined_text = {
71302
72570
  frloc_tags_art_sg_masc_cons_en_01c = yes
71303
72571
  frloc_tags_art_sg_masc_vow_en_02a = yes
71304
72572
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72573
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71305
72574
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
71306
72575
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
71307
72576
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -71351,6 +72620,7 @@ defined_text = {
71351
72620
  OR = {
71352
72621
  frloc_tags_art_sg_masc_cons_en_01c = yes
71353
72622
  frloc_tags_art_sg_masc_vow_en_02a = yes
72623
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71354
72624
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
71355
72625
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71356
72626
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
@@ -71433,6 +72703,7 @@ defined_text = {
71433
72703
  OR = {
71434
72704
  frloc_tags_art_sg_masc_cons_en_01c = yes
71435
72705
  frloc_tags_art_sg_masc_vow_en_02a = yes
72706
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71436
72707
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
71437
72708
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71438
72709
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
@@ -71529,6 +72800,7 @@ defined_text = {
71529
72800
  OR = {
71530
72801
  frloc_tags_art_sg_masc_vow_en_02a = yes
71531
72802
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72803
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71532
72804
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71533
72805
  }
71534
72806
  }
@@ -71591,6 +72863,7 @@ defined_text = {
71591
72863
  OR = {
71592
72864
  frloc_tags_art_sg_masc_vow_en_02a = yes
71593
72865
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
72866
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71594
72867
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71595
72868
  }
71596
72869
  }
@@ -71660,6 +72933,7 @@ defined_text = {
71660
72933
  trigger = {
71661
72934
  OR = {
71662
72935
  frloc_tags_art_sg_masc_vow_en_02a = yes
72936
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71663
72937
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71664
72938
  frloc_tags_noart_sg_masc_vow_en_a_10a = yes
71665
72939
  frloc_tags_noart_sg_masc_vow_a_a_10b = yes
@@ -71725,6 +72999,7 @@ defined_text = {
71725
72999
  trigger = {
71726
73000
  OR = {
71727
73001
  frloc_tags_art_sg_masc_vow_en_02a = yes
73002
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71728
73003
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71729
73004
  frloc_tags_noart_sg_masc_vow_en_a_10a = yes
71730
73005
  frloc_tags_noart_sg_masc_vow_a_a_10b = yes
@@ -71791,6 +73066,7 @@ defined_text = {
71791
73066
  OR = {
71792
73067
  frloc_tags_art_sg_masc_vow_en_02a = yes
71793
73068
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73069
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71794
73070
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71795
73071
  }
71796
73072
  }
@@ -71860,6 +73136,7 @@ defined_text = {
71860
73136
  OR = {
71861
73137
  frloc_tags_art_sg_masc_vow_en_02a = yes
71862
73138
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73139
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71863
73140
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
71864
73141
  }
71865
73142
  }
@@ -71916,6 +73193,7 @@ defined_text = {
71916
73193
  frloc_tags_art_sg_masc_cons_en_01c = yes
71917
73194
  frloc_tags_art_sg_masc_vow_en_02a = yes
71918
73195
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73196
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71919
73197
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
71920
73198
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
71921
73199
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -71964,6 +73242,7 @@ defined_text = {
71964
73242
  frloc_tags_art_sg_masc_cons_en_01c = yes
71965
73243
  frloc_tags_art_sg_masc_vow_en_02a = yes
71966
73244
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73245
+ frloc_tags_art_sg_masc_vow_en_02c = yes
71967
73246
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
71968
73247
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
71969
73248
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72015,6 +73294,7 @@ defined_text = {
72015
73294
  frloc_tags_art_sg_masc_cons_en_01c = yes
72016
73295
  frloc_tags_art_sg_masc_vow_en_02a = yes
72017
73296
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73297
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72018
73298
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72019
73299
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72020
73300
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72072,6 +73352,7 @@ defined_text = {
72072
73352
  frloc_tags_art_sg_masc_cons_en_01c = yes
72073
73353
  frloc_tags_art_sg_masc_vow_en_02a = yes
72074
73354
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73355
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72075
73356
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72076
73357
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72077
73358
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72129,6 +73410,7 @@ defined_text = {
72129
73410
  frloc_tags_art_sg_masc_cons_en_01c = yes
72130
73411
  frloc_tags_art_sg_masc_vow_en_02a = yes
72131
73412
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73413
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72132
73414
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72133
73415
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72134
73416
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72187,6 +73469,7 @@ defined_text = {
72187
73469
  frloc_tags_art_sg_masc_cons_en_01c = yes
72188
73470
  frloc_tags_art_sg_masc_vow_en_02a = yes
72189
73471
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73472
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72190
73473
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72191
73474
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72192
73475
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72245,6 +73528,7 @@ defined_text = {
72245
73528
  frloc_tags_art_sg_masc_cons_en_01c = yes
72246
73529
  frloc_tags_art_sg_masc_vow_en_02a = yes
72247
73530
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73531
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72248
73532
  frloc_tags_art_pl_masc_cons_chezles_05a = yes
72249
73533
  frloc_tags_art_pl_masc_cons_aux_05b = yes
72250
73534
  frloc_tags_art_pl_masc_cons_dansles_05c = yes
@@ -72296,6 +73580,7 @@ defined_text = {
72296
73580
  frloc_tags_art_sg_masc_cons_en_01c = yes
72297
73581
  frloc_tags_art_sg_masc_vow_en_02a = yes
72298
73582
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73583
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72299
73584
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72300
73585
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72301
73586
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72353,6 +73638,7 @@ defined_text = {
72353
73638
  frloc_tags_art_sg_masc_cons_en_01c = yes
72354
73639
  frloc_tags_art_sg_masc_vow_en_02a = yes
72355
73640
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73641
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72356
73642
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72357
73643
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72358
73644
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72408,6 +73694,7 @@ defined_text = {
72408
73694
  frloc_tags_art_sg_masc_cons_en_01c = yes
72409
73695
  frloc_tags_art_sg_masc_vow_en_02a = yes
72410
73696
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73697
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72411
73698
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72412
73699
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72413
73700
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72466,6 +73753,7 @@ defined_text = {
72466
73753
  frloc_tags_art_sg_masc_cons_en_01c = yes
72467
73754
  frloc_tags_art_sg_masc_vow_en_02a = yes
72468
73755
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73756
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72469
73757
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72470
73758
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72471
73759
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72521,6 +73809,7 @@ defined_text = {
72521
73809
  frloc_tags_art_sg_masc_cons_en_01c = yes
72522
73810
  frloc_tags_art_sg_masc_vow_en_02a = yes
72523
73811
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73812
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72524
73813
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72525
73814
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72526
73815
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72579,6 +73868,7 @@ defined_text = {
72579
73868
  frloc_tags_art_sg_masc_cons_en_01c = yes
72580
73869
  frloc_tags_art_sg_masc_vow_en_02a = yes
72581
73870
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73871
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72582
73872
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72583
73873
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72584
73874
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72634,6 +73924,7 @@ defined_text = {
72634
73924
  frloc_tags_art_sg_masc_cons_en_01c = yes
72635
73925
  frloc_tags_art_sg_masc_vow_en_02a = yes
72636
73926
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73927
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72637
73928
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72638
73929
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72639
73930
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72692,6 +73983,7 @@ defined_text = {
72692
73983
  frloc_tags_art_sg_masc_cons_en_01c = yes
72693
73984
  frloc_tags_art_sg_masc_vow_en_02a = yes
72694
73985
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
73986
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72695
73987
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72696
73988
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72697
73989
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72747,6 +74039,7 @@ defined_text = {
72747
74039
  frloc_tags_art_sg_masc_cons_en_01c = yes
72748
74040
  frloc_tags_art_sg_masc_vow_en_02a = yes
72749
74041
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74042
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72750
74043
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72751
74044
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72752
74045
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72805,6 +74098,7 @@ defined_text = {
72805
74098
  frloc_tags_art_sg_masc_cons_en_01c = yes
72806
74099
  frloc_tags_art_sg_masc_vow_en_02a = yes
72807
74100
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74101
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72808
74102
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72809
74103
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72810
74104
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72860,6 +74154,7 @@ defined_text = {
72860
74154
  frloc_tags_art_sg_masc_cons_en_01c = yes
72861
74155
  frloc_tags_art_sg_masc_vow_en_02a = yes
72862
74156
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74157
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72863
74158
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72864
74159
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72865
74160
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72918,6 +74213,7 @@ defined_text = {
72918
74213
  frloc_tags_art_sg_masc_cons_en_01c = yes
72919
74214
  frloc_tags_art_sg_masc_vow_en_02a = yes
72920
74215
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74216
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72921
74217
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72922
74218
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72923
74219
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -72973,6 +74269,7 @@ defined_text = {
72973
74269
  frloc_tags_art_sg_masc_cons_en_01c = yes
72974
74270
  frloc_tags_art_sg_masc_vow_en_02a = yes
72975
74271
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74272
+ frloc_tags_art_sg_masc_vow_en_02c = yes
72976
74273
  frloc_tags_noart_sg_masc_cons_en_a_09a = yes
72977
74274
  frloc_tags_noart_sg_masc_cons_a_a_09b = yes
72978
74275
  #frloc_tags_noart_sg_masc_cons_en_aux_09c = yes
@@ -73031,6 +74328,7 @@ defined_text = {
73031
74328
  frloc_tags_art_sg_masc_cons_en_01c = yes
73032
74329
  frloc_tags_art_sg_masc_vow_en_02a = yes
73033
74330
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74331
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73034
74332
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73035
74333
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73036
74334
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73072,6 +74370,7 @@ defined_text = {
73072
74370
  frloc_tags_art_sg_masc_cons_en_01c = yes
73073
74371
  frloc_tags_art_sg_masc_vow_en_02a = yes
73074
74372
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74373
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73075
74374
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73076
74375
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73077
74376
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73116,6 +74415,7 @@ defined_text = {
73116
74415
  frloc_tags_art_sg_masc_cons_en_01c = yes
73117
74416
  frloc_tags_art_sg_masc_vow_en_02a = yes
73118
74417
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74418
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73119
74419
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73120
74420
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73121
74421
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73157,6 +74457,7 @@ defined_text = {
73157
74457
  frloc_tags_art_sg_masc_cons_en_01c = yes
73158
74458
  frloc_tags_art_sg_masc_vow_en_02a = yes
73159
74459
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74460
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73160
74461
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73161
74462
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73162
74463
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73201,6 +74502,7 @@ defined_text = {
73201
74502
  frloc_tags_art_sg_masc_cons_en_01c = yes
73202
74503
  frloc_tags_art_sg_masc_vow_en_02a = yes
73203
74504
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74505
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73204
74506
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73205
74507
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73206
74508
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73242,6 +74544,7 @@ defined_text = {
73242
74544
  frloc_tags_art_sg_masc_cons_en_01c = yes
73243
74545
  frloc_tags_art_sg_masc_vow_en_02a = yes
73244
74546
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74547
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73245
74548
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73246
74549
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73247
74550
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73286,6 +74589,7 @@ defined_text = {
73286
74589
  frloc_tags_art_sg_masc_cons_en_01c = yes
73287
74590
  frloc_tags_art_sg_masc_vow_en_02a = yes
73288
74591
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74592
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73289
74593
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73290
74594
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73291
74595
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73327,6 +74631,7 @@ defined_text = {
73327
74631
  frloc_tags_art_sg_masc_cons_en_01c = yes
73328
74632
  frloc_tags_art_sg_masc_vow_en_02a = yes
73329
74633
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74634
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73330
74635
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73331
74636
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73332
74637
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73371,6 +74676,7 @@ defined_text = {
73371
74676
  frloc_tags_art_sg_masc_cons_en_01c = yes
73372
74677
  frloc_tags_art_sg_masc_vow_en_02a = yes
73373
74678
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74679
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73374
74680
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73375
74681
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73376
74682
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73412,6 +74718,7 @@ defined_text = {
73412
74718
  frloc_tags_art_sg_masc_cons_en_01c = yes
73413
74719
  frloc_tags_art_sg_masc_vow_en_02a = yes
73414
74720
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74721
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73415
74722
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73416
74723
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73417
74724
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73456,6 +74763,7 @@ defined_text = {
73456
74763
  frloc_tags_art_sg_masc_cons_en_01c = yes
73457
74764
  frloc_tags_art_sg_masc_vow_en_02a = yes
73458
74765
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74766
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73459
74767
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73460
74768
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73461
74769
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73497,6 +74805,7 @@ defined_text = {
73497
74805
  frloc_tags_art_sg_masc_cons_en_01c = yes
73498
74806
  frloc_tags_art_sg_masc_vow_en_02a = yes
73499
74807
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74808
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73500
74809
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73501
74810
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73502
74811
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73540,6 +74849,7 @@ defined_text = {
73540
74849
  frloc_tags_art_sg_masc_cons_en_01c = yes
73541
74850
  frloc_tags_art_sg_masc_vow_en_02a = yes
73542
74851
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74852
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73543
74853
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73544
74854
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73545
74855
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73581,6 +74891,7 @@ defined_text = {
73581
74891
  frloc_tags_art_sg_masc_cons_en_01c = yes
73582
74892
  frloc_tags_art_sg_masc_vow_en_02a = yes
73583
74893
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74894
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73584
74895
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73585
74896
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73586
74897
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73625,6 +74936,7 @@ defined_text = {
73625
74936
  frloc_tags_art_sg_masc_cons_en_01c = yes
73626
74937
  frloc_tags_art_sg_masc_vow_en_02a = yes
73627
74938
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74939
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73628
74940
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73629
74941
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73630
74942
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73666,6 +74978,7 @@ defined_text = {
73666
74978
  frloc_tags_art_sg_masc_cons_en_01c = yes
73667
74979
  frloc_tags_art_sg_masc_vow_en_02a = yes
73668
74980
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
74981
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73669
74982
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73670
74983
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73671
74984
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73709,6 +75022,7 @@ defined_text = {
73709
75022
  frloc_tags_art_sg_masc_cons_en_01c = yes
73710
75023
  frloc_tags_art_sg_masc_vow_en_02a = yes
73711
75024
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75025
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73712
75026
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73713
75027
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73714
75028
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73750,6 +75064,7 @@ defined_text = {
73750
75064
  frloc_tags_art_sg_masc_cons_en_01c = yes
73751
75065
  frloc_tags_art_sg_masc_vow_en_02a = yes
73752
75066
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75067
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73753
75068
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73754
75069
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73755
75070
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73793,6 +75108,7 @@ defined_text = {
73793
75108
  frloc_tags_art_sg_masc_cons_en_01c = yes
73794
75109
  frloc_tags_art_sg_masc_vow_en_02a = yes
73795
75110
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75111
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73796
75112
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73797
75113
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73798
75114
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73834,6 +75150,7 @@ defined_text = {
73834
75150
  frloc_tags_art_sg_masc_cons_en_01c = yes
73835
75151
  frloc_tags_art_sg_masc_vow_en_02a = yes
73836
75152
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75153
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73837
75154
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73838
75155
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73839
75156
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73877,6 +75194,7 @@ defined_text = {
73877
75194
  frloc_tags_art_sg_masc_cons_en_01c = yes
73878
75195
  frloc_tags_art_sg_masc_vow_en_02a = yes
73879
75196
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75197
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73880
75198
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73881
75199
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73882
75200
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73918,6 +75236,7 @@ defined_text = {
73918
75236
  frloc_tags_art_sg_masc_cons_en_01c = yes
73919
75237
  frloc_tags_art_sg_masc_vow_en_02a = yes
73920
75238
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75239
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73921
75240
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73922
75241
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73923
75242
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -73961,6 +75280,7 @@ defined_text = {
73961
75280
  frloc_tags_art_sg_masc_cons_en_01c = yes
73962
75281
  frloc_tags_art_sg_masc_vow_en_02a = yes
73963
75282
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75283
+ frloc_tags_art_sg_masc_vow_en_02c = yes
73964
75284
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
73965
75285
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
73966
75286
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74002,6 +75322,7 @@ defined_text = {
74002
75322
  frloc_tags_art_sg_masc_cons_en_01c = yes
74003
75323
  frloc_tags_art_sg_masc_vow_en_02a = yes
74004
75324
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75325
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74005
75326
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74006
75327
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74007
75328
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74045,6 +75366,7 @@ defined_text = {
74045
75366
  frloc_tags_art_sg_masc_cons_en_01c = yes
74046
75367
  frloc_tags_art_sg_masc_vow_en_02a = yes
74047
75368
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75369
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74048
75370
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74049
75371
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74050
75372
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74086,6 +75408,7 @@ defined_text = {
74086
75408
  frloc_tags_art_sg_masc_cons_en_01c = yes
74087
75409
  frloc_tags_art_sg_masc_vow_en_02a = yes
74088
75410
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75411
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74089
75412
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74090
75413
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74091
75414
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74129,6 +75452,7 @@ defined_text = {
74129
75452
  frloc_tags_art_sg_masc_cons_en_01c = yes
74130
75453
  frloc_tags_art_sg_masc_vow_en_02a = yes
74131
75454
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75455
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74132
75456
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74133
75457
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74134
75458
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74170,6 +75494,7 @@ defined_text = {
74170
75494
  frloc_tags_art_sg_masc_cons_en_01c = yes
74171
75495
  frloc_tags_art_sg_masc_vow_en_02a = yes
74172
75496
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75497
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74173
75498
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74174
75499
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74175
75500
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74214,6 +75539,7 @@ defined_text = {
74214
75539
  frloc_tags_art_sg_masc_cons_en_01c = yes
74215
75540
  frloc_tags_art_sg_masc_vow_en_02a = yes
74216
75541
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75542
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74217
75543
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74218
75544
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74219
75545
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74257,6 +75583,7 @@ defined_text = {
74257
75583
  frloc_tags_art_sg_masc_cons_en_01c = yes
74258
75584
  frloc_tags_art_sg_masc_vow_en_02a = yes
74259
75585
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75586
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74260
75587
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74261
75588
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74262
75589
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74301,6 +75628,7 @@ defined_text = {
74301
75628
  frloc_tags_art_sg_masc_cons_en_01c = yes
74302
75629
  frloc_tags_art_sg_masc_vow_en_02a = yes
74303
75630
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75631
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74304
75632
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74305
75633
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74306
75634
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74345,6 +75673,7 @@ defined_text = {
74345
75673
  frloc_tags_art_sg_masc_cons_en_01c = yes
74346
75674
  frloc_tags_art_sg_masc_vow_en_02a = yes
74347
75675
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75676
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74348
75677
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74349
75678
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74350
75679
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74389,6 +75718,7 @@ defined_text = {
74389
75718
  frloc_tags_art_sg_masc_cons_en_01c = yes
74390
75719
  frloc_tags_art_sg_masc_vow_en_02a = yes
74391
75720
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75721
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74392
75722
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74393
75723
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74394
75724
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74433,6 +75763,7 @@ defined_text = {
74433
75763
  frloc_tags_art_sg_masc_cons_en_01c = yes
74434
75764
  frloc_tags_art_sg_masc_vow_en_02a = yes
74435
75765
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75766
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74436
75767
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74437
75768
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74438
75769
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74477,6 +75808,7 @@ defined_text = {
74477
75808
  frloc_tags_art_sg_masc_cons_en_01c = yes
74478
75809
  frloc_tags_art_sg_masc_vow_en_02a = yes
74479
75810
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75811
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74480
75812
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74481
75813
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74482
75814
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74520,6 +75852,7 @@ defined_text = {
74520
75852
  frloc_tags_art_sg_masc_cons_en_01c = yes
74521
75853
  frloc_tags_art_sg_masc_vow_en_02a = yes
74522
75854
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75855
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74523
75856
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74524
75857
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74525
75858
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74564,6 +75897,7 @@ defined_text = {
74564
75897
  frloc_tags_art_sg_masc_cons_en_01c = yes
74565
75898
  frloc_tags_art_sg_masc_vow_en_02a = yes
74566
75899
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75900
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74567
75901
  frloc_tags_art_sg_fem_cons_de_en_03a = yes
74568
75902
  frloc_tags_art_sg_fem_cons_dela_auseindela_03b = yes
74569
75903
  frloc_tags_art_sg_fem_vow_d_en_04a = yes
@@ -74638,6 +75972,7 @@ defined_text = {
74638
75972
  OR = {
74639
75973
  frloc_tags_art_sg_masc_vow_en_02a = yes
74640
75974
  frloc_tags_art_sg_masc_vow_dansl_02b = yes
75975
+ frloc_tags_art_sg_masc_vow_en_02c = yes
74641
75976
  frloc_tags_noart_sg_masc_vow_en_a_10a = yes
74642
75977
  frloc_tags_noart_sg_masc_vow_a_a_10b = yes
74643
75978
  }
@@ -74787,6 +76122,10 @@ defined_text = {
74787
76122
  localisation_key = string_E10_ADJ_ms_FR
74788
76123
  trigger = { has_country_flag = is_E10_flag }
74789
76124
  }
76125
+ text = {
76126
+ localisation_key = string_GREAT_ARMENIA_ADJ_ms_FR
76127
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
76128
+ }
74790
76129
  text = {
74791
76130
  localisation_key = string_NCP_ADJ_ms_FR
74792
76131
  trigger = { has_country_flag = is_NCP_flag }
@@ -74853,7 +76192,7 @@ defined_text = {
74853
76192
  }
74854
76193
  text = {
74855
76194
  localisation_key = string_KRJ_ADJ_m_FR
74856
- trigger = { has_country_flag = is_KRJ_flag }
76195
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
74857
76196
  }
74858
76197
  text = {
74859
76198
  localisation_key = string_BURMA_ADJ_ms_FR
@@ -74863,6 +76202,18 @@ defined_text = {
74863
76202
  localisation_key = string_SIQ_ADJ_ms_FR
74864
76203
  trigger = { has_country_flag = is_SIQ_flag }
74865
76204
  }
76205
+ text = {
76206
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_ms_FR
76207
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
76208
+ }
76209
+ text = {
76210
+ localisation_key = string_IRAN_STRING_ADJ_ms_FR
76211
+ trigger = { has_country_flag = is_iran_flag }
76212
+ }
76213
+ text = {
76214
+ localisation_key = string_ERANSHAHR_STRING_ADJ_ms_FR
76215
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
76216
+ }
74866
76217
  text = {
74867
76218
  localisation_key = string_PUE_ADJ_s_FR
74868
76219
  trigger = { has_country_flag = is_pue_flag }
@@ -74908,6 +76259,10 @@ defined_text = {
74908
76259
  localisation_key = string_AFG_ADJ_ms_FR
74909
76260
  trigger = { tag = AFG }
74910
76261
  }
76262
+ text = {
76263
+ localisation_key = string_ERS_ADJ_ms_FR
76264
+ trigger = { tag = ERS }
76265
+ }
74911
76266
  text = {
74912
76267
  localisation_key = string_AGG_ADJ_ms_FR
74913
76268
  trigger = { tag = AGG }
@@ -78858,6 +80213,10 @@ defined_text = {
78858
80213
  localisation_key = string_E10_ADJ_fs_FR
78859
80214
  trigger = { has_country_flag = is_E10_flag }
78860
80215
  }
80216
+ text = {
80217
+ localisation_key = string_GREAT_ARMENIA_ADJ_fs_FR
80218
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
80219
+ }
78861
80220
  text = {
78862
80221
  localisation_key = string_NCP_ADJ_fs_FR
78863
80222
  trigger = { has_country_flag = is_NCP_flag }
@@ -78924,7 +80283,7 @@ defined_text = {
78924
80283
  }
78925
80284
  text = {
78926
80285
  localisation_key = string_KRJ_ADJ_fs_FR
78927
- trigger = { has_country_flag = is_KRJ_flag }
80286
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
78928
80287
  }
78929
80288
  text = {
78930
80289
  localisation_key = string_BURMA_ADJ_fs_FR
@@ -78934,6 +80293,18 @@ defined_text = {
78934
80293
  localisation_key = string_SIQ_ADJ_fs_FR
78935
80294
  trigger = { has_country_flag = is_SIQ_flag }
78936
80295
  }
80296
+ text = {
80297
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fs_FR
80298
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
80299
+ }
80300
+ text = {
80301
+ localisation_key = string_IRAN_STRING_ADJ_fs_FR
80302
+ trigger = { has_country_flag = is_iran_flag }
80303
+ }
80304
+ text = {
80305
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fs_FR
80306
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
80307
+ }
78937
80308
  text = {
78938
80309
  localisation_key = string_PUE_ADJ_s_FR
78939
80310
  trigger = { has_country_flag = is_pue_flag }
@@ -78979,6 +80350,10 @@ defined_text = {
78979
80350
  localisation_key = string_AFG_ADJ_fs_FR
78980
80351
  trigger = { tag = AFG }
78981
80352
  }
80353
+ text = {
80354
+ localisation_key = string_ERS_ADJ_fs_FR
80355
+ trigger = { tag = ERS }
80356
+ }
78982
80357
  text = {
78983
80358
  localisation_key = string_AGG_ADJ_fs_FR
78984
80359
  trigger = { tag = AGG }
@@ -82929,6 +84304,10 @@ defined_text = {
82929
84304
  localisation_key = string_E10_ADJ_mp_FR
82930
84305
  trigger = { has_country_flag = is_E10_flag }
82931
84306
  }
84307
+ text = {
84308
+ localisation_key = string_GREAT_ARMENIA_ADJ_mp_FR
84309
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
84310
+ }
82932
84311
  text = {
82933
84312
  localisation_key = string_NCP_ADJ_mp_FR
82934
84313
  trigger = { has_country_flag = is_NCP_flag }
@@ -82995,7 +84374,7 @@ defined_text = {
82995
84374
  }
82996
84375
  text = {
82997
84376
  localisation_key = string_KRJ_ADJ_m_FR
82998
- trigger = { has_country_flag = is_KRJ_flag }
84377
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
82999
84378
  }
83000
84379
  text = {
83001
84380
  localisation_key = string_BURMA_ADJ_mp_FR
@@ -83005,6 +84384,18 @@ defined_text = {
83005
84384
  localisation_key = string_SIQ_ADJ_mp_FR
83006
84385
  trigger = { has_country_flag = is_SIQ_flag }
83007
84386
  }
84387
+ text = {
84388
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_mp_FR
84389
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
84390
+ }
84391
+ text = {
84392
+ localisation_key = string_IRAN_STRING_ADJ_mp_FR
84393
+ trigger = { has_country_flag = is_iran_flag }
84394
+ }
84395
+ text = {
84396
+ localisation_key = string_ERANSHAHR_STRING_ADJ_mp_FR
84397
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
84398
+ }
83008
84399
  text = {
83009
84400
  localisation_key = string_PUE_ADJ_p_FR
83010
84401
  trigger = { has_country_flag = is_pue_flag }
@@ -83050,6 +84441,10 @@ defined_text = {
83050
84441
  localisation_key = string_AFG_ADJ_mp_FR
83051
84442
  trigger = { tag = AFG }
83052
84443
  }
84444
+ text = {
84445
+ localisation_key = string_ERS_ADJ_mp_FR
84446
+ trigger = { tag = ERS }
84447
+ }
83053
84448
  text = {
83054
84449
  localisation_key = string_AGG_ADJ_mp_FR
83055
84450
  trigger = { tag = AGG }
@@ -87000,6 +88395,10 @@ defined_text = {
87000
88395
  localisation_key = string_E10_ADJ_fp_FR
87001
88396
  trigger = { has_country_flag = is_E10_flag }
87002
88397
  }
88398
+ text = {
88399
+ localisation_key = string_GREAT_ARMENIA_ADJ_fp_FR
88400
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
88401
+ }
87003
88402
  text = {
87004
88403
  localisation_key = string_NCP_ADJ_fp_FR
87005
88404
  trigger = { has_country_flag = is_NCP_flag }
@@ -87066,7 +88465,7 @@ defined_text = {
87066
88465
  }
87067
88466
  text = {
87068
88467
  localisation_key = string_KRJ_ADJ_fp_FR
87069
- trigger = { has_country_flag = is_KRJ_flag }
88468
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
87070
88469
  }
87071
88470
  text = {
87072
88471
  localisation_key = string_BURMA_ADJ_fp_FR
@@ -87076,6 +88475,18 @@ defined_text = {
87076
88475
  localisation_key = string_SIQ_ADJ_fp_FR
87077
88476
  trigger = { has_country_flag = is_SIQ_flag }
87078
88477
  }
88478
+ text = {
88479
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fp_FR
88480
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
88481
+ }
88482
+ text = {
88483
+ localisation_key = string_IRAN_STRING_ADJ_fp_FR
88484
+ trigger = { has_country_flag = is_iran_flag }
88485
+ }
88486
+ text = {
88487
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fp_FR
88488
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
88489
+ }
87079
88490
  text = {
87080
88491
  localisation_key = string_PUE_ADJ_p_FR
87081
88492
  trigger = { has_country_flag = is_pue_flag }
@@ -87121,6 +88532,10 @@ defined_text = {
87121
88532
  localisation_key = string_AFG_ADJ_fp_FR
87122
88533
  trigger = { tag = AFG }
87123
88534
  }
88535
+ text = {
88536
+ localisation_key = string_ERS_ADJ_fp_FR
88537
+ trigger = { tag = ERS }
88538
+ }
87124
88539
  text = {
87125
88540
  localisation_key = string_AGG_ADJ_fp_FR
87126
88541
  trigger = { tag = AGG }
@@ -91074,6 +92489,10 @@ defined_text = {
91074
92489
  localisation_key = string_E10_ADJ_ms_FR
91075
92490
  trigger = { has_country_flag = is_E10_flag }
91076
92491
  }
92492
+ text = {
92493
+ localisation_key = string_GREAT_ARMENIA_ADJ_ms_FR
92494
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
92495
+ }
91077
92496
  text = {
91078
92497
  localisation_key = string_NCP_ADJ_ms_FR
91079
92498
  trigger = { has_country_flag = is_NCP_flag }
@@ -91140,7 +92559,7 @@ defined_text = {
91140
92559
  }
91141
92560
  text = {
91142
92561
  localisation_key = string_KRJ_ADJ_m_FR
91143
- trigger = { has_country_flag = is_KRJ_flag }
92562
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
91144
92563
  }
91145
92564
  text = {
91146
92565
  localisation_key = string_BURMA_ADJ_ms_FR
@@ -91150,6 +92569,18 @@ defined_text = {
91150
92569
  localisation_key = string_SIQ_ADJ_ms_FR
91151
92570
  trigger = { has_country_flag = is_SIQ_flag }
91152
92571
  }
92572
+ text = {
92573
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_ms_FR
92574
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
92575
+ }
92576
+ text = {
92577
+ localisation_key = string_IRAN_STRING_ADJ_ms_FR
92578
+ trigger = { has_country_flag = is_iran_flag }
92579
+ }
92580
+ text = {
92581
+ localisation_key = string_ERANSHAHR_STRING_ADJ_ms_FR
92582
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
92583
+ }
91153
92584
  text = {
91154
92585
  localisation_key = string_PUE_ADJ_s_FR
91155
92586
  trigger = { has_country_flag = is_pue_flag }
@@ -91195,6 +92626,10 @@ defined_text = {
91195
92626
  localisation_key = string_AFG_ADJ_ms_FR
91196
92627
  trigger = { tag = AFG }
91197
92628
  }
92629
+ text = {
92630
+ localisation_key = string_ERS_ADJ_ms_FR
92631
+ trigger = { tag = ERS }
92632
+ }
91198
92633
  text = {
91199
92634
  localisation_key = string_AGG_ADJ_ms_FR
91200
92635
  trigger = { tag = AGG }
@@ -95145,6 +96580,10 @@ defined_text = {
95145
96580
  localisation_key = string_E10_ADJ_fs_FR
95146
96581
  trigger = { has_country_flag = is_E10_flag }
95147
96582
  }
96583
+ text = {
96584
+ localisation_key = string_GREAT_ARMENIA_ADJ_fs_FR
96585
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
96586
+ }
95148
96587
  text = {
95149
96588
  localisation_key = string_NCP_ADJ_fs_FR
95150
96589
  trigger = { has_country_flag = is_NCP_flag }
@@ -95211,7 +96650,7 @@ defined_text = {
95211
96650
  }
95212
96651
  text = {
95213
96652
  localisation_key = string_KRJ_ADJ_fs_FR
95214
- trigger = { has_country_flag = is_KRJ_flag }
96653
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
95215
96654
  }
95216
96655
  text = {
95217
96656
  localisation_key = string_BURMA_ADJ_fs_FR
@@ -95221,6 +96660,18 @@ defined_text = {
95221
96660
  localisation_key = string_SIQ_ADJ_fs_FR
95222
96661
  trigger = { has_country_flag = is_SIQ_flag }
95223
96662
  }
96663
+ text = {
96664
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fs_FR
96665
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
96666
+ }
96667
+ text = {
96668
+ localisation_key = string_IRAN_STRING_ADJ_fs_FR
96669
+ trigger = { has_country_flag = is_iran_flag }
96670
+ }
96671
+ text = {
96672
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fs_FR
96673
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
96674
+ }
95224
96675
  text = {
95225
96676
  localisation_key = string_PUE_ADJ_s_FR
95226
96677
  trigger = { has_country_flag = is_pue_flag }
@@ -95266,6 +96717,10 @@ defined_text = {
95266
96717
  localisation_key = string_AFG_ADJ_fs_FR
95267
96718
  trigger = { tag = AFG }
95268
96719
  }
96720
+ text = {
96721
+ localisation_key = string_ERS_ADJ_fs_FR
96722
+ trigger = { tag = ERS }
96723
+ }
95269
96724
  text = {
95270
96725
  localisation_key = string_AGG_ADJ_fs_FR
95271
96726
  trigger = { tag = AGG }
@@ -99216,6 +100671,10 @@ defined_text = {
99216
100671
  localisation_key = string_E10_ADJ_mp_FR
99217
100672
  trigger = { has_country_flag = is_E10_flag }
99218
100673
  }
100674
+ text = {
100675
+ localisation_key = string_GREAT_ARMENIA_ADJ_mp_FR
100676
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
100677
+ }
99219
100678
  text = {
99220
100679
  localisation_key = string_NCP_ADJ_mp_FR
99221
100680
  trigger = { has_country_flag = is_NCP_flag }
@@ -99282,7 +100741,7 @@ defined_text = {
99282
100741
  }
99283
100742
  text = {
99284
100743
  localisation_key = string_KRJ_ADJ_m_FR
99285
- trigger = { has_country_flag = is_KRJ_flag }
100744
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
99286
100745
  }
99287
100746
  text = {
99288
100747
  localisation_key = string_BURMA_ADJ_mp_FR
@@ -99292,6 +100751,18 @@ defined_text = {
99292
100751
  localisation_key = string_SIQ_ADJ_mp_FR
99293
100752
  trigger = { has_country_flag = is_SIQ_flag }
99294
100753
  }
100754
+ text = {
100755
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_mp_FR
100756
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
100757
+ }
100758
+ text = {
100759
+ localisation_key = string_IRAN_STRING_ADJ_mp_FR
100760
+ trigger = { has_country_flag = is_iran_flag }
100761
+ }
100762
+ text = {
100763
+ localisation_key = string_ERANSHAHR_STRING_ADJ_mp_FR
100764
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
100765
+ }
99295
100766
  text = {
99296
100767
  localisation_key = string_PUE_ADJ_p_FR
99297
100768
  trigger = { has_country_flag = is_pue_flag }
@@ -99337,6 +100808,10 @@ defined_text = {
99337
100808
  localisation_key = string_AFG_ADJ_mp_FR
99338
100809
  trigger = { tag = AFG }
99339
100810
  }
100811
+ text = {
100812
+ localisation_key = string_ERS_ADJ_mp_FR
100813
+ trigger = { tag = ERS }
100814
+ }
99340
100815
  text = {
99341
100816
  localisation_key = string_AGG_ADJ_mp_FR
99342
100817
  trigger = { tag = AGG }
@@ -103287,6 +104762,10 @@ defined_text = {
103287
104762
  localisation_key = string_E10_ADJ_fp_FR
103288
104763
  trigger = { has_country_flag = is_E10_flag }
103289
104764
  }
104765
+ text = {
104766
+ localisation_key = string_GREAT_ARMENIA_ADJ_fp_FR
104767
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
104768
+ }
103290
104769
  text = {
103291
104770
  localisation_key = string_NCP_ADJ_fp_FR
103292
104771
  trigger = { has_country_flag = is_NCP_flag }
@@ -103353,7 +104832,7 @@ defined_text = {
103353
104832
  }
103354
104833
  text = {
103355
104834
  localisation_key = string_KRJ_ADJ_fp_FR
103356
- trigger = { has_country_flag = is_KRJ_flag }
104835
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
103357
104836
  }
103358
104837
  text = {
103359
104838
  localisation_key = string_BURMA_ADJ_fp_FR
@@ -103363,6 +104842,18 @@ defined_text = {
103363
104842
  localisation_key = string_SIQ_ADJ_fp_FR
103364
104843
  trigger = { has_country_flag = is_SIQ_flag }
103365
104844
  }
104845
+ text = {
104846
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fp_FR
104847
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
104848
+ }
104849
+ text = {
104850
+ localisation_key = string_IRAN_STRING_ADJ_fp_FR
104851
+ trigger = { has_country_flag = is_iran_flag }
104852
+ }
104853
+ text = {
104854
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fp_FR
104855
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
104856
+ }
103366
104857
  text = {
103367
104858
  localisation_key = string_PUE_ADJ_p_FR
103368
104859
  trigger = { has_country_flag = is_pue_flag }
@@ -103408,6 +104899,10 @@ defined_text = {
103408
104899
  localisation_key = string_AFG_ADJ_fp_FR
103409
104900
  trigger = { tag = AFG }
103410
104901
  }
104902
+ text = {
104903
+ localisation_key = string_ERS_ADJ_fp_FR
104904
+ trigger = { tag = ERS }
104905
+ }
103411
104906
  text = {
103412
104907
  localisation_key = string_AGG_ADJ_fp_FR
103413
104908
  trigger = { tag = AGG }
@@ -107361,6 +108856,10 @@ defined_text = {
107361
108856
  localisation_key = string_E10_ADJ_ms_FR
107362
108857
  trigger = { has_country_flag = is_E10_flag }
107363
108858
  }
108859
+ text = {
108860
+ localisation_key = string_GREAT_ARMENIA_ADJ_ms_FR
108861
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
108862
+ }
107364
108863
  text = {
107365
108864
  localisation_key = string_NCP_ADJ_ms_FR
107366
108865
  trigger = { has_country_flag = is_NCP_flag }
@@ -107427,7 +108926,7 @@ defined_text = {
107427
108926
  }
107428
108927
  text = {
107429
108928
  localisation_key = string_KRJ_ADJ_m_FR
107430
- trigger = { has_country_flag = is_KRJ_flag }
108929
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
107431
108930
  }
107432
108931
  text = {
107433
108932
  localisation_key = string_BURMA_ADJ_ms_FR
@@ -107437,6 +108936,18 @@ defined_text = {
107437
108936
  localisation_key = string_SIQ_ADJ_ms_FR
107438
108937
  trigger = { has_country_flag = is_SIQ_flag }
107439
108938
  }
108939
+ text = {
108940
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_ms_FR
108941
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
108942
+ }
108943
+ text = {
108944
+ localisation_key = string_IRAN_STRING_ADJ_ms_FR
108945
+ trigger = { has_country_flag = is_iran_flag }
108946
+ }
108947
+ text = {
108948
+ localisation_key = string_ERANSHAHR_STRING_ADJ_ms_FR
108949
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
108950
+ }
107440
108951
  text = {
107441
108952
  localisation_key = string_PUE_ADJ_s_FR
107442
108953
  trigger = { has_country_flag = is_pue_flag }
@@ -107482,6 +108993,10 @@ defined_text = {
107482
108993
  localisation_key = string_AFG_ADJ_ms_FR
107483
108994
  trigger = { tag = AFG }
107484
108995
  }
108996
+ text = {
108997
+ localisation_key = string_ERS_ADJ_ms_FR
108998
+ trigger = { tag = ERS }
108999
+ }
107485
109000
  text = {
107486
109001
  localisation_key = string_AGG_ADJ_ms_FR
107487
109002
  trigger = { tag = AGG }
@@ -111432,6 +112947,10 @@ defined_text = {
111432
112947
  localisation_key = string_E10_ADJ_fs_FR
111433
112948
  trigger = { has_country_flag = is_E10_flag }
111434
112949
  }
112950
+ text = {
112951
+ localisation_key = string_GREAT_ARMENIA_ADJ_fs_FR
112952
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
112953
+ }
111435
112954
  text = {
111436
112955
  localisation_key = string_NCP_ADJ_fs_FR
111437
112956
  trigger = { has_country_flag = is_NCP_flag }
@@ -111498,7 +113017,7 @@ defined_text = {
111498
113017
  }
111499
113018
  text = {
111500
113019
  localisation_key = string_KRJ_ADJ_fs_FR
111501
- trigger = { has_country_flag = is_KRJ_flag }
113020
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
111502
113021
  }
111503
113022
  text = {
111504
113023
  localisation_key = string_BURMA_ADJ_fs_FR
@@ -111508,6 +113027,18 @@ defined_text = {
111508
113027
  localisation_key = string_SIQ_ADJ_fs_FR
111509
113028
  trigger = { has_country_flag = is_SIQ_flag }
111510
113029
  }
113030
+ text = {
113031
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fs_FR
113032
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
113033
+ }
113034
+ text = {
113035
+ localisation_key = string_IRAN_STRING_ADJ_fs_FR
113036
+ trigger = { has_country_flag = is_iran_flag }
113037
+ }
113038
+ text = {
113039
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fs_FR
113040
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
113041
+ }
111511
113042
  text = {
111512
113043
  localisation_key = string_PUE_ADJ_s_FR
111513
113044
  trigger = { has_country_flag = is_pue_flag }
@@ -111553,6 +113084,10 @@ defined_text = {
111553
113084
  localisation_key = string_AFG_ADJ_fs_FR
111554
113085
  trigger = { tag = AFG }
111555
113086
  }
113087
+ text = {
113088
+ localisation_key = string_ERS_ADJ_fs_FR
113089
+ trigger = { tag = ERS }
113090
+ }
111556
113091
  text = {
111557
113092
  localisation_key = string_AGG_ADJ_fs_FR
111558
113093
  trigger = { tag = AGG }
@@ -115503,6 +117038,10 @@ defined_text = {
115503
117038
  localisation_key = string_E10_ADJ_mp_FR
115504
117039
  trigger = { has_country_flag = is_E10_flag }
115505
117040
  }
117041
+ text = {
117042
+ localisation_key = string_GREAT_ARMENIA_ADJ_mp_FR
117043
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
117044
+ }
115506
117045
  text = {
115507
117046
  localisation_key = string_NCP_ADJ_mp_FR
115508
117047
  trigger = { has_country_flag = is_NCP_flag }
@@ -115569,7 +117108,7 @@ defined_text = {
115569
117108
  }
115570
117109
  text = {
115571
117110
  localisation_key = string_KRJ_ADJ_m_FR
115572
- trigger = { has_country_flag = is_KRJ_flag }
117111
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
115573
117112
  }
115574
117113
  text = {
115575
117114
  localisation_key = string_BURMA_ADJ_mp_FR
@@ -115579,6 +117118,18 @@ defined_text = {
115579
117118
  localisation_key = string_SIQ_ADJ_mp_FR
115580
117119
  trigger = { has_country_flag = is_SIQ_flag }
115581
117120
  }
117121
+ text = {
117122
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_mp_FR
117123
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
117124
+ }
117125
+ text = {
117126
+ localisation_key = string_IRAN_STRING_ADJ_mp_FR
117127
+ trigger = { has_country_flag = is_iran_flag }
117128
+ }
117129
+ text = {
117130
+ localisation_key = string_ERANSHAHR_STRING_ADJ_mp_FR
117131
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
117132
+ }
115582
117133
  text = {
115583
117134
  localisation_key = string_PUE_ADJ_p_FR
115584
117135
  trigger = { has_country_flag = is_pue_flag }
@@ -115624,6 +117175,10 @@ defined_text = {
115624
117175
  localisation_key = string_AFG_ADJ_mp_FR
115625
117176
  trigger = { tag = AFG }
115626
117177
  }
117178
+ text = {
117179
+ localisation_key = string_ERS_ADJ_mp_FR
117180
+ trigger = { tag = ERS }
117181
+ }
115627
117182
  text = {
115628
117183
  localisation_key = string_AGG_ADJ_mp_FR
115629
117184
  trigger = { tag = AGG }
@@ -119574,6 +121129,10 @@ defined_text = {
119574
121129
  localisation_key = string_E10_ADJ_fp_FR
119575
121130
  trigger = { has_country_flag = is_E10_flag }
119576
121131
  }
121132
+ text = {
121133
+ localisation_key = string_GREAT_ARMENIA_ADJ_fp_FR
121134
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
121135
+ }
119577
121136
  text = {
119578
121137
  localisation_key = string_NCP_ADJ_fp_FR
119579
121138
  trigger = { has_country_flag = is_NCP_flag }
@@ -119640,7 +121199,7 @@ defined_text = {
119640
121199
  }
119641
121200
  text = {
119642
121201
  localisation_key = string_KRJ_ADJ_fp_FR
119643
- trigger = { has_country_flag = is_KRJ_flag }
121202
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
119644
121203
  }
119645
121204
  text = {
119646
121205
  localisation_key = string_BURMA_ADJ_fp_FR
@@ -119650,6 +121209,18 @@ defined_text = {
119650
121209
  localisation_key = string_SIQ_ADJ_fp_FR
119651
121210
  trigger = { has_country_flag = is_SIQ_flag }
119652
121211
  }
121212
+ text = {
121213
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fp_FR
121214
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
121215
+ }
121216
+ text = {
121217
+ localisation_key = string_IRAN_STRING_ADJ_fp_FR
121218
+ trigger = { has_country_flag = is_iran_flag }
121219
+ }
121220
+ text = {
121221
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fp_FR
121222
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
121223
+ }
119653
121224
  text = {
119654
121225
  localisation_key = string_PUE_ADJ_p_FR
119655
121226
  trigger = { has_country_flag = is_pue_flag }
@@ -119695,6 +121266,10 @@ defined_text = {
119695
121266
  localisation_key = string_AFG_ADJ_fp_FR
119696
121267
  trigger = { tag = AFG }
119697
121268
  }
121269
+ text = {
121270
+ localisation_key = string_ERS_ADJ_fp_FR
121271
+ trigger = { tag = ERS }
121272
+ }
119698
121273
  text = {
119699
121274
  localisation_key = string_AGG_ADJ_fp_FR
119700
121275
  trigger = { tag = AGG }
@@ -123647,6 +125222,10 @@ defined_text = {
123647
125222
  localisation_key = string_E10_ADJ_ms_FR
123648
125223
  trigger = { has_country_flag = is_E10_flag }
123649
125224
  }
125225
+ text = {
125226
+ localisation_key = string_GREAT_ARMENIA_ADJ_ms_FR
125227
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
125228
+ }
123650
125229
  text = {
123651
125230
  localisation_key = string_NCP_ADJ_ms_FR
123652
125231
  trigger = { has_country_flag = is_NCP_flag }
@@ -123713,7 +125292,7 @@ defined_text = {
123713
125292
  }
123714
125293
  text = {
123715
125294
  localisation_key = string_KRJ_ADJ_m_FR
123716
- trigger = { has_country_flag = is_KRJ_flag }
125295
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
123717
125296
  }
123718
125297
  text = {
123719
125298
  localisation_key = string_BURMA_ADJ_ms_FR
@@ -123723,6 +125302,18 @@ defined_text = {
123723
125302
  localisation_key = string_SIQ_ADJ_ms_FR
123724
125303
  trigger = { has_country_flag = is_SIQ_flag }
123725
125304
  }
125305
+ text = {
125306
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_ms_FR
125307
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
125308
+ }
125309
+ text = {
125310
+ localisation_key = string_IRAN_STRING_ADJ_ms_FR
125311
+ trigger = { has_country_flag = is_iran_flag }
125312
+ }
125313
+ text = {
125314
+ localisation_key = string_ERANSHAHR_STRING_ADJ_ms_FR
125315
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
125316
+ }
123726
125317
  text = {
123727
125318
  localisation_key = string_PUE_ADJ_s_FR
123728
125319
  trigger = { has_country_flag = is_pue_flag }
@@ -123768,6 +125359,10 @@ defined_text = {
123768
125359
  localisation_key = string_AFG_ADJ_ms_FR
123769
125360
  trigger = { tag = AFG }
123770
125361
  }
125362
+ text = {
125363
+ localisation_key = string_ERS_ADJ_ms_FR
125364
+ trigger = { tag = ERS }
125365
+ }
123771
125366
  text = {
123772
125367
  localisation_key = string_AGG_ADJ_ms_FR
123773
125368
  trigger = { tag = AGG }
@@ -127718,6 +129313,10 @@ defined_text = {
127718
129313
  localisation_key = string_E10_ADJ_fs_FR
127719
129314
  trigger = { has_country_flag = is_E10_flag }
127720
129315
  }
129316
+ text = {
129317
+ localisation_key = string_GREAT_ARMENIA_ADJ_fs_FR
129318
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
129319
+ }
127721
129320
  text = {
127722
129321
  localisation_key = string_NCP_ADJ_fs_FR
127723
129322
  trigger = { has_country_flag = is_NCP_flag }
@@ -127784,7 +129383,7 @@ defined_text = {
127784
129383
  }
127785
129384
  text = {
127786
129385
  localisation_key = string_KRJ_ADJ_fs_FR
127787
- trigger = { has_country_flag = is_KRJ_flag }
129386
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
127788
129387
  }
127789
129388
  text = {
127790
129389
  localisation_key = string_BURMA_ADJ_fs_FR
@@ -127794,6 +129393,18 @@ defined_text = {
127794
129393
  localisation_key = string_SIQ_ADJ_fs_FR
127795
129394
  trigger = { has_country_flag = is_SIQ_flag }
127796
129395
  }
129396
+ text = {
129397
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fs_FR
129398
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
129399
+ }
129400
+ text = {
129401
+ localisation_key = string_IRAN_STRING_ADJ_fs_FR
129402
+ trigger = { has_country_flag = is_iran_flag }
129403
+ }
129404
+ text = {
129405
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fs_FR
129406
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
129407
+ }
127797
129408
  text = {
127798
129409
  localisation_key = string_PUE_ADJ_s_FR
127799
129410
  trigger = { has_country_flag = is_pue_flag }
@@ -127839,6 +129450,10 @@ defined_text = {
127839
129450
  localisation_key = string_AFG_ADJ_fs_FR
127840
129451
  trigger = { tag = AFG }
127841
129452
  }
129453
+ text = {
129454
+ localisation_key = string_ERS_ADJ_fs_FR
129455
+ trigger = { tag = ERS }
129456
+ }
127842
129457
  text = {
127843
129458
  localisation_key = string_AGG_ADJ_fs_FR
127844
129459
  trigger = { tag = AGG }
@@ -131789,6 +133404,10 @@ defined_text = {
131789
133404
  localisation_key = string_E10_ADJ_mp_FR
131790
133405
  trigger = { has_country_flag = is_E10_flag }
131791
133406
  }
133407
+ text = {
133408
+ localisation_key = string_GREAT_ARMENIA_ADJ_mp_FR
133409
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
133410
+ }
131792
133411
  text = {
131793
133412
  localisation_key = string_NCP_ADJ_mp_FR
131794
133413
  trigger = { has_country_flag = is_NCP_flag }
@@ -131855,7 +133474,7 @@ defined_text = {
131855
133474
  }
131856
133475
  text = {
131857
133476
  localisation_key = string_KRJ_ADJ_m_FR
131858
- trigger = { has_country_flag = is_KRJ_flag }
133477
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
131859
133478
  }
131860
133479
  text = {
131861
133480
  localisation_key = string_BURMA_ADJ_mp_FR
@@ -131865,6 +133484,18 @@ defined_text = {
131865
133484
  localisation_key = string_SIQ_ADJ_mp_FR
131866
133485
  trigger = { has_country_flag = is_SIQ_flag }
131867
133486
  }
133487
+ text = {
133488
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_mp_FR
133489
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
133490
+ }
133491
+ text = {
133492
+ localisation_key = string_IRAN_STRING_ADJ_mp_FR
133493
+ trigger = { has_country_flag = is_iran_flag }
133494
+ }
133495
+ text = {
133496
+ localisation_key = string_ERANSHAHR_STRING_ADJ_mp_FR
133497
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
133498
+ }
131868
133499
  text = {
131869
133500
  localisation_key = string_PUE_ADJ_p_FR
131870
133501
  trigger = { has_country_flag = is_pue_flag }
@@ -131910,6 +133541,10 @@ defined_text = {
131910
133541
  localisation_key = string_AFG_ADJ_mp_FR
131911
133542
  trigger = { tag = AFG }
131912
133543
  }
133544
+ text = {
133545
+ localisation_key = string_ERS_ADJ_mp_FR
133546
+ trigger = { tag = ERS }
133547
+ }
131913
133548
  text = {
131914
133549
  localisation_key = string_AGG_ADJ_mp_FR
131915
133550
  trigger = { tag = AGG }
@@ -135860,6 +137495,10 @@ defined_text = {
135860
137495
  localisation_key = string_E10_ADJ_fp_FR
135861
137496
  trigger = { has_country_flag = is_E10_flag }
135862
137497
  }
137498
+ text = {
137499
+ localisation_key = string_GREAT_ARMENIA_ADJ_fp_FR
137500
+ trigger = { has_country_flag = is_GREAT_ARMENIA_flag }
137501
+ }
135863
137502
  text = {
135864
137503
  localisation_key = string_NCP_ADJ_fp_FR
135865
137504
  trigger = { has_country_flag = is_NCP_flag }
@@ -135926,7 +137565,7 @@ defined_text = {
135926
137565
  }
135927
137566
  text = {
135928
137567
  localisation_key = string_KRJ_ADJ_fp_FR
135929
- trigger = { has_country_flag = is_KRJ_flag }
137568
+ trigger = { OR = { has_country_flag = is_KRJ_flag has_country_flag = is_JPE_flag has_country_flag = is_JPS_flag } }
135930
137569
  }
135931
137570
  text = {
135932
137571
  localisation_key = string_BURMA_ADJ_fp_FR
@@ -135936,6 +137575,18 @@ defined_text = {
135936
137575
  localisation_key = string_SIQ_ADJ_fp_FR
135937
137576
  trigger = { has_country_flag = is_SIQ_flag }
135938
137577
  }
137578
+ text = {
137579
+ localisation_key = string_BYZ_eastern_roman_empire_ADJ_fp_FR
137580
+ trigger = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
137581
+ }
137582
+ text = {
137583
+ localisation_key = string_IRAN_STRING_ADJ_fp_FR
137584
+ trigger = { has_country_flag = is_iran_flag }
137585
+ }
137586
+ text = {
137587
+ localisation_key = string_ERANSHAHR_STRING_ADJ_fp_FR
137588
+ trigger = { OR = { has_country_flag = is_ERANSHAHR_flag has_country_flag = is_revolutionary_iran_flag } }
137589
+ }
135939
137590
  text = {
135940
137591
  localisation_key = string_PUE_ADJ_p_FR
135941
137592
  trigger = { has_country_flag = is_pue_flag }
@@ -135981,6 +137632,10 @@ defined_text = {
135981
137632
  localisation_key = string_AFG_ADJ_fp_FR
135982
137633
  trigger = { tag = AFG }
135983
137634
  }
137635
+ text = {
137636
+ localisation_key = string_ERS_ADJ_fp_FR
137637
+ trigger = { tag = ERS }
137638
+ }
135984
137639
  text = {
135985
137640
  localisation_key = string_AGG_ADJ_fp_FR
135986
137641
  trigger = { tag = AGG }
@@ -139825,6 +141480,14 @@ defined_text = {
139825
141480
  name = GetClercs
139826
141481
  random = no
139827
141482
  ### Usual cases / cas habituels ###
141483
+ text = {
141484
+ localisation_key = string_klirikoi_FR
141485
+ trigger = {
141486
+ has_estate = estate_church
141487
+ tag = BYZ
141488
+ culture_group = byzantine
141489
+ }
141490
+ }
139828
141491
  text = {
139829
141492
  localisation_key = string_ogboni_FR
139830
141493
  trigger = {
@@ -140054,6 +141717,14 @@ defined_text = {
140054
141717
  }
140055
141718
  }
140056
141719
  ### Fallback (also better than GetChurchOrFallbackName) ###
141720
+ text = {
141721
+ localisation_key = string_klirikoi_FR
141722
+ trigger = {
141723
+ NOT = { has_estate = estate_church }
141724
+ tag = BYZ
141725
+ culture_group = byzantine
141726
+ }
141727
+ }
140057
141728
  text = {
140058
141729
  localisation_key = string_ogboni_FR
140059
141730
  trigger = {
@@ -140307,6 +141978,13 @@ defined_text = {
140307
141978
  name = GetNobles
140308
141979
  random = no
140309
141980
  ### Usual cases / cas habituels ###
141981
+ text = {
141982
+ localisation_key = string_estate_mamluks_FR
141983
+ trigger = {
141984
+ has_estate = estate_nobles
141985
+ tag = MAM
141986
+ }
141987
+ }
140310
141988
  text = {
140311
141989
  localisation_key = string_estate_imperial_nobility_FR
140312
141990
  trigger = {
@@ -140321,6 +141999,14 @@ defined_text = {
140321
141999
  tag = OYO
140322
142000
  }
140323
142001
  }
142002
+ text = {
142003
+ localisation_key = string_eugeneis_FR
142004
+ trigger = {
142005
+ has_estate = estate_nobles
142006
+ tag = BYZ
142007
+ culture_group = byzantine
142008
+ }
142009
+ }
140324
142010
  text = {
140325
142011
  localisation_key = string_nakomse_FR
140326
142012
  trigger = {
@@ -140531,6 +142217,13 @@ defined_text = {
140531
142217
  }
140532
142218
  }
140533
142219
  ### Fallback (also better than GetNobilityOrFallbackName) ###
142220
+ text = {
142221
+ localisation_key = string_estate_mamluks_FR
142222
+ trigger = {
142223
+ NOT = { has_estate = estate_nobles }
142224
+ tag = MAM
142225
+ }
142226
+ }
140534
142227
  text = {
140535
142228
  localisation_key = string_estate_imperial_nobility_FR
140536
142229
  trigger = {
@@ -140545,6 +142238,14 @@ defined_text = {
140545
142238
  tag = OYO
140546
142239
  }
140547
142240
  }
142241
+ text = {
142242
+ localisation_key = string_eugeneis_FR
142243
+ trigger = {
142244
+ NOT = { has_estate = estate_nobles }
142245
+ tag = BYZ
142246
+ culture_group = byzantine
142247
+ }
142248
+ }
140548
142249
  text = {
140549
142250
  localisation_key = string_nakomse_FR
140550
142251
  trigger = {
@@ -140797,6 +142498,14 @@ defined_text = {
140797
142498
  name = GetBourgeois
140798
142499
  random = no
140799
142500
  ### Usual cases / cas habituels ###
142501
+ text = {
142502
+ localisation_key = string_emporoi_FR
142503
+ trigger = {
142504
+ has_estate = estate_burghers
142505
+ tag = BYZ
142506
+ culture_group = byzantine
142507
+ }
142508
+ }
140800
142509
  text = {
140801
142510
  localisation_key = string_estate_quartersmasters_FR
140802
142511
  trigger = {
@@ -140855,6 +142564,14 @@ defined_text = {
140855
142564
  }
140856
142565
  }
140857
142566
  ### Fallback (also better than GetBurghersOrFallbackName) ###
142567
+ text = {
142568
+ localisation_key = string_emporoi_FR
142569
+ trigger = {
142570
+ NOT = { has_estate = estate_burghers }
142571
+ tag = BYZ
142572
+ culture_group = byzantine
142573
+ }
142574
+ }
140858
142575
  text = {
140859
142576
  localisation_key = string_estate_quartersmasters_FR
140860
142577
  trigger = {
@@ -141106,6 +142823,56 @@ defined_text = {
141106
142823
  }
141107
142824
  }
141108
142825
  }
142826
+ # Ex: "[Qizilbash]" => "les [qizilb�sh]" (lower case / minuscule)
142827
+ defined_text = {
142828
+ name = GetQizilbash
142829
+ random = no
142830
+ text = {
142831
+ localisation_key = string_aswaran_FR
142832
+ trigger = {
142833
+ has_estate = estate_qizilbash
142834
+ religion_group = zoroastrian_group
142835
+ }
142836
+ }
142837
+ text = {
142838
+ localisation_key = string_qizilbash_FR
142839
+ trigger = {
142840
+ has_estate = estate_qizilbash
142841
+ NOT = { religion_group = zoroastrian_group }
142842
+ }
142843
+ }
142844
+ text = { # Fallback
142845
+ localisation_key = string_aswaran_FR
142846
+ trigger = {
142847
+ NOT = { has_estate = estate_qizilbash }
142848
+ religion_group = zoroastrian_group
142849
+ }
142850
+ }
142851
+ text = {
142852
+ localisation_key = string_qizilbash_FR
142853
+ trigger = {
142854
+ NOT = { has_estate = estate_qizilbash }
142855
+ NOT = { religion_group = zoroastrian_group }
142856
+ }
142857
+ }
142858
+ }
142859
+ # Ex: "[Ghulams]" => "les [ghilm�n]" (lower case / minuscule)
142860
+ defined_text = {
142861
+ name = GetGhilman
142862
+ random = no
142863
+ text = {
142864
+ localisation_key = string_ghulams_FR
142865
+ trigger = {
142866
+ has_estate = estate_ghulams
142867
+ }
142868
+ }
142869
+ text = { # Fallback
142870
+ localisation_key = string_ghulams_FR
142871
+ trigger = {
142872
+ NOT = { has_estate = estate_ghulams }
142873
+ }
142874
+ }
142875
+ }
141109
142876
 
141110
142877
 
141111
142878
  # Ex: "[Burghers] hold the power" => "les [bourgeois] d�tiennent le pouvoir" (lower case / minuscule)
@@ -141190,6 +142957,18 @@ defined_text = {
141190
142957
  has_estate_led_regency = { estate = estate_janissaries }
141191
142958
  }
141192
142959
  }
142960
+ text = {
142961
+ localisation_key = string_qizilbash_FR_this
142962
+ trigger = {
142963
+ has_estate_led_regency = { estate = estate_qizilbash }
142964
+ }
142965
+ }
142966
+ text = {
142967
+ localisation_key = string_ghulams_FR_this
142968
+ trigger = {
142969
+ has_estate_led_regency = { estate = estate_ghulams }
142970
+ }
142971
+ }
141193
142972
  }
141194
142973
 
141195
142974
 
@@ -141314,6 +143093,24 @@ defined_text = {
141314
143093
  }
141315
143094
  }
141316
143095
  }
143096
+ text = {
143097
+ localisation_key = string_qizilbash_FR_this
143098
+ trigger = {
143099
+ estate_influence = {
143100
+ estate = estate_qizilbash
143101
+ influence = 70
143102
+ }
143103
+ }
143104
+ }
143105
+ text = {
143106
+ localisation_key = string_ghulams_FR_this
143107
+ trigger = {
143108
+ estate_influence = {
143109
+ estate = estate_ghulams
143110
+ influence = 70
143111
+ }
143112
+ }
143113
+ }
141317
143114
  }
141318
143115
 
141319
143116
 
@@ -141542,6 +143339,40 @@ defined_text = {
141542
143339
  }
141543
143340
  }
141544
143341
  }
143342
+ text = {
143343
+ localisation_key = string_qizilbash_FR_this
143344
+ trigger = {
143345
+ AND = {
143346
+ estate_influence = {
143347
+ estate = estate_qizilbash
143348
+ influence = 70
143349
+ }
143350
+ NOT = {
143351
+ estate_loyalty = {
143352
+ estate = estate_qizilbash
143353
+ loyalty = 10
143354
+ }
143355
+ }
143356
+ }
143357
+ }
143358
+ }
143359
+ text = {
143360
+ localisation_key = string_ghulams_FR_this
143361
+ trigger = {
143362
+ AND = {
143363
+ estate_influence = {
143364
+ estate = estate_ghulams
143365
+ influence = 70
143366
+ }
143367
+ NOT = {
143368
+ estate_loyalty = {
143369
+ estate = estate_ghulams
143370
+ loyalty = 10
143371
+ }
143372
+ }
143373
+ }
143374
+ }
143375
+ }
141545
143376
  }
141546
143377
 
141547
143378
 
@@ -141770,6 +143601,40 @@ defined_text = {
141770
143601
  }
141771
143602
  }
141772
143603
  }
143604
+ text = {
143605
+ localisation_key = string_qizilbash_FR_this
143606
+ trigger = {
143607
+ AND = {
143608
+ estate_influence = {
143609
+ estate = estate_qizilbash
143610
+ influence = 80
143611
+ }
143612
+ NOT = {
143613
+ estate_loyalty = {
143614
+ estate = estate_qizilbash
143615
+ loyalty = 30
143616
+ }
143617
+ }
143618
+ }
143619
+ }
143620
+ }
143621
+ text = {
143622
+ localisation_key = string_ghulams_FR_this
143623
+ trigger = {
143624
+ AND = {
143625
+ estate_influence = {
143626
+ estate = estate_ghulams
143627
+ influence = 80
143628
+ }
143629
+ NOT = {
143630
+ estate_loyalty = {
143631
+ estate = estate_ghulams
143632
+ loyalty = 30
143633
+ }
143634
+ }
143635
+ }
143636
+ }
143637
+ }
141773
143638
  }
141774
143639
 
141775
143640
 
@@ -143157,10 +145022,18 @@ defined_text = {
143157
145022
  localisation_key = string_goths_s_FR
143158
145023
  trigger = { employed_advisor = { category = ADM culture = goths } }
143159
145024
  }
145025
+ text = {
145026
+ localisation_key = string_griko_ms_FR
145027
+ trigger = { OR = { primary_culture = griko culture = griko } }
145028
+ }
143160
145029
  text = {
143161
145030
  localisation_key = string_georgian_ms_FR
143162
145031
  trigger = { employed_advisor = { category = ADM culture = georgian } }
143163
145032
  }
145033
+ text = {
145034
+ localisation_key = string_georgian_ms_FR
145035
+ trigger = { employed_advisor = { category = ADM culture = georgian_new } }
145036
+ }
143164
145037
  text = {
143165
145038
  localisation_key = string_circassian_ms_FR
143166
145039
  trigger = { employed_advisor = { category = ADM culture = circassian } }
@@ -143177,6 +145050,10 @@ defined_text = {
143177
145050
  localisation_key = string_armenian_ms_FR
143178
145051
  trigger = { employed_advisor = { category = ADM culture = armenian } }
143179
145052
  }
145053
+ text = {
145054
+ localisation_key = string_turco_iranian_ms_FR
145055
+ trigger = { employed_advisor = { category = ADM culture = turco_iranian } }
145056
+ }
143180
145057
  text = {
143181
145058
  localisation_key = string_turkish_ms_FR
143182
145059
  trigger = { employed_advisor = { category = ADM culture = turkish } }
@@ -144775,10 +146652,18 @@ defined_text = {
144775
146652
  localisation_key = string_goths_s_FR
144776
146653
  trigger = { employed_advisor = { category = ADM culture = goths } }
144777
146654
  }
146655
+ text = {
146656
+ localisation_key = string_griko_fs_FR
146657
+ trigger = { OR = { primary_culture = griko culture = griko } }
146658
+ }
144778
146659
  text = {
144779
146660
  localisation_key = string_georgian_fs_FR
144780
146661
  trigger = { employed_advisor = { category = ADM culture = georgian } }
144781
146662
  }
146663
+ text = {
146664
+ localisation_key = string_georgian_fs_FR
146665
+ trigger = { employed_advisor = { category = ADM culture = georgian_new } }
146666
+ }
144782
146667
  text = {
144783
146668
  localisation_key = string_circassian_fs_FR
144784
146669
  trigger = { employed_advisor = { category = ADM culture = circassian } }
@@ -144795,6 +146680,10 @@ defined_text = {
144795
146680
  localisation_key = string_armenian_fs_FR
144796
146681
  trigger = { employed_advisor = { category = ADM culture = armenian } }
144797
146682
  }
146683
+ text = {
146684
+ localisation_key = string_turco_iranian_fs_FR
146685
+ trigger = { employed_advisor = { category = ADM culture = turco_iranian } }
146686
+ }
144798
146687
  text = {
144799
146688
  localisation_key = string_turkish_fs_FR
144800
146689
  trigger = { employed_advisor = { category = ADM culture = turkish } }
@@ -146393,10 +148282,18 @@ defined_text = {
146393
148282
  localisation_key = string_goths_p_FR
146394
148283
  trigger = { employed_advisor = { category = ADM culture = goths } }
146395
148284
  }
148285
+ text = {
148286
+ localisation_key = string_griko_mp_FR
148287
+ trigger = { employed_advisor = { category = ADM culture = griko } }
148288
+ }
146396
148289
  text = {
146397
148290
  localisation_key = string_georgian_mp_FR
146398
148291
  trigger = { employed_advisor = { category = ADM culture = georgian } }
146399
148292
  }
148293
+ text = {
148294
+ localisation_key = string_georgian_mp_FR
148295
+ trigger = { employed_advisor = { category = ADM culture = georgian_new } }
148296
+ }
146400
148297
  text = {
146401
148298
  localisation_key = string_circassian_mp_FR
146402
148299
  trigger = { employed_advisor = { category = ADM culture = circassian } }
@@ -146413,6 +148310,10 @@ defined_text = {
146413
148310
  localisation_key = string_armenian_mp_FR
146414
148311
  trigger = { employed_advisor = { category = ADM culture = armenian } }
146415
148312
  }
148313
+ text = {
148314
+ localisation_key = string_turco_iranian_mp_FR
148315
+ trigger = { employed_advisor = { category = ADM culture = turco_iranian } }
148316
+ }
146416
148317
  text = {
146417
148318
  localisation_key = string_turkish_mp_FR
146418
148319
  trigger = { employed_advisor = { category = ADM culture = turkish } }
@@ -148011,10 +149912,18 @@ defined_text = {
148011
149912
  localisation_key = string_goths_p_FR
148012
149913
  trigger = { employed_advisor = { category = ADM culture = goths } }
148013
149914
  }
149915
+ text = {
149916
+ localisation_key = string_griko_fp_FR
149917
+ trigger = { employed_advisor = { category = ADM culture = griko } }
149918
+ }
148014
149919
  text = {
148015
149920
  localisation_key = string_georgian_fp_FR
148016
149921
  trigger = { employed_advisor = { category = ADM culture = georgian } }
148017
149922
  }
149923
+ text = {
149924
+ localisation_key = string_georgian_fp_FR
149925
+ trigger = { employed_advisor = { category = ADM culture = georgian_new } }
149926
+ }
148018
149927
  text = {
148019
149928
  localisation_key = string_circassian_fp_FR
148020
149929
  trigger = { employed_advisor = { category = ADM culture = circassian } }
@@ -148031,6 +149940,10 @@ defined_text = {
148031
149940
  localisation_key = string_armenian_fp_FR
148032
149941
  trigger = { employed_advisor = { category = ADM culture = armenian } }
148033
149942
  }
149943
+ text = {
149944
+ localisation_key = string_turco_iranian_fp_FR
149945
+ trigger = { employed_advisor = { category = ADM culture = turco_iranian } }
149946
+ }
148034
149947
  text = {
148035
149948
  localisation_key = string_turkish_fp_FR
148036
149949
  trigger = { employed_advisor = { category = ADM culture = turkish } }
@@ -149634,10 +151547,18 @@ defined_text = {
149634
151547
  localisation_key = string_goths_s_FR
149635
151548
  trigger = { employed_advisor = { category = DIP culture = goths } }
149636
151549
  }
151550
+ text = {
151551
+ localisation_key = string_griko_ms_FR
151552
+ trigger = { employed_advisor = { category = DIP culture = griko } }
151553
+ }
149637
151554
  text = {
149638
151555
  localisation_key = string_georgian_ms_FR
149639
151556
  trigger = { employed_advisor = { category = DIP culture = georgian } }
149640
151557
  }
151558
+ text = {
151559
+ localisation_key = string_georgian_ms_FR
151560
+ trigger = { employed_advisor = { category = DIP culture = georgian_new } }
151561
+ }
149641
151562
  text = {
149642
151563
  localisation_key = string_circassian_ms_FR
149643
151564
  trigger = { employed_advisor = { category = DIP culture = circassian } }
@@ -149654,6 +151575,10 @@ defined_text = {
149654
151575
  localisation_key = string_armenian_ms_FR
149655
151576
  trigger = { employed_advisor = { category = DIP culture = armenian } }
149656
151577
  }
151578
+ text = {
151579
+ localisation_key = string_turco_iranian_ms_FR
151580
+ trigger = { employed_advisor = { category = DIP culture = turco_iranian } }
151581
+ }
149657
151582
  text = {
149658
151583
  localisation_key = string_turkish_ms_FR
149659
151584
  trigger = { employed_advisor = { category = DIP culture = turkish } }
@@ -151252,10 +153177,18 @@ defined_text = {
151252
153177
  localisation_key = string_goths_s_FR
151253
153178
  trigger = { employed_advisor = { category = DIP culture = goths } }
151254
153179
  }
153180
+ text = {
153181
+ localisation_key = string_griko_fs_FR
153182
+ trigger = { employed_advisor = { category = DIP culture = griko } }
153183
+ }
151255
153184
  text = {
151256
153185
  localisation_key = string_georgian_fs_FR
151257
153186
  trigger = { employed_advisor = { category = DIP culture = georgian } }
151258
153187
  }
153188
+ text = {
153189
+ localisation_key = string_georgian_fs_FR
153190
+ trigger = { employed_advisor = { category = DIP culture = georgian_new } }
153191
+ }
151259
153192
  text = {
151260
153193
  localisation_key = string_circassian_fs_FR
151261
153194
  trigger = { employed_advisor = { category = DIP culture = circassian } }
@@ -151272,6 +153205,10 @@ defined_text = {
151272
153205
  localisation_key = string_armenian_fs_FR
151273
153206
  trigger = { employed_advisor = { category = DIP culture = armenian } }
151274
153207
  }
153208
+ text = {
153209
+ localisation_key = string_turco_iranian_fs_FR
153210
+ trigger = { employed_advisor = { category = DIP culture = turco_iranian } }
153211
+ }
151275
153212
  text = {
151276
153213
  localisation_key = string_turkish_fs_FR
151277
153214
  trigger = { employed_advisor = { category = DIP culture = turkish } }
@@ -152870,10 +154807,18 @@ defined_text = {
152870
154807
  localisation_key = string_goths_p_FR
152871
154808
  trigger = { employed_advisor = { category = DIP culture = goths } }
152872
154809
  }
154810
+ text = {
154811
+ localisation_key = string_griko_mp_FR
154812
+ trigger = { employed_advisor = { category = DIP culture = griko } }
154813
+ }
152873
154814
  text = {
152874
154815
  localisation_key = string_georgian_mp_FR
152875
154816
  trigger = { employed_advisor = { category = DIP culture = georgian } }
152876
154817
  }
154818
+ text = {
154819
+ localisation_key = string_georgian_mp_FR
154820
+ trigger = { employed_advisor = { category = DIP culture = georgian_new } }
154821
+ }
152877
154822
  text = {
152878
154823
  localisation_key = string_circassian_mp_FR
152879
154824
  trigger = { employed_advisor = { category = DIP culture = circassian } }
@@ -152890,6 +154835,10 @@ defined_text = {
152890
154835
  localisation_key = string_armenian_mp_FR
152891
154836
  trigger = { employed_advisor = { category = DIP culture = armenian } }
152892
154837
  }
154838
+ text = {
154839
+ localisation_key = string_turco_iranian_mp_FR
154840
+ trigger = { employed_advisor = { category = DIP culture = turco_iranian } }
154841
+ }
152893
154842
  text = {
152894
154843
  localisation_key = string_turkish_mp_FR
152895
154844
  trigger = { employed_advisor = { category = DIP culture = turkish } }
@@ -154488,10 +156437,18 @@ defined_text = {
154488
156437
  localisation_key = string_goths_p_FR
154489
156438
  trigger = { employed_advisor = { category = DIP culture = goths } }
154490
156439
  }
156440
+ text = {
156441
+ localisation_key = string_griko_fp_FR
156442
+ trigger = { employed_advisor = { category = DIP culture = griko } }
156443
+ }
154491
156444
  text = {
154492
156445
  localisation_key = string_georgian_fp_FR
154493
156446
  trigger = { employed_advisor = { category = DIP culture = georgian } }
154494
156447
  }
156448
+ text = {
156449
+ localisation_key = string_georgian_fp_FR
156450
+ trigger = { employed_advisor = { category = DIP culture = georgian_new } }
156451
+ }
154495
156452
  text = {
154496
156453
  localisation_key = string_circassian_fp_FR
154497
156454
  trigger = { employed_advisor = { category = DIP culture = circassian } }
@@ -154508,6 +156465,10 @@ defined_text = {
154508
156465
  localisation_key = string_armenian_fp_FR
154509
156466
  trigger = { employed_advisor = { category = DIP culture = armenian } }
154510
156467
  }
156468
+ text = {
156469
+ localisation_key = string_turco_iranian_fp_FR
156470
+ trigger = { employed_advisor = { category = DIP culture = turco_iranian } }
156471
+ }
154511
156472
  text = {
154512
156473
  localisation_key = string_turkish_fp_FR
154513
156474
  trigger = { employed_advisor = { category = DIP culture = turkish } }
@@ -156111,10 +158072,18 @@ defined_text = {
156111
158072
  localisation_key = string_goths_s_FR
156112
158073
  trigger = { employed_advisor = { category = MIL culture = goths } }
156113
158074
  }
158075
+ text = {
158076
+ localisation_key = string_griko_ms_FR
158077
+ trigger = { employed_advisor = { category = MIL culture = griko } }
158078
+ }
156114
158079
  text = {
156115
158080
  localisation_key = string_georgian_ms_FR
156116
158081
  trigger = { employed_advisor = { category = MIL culture = georgian } }
156117
158082
  }
158083
+ text = {
158084
+ localisation_key = string_georgian_ms_FR
158085
+ trigger = { employed_advisor = { category = MIL culture = georgian_new } }
158086
+ }
156118
158087
  text = {
156119
158088
  localisation_key = string_circassian_ms_FR
156120
158089
  trigger = { employed_advisor = { category = MIL culture = circassian } }
@@ -156131,6 +158100,10 @@ defined_text = {
156131
158100
  localisation_key = string_armenian_ms_FR
156132
158101
  trigger = { employed_advisor = { category = MIL culture = armenian } }
156133
158102
  }
158103
+ text = {
158104
+ localisation_key = string_turco_iranian_ms_FR
158105
+ trigger = { employed_advisor = { category = MIL culture = turco_iranian } }
158106
+ }
156134
158107
  text = {
156135
158108
  localisation_key = string_turkish_ms_FR
156136
158109
  trigger = { employed_advisor = { category = MIL culture = turkish } }
@@ -157729,10 +159702,18 @@ defined_text = {
157729
159702
  localisation_key = string_goths_s_FR
157730
159703
  trigger = { employed_advisor = { category = MIL culture = goths } }
157731
159704
  }
159705
+ text = {
159706
+ localisation_key = string_griko_fs_FR
159707
+ trigger = { employed_advisor = { category = MIL culture = griko } }
159708
+ }
157732
159709
  text = {
157733
159710
  localisation_key = string_georgian_fs_FR
157734
159711
  trigger = { employed_advisor = { category = MIL culture = georgian } }
157735
159712
  }
159713
+ text = {
159714
+ localisation_key = string_georgian_fs_FR
159715
+ trigger = { employed_advisor = { category = MIL culture = georgian_new } }
159716
+ }
157736
159717
  text = {
157737
159718
  localisation_key = string_circassian_fs_FR
157738
159719
  trigger = { employed_advisor = { category = MIL culture = circassian } }
@@ -157749,6 +159730,10 @@ defined_text = {
157749
159730
  localisation_key = string_armenian_fs_FR
157750
159731
  trigger = { employed_advisor = { category = MIL culture = armenian } }
157751
159732
  }
159733
+ text = {
159734
+ localisation_key = string_turco_iranian_fs_FR
159735
+ trigger = { employed_advisor = { category = MIL culture = turco_iranian } }
159736
+ }
157752
159737
  text = {
157753
159738
  localisation_key = string_turkish_fs_FR
157754
159739
  trigger = { employed_advisor = { category = MIL culture = turkish } }
@@ -159347,10 +161332,18 @@ defined_text = {
159347
161332
  localisation_key = string_goths_p_FR
159348
161333
  trigger = { employed_advisor = { category = MIL culture = goths } }
159349
161334
  }
161335
+ text = {
161336
+ localisation_key = string_griko_mp_FR
161337
+ trigger = { employed_advisor = { category = MIL culture = griko } }
161338
+ }
159350
161339
  text = {
159351
161340
  localisation_key = string_georgian_mp_FR
159352
161341
  trigger = { employed_advisor = { category = MIL culture = georgian } }
159353
161342
  }
161343
+ text = {
161344
+ localisation_key = string_georgian_mp_FR
161345
+ trigger = { employed_advisor = { category = MIL culture = georgian_new } }
161346
+ }
159354
161347
  text = {
159355
161348
  localisation_key = string_circassian_mp_FR
159356
161349
  trigger = { employed_advisor = { category = MIL culture = circassian } }
@@ -159367,6 +161360,10 @@ defined_text = {
159367
161360
  localisation_key = string_armenian_mp_FR
159368
161361
  trigger = { employed_advisor = { category = MIL culture = armenian } }
159369
161362
  }
161363
+ text = {
161364
+ localisation_key = string_turco_iranian_mp_FR
161365
+ trigger = { employed_advisor = { category = MIL culture = turco_iranian } }
161366
+ }
159370
161367
  text = {
159371
161368
  localisation_key = string_turkish_mp_FR
159372
161369
  trigger = { employed_advisor = { category = MIL culture = turkish } }
@@ -160965,10 +162962,18 @@ defined_text = {
160965
162962
  localisation_key = string_goths_p_FR
160966
162963
  trigger = { employed_advisor = { category = MIL culture = goths } }
160967
162964
  }
162965
+ text = {
162966
+ localisation_key = string_griko_fp_FR
162967
+ trigger = { employed_advisor = { category = MIL culture = griko } }
162968
+ }
160968
162969
  text = {
160969
162970
  localisation_key = string_georgian_fp_FR
160970
162971
  trigger = { employed_advisor = { category = MIL culture = georgian } }
160971
162972
  }
162973
+ text = {
162974
+ localisation_key = string_georgian_fp_FR
162975
+ trigger = { employed_advisor = { category = MIL culture = georgian_new } }
162976
+ }
160972
162977
  text = {
160973
162978
  localisation_key = string_circassian_fp_FR
160974
162979
  trigger = { employed_advisor = { category = MIL culture = circassian } }
@@ -160985,6 +162990,10 @@ defined_text = {
160985
162990
  localisation_key = string_armenian_fp_FR
160986
162991
  trigger = { employed_advisor = { category = MIL culture = armenian } }
160987
162992
  }
162993
+ text = {
162994
+ localisation_key = string_turco_iranian_fp_FR
162995
+ trigger = { employed_advisor = { category = MIL culture = turco_iranian } }
162996
+ }
160988
162997
  text = {
160989
162998
  localisation_key = string_turkish_fp_FR
160990
162999
  trigger = { employed_advisor = { category = MIL culture = turkish } }
@@ -162588,10 +164597,18 @@ defined_text = {
162588
164597
  localisation_key = string_goths_s_FR
162589
164598
  trigger = { ruler_culture = goths }
162590
164599
  }
164600
+ text = {
164601
+ localisation_key = string_griko_ms_FR
164602
+ trigger = { ruler_culture = griko }
164603
+ }
162591
164604
  text = {
162592
164605
  localisation_key = string_georgian_ms_FR
162593
164606
  trigger = { ruler_culture = georgian }
162594
164607
  }
164608
+ text = {
164609
+ localisation_key = string_georgian_ms_FR
164610
+ trigger = { ruler_culture = georgian_new }
164611
+ }
162595
164612
  text = {
162596
164613
  localisation_key = string_circassian_ms_FR
162597
164614
  trigger = { ruler_culture = circassian }
@@ -162608,6 +164625,10 @@ defined_text = {
162608
164625
  localisation_key = string_armenian_ms_FR
162609
164626
  trigger = { ruler_culture = armenian }
162610
164627
  }
164628
+ text = {
164629
+ localisation_key = string_turco_iranian_ms_FR
164630
+ trigger = { ruler_culture = turco_iranian }
164631
+ }
162611
164632
  text = {
162612
164633
  localisation_key = string_turkish_ms_FR
162613
164634
  trigger = { ruler_culture = turkish }
@@ -164206,10 +166227,18 @@ defined_text = {
164206
166227
  localisation_key = string_goths_s_FR
164207
166228
  trigger = { ruler_culture = goths }
164208
166229
  }
166230
+ text = {
166231
+ localisation_key = string_griko_fs_FR
166232
+ trigger = { ruler_culture = griko }
166233
+ }
164209
166234
  text = {
164210
166235
  localisation_key = string_georgian_fs_FR
164211
166236
  trigger = { ruler_culture = georgian }
164212
166237
  }
166238
+ text = {
166239
+ localisation_key = string_georgian_fs_FR
166240
+ trigger = { ruler_culture = georgian_new }
166241
+ }
164213
166242
  text = {
164214
166243
  localisation_key = string_circassian_fs_FR
164215
166244
  trigger = { ruler_culture = circassian }
@@ -164226,6 +166255,10 @@ defined_text = {
164226
166255
  localisation_key = string_armenian_fs_FR
164227
166256
  trigger = { ruler_culture = armenian }
164228
166257
  }
166258
+ text = {
166259
+ localisation_key = string_turco_iranian_fs_FR
166260
+ trigger = { ruler_culture = turco_iranian }
166261
+ }
164229
166262
  text = {
164230
166263
  localisation_key = string_turkish_fs_FR
164231
166264
  trigger = { ruler_culture = turkish }
@@ -165824,10 +167857,18 @@ defined_text = {
165824
167857
  localisation_key = string_goths_p_FR
165825
167858
  trigger = { ruler_culture = goths }
165826
167859
  }
167860
+ text = {
167861
+ localisation_key = string_griko_mp_FR
167862
+ trigger = { ruler_culture = griko }
167863
+ }
165827
167864
  text = {
165828
167865
  localisation_key = string_georgian_mp_FR
165829
167866
  trigger = { ruler_culture = georgian }
165830
167867
  }
167868
+ text = {
167869
+ localisation_key = string_georgian_mp_FR
167870
+ trigger = { ruler_culture = georgian_new }
167871
+ }
165831
167872
  text = {
165832
167873
  localisation_key = string_circassian_mp_FR
165833
167874
  trigger = { ruler_culture = circassian }
@@ -165844,6 +167885,10 @@ defined_text = {
165844
167885
  localisation_key = string_armenian_mp_FR
165845
167886
  trigger = { ruler_culture = armenian }
165846
167887
  }
167888
+ text = {
167889
+ localisation_key = string_turco_iranian_mp_FR
167890
+ trigger = { ruler_culture = turco_iranian }
167891
+ }
165847
167892
  text = {
165848
167893
  localisation_key = string_turkish_mp_FR
165849
167894
  trigger = { ruler_culture = turkish }
@@ -167442,10 +169487,18 @@ defined_text = {
167442
169487
  localisation_key = string_goths_p_FR
167443
169488
  trigger = { ruler_culture = goths }
167444
169489
  }
169490
+ text = {
169491
+ localisation_key = string_griko_fp_FR
169492
+ trigger = { ruler_culture = griko }
169493
+ }
167445
169494
  text = {
167446
169495
  localisation_key = string_georgian_fp_FR
167447
169496
  trigger = { ruler_culture = georgian }
167448
169497
  }
169498
+ text = {
169499
+ localisation_key = string_georgian_fp_FR
169500
+ trigger = { ruler_culture = georgian_new }
169501
+ }
167449
169502
  text = {
167450
169503
  localisation_key = string_circassian_fp_FR
167451
169504
  trigger = { ruler_culture = circassian }
@@ -167462,6 +169515,10 @@ defined_text = {
167462
169515
  localisation_key = string_armenian_fp_FR
167463
169516
  trigger = { ruler_culture = armenian }
167464
169517
  }
169518
+ text = {
169519
+ localisation_key = string_turco_iranian_fp_FR
169520
+ trigger = { ruler_culture = turco_iranian }
169521
+ }
167465
169522
  text = {
167466
169523
  localisation_key = string_turkish_fp_FR
167467
169524
  trigger = { ruler_culture = turkish }
@@ -169065,10 +171122,18 @@ defined_text = {
169065
171122
  localisation_key = string_goths_s_FR
169066
171123
  trigger = { consort_culture = goths }
169067
171124
  }
171125
+ text = {
171126
+ localisation_key = string_griko_ms_FR
171127
+ trigger = { consort_culture = griko }
171128
+ }
169068
171129
  text = {
169069
171130
  localisation_key = string_georgian_ms_FR
169070
171131
  trigger = { consort_culture = georgian }
169071
171132
  }
171133
+ text = {
171134
+ localisation_key = string_georgian_ms_FR
171135
+ trigger = { consort_culture = georgian_new }
171136
+ }
169072
171137
  text = {
169073
171138
  localisation_key = string_circassian_ms_FR
169074
171139
  trigger = { consort_culture = circassian }
@@ -169085,6 +171150,10 @@ defined_text = {
169085
171150
  localisation_key = string_armenian_ms_FR
169086
171151
  trigger = { consort_culture = armenian }
169087
171152
  }
171153
+ text = {
171154
+ localisation_key = string_turco_iranian_ms_FR
171155
+ trigger = { consort_culture = turco_iranian }
171156
+ }
169088
171157
  text = {
169089
171158
  localisation_key = string_turkish_ms_FR
169090
171159
  trigger = { consort_culture = turkish }
@@ -170683,10 +172752,18 @@ defined_text = {
170683
172752
  localisation_key = string_goths_s_FR
170684
172753
  trigger = { consort_culture = goths }
170685
172754
  }
172755
+ text = {
172756
+ localisation_key = string_griko_fs_FR
172757
+ trigger = { consort_culture = griko }
172758
+ }
170686
172759
  text = {
170687
172760
  localisation_key = string_georgian_fs_FR
170688
172761
  trigger = { consort_culture = georgian }
170689
172762
  }
172763
+ text = {
172764
+ localisation_key = string_georgian_fs_FR
172765
+ trigger = { consort_culture = georgian_new }
172766
+ }
170690
172767
  text = {
170691
172768
  localisation_key = string_circassian_fs_FR
170692
172769
  trigger = { consort_culture = circassian }
@@ -170703,6 +172780,10 @@ defined_text = {
170703
172780
  localisation_key = string_armenian_fs_FR
170704
172781
  trigger = { consort_culture = armenian }
170705
172782
  }
172783
+ text = {
172784
+ localisation_key = string_turco_iranian_fs_FR
172785
+ trigger = { consort_culture = turco_iranian }
172786
+ }
170706
172787
  text = {
170707
172788
  localisation_key = string_turkish_fs_FR
170708
172789
  trigger = { consort_culture = turkish }
@@ -172301,10 +174382,18 @@ defined_text = {
172301
174382
  localisation_key = string_goths_p_FR
172302
174383
  trigger = { consort_culture = goths }
172303
174384
  }
174385
+ text = {
174386
+ localisation_key = string_griko_mp_FR
174387
+ trigger = { consort_culture = griko }
174388
+ }
172304
174389
  text = {
172305
174390
  localisation_key = string_georgian_mp_FR
172306
174391
  trigger = { consort_culture = georgian }
172307
174392
  }
174393
+ text = {
174394
+ localisation_key = string_georgian_mp_FR
174395
+ trigger = { consort_culture = georgian_new }
174396
+ }
172308
174397
  text = {
172309
174398
  localisation_key = string_circassian_mp_FR
172310
174399
  trigger = { consort_culture = circassian }
@@ -172321,6 +174410,10 @@ defined_text = {
172321
174410
  localisation_key = string_armenian_mp_FR
172322
174411
  trigger = { consort_culture = armenian }
172323
174412
  }
174413
+ text = {
174414
+ localisation_key = string_turco_iranian_mp_FR
174415
+ trigger = { consort_culture = turco_iranian }
174416
+ }
172324
174417
  text = {
172325
174418
  localisation_key = string_turkish_mp_FR
172326
174419
  trigger = { consort_culture = turkish }
@@ -173919,10 +176012,18 @@ defined_text = {
173919
176012
  localisation_key = string_goths_p_FR
173920
176013
  trigger = { consort_culture = goths }
173921
176014
  }
176015
+ text = {
176016
+ localisation_key = string_griko_fp_FR
176017
+ trigger = { consort_culture = griko }
176018
+ }
173922
176019
  text = {
173923
176020
  localisation_key = string_georgian_fp_FR
173924
176021
  trigger = { consort_culture = georgian }
173925
176022
  }
176023
+ text = {
176024
+ localisation_key = string_georgian_fp_FR
176025
+ trigger = { consort_culture = georgian_new }
176026
+ }
173926
176027
  text = {
173927
176028
  localisation_key = string_circassian_fp_FR
173928
176029
  trigger = { consort_culture = circassian }
@@ -173939,6 +176040,10 @@ defined_text = {
173939
176040
  localisation_key = string_armenian_fp_FR
173940
176041
  trigger = { consort_culture = armenian }
173941
176042
  }
176043
+ text = {
176044
+ localisation_key = string_turco_iranian_fp_FR
176045
+ trigger = { consort_culture = turco_iranian }
176046
+ }
173942
176047
  text = {
173943
176048
  localisation_key = string_turkish_fp_FR
173944
176049
  trigger = { consort_culture = turkish }
@@ -175542,10 +177647,18 @@ defined_text = {
175542
177647
  localisation_key = string_goths_s_FR
175543
177648
  trigger = { heir_culture = goths }
175544
177649
  }
177650
+ text = {
177651
+ localisation_key = string_griko_ms_FR
177652
+ trigger = { heir_culture = griko }
177653
+ }
175545
177654
  text = {
175546
177655
  localisation_key = string_georgian_ms_FR
175547
177656
  trigger = { heir_culture = georgian }
175548
177657
  }
177658
+ text = {
177659
+ localisation_key = string_georgian_ms_FR
177660
+ trigger = { heir_culture = georgian_new }
177661
+ }
175549
177662
  text = {
175550
177663
  localisation_key = string_circassian_ms_FR
175551
177664
  trigger = { heir_culture = circassian }
@@ -175562,6 +177675,10 @@ defined_text = {
175562
177675
  localisation_key = string_armenian_ms_FR
175563
177676
  trigger = { heir_culture = armenian }
175564
177677
  }
177678
+ text = {
177679
+ localisation_key = string_turco_iranian_ms_FR
177680
+ trigger = { heir_culture = turco_iranian }
177681
+ }
175565
177682
  text = {
175566
177683
  localisation_key = string_turkish_ms_FR
175567
177684
  trigger = { heir_culture = turkish }
@@ -177160,10 +179277,18 @@ defined_text = {
177160
179277
  localisation_key = string_goths_s_FR
177161
179278
  trigger = { heir_culture = goths }
177162
179279
  }
179280
+ text = {
179281
+ localisation_key = string_griko_fs_FR
179282
+ trigger = { heir_culture = griko }
179283
+ }
177163
179284
  text = {
177164
179285
  localisation_key = string_georgian_fs_FR
177165
179286
  trigger = { heir_culture = georgian }
177166
179287
  }
179288
+ text = {
179289
+ localisation_key = string_georgian_fs_FR
179290
+ trigger = { heir_culture = georgian_new }
179291
+ }
177167
179292
  text = {
177168
179293
  localisation_key = string_circassian_fs_FR
177169
179294
  trigger = { heir_culture = circassian }
@@ -177180,6 +179305,10 @@ defined_text = {
177180
179305
  localisation_key = string_armenian_fs_FR
177181
179306
  trigger = { heir_culture = armenian }
177182
179307
  }
179308
+ text = {
179309
+ localisation_key = string_turco_iranian_fs_FR
179310
+ trigger = { heir_culture = turco_iranian }
179311
+ }
177183
179312
  text = {
177184
179313
  localisation_key = string_turkish_fs_FR
177185
179314
  trigger = { heir_culture = turkish }
@@ -178778,10 +180907,18 @@ defined_text = {
178778
180907
  localisation_key = string_goths_p_FR
178779
180908
  trigger = { heir_culture = goths }
178780
180909
  }
180910
+ text = {
180911
+ localisation_key = string_griko_mp_FR
180912
+ trigger = { heir_culture = griko }
180913
+ }
178781
180914
  text = {
178782
180915
  localisation_key = string_georgian_mp_FR
178783
180916
  trigger = { heir_culture = georgian }
178784
180917
  }
180918
+ text = {
180919
+ localisation_key = string_georgian_mp_FR
180920
+ trigger = { heir_culture = georgian_new }
180921
+ }
178785
180922
  text = {
178786
180923
  localisation_key = string_circassian_mp_FR
178787
180924
  trigger = { heir_culture = circassian }
@@ -178798,6 +180935,10 @@ defined_text = {
178798
180935
  localisation_key = string_armenian_mp_FR
178799
180936
  trigger = { heir_culture = armenian }
178800
180937
  }
180938
+ text = {
180939
+ localisation_key = string_turco_iranian_mp_FR
180940
+ trigger = { heir_culture = turco_iranian }
180941
+ }
178801
180942
  text = {
178802
180943
  localisation_key = string_turkish_mp_FR
178803
180944
  trigger = { heir_culture = turkish }
@@ -180396,10 +182537,18 @@ defined_text = {
180396
182537
  localisation_key = string_goths_p_FR
180397
182538
  trigger = { heir_culture = goths }
180398
182539
  }
182540
+ text = {
182541
+ localisation_key = string_griko_fp_FR
182542
+ trigger = { heir_culture = griko }
182543
+ }
180399
182544
  text = {
180400
182545
  localisation_key = string_georgian_fp_FR
180401
182546
  trigger = { heir_culture = georgian }
180402
182547
  }
182548
+ text = {
182549
+ localisation_key = string_georgian_fp_FR
182550
+ trigger = { heir_culture = georgian_new }
182551
+ }
180403
182552
  text = {
180404
182553
  localisation_key = string_circassian_fp_FR
180405
182554
  trigger = { heir_culture = circassian }
@@ -180416,6 +182565,10 @@ defined_text = {
180416
182565
  localisation_key = string_armenian_fp_FR
180417
182566
  trigger = { heir_culture = armenian }
180418
182567
  }
182568
+ text = {
182569
+ localisation_key = string_turco_iranian_fp_FR
182570
+ trigger = { heir_culture = turco_iranian }
182571
+ }
180419
182572
  text = {
180420
182573
  localisation_key = string_turkish_fp_FR
180421
182574
  trigger = { heir_culture = turkish }
@@ -184709,682 +186862,682 @@ defined_text = {
184709
186862
  }
184710
186863
 
184711
186864
  # Ex: "[the] treasurer" => "[le/la] financier/�re"
184712
- defined_text = {
186865
+ defined_text = {
184713
186866
  name = GetLeLaLEvent
184714
- text = {
186867
+ text = {
184715
186868
  localisation_key = string_GetLeLaLAdm
184716
- trigger = {
186869
+ trigger = {
184717
186870
  has_country_flag = advisor_events_adm
184718
- }
184719
- }
184720
- text = {
186871
+ }
186872
+ }
186873
+ text = {
184721
186874
  localisation_key = string_GetLeLaLDip
184722
- trigger = {
186875
+ trigger = {
184723
186876
  has_country_flag = advisor_events_dip
184724
- }
184725
- }
184726
- text = {
186877
+ }
186878
+ }
186879
+ text = {
184727
186880
  localisation_key = string_GetLeLaLMil
184728
- trigger = {
186881
+ trigger = {
184729
186882
  has_country_flag = advisor_events_mil
184730
- }
184731
- }
184732
- }
186883
+ }
186884
+ }
186885
+ }
184733
186886
 
184734
186887
  # Ex: "[The] treasurer" => "[Le/La] financier/�re"
184735
- defined_text = {
184736
- name = GetLeLaLEventCap
184737
- text = {
184738
- localisation_key = string_GetLeLaLAdmCap
184739
- trigger = {
186888
+ defined_text = {
186889
+ name = GetLeLaLEventCap
186890
+ text = {
186891
+ localisation_key = string_GetLeLaLAdmCap
186892
+ trigger = {
184740
186893
  has_country_flag = advisor_events_adm
184741
- }
184742
- }
184743
- text = {
184744
- localisation_key = string_GetLeLaLDipCap
184745
- trigger = {
186894
+ }
186895
+ }
186896
+ text = {
186897
+ localisation_key = string_GetLeLaLDipCap
186898
+ trigger = {
184746
186899
  has_country_flag = advisor_events_dip
184747
- }
184748
- }
184749
- text = {
184750
- localisation_key = string_GetLeLaLMilCap
184751
- trigger = {
186900
+ }
186901
+ }
186902
+ text = {
186903
+ localisation_key = string_GetLeLaLMilCap
186904
+ trigger = {
184752
186905
  has_country_flag = advisor_events_mil
184753
- }
184754
- }
184755
- }
186906
+ }
186907
+ }
186908
+ }
184756
186909
 
184757
186910
 
184758
186911
  # Ex: "[this] treasurer" => "[ce/cette] financier/�re"
184759
- defined_text = {
186912
+ defined_text = {
184760
186913
  name = GetCeCetteEvent
184761
- text = {
184762
- localisation_key = string_GetCeCetteAdm
184763
- trigger = {
186914
+ text = {
186915
+ localisation_key = string_GetCeCetteAdm
186916
+ trigger = {
184764
186917
  has_country_flag = advisor_events_adm
184765
- }
184766
- }
184767
- text = {
184768
- localisation_key = string_GetCeCetteDip
184769
- trigger = {
186918
+ }
186919
+ }
186920
+ text = {
186921
+ localisation_key = string_GetCeCetteDip
186922
+ trigger = {
184770
186923
  has_country_flag = advisor_events_dip
184771
- }
184772
- }
184773
- text = {
184774
- localisation_key = string_GetCeCetteMil
184775
- trigger = {
186924
+ }
186925
+ }
186926
+ text = {
186927
+ localisation_key = string_GetCeCetteMil
186928
+ trigger = {
184776
186929
  has_country_flag = advisor_events_mil
184777
- }
184778
- }
184779
- }
186930
+ }
186931
+ }
186932
+ }
184780
186933
 
184781
186934
  # Ex: "[This] treasurer" => "[Ce/Cette] financier/�re"
184782
- defined_text = {
184783
- name = GetCeCetteEventCap
184784
- text = {
184785
- localisation_key = string_GetCeCetteAdmCap
184786
- trigger = {
186935
+ defined_text = {
186936
+ name = GetCeCetteEventCap
186937
+ text = {
186938
+ localisation_key = string_GetCeCetteAdmCap
186939
+ trigger = {
184787
186940
  has_country_flag = advisor_events_adm
184788
- }
184789
- }
184790
- text = {
184791
- localisation_key = string_GetCeCetteDipCap
184792
- trigger = {
186941
+ }
186942
+ }
186943
+ text = {
186944
+ localisation_key = string_GetCeCetteDipCap
186945
+ trigger = {
184793
186946
  has_country_flag = advisor_events_dip
184794
- }
184795
- }
184796
- text = {
184797
- localisation_key = string_GetCeCetteMilCap
184798
- trigger = {
186947
+ }
186948
+ }
186949
+ text = {
186950
+ localisation_key = string_GetCeCetteMilCap
186951
+ trigger = {
184799
186952
  has_country_flag = advisor_events_mil
184800
- }
184801
- }
184802
- }
186953
+ }
186954
+ }
186955
+ }
184803
186956
 
184804
186957
 
184805
186958
 
184806
186959
  # Ex: "[this] advisor" => "[ce/cette] conseiller" (lower case / minuscule)
184807
186960
  # Mandatory use of masculine form "ce" for some situations / Emploi forc� de la forme masculine "ce" dans certains contextes
184808
- defined_text = {
186961
+ defined_text = {
184809
186962
  name = GetCeCetteFEvent
184810
- text = {
186963
+ text = {
184811
186964
  localisation_key = string_GetCeCetteFAdm
184812
- trigger = {
186965
+ trigger = {
184813
186966
  has_country_flag = advisor_events_adm
184814
- }
184815
- }
184816
- text = {
186967
+ }
186968
+ }
186969
+ text = {
184817
186970
  localisation_key = string_GetCeCetteFDip
184818
- trigger = {
186971
+ trigger = {
184819
186972
  has_country_flag = advisor_events_dip
184820
- }
184821
- }
184822
- text = {
186973
+ }
186974
+ }
186975
+ text = {
184823
186976
  localisation_key = string_GetCeCetteFMil
184824
- trigger = {
186977
+ trigger = {
184825
186978
  has_country_flag = advisor_events_mil
184826
- }
184827
- }
184828
- }
186979
+ }
186980
+ }
186981
+ }
184829
186982
 
184830
186983
  # Ex: "[This] sick person" => "[Cet/Cette] consort" (upper case / majuscule)
184831
186984
  # Mandatory use of masculine form "Ce" for some situations / Emploi forc� de la forme masculine "Ce" dans certains contextes
184832
- defined_text = {
184833
- name = GetCeCetteFEventCap
184834
- text = {
184835
- localisation_key = string_GetCeCetteFAdmCap
184836
- trigger = {
186985
+ defined_text = {
186986
+ name = GetCeCetteFEventCap
186987
+ text = {
186988
+ localisation_key = string_GetCeCetteFAdmCap
186989
+ trigger = {
184837
186990
  has_country_flag = advisor_events_adm
184838
- }
184839
- }
184840
- text = {
184841
- localisation_key = string_GetCeCetteFDipCap
184842
- trigger = {
186991
+ }
186992
+ }
186993
+ text = {
186994
+ localisation_key = string_GetCeCetteFDipCap
186995
+ trigger = {
184843
186996
  has_country_flag = advisor_events_dip
184844
- }
184845
- }
184846
- text = {
184847
- localisation_key = string_GetCeCetteFMilCap
184848
- trigger = {
186997
+ }
186998
+ }
186999
+ text = {
187000
+ localisation_key = string_GetCeCetteFMilCap
187001
+ trigger = {
184849
187002
  has_country_flag = advisor_events_mil
184850
- }
184851
- }
184852
- }
187003
+ }
187004
+ }
187005
+ }
184853
187006
 
184854
187007
 
184855
187008
 
184856
187009
  # Ex: "[this] (wo)man" => "[cet/cette] homme/femme" (lower case / minuscule)
184857
187010
  # Mandatory use of masculine form "cet" for some situations / Emploi forc� de la forme masculine "cet" dans certains contextes
184858
- defined_text = {
187011
+ defined_text = {
184859
187012
  name = GetCetCetteFEvent
184860
- text = {
187013
+ text = {
184861
187014
  localisation_key = string_GetCetCetteFAdm
184862
- trigger = {
187015
+ trigger = {
184863
187016
  has_country_flag = advisor_events_adm
184864
- }
184865
- }
184866
- text = {
187017
+ }
187018
+ }
187019
+ text = {
184867
187020
  localisation_key = string_GetCetCetteFDip
184868
- trigger = {
187021
+ trigger = {
184869
187022
  has_country_flag = advisor_events_dip
184870
- }
184871
- }
184872
- text = {
187023
+ }
187024
+ }
187025
+ text = {
184873
187026
  localisation_key = string_GetCetCetteFMil
184874
- trigger = {
187027
+ trigger = {
184875
187028
  has_country_flag = advisor_events_mil
184876
- }
184877
- }
184878
- }
187029
+ }
187030
+ }
187031
+ }
184879
187032
 
184880
187033
  # Ex: "[This] (wo)man" => "[Cet/Cette] homme/femme" (upper case / majuscule)
184881
187034
  # Mandatory use of masculine form "Cet" for some situations / Emploi forc� de la forme masculine "Cet" dans certains contextes
184882
- defined_text = {
184883
- name = GetCetCetteFEventCap
184884
- text = {
184885
- localisation_key = string_GetCetCetteFAdmCap
184886
- trigger = {
187035
+ defined_text = {
187036
+ name = GetCetCetteFEventCap
187037
+ text = {
187038
+ localisation_key = string_GetCetCetteFAdmCap
187039
+ trigger = {
184887
187040
  has_country_flag = advisor_events_adm
184888
- }
184889
- }
184890
- text = {
184891
- localisation_key = string_GetCetCetteFDipCap
184892
- trigger = {
187041
+ }
187042
+ }
187043
+ text = {
187044
+ localisation_key = string_GetCetCetteFDipCap
187045
+ trigger = {
184893
187046
  has_country_flag = advisor_events_dip
184894
- }
184895
- }
184896
- text = {
184897
- localisation_key = string_GetCetCetteFMilCap
184898
- trigger = {
187047
+ }
187048
+ }
187049
+ text = {
187050
+ localisation_key = string_GetCetCetteFMilCap
187051
+ trigger = {
184899
187052
  has_country_flag = advisor_events_mil
184900
- }
184901
- }
184902
- }
187053
+ }
187054
+ }
187055
+ }
184903
187056
 
184904
187057
 
184905
187058
 
184906
187059
  # Ex: "[his] adviser" => "s[on] conseiller/s[a] conseill�re"
184907
- defined_text = {
187060
+ defined_text = {
184908
187061
  name = GetOnAEvent
184909
- text = {
187062
+ text = {
184910
187063
  localisation_key = string_GetOnAAdm
184911
- trigger = {
187064
+ trigger = {
184912
187065
  has_country_flag = advisor_events_adm
184913
- }
184914
- }
184915
- text = {
187066
+ }
187067
+ }
187068
+ text = {
184916
187069
  localisation_key = string_GetOnADip
184917
- trigger = {
187070
+ trigger = {
184918
187071
  has_country_flag = advisor_events_dip
184919
- }
184920
- }
184921
- text = {
187072
+ }
187073
+ }
187074
+ text = {
184922
187075
  localisation_key = string_GetOnAMil
184923
- trigger = {
187076
+ trigger = {
184924
187077
  has_country_flag = advisor_events_mil
184925
- }
184926
- }
184927
- }
187078
+ }
187079
+ }
187080
+ }
184928
187081
 
184929
187082
 
184930
187083
 
184931
187084
  # Ex: "[his] adviser" => "s[on] conseiller/s[a] conseill�re"
184932
- defined_text = {
187085
+ defined_text = {
184933
187086
  name = GetOnAFEvent
184934
- text = {
187087
+ text = {
184935
187088
  localisation_key = string_GetOnAFAdm
184936
- trigger = {
187089
+ trigger = {
184937
187090
  has_country_flag = advisor_events_adm
184938
- }
184939
- }
184940
- text = {
187091
+ }
187092
+ }
187093
+ text = {
184941
187094
  localisation_key = string_GetOnAFDip
184942
- trigger = {
187095
+ trigger = {
184943
187096
  has_country_flag = advisor_events_dip
184944
- }
184945
- }
184946
- text = {
187097
+ }
187098
+ }
187099
+ text = {
184947
187100
  localisation_key = string_GetOnAFMil
184948
- trigger = {
187101
+ trigger = {
184949
187102
  has_country_flag = advisor_events_mil
184950
- }
184951
- }
184952
- }
187103
+ }
187104
+ }
187105
+ }
184953
187106
 
184954
187107
 
184955
187108
 
184956
187109
  # Ex: "[the one] which" => "[celui/celle] qui"
184957
- defined_text = {
187110
+ defined_text = {
184958
187111
  name = GetCeluiCelleEvent
184959
- text = {
187112
+ text = {
184960
187113
  localisation_key = string_GetCeluiCelleAdm
184961
- trigger = {
187114
+ trigger = {
184962
187115
  has_country_flag = advisor_events_adm
184963
- }
184964
- }
184965
- text = {
187116
+ }
187117
+ }
187118
+ text = {
184966
187119
  localisation_key = string_GetCeluiCelleDip
184967
- trigger = {
187120
+ trigger = {
184968
187121
  has_country_flag = advisor_events_dip
184969
- }
184970
- }
184971
- text = {
187122
+ }
187123
+ }
187124
+ text = {
184972
187125
  localisation_key = string_GetCeluiCelleMil
184973
- trigger = {
187126
+ trigger = {
184974
187127
  has_country_flag = advisor_events_mil
184975
- }
184976
- }
184977
- }
187128
+ }
187129
+ }
187130
+ }
184978
187131
 
184979
187132
  # Ex: "[The one] which" => "[Celui/Celle] qui"
184980
- defined_text = {
184981
- name = GetCeluiCelleEventCap
184982
- text = {
184983
- localisation_key = string_GetCeluiCelleAdmCap
184984
- trigger = {
187133
+ defined_text = {
187134
+ name = GetCeluiCelleEventCap
187135
+ text = {
187136
+ localisation_key = string_GetCeluiCelleAdmCap
187137
+ trigger = {
184985
187138
  has_country_flag = advisor_events_adm
184986
- }
184987
- }
184988
- text = {
184989
- localisation_key = string_GetCeluiCelleDipCap
184990
- trigger = {
187139
+ }
187140
+ }
187141
+ text = {
187142
+ localisation_key = string_GetCeluiCelleDipCap
187143
+ trigger = {
184991
187144
  has_country_flag = advisor_events_dip
184992
- }
184993
- }
184994
- text = {
184995
- localisation_key = string_GetCeluiCelleMilCap
184996
- trigger = {
187145
+ }
187146
+ }
187147
+ text = {
187148
+ localisation_key = string_GetCeluiCelleMilCap
187149
+ trigger = {
184997
187150
  has_country_flag = advisor_events_mil
184998
- }
184999
- }
185000
- }
187151
+ }
187152
+ }
187153
+ }
185001
187154
 
185002
187155
 
185003
187156
  # Ex: "[of the] advisor" => "[du] conseiller/[de la] conseill�re"
185004
- defined_text = {
187157
+ defined_text = {
185005
187158
  name = GetDuDelaEvent
185006
- text = {
187159
+ text = {
185007
187160
  localisation_key = string_GetDuDelaAdm
185008
- trigger = {
187161
+ trigger = {
185009
187162
  has_country_flag = advisor_events_adm
185010
- }
185011
- }
185012
- text = {
187163
+ }
187164
+ }
187165
+ text = {
185013
187166
  localisation_key = string_GetDuDelaDip
185014
- trigger = {
187167
+ trigger = {
185015
187168
  has_country_flag = advisor_events_dip
185016
- }
185017
- }
185018
- text = {
187169
+ }
187170
+ }
187171
+ text = {
185019
187172
  localisation_key = string_GetDuDelaMil
185020
- trigger = {
187173
+ trigger = {
185021
187174
  has_country_flag = advisor_events_mil
185022
- }
185023
- }
185024
- }
187175
+ }
187176
+ }
187177
+ }
185025
187178
 
185026
187179
  # Ex: "[Of the] advisor" => "[Du] conseiller/[De la] conseill�re"
185027
- defined_text = {
185028
- name = GetDuDelaEventCap
185029
- text = {
185030
- localisation_key = string_GetDuDelaAdmCap
185031
- trigger = {
187180
+ defined_text = {
187181
+ name = GetDuDelaEventCap
187182
+ text = {
187183
+ localisation_key = string_GetDuDelaAdmCap
187184
+ trigger = {
185032
187185
  has_country_flag = advisor_events_adm
185033
- }
185034
- }
185035
- text = {
185036
- localisation_key = string_GetDuDelaDipCap
185037
- trigger = {
187186
+ }
187187
+ }
187188
+ text = {
187189
+ localisation_key = string_GetDuDelaDipCap
187190
+ trigger = {
185038
187191
  has_country_flag = advisor_events_dip
185039
- }
185040
- }
185041
- text = {
185042
- localisation_key = string_GetDuDelaMilCap
185043
- trigger = {
187192
+ }
187193
+ }
187194
+ text = {
187195
+ localisation_key = string_GetDuDelaMilCap
187196
+ trigger = {
185044
187197
  has_country_flag = advisor_events_mil
185045
- }
185046
- }
185047
- }
187198
+ }
187199
+ }
187200
+ }
185048
187201
 
185049
187202
 
185050
187203
 
185051
187204
  # Ex: "[of the] new advisor" => "[du] nouveau conseiller/[de la] nouvelle conseill�re"
185052
- defined_text = {
187205
+ defined_text = {
185053
187206
  name = GetDuDelaFEvent
185054
- text = {
187207
+ text = {
185055
187208
  localisation_key = string_GetDuDelaFAdm
185056
- trigger = {
187209
+ trigger = {
185057
187210
  has_country_flag = advisor_events_adm
185058
- }
185059
- }
185060
- text = {
187211
+ }
187212
+ }
187213
+ text = {
185061
187214
  localisation_key = string_GetDuDelaFDip
185062
- trigger = {
187215
+ trigger = {
185063
187216
  has_country_flag = advisor_events_dip
185064
- }
185065
- }
185066
- text = {
187217
+ }
187218
+ }
187219
+ text = {
185067
187220
  localisation_key = string_GetDuDelaFMil
185068
- trigger = {
187221
+ trigger = {
185069
187222
  has_country_flag = advisor_events_mil
185070
- }
185071
- }
185072
- }
187223
+ }
187224
+ }
187225
+ }
185073
187226
 
185074
187227
  # Ex: "[Of the] new advisor" => "[Du] nouveau conseiller/[De la] nouvelle conseill�re"
185075
- defined_text = {
185076
- name = GetDuDelaFEventCap
185077
- text = {
185078
- localisation_key = string_GetDuDelaFAdmCap
185079
- trigger = {
187228
+ defined_text = {
187229
+ name = GetDuDelaFEventCap
187230
+ text = {
187231
+ localisation_key = string_GetDuDelaFAdmCap
187232
+ trigger = {
185080
187233
  has_country_flag = advisor_events_adm
185081
- }
185082
- }
185083
- text = {
185084
- localisation_key = string_GetDuDelaFDipCap
185085
- trigger = {
187234
+ }
187235
+ }
187236
+ text = {
187237
+ localisation_key = string_GetDuDelaFDipCap
187238
+ trigger = {
185086
187239
  has_country_flag = advisor_events_dip
185087
- }
185088
- }
185089
- text = {
185090
- localisation_key = string_GetDuDelaFMilCap
185091
- trigger = {
187240
+ }
187241
+ }
187242
+ text = {
187243
+ localisation_key = string_GetDuDelaFMilCap
187244
+ trigger = {
185092
187245
  has_country_flag = advisor_events_mil
185093
- }
185094
- }
185095
- }
187246
+ }
187247
+ }
187248
+ }
185096
187249
 
185097
187250
 
185098
187251
 
185099
187252
  # Ex: "[to the] treasurer" => "[au/� la] financier/�re"
185100
- defined_text = {
187253
+ defined_text = {
185101
187254
  name = GetAuAlaEvent
185102
- text = {
187255
+ text = {
185103
187256
  localisation_key = string_GetAuAlaAdm
185104
- trigger = {
187257
+ trigger = {
185105
187258
  has_country_flag = advisor_events_adm
185106
- }
185107
- }
185108
- text = {
187259
+ }
187260
+ }
187261
+ text = {
185109
187262
  localisation_key = string_GetAuAlaDip
185110
- trigger = {
187263
+ trigger = {
185111
187264
  has_country_flag = advisor_events_dip
185112
- }
185113
- }
185114
- text = {
187265
+ }
187266
+ }
187267
+ text = {
185115
187268
  localisation_key = string_GetAuAlaMil
185116
- trigger = {
187269
+ trigger = {
185117
187270
  has_country_flag = advisor_events_mil
185118
- }
185119
- }
185120
- }
187271
+ }
187272
+ }
187273
+ }
185121
187274
 
185122
187275
  # Ex: "[To the] treasurer" => "[Au/� la] financier/�re"
185123
- defined_text = {
185124
- name = GetAuAlaEventCap
185125
- text = {
185126
- localisation_key = string_GetAuAlaAdmCap
185127
- trigger = {
187276
+ defined_text = {
187277
+ name = GetAuAlaEventCap
187278
+ text = {
187279
+ localisation_key = string_GetAuAlaAdmCap
187280
+ trigger = {
185128
187281
  has_country_flag = advisor_events_adm
185129
- }
185130
- }
185131
- text = {
185132
- localisation_key = string_GetAuAlaDipCap
185133
- trigger = {
187282
+ }
187283
+ }
187284
+ text = {
187285
+ localisation_key = string_GetAuAlaDipCap
187286
+ trigger = {
185134
187287
  has_country_flag = advisor_events_dip
185135
- }
185136
- }
185137
- text = {
185138
- localisation_key = string_GetAuAlaMilCap
185139
- trigger = {
187288
+ }
187289
+ }
187290
+ text = {
187291
+ localisation_key = string_GetAuAlaMilCap
187292
+ trigger = {
185140
187293
  has_country_flag = advisor_events_mil
185141
- }
185142
- }
185143
- }
187294
+ }
187295
+ }
187296
+ }
185144
187297
 
185145
187298
 
185146
187299
 
185147
187300
  # Ex: "[to the] treasurer" => "[au/� la] financier/�re"
185148
- defined_text = {
187301
+ defined_text = {
185149
187302
  name = GetAuAlaFEvent
185150
- text = {
187303
+ text = {
185151
187304
  localisation_key = string_GetAuAlaFAdm
185152
- trigger = {
187305
+ trigger = {
185153
187306
  has_country_flag = advisor_events_adm
185154
- }
185155
- }
185156
- text = {
187307
+ }
187308
+ }
187309
+ text = {
185157
187310
  localisation_key = string_GetAuAlaFDip
185158
- trigger = {
187311
+ trigger = {
185159
187312
  has_country_flag = advisor_events_dip
185160
- }
185161
- }
185162
- text = {
187313
+ }
187314
+ }
187315
+ text = {
185163
187316
  localisation_key = string_GetAuAlaFMil
185164
- trigger = {
187317
+ trigger = {
185165
187318
  has_country_flag = advisor_events_mil
185166
- }
185167
- }
185168
- }
187319
+ }
187320
+ }
187321
+ }
185169
187322
 
185170
187323
  # Ex: "[To the] treasurer" => "[Au/� la] financier/�re"
185171
- defined_text = {
185172
- name = GetAuAlaFEventCap
185173
- text = {
185174
- localisation_key = string_GetAuAlaFAdmCap
185175
- trigger = {
187324
+ defined_text = {
187325
+ name = GetAuAlaFEventCap
187326
+ text = {
187327
+ localisation_key = string_GetAuAlaFAdmCap
187328
+ trigger = {
185176
187329
  has_country_flag = advisor_events_adm
185177
- }
185178
- }
185179
- text = {
185180
- localisation_key = string_GetAuAlaFDipCap
185181
- trigger = {
187330
+ }
187331
+ }
187332
+ text = {
187333
+ localisation_key = string_GetAuAlaFDipCap
187334
+ trigger = {
185182
187335
  has_country_flag = advisor_events_dip
185183
- }
185184
- }
185185
- text = {
185186
- localisation_key = string_GetAuAlaFMilCap
185187
- trigger = {
187336
+ }
187337
+ }
187338
+ text = {
187339
+ localisation_key = string_GetAuAlaFMilCap
187340
+ trigger = {
185188
187341
  has_country_flag = advisor_events_mil
185189
- }
185190
- }
185191
- }
187342
+ }
187343
+ }
187344
+ }
185192
187345
 
185193
187346
 
185194
187347
 
185195
187348
  # Ex: "[if] he/she" => "[s'il]/[si elle]" (lower case / minuscule)
185196
- defined_text = {
187349
+ defined_text = {
185197
187350
  name = GetSilSielleEvent
185198
- text = {
187351
+ text = {
185199
187352
  localisation_key = string_GetSilSielleAdm
185200
- trigger = {
187353
+ trigger = {
185201
187354
  has_country_flag = advisor_events_adm
185202
- }
185203
- }
185204
- text = {
187355
+ }
187356
+ }
187357
+ text = {
185205
187358
  localisation_key = string_GetSilSielleDip
185206
- trigger = {
187359
+ trigger = {
185207
187360
  has_country_flag = advisor_events_dip
185208
- }
185209
- }
185210
- text = {
187361
+ }
187362
+ }
187363
+ text = {
185211
187364
  localisation_key = string_GetSilSielleMil
185212
- trigger = {
187365
+ trigger = {
185213
187366
  has_country_flag = advisor_events_mil
185214
- }
185215
- }
185216
- }
187367
+ }
187368
+ }
187369
+ }
185217
187370
 
185218
187371
  # Ex: "[If] he/she" => "[S'il]/[Si elle]" (upper case / majuscule)
185219
- defined_text = {
185220
- name = GetSilSielleEventCap
185221
- text = {
185222
- localisation_key = string_GetSilSielleAdmCap
185223
- trigger = {
185224
- has_country_flag = advisor_events_adm
185225
- }
185226
- }
185227
- text = {
185228
- localisation_key = string_GetSilSielleDipCap
185229
- trigger = {
185230
- has_country_flag = advisor_events_dip
185231
- }
185232
- }
185233
- text = {
185234
- localisation_key = string_GetSilSielleMilCap
185235
- trigger = {
185236
- has_country_flag = advisor_events_mil
185237
- }
185238
- }
185239
- }
187372
+ defined_text = {
187373
+ name = GetSilSielleEventCap
187374
+ text = {
187375
+ localisation_key = string_GetSilSielleAdmCap
187376
+ trigger = {
187377
+ has_country_flag = advisor_events_adm
187378
+ }
187379
+ }
187380
+ text = {
187381
+ localisation_key = string_GetSilSielleDipCap
187382
+ trigger = {
187383
+ has_country_flag = advisor_events_dip
187384
+ }
187385
+ }
187386
+ text = {
187387
+ localisation_key = string_GetSilSielleMilCap
187388
+ trigger = {
187389
+ has_country_flag = advisor_events_mil
187390
+ }
187391
+ }
187392
+ }
185240
187393
 
185241
187394
 
185242
187395
 
185243
187396
  # Ex: "next treasurer" => "prochain[�/e] tr�sorier/�re"
185244
- defined_text = {
187397
+ defined_text = {
185245
187398
  name = GetXEEvent
185246
- text = {
187399
+ text = {
185247
187400
  localisation_key = string_GetXEAdm
185248
- trigger = {
187401
+ trigger = {
185249
187402
  has_country_flag = advisor_events_adm
185250
- }
185251
- }
185252
- text = {
187403
+ }
187404
+ }
187405
+ text = {
185253
187406
  localisation_key = string_GetXEDip
185254
- trigger = {
187407
+ trigger = {
185255
187408
  has_country_flag = advisor_events_dip
185256
- }
185257
- }
185258
- text = {
187409
+ }
187410
+ }
187411
+ text = {
185259
187412
  localisation_key = string_GetXEMil
185260
- trigger = {
187413
+ trigger = {
185261
187414
  has_country_flag = advisor_events_mil
185262
- }
185263
- }
185264
- }
187415
+ }
187416
+ }
187417
+ }
185265
187418
 
185266
187419
 
185267
187420
  # Ex: "the first advisor" => "(le/la) premi[er/�re] conseill[er/�re]"
185268
- defined_text = {
187421
+ defined_text = {
185269
187422
  name = GetErEreEvent
185270
- text = {
187423
+ text = {
185271
187424
  localisation_key = string_GetErEreAdm
185272
- trigger = {
187425
+ trigger = {
185273
187426
  has_country_flag = advisor_events_adm
185274
- }
185275
- }
185276
- text = {
187427
+ }
187428
+ }
187429
+ text = {
185277
187430
  localisation_key = string_GetErEreDip
185278
- trigger = {
187431
+ trigger = {
185279
187432
  has_country_flag = advisor_events_dip
185280
- }
185281
- }
185282
- text = {
187433
+ }
187434
+ }
187435
+ text = {
185283
187436
  localisation_key = string_GetErEreMil
185284
- trigger = {
187437
+ trigger = {
185285
187438
  has_country_flag = advisor_events_mil
185286
- }
185287
- }
185288
- }
187439
+ }
187440
+ }
187441
+ }
185289
187442
 
185290
187443
 
185291
187444
 
185292
187445
  # Ex: "[new] advisor" => "nouv[eau/elle] conseiller/conseill�re"
185293
- defined_text = {
187446
+ defined_text = {
185294
187447
  name = GetEauElleEvent
185295
- text = {
187448
+ text = {
185296
187449
  localisation_key = string_GetEauElleAdm
185297
- trigger = {
187450
+ trigger = {
185298
187451
  has_country_flag = advisor_events_adm
185299
- }
185300
- }
185301
- text = {
187452
+ }
187453
+ }
187454
+ text = {
185302
187455
  localisation_key = string_GetEauElleDip
185303
- trigger = {
187456
+ trigger = {
185304
187457
  has_country_flag = advisor_events_dip
185305
- }
185306
- }
185307
- text = {
187458
+ }
187459
+ }
187460
+ text = {
185308
187461
  localisation_key = string_GetEauElleMil
185309
- trigger = {
187462
+ trigger = {
185310
187463
  has_country_flag = advisor_events_mil
185311
- }
185312
- }
185313
- }
187464
+ }
187465
+ }
187466
+ }
185314
187467
 
185315
187468
 
185316
187469
 
185317
187470
  # Ex: "[Treasurer]" => "[financer/financi�re]" (lower case)
185318
- defined_text = {
187471
+ defined_text = {
185319
187472
  name = GetEvent
185320
- text = {
187473
+ text = {
185321
187474
  localisation_key = string_GetAdm
185322
- trigger = {
187475
+ trigger = {
185323
187476
  has_country_flag = advisor_events_adm
185324
- }
185325
- }
185326
- text = {
187477
+ }
187478
+ }
187479
+ text = {
185327
187480
  localisation_key = string_GetDip
185328
- trigger = {
187481
+ trigger = {
185329
187482
  has_country_flag = advisor_events_dip
185330
- }
185331
- }
185332
- text = {
187483
+ }
187484
+ }
187485
+ text = {
185333
187486
  localisation_key = string_GetMil
185334
- trigger = {
187487
+ trigger = {
185335
187488
  has_country_flag = advisor_events_mil
185336
- }
185337
- }
185338
- }
187489
+ }
187490
+ }
187491
+ }
185339
187492
 
185340
187493
 
185341
187494
 
185342
187495
 
185343
187496
  # Ex: "[from him/her]" => "[de lui/d'elle]" (lower case / minuscule)
185344
- defined_text = {
187497
+ defined_text = {
185345
187498
  name = GetDeluiDelleEvent
185346
- text = {
187499
+ text = {
185347
187500
  localisation_key = string_GetDeluiDelleAdm
185348
- trigger = {
187501
+ trigger = {
185349
187502
  has_country_flag = advisor_events_adm
185350
- }
185351
- }
185352
- text = {
187503
+ }
187504
+ }
187505
+ text = {
185353
187506
  localisation_key = string_GetDeluiDelleDip
185354
- trigger = {
187507
+ trigger = {
185355
187508
  has_country_flag = advisor_events_dip
185356
- }
185357
- }
185358
- text = {
187509
+ }
187510
+ }
187511
+ text = {
185359
187512
  localisation_key = string_GetDeluiDelleMil
185360
- trigger = {
187513
+ trigger = {
185361
187514
  has_country_flag = advisor_events_mil
185362
- }
185363
- }
185364
- }
187515
+ }
187516
+ }
187517
+ }
185365
187518
 
185366
187519
  # Ex: "[From him/her]" => "[De lui/D'elle]" (upper case / majuscule)
185367
- defined_text = {
185368
- name = GetDeluiDelleEventCap
185369
- text = {
185370
- localisation_key = string_GetDeluiDelleAdmCap
185371
- trigger = {
187520
+ defined_text = {
187521
+ name = GetDeluiDelleEventCap
187522
+ text = {
187523
+ localisation_key = string_GetDeluiDelleAdmCap
187524
+ trigger = {
185372
187525
  has_country_flag = advisor_events_adm
185373
- }
185374
- }
185375
- text = {
185376
- localisation_key = string_GetDeluiDelleDipCap
185377
- trigger = {
187526
+ }
187527
+ }
187528
+ text = {
187529
+ localisation_key = string_GetDeluiDelleDipCap
187530
+ trigger = {
185378
187531
  has_country_flag = advisor_events_dip
185379
- }
185380
- }
185381
- text = {
185382
- localisation_key = string_GetDeluiDelleMilCap
185383
- trigger = {
187532
+ }
187533
+ }
187534
+ text = {
187535
+ localisation_key = string_GetDeluiDelleMilCap
187536
+ trigger = {
185384
187537
  has_country_flag = advisor_events_mil
185385
- }
185386
- }
185387
- }
187538
+ }
187539
+ }
187540
+ }
185388
187541
 
185389
187542
 
185390
187543
 
@@ -189530,3 +191683,31 @@ defined_text = {
189530
191683
  }
189531
191684
  }
189532
191685
  }
191686
+
191687
+ defined_text = { # Dupliqu� de GetTempleName
191688
+ name = GetTempleName_UnUne_FR
191689
+ text = {
191690
+ localisation_key = building_temple_christian_UnUne_FR
191691
+ trigger = { religion_group = christian }
191692
+ }
191693
+ text = {
191694
+ localisation_key = building_temple_muslim_UnUne_FR
191695
+ trigger = { religion_group = muslim }
191696
+ }
191697
+ text = {
191698
+ localisation_key = building_temple_shinto_UnUne_FR
191699
+ trigger = { religion = shinto }
191700
+ }
191701
+ text = {
191702
+ localisation_key = building_temple_zoroastrian_UnUne_FR
191703
+ trigger = { religion = zoroastrian }
191704
+ }
191705
+ text = {
191706
+ localisation_key = building_temple_jewish_UnUne_FR
191707
+ trigger = { religion = jewish }
191708
+ }
191709
+ text = {
191710
+ localisation_key = building_temple_UnUne_FR
191711
+ }
191712
+ }
191713
+
customizable_localization/00_start_screen.txt CHANGED
@@ -1287,6 +1287,18 @@ defined_text = {
1287
1287
  }
1288
1288
  }
1289
1289
  }
1290
+ text = { #Ajam
1291
+ localisation_key = string_start_ajam
1292
+ trigger = {
1293
+ tag = QOM
1294
+ }
1295
+ }
1296
+ text = { #Ardabil
1297
+ localisation_key = string_start_ardabil
1298
+ trigger = {
1299
+ tag = ARL
1300
+ }
1301
+ }
1290
1302
  # India
1291
1303
  text = { # The remnants of Delhi
1292
1304
  localisation_key = string_start_delhi
@@ -1405,6 +1417,14 @@ defined_text = {
1405
1417
  }
1406
1418
  }
1407
1419
  }
1420
+ text = { #Arabia
1421
+ localisation_key = string_start_tag_arabia
1422
+ trigger = {
1423
+ capital_scope = {
1424
+ region = arabia_region
1425
+ }
1426
+ }
1427
+ }
1408
1428
  text = { # Central Asia
1409
1429
  localisation_key = string_start_tag_central_asia
1410
1430
  trigger = {