|
@@ -101,7 +101,7 @@ has_adm_advisor_3 = {
|
|
|
101
101
|
treasurer = 3
|
|
102
102
|
philosopher = 3
|
|
103
103
|
artist = 3
|
|
104
|
-
|
|
104
|
+
theologian = 3
|
|
105
105
|
master_of_mint = 3
|
|
106
106
|
inquisitor = 3
|
|
107
107
|
natural_scientist = 3
|
|
@@ -109,6 +109,46 @@ has_adm_advisor_3 = {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
has_adm_advisor_of_level = {
|
|
113
|
+
OR = {
|
|
114
|
+
treasurer = $level$
|
|
115
|
+
philosopher = $level$
|
|
116
|
+
artist = $level$
|
|
117
|
+
theologian = $level$
|
|
118
|
+
master_of_mint = $level$
|
|
119
|
+
inquisitor = $level$
|
|
120
|
+
natural_scientist = $level$
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
has_dip_advisor_of_level = {
|
|
125
|
+
OR = {
|
|
126
|
+
statesman = $level$
|
|
127
|
+
diplomat = $level$
|
|
128
|
+
naval_reformer = $level$
|
|
129
|
+
trader = $level$
|
|
130
|
+
colonial_governor = $level$
|
|
131
|
+
navigator = $level$
|
|
132
|
+
spymaster = $level$
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
has_mil_advisor_of_level = {
|
|
137
|
+
OR = {
|
|
138
|
+
army_organiser = $level$
|
|
139
|
+
army_reformer = $level$
|
|
140
|
+
commandant = $level$
|
|
141
|
+
grand_captain = $level$
|
|
142
|
+
recruitmaster = $level$
|
|
143
|
+
fortification_expert = $level$
|
|
144
|
+
quartermaster = $level$
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
has_advisor_of_type_and_level = {
|
|
149
|
+
has_$type$_advisor_of_level = { level = $level$ }
|
|
150
|
+
}
|
|
151
|
+
|
|
112
152
|
|
|
113
153
|
has_dip_advisor = {
|
|
114
154
|
custom_trigger_tooltip = {
|
|
@@ -515,6 +555,8 @@ was_never_end_game_tag_trigger = { #Country Scope
|
|
|
515
555
|
AND = {
|
|
516
556
|
NOT = { was_tag = FRA }
|
|
517
557
|
NOT = { was_tag = MUG }
|
|
558
|
+
NOT = { was_tag = PER }
|
|
559
|
+
NOT = { was_tag = ERS }
|
|
518
560
|
NOT = { was_tag = TUR }
|
|
519
561
|
NOT = { was_tag = BYZ }
|
|
520
562
|
NOT = { was_tag = ROM }
|
|
@@ -551,6 +593,8 @@ was_never_end_game_tag_trigger = { #Country Scope
|
|
|
551
593
|
NOT = { was_tag = SCA }
|
|
552
594
|
NOT = { tag = FRA }
|
|
553
595
|
NOT = { tag = MUG }
|
|
596
|
+
NOT = { tag = PER }
|
|
597
|
+
NOT = { tag = ERS }
|
|
554
598
|
NOT = { tag = TUR }
|
|
555
599
|
NOT = { tag = BYZ }
|
|
556
600
|
NOT = { tag = ROM }
|
|
@@ -957,17 +1001,6 @@ has_holy_order_trigger = {
|
|
|
957
1001
|
custom_trigger_tooltip = {
|
|
958
1002
|
tooltip = "has_holy_order_trigger_tooltip"
|
|
959
1003
|
OR = {
|
|
960
|
-
holy_order = jesuit_order
|
|
961
|
-
holy_order = dominican_order
|
|
962
|
-
holy_order = franciscan_order
|
|
963
|
-
holy_order = shadhili_order
|
|
964
|
-
holy_order = qadiri_order
|
|
965
|
-
holy_order = aissawa_order
|
|
966
|
-
holy_order = mevlevi_order
|
|
967
|
-
holy_order = bektashi_order
|
|
968
|
-
holy_order = buzhengshi
|
|
969
|
-
holy_order = anchasi
|
|
970
|
-
holy_order = du_si
|
|
971
1004
|
holy_order = benedictines
|
|
972
1005
|
holy_order = carthusians
|
|
973
1006
|
holy_order = hieronymites
|
|
@@ -982,11 +1015,102 @@ has_holy_order_trigger = {
|
|
|
982
1015
|
holy_order = montesa_order
|
|
983
1016
|
holy_order = san_juan_order
|
|
984
1017
|
holy_order = santiago_order
|
|
1018
|
+
holy_order = shadhili_order
|
|
1019
|
+
holy_order = qadiri_order
|
|
1020
|
+
holy_order = aissawa_order
|
|
1021
|
+
holy_order = mevlevi_order
|
|
1022
|
+
holy_order = bektashi_order
|
|
1023
|
+
holy_order = buzhengshi
|
|
1024
|
+
holy_order = anchasi
|
|
1025
|
+
holy_order = du_si
|
|
1026
|
+
holy_order = savafid_order
|
|
1027
|
+
holy_order = zahediyeh_order
|
|
985
1028
|
}
|
|
986
1029
|
}
|
|
987
1030
|
}
|
|
988
1031
|
}
|
|
989
1032
|
|
|
1033
|
+
has_any_holy_order = {
|
|
1034
|
+
custom_trigger_tooltip = {
|
|
1035
|
+
tooltip = "has_holy_order_trigger_tooltip"
|
|
1036
|
+
OR = {
|
|
1037
|
+
holy_order = benedictines
|
|
1038
|
+
holy_order = carthusians
|
|
1039
|
+
holy_order = hieronymites
|
|
1040
|
+
holy_order = jesuit_order
|
|
1041
|
+
holy_order = augustinians
|
|
1042
|
+
holy_order = carmelites
|
|
1043
|
+
holy_order = dominican_order
|
|
1044
|
+
holy_order = franciscan_order
|
|
1045
|
+
holy_order = alcantara_order
|
|
1046
|
+
holy_order = avis_order
|
|
1047
|
+
holy_order = calatrava_order
|
|
1048
|
+
holy_order = montesa_order
|
|
1049
|
+
holy_order = san_juan_order
|
|
1050
|
+
holy_order = santiago_order
|
|
1051
|
+
holy_order = shadhili_order
|
|
1052
|
+
holy_order = qadiri_order
|
|
1053
|
+
holy_order = aissawa_order
|
|
1054
|
+
holy_order = mevlevi_order
|
|
1055
|
+
holy_order = bektashi_order
|
|
1056
|
+
holy_order = buzhengshi
|
|
1057
|
+
holy_order = anchasi
|
|
1058
|
+
holy_order = du_si
|
|
1059
|
+
holy_order = savafid_order
|
|
1060
|
+
holy_order = zahediyeh_order
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
can_create_holy_orders = {
|
|
1066
|
+
OR = {
|
|
1067
|
+
AND = {
|
|
1068
|
+
OR = {
|
|
1069
|
+
AND = {
|
|
1070
|
+
culture_group = iberian
|
|
1071
|
+
religion = catholic
|
|
1072
|
+
}
|
|
1073
|
+
has_country_flag = enable_holy_orders_flag
|
|
1074
|
+
}
|
|
1075
|
+
religion_group = christian
|
|
1076
|
+
}
|
|
1077
|
+
AND = {
|
|
1078
|
+
OR = {
|
|
1079
|
+
has_government_attribute = unlock_ottoman_holy_orders
|
|
1080
|
+
primary_culture = andalucian
|
|
1081
|
+
has_country_flag = ARB_grant_access_to_muslim_holy_orders_flag
|
|
1082
|
+
}
|
|
1083
|
+
religion_group = muslim
|
|
1084
|
+
}
|
|
1085
|
+
custom_trigger_tooltip = {
|
|
1086
|
+
tooltip = mng_has_enabled_grand_coordinator_offices_tt
|
|
1087
|
+
has_country_flag = mng_enable_3_grand_coordinators_offices_flag
|
|
1088
|
+
}
|
|
1089
|
+
AND = {
|
|
1090
|
+
OR = {
|
|
1091
|
+
has_government_attribute = unlock_persia_holy_orders
|
|
1092
|
+
has_country_flag = unlocked_holy_order_savafid_order
|
|
1093
|
+
is_or_was_tag = { tag = ARL }
|
|
1094
|
+
}
|
|
1095
|
+
OR = {
|
|
1096
|
+
religion = shiite
|
|
1097
|
+
religion = ibadi
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
AND = {
|
|
1101
|
+
OR = {
|
|
1102
|
+
has_government_attribute = unlock_persia_holy_orders
|
|
1103
|
+
has_country_flag = unlocked_holy_order_zahediyeh_order
|
|
1104
|
+
}
|
|
1105
|
+
religion_group = muslim
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
unlocked_holy_order = {
|
|
1111
|
+
has_country_flag = unlocked_holy_order_$type$
|
|
1112
|
+
}
|
|
1113
|
+
|
|
990
1114
|
same_govt_as_root_trigger = {
|
|
991
1115
|
custom_trigger_tooltip = {
|
|
992
1116
|
tooltip = same_govt_as_root_tt
|
|
@@ -1736,6 +1860,7 @@ is_european_trade_node_province = {
|
|
|
1736
1860
|
province_id = 1652
|
|
1737
1861
|
province_id = 1082
|
|
1738
1862
|
province_id = 464
|
|
1863
|
+
province_id = 262
|
|
1739
1864
|
}
|
|
1740
1865
|
}
|
|
1741
1866
|
|
|
@@ -1762,6 +1887,7 @@ european_trade_node_scope = {
|
|
|
1762
1887
|
1652 = { $trigger$ }
|
|
1763
1888
|
1082 = { $trigger$ }
|
|
1764
1889
|
464 = { $trigger$ }
|
|
1890
|
+
262 = { $trigger$ }
|
|
1765
1891
|
}
|
|
1766
1892
|
|
|
1767
1893
|
#Province scope
|
|
@@ -2210,6 +2336,8 @@ is_not_free_merc_company = {
|
|
|
2210
2336
|
NOT = { mercenary_company = merc_scouting_almogavars }
|
|
2211
2337
|
NOT = { mercenary_company = merc_skirmishing_almogavars }
|
|
2212
2338
|
NOT = { mercenary_company = merc_veteran_almogavars }
|
|
2339
|
+
NOT = { mercenary_company = merc_byz_varangian_guard}
|
|
2340
|
+
NOT = { mercenary_company = merc_byz_turkish_janissaries}
|
|
2213
2341
|
}
|
|
2214
2342
|
}
|
|
2215
2343
|
|
|
@@ -2245,7 +2373,7 @@ has_not_free_mercs_trait = {
|
|
|
2245
2373
|
# merc_reislaufer
|
|
2246
2374
|
##########################################################
|
|
2247
2375
|
# When adding a new merc company then make sure that a unlock_$merc_company$_tt is defined in the localization
|
|
2248
|
-
# For localization purposes use the following line: "Has unlocked the
|
|
2376
|
+
# For localization purposes use the following line: "Has unlocked the �Y$merc_company$�! mercenary company."
|
|
2249
2377
|
|
|
2250
2378
|
has_unlocked_estate_privilege = {
|
|
2251
2379
|
has_country_flag = unlocked_privilege_$estate_privilege$
|
|
@@ -2262,7 +2390,7 @@ has_unlocked_merc_company = {
|
|
|
2262
2390
|
# Supports following merc companies
|
|
2263
2391
|
##########################################################
|
|
2264
2392
|
# When adding a new merc company then make sure that a unlock_$merc_company$_tt is defined in the localization
|
|
2265
|
-
# For localization purposes use the following line: "The
|
|
2393
|
+
# For localization purposes use the following line: "The �Y$merc_company$�! mercenary company has been globally unlocked."
|
|
2266
2394
|
has_globally_unlocked_merc_company = {
|
|
2267
2395
|
custom_trigger_tooltip = {
|
|
2268
2396
|
tooltip = has_globally_unlocked_$merc_company$
|
|
@@ -2275,8 +2403,18 @@ has_unlocked_government_reform = {
|
|
|
2275
2403
|
has_country_flag = unlocked_$government_reform$
|
|
2276
2404
|
}
|
|
2277
2405
|
|
|
2406
|
+
#This trigger is used for enabled estates which should be active, but can naturally disappear (like through revolutions)
|
|
2278
2407
|
has_unlocked_estate = {
|
|
2279
|
-
has_country_flag = unlocked_$estate$
|
|
2408
|
+
has_country_flag = unlocked_$estate$_flag
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
#This trigger is used for enabled estates which should be active at all time, no matter what
|
|
2412
|
+
has_enabled_estate = {
|
|
2413
|
+
has_country_flag = enables_$estate$_flag
|
|
2414
|
+
}
|
|
2415
|
+
|
|
2416
|
+
has_disabled_estate = {
|
|
2417
|
+
has_country_flag = disables_$estate$_flag
|
|
2280
2418
|
}
|
|
2281
2419
|
|
|
2282
2420
|
#### Supports the following government reforms ####
|
|
@@ -2655,7 +2793,7 @@ has_valuable_resource = {
|
|
|
2655
2793
|
#country scope
|
|
2656
2794
|
ruler_total_stats = {
|
|
2657
2795
|
variable_arithmetic_trigger = {
|
|
2658
|
-
custom_tooltip = ruler_total_stats_$
|
|
2796
|
+
custom_tooltip = ruler_total_stats_$amount$
|
|
2659
2797
|
export_to_variable = {
|
|
2660
2798
|
variable_name = ruler_adm
|
|
2661
2799
|
value = ADM
|
|
@@ -2681,7 +2819,7 @@ ruler_total_stats = {
|
|
|
2681
2819
|
}
|
|
2682
2820
|
check_variable = {
|
|
2683
2821
|
which = ruler_adm
|
|
2684
|
-
value = $
|
|
2822
|
+
value = $amount$
|
|
2685
2823
|
}
|
|
2686
2824
|
}
|
|
2687
2825
|
}
|
|
@@ -2714,14 +2852,14 @@ ruler_total_stats_target = {
|
|
|
2714
2852
|
}
|
|
2715
2853
|
check_variable = {
|
|
2716
2854
|
which = ruler_adm
|
|
2717
|
-
value = $
|
|
2855
|
+
value = $amount$
|
|
2718
2856
|
}
|
|
2719
2857
|
}
|
|
2720
2858
|
}
|
|
2721
2859
|
|
|
2722
2860
|
heir_total_stats = {
|
|
2723
2861
|
variable_arithmetic_trigger = {
|
|
2724
|
-
custom_tooltip = heir_total_stats_$
|
|
2862
|
+
custom_tooltip = heir_total_stats_$amount$
|
|
2725
2863
|
export_to_variable = {
|
|
2726
2864
|
variable_name = heir_adm_var
|
|
2727
2865
|
value = heir_adm
|
|
@@ -2747,7 +2885,7 @@ heir_total_stats = {
|
|
|
2747
2885
|
}
|
|
2748
2886
|
check_variable = {
|
|
2749
2887
|
which = heir_adm_var
|
|
2750
|
-
value = $
|
|
2888
|
+
value = $amount$
|
|
2751
2889
|
}
|
|
2752
2890
|
}
|
|
2753
2891
|
}
|
|
@@ -2780,14 +2918,14 @@ heir_total_stats_target = {
|
|
|
2780
2918
|
}
|
|
2781
2919
|
check_variable = {
|
|
2782
2920
|
which = heir_adm_var
|
|
2783
|
-
value = $
|
|
2921
|
+
value = $amount$
|
|
2784
2922
|
}
|
|
2785
2923
|
}
|
|
2786
2924
|
}
|
|
2787
2925
|
|
|
2788
2926
|
consort_total_stats = {
|
|
2789
2927
|
variable_arithmetic_trigger = {
|
|
2790
|
-
custom_tooltip = consort_total_stats_$
|
|
2928
|
+
custom_tooltip = consort_total_stats_$amount$
|
|
2791
2929
|
export_to_variable = {
|
|
2792
2930
|
variable_name = consort_adm_var
|
|
2793
2931
|
value = consort_adm
|
|
@@ -2813,7 +2951,7 @@ consort_total_stats = {
|
|
|
2813
2951
|
}
|
|
2814
2952
|
check_variable = {
|
|
2815
2953
|
which = consort_adm_var
|
|
2816
|
-
value = $
|
|
2954
|
+
value = $amount$
|
|
2817
2955
|
}
|
|
2818
2956
|
}
|
|
2819
2957
|
}
|
|
@@ -2846,7 +2984,7 @@ consort_total_stats_target = {
|
|
|
2846
2984
|
}
|
|
2847
2985
|
check_variable = {
|
|
2848
2986
|
which = consort_adm_var
|
|
2849
|
-
value = $
|
|
2987
|
+
value = $amount$
|
|
2850
2988
|
}
|
|
2851
2989
|
}
|
|
2852
2990
|
}
|
|
@@ -3300,16 +3438,18 @@ is_not_eligible_for_trade_good_fur = {
|
|
|
3300
3438
|
}
|
|
3301
3439
|
}
|
|
3302
3440
|
is_not_eligible_for_trade_good_salt = {
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3441
|
+
OR = {
|
|
3442
|
+
area = newfoundland_area
|
|
3443
|
+
AND = {
|
|
3444
|
+
NOT = { has_terrain = desert }
|
|
3445
|
+
NOT = { has_terrain = marsh }
|
|
3446
|
+
NOT = { has_terrain = mountain }
|
|
3447
|
+
NOT = { has_terrain = highlands }
|
|
3448
|
+
NOT = { any_neighbor_province = { province_id = 1649 } } #Lake Victoria
|
|
3449
|
+
NOT = { any_neighbor_province = { province_id = 1650 } } #Lake Tangyanika
|
|
3450
|
+
NOT = { any_neighbor_province = { province_id = 1651 } } #Lake Malawi
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3313
3453
|
}
|
|
3314
3454
|
is_not_eligible_for_trade_good_naval_supplies = {
|
|
3315
3455
|
OR = {
|
|
@@ -3643,33 +3783,41 @@ is_not_eligible_for_trade_good_cotton = {
|
|
|
3643
3783
|
}
|
|
3644
3784
|
}
|
|
3645
3785
|
is_not_eligible_for_trade_good_sugar = {
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3786
|
+
OR = {
|
|
3787
|
+
area = newfoundland_area
|
|
3788
|
+
AND = {
|
|
3789
|
+
NOT = { has_climate = tropical }
|
|
3790
|
+
OR = {
|
|
3791
|
+
has_winter = severe_winter
|
|
3792
|
+
has_winter = normal_winter
|
|
3793
|
+
has_winter = mild_winter
|
|
3794
|
+
has_terrain = desert
|
|
3795
|
+
has_terrain = mountain
|
|
3796
|
+
has_terrain = hills
|
|
3797
|
+
has_terrain = highlands
|
|
3798
|
+
has_terrain = forest
|
|
3799
|
+
has_terrain = steppe
|
|
3800
|
+
}
|
|
3801
|
+
}
|
|
3802
|
+
AND = {
|
|
3803
|
+
is_random_new_world = no
|
|
3804
|
+
NOT = { region = carribeans_region }
|
|
3805
|
+
NOT = { region = brazil_region }
|
|
3806
|
+
NOT = { region = mexico_region }
|
|
3807
|
+
NOT = { region = rio_grande_region }
|
|
3808
|
+
NOT = { region = central_america_region }
|
|
3809
|
+
NOT = { region = colombia_region }
|
|
3810
|
+
NOT = { region = deccan_region }
|
|
3811
|
+
NOT = { region = west_india_region }
|
|
3812
|
+
NOT = { area = mascarenes_area }
|
|
3813
|
+
}
|
|
3814
|
+
AND = {
|
|
3815
|
+
is_random_new_world = yes
|
|
3816
|
+
NOT = { region = deccan_region }
|
|
3817
|
+
NOT = { region = west_india_region }
|
|
3818
|
+
NOT = { area = mascarenes_area }
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3673
3821
|
}
|
|
3674
3822
|
is_not_eligible_for_trade_good_tobacco = {
|
|
3675
3823
|
OR = {
|
|
@@ -3770,12 +3918,14 @@ is_not_eligible_for_trade_good_dyes = {
|
|
|
3770
3918
|
}
|
|
3771
3919
|
}
|
|
3772
3920
|
is_not_eligible_for_trade_good_tropical_wood = {
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3921
|
+
OR = {
|
|
3922
|
+
area = newfoundland_area
|
|
3923
|
+
AND = {
|
|
3924
|
+
NOT = { has_terrain = jungle }
|
|
3925
|
+
NOT = { province_id = 1240 }
|
|
3926
|
+
}
|
|
3927
|
+
NOT = { has_climate = tropical }
|
|
3928
|
+
}
|
|
3779
3929
|
}
|
|
3780
3930
|
is_not_eligible_for_trade_good_livestock = {
|
|
3781
3931
|
OR = {
|
|
@@ -4048,4 +4198,285 @@ has_not_locked_first_tier_reform = {
|
|
|
4048
4198
|
NOT = { has_reform = caliphate_theocracy_reform }
|
|
4049
4199
|
NOT = { has_reform = fifth_monarchists_reform }
|
|
4050
4200
|
NOT = { has_reform = great_mongol_state_reform }
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
ARB_hedjaz_najd_bedouin_potential = {
|
|
4204
|
+
OR = {
|
|
4205
|
+
tag = ARB
|
|
4206
|
+
tag = NAJ
|
|
4207
|
+
tag = DAW
|
|
4208
|
+
tag = SHM
|
|
4209
|
+
tag = HED
|
|
4210
|
+
tag = MDA
|
|
4211
|
+
tag = MFL
|
|
4212
|
+
tag = ANZ
|
|
4213
|
+
tag = FAD
|
|
4214
|
+
}
|
|
4215
|
+
NOT = { map_setup = map_setup_random }
|
|
4216
|
+
}
|
|
4217
|
+
|
|
4218
|
+
YEM_is_yemeni_nation ={
|
|
4219
|
+
OR = {
|
|
4220
|
+
tag = YEM
|
|
4221
|
+
tag = ADE
|
|
4222
|
+
tag = HDR
|
|
4223
|
+
tag = NJR
|
|
4224
|
+
tag = MHR
|
|
4225
|
+
tag = RAS
|
|
4226
|
+
# tag = MFL technically Hedjazi
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
num_of_forced_converted_countries = {
|
|
4231
|
+
custom_trigger_tooltip = {
|
|
4232
|
+
tooltip = HAS_FORCE_CONVERTED_$amount$_COUNTRIES_TT
|
|
4233
|
+
check_variable = {
|
|
4234
|
+
which = num_of_forced_conversions
|
|
4235
|
+
value = $amount$
|
|
4236
|
+
}
|
|
4237
|
+
}
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4240
|
+
num_of_converted_provinces = {
|
|
4241
|
+
custom_trigger_tooltip = {
|
|
4242
|
+
tooltip = HAS_CONVERTED_$amount$_PROVINCES_TT
|
|
4243
|
+
check_variable = {
|
|
4244
|
+
which = num_converted_religion
|
|
4245
|
+
value = $amount$
|
|
4246
|
+
}
|
|
4247
|
+
}
|
|
4248
|
+
}
|
|
4249
|
+
|
|
4250
|
+
has_unlocked_trading_policy = {
|
|
4251
|
+
custom_trigger_tooltip = {
|
|
4252
|
+
tooltip = has_unlocked_trading_policy_$policy$_tt
|
|
4253
|
+
NOT = { has_country_flag = locked_trading_policy_$policy$ }
|
|
4254
|
+
}
|
|
4255
|
+
}
|
|
4256
|
+
|
|
4257
|
+
has_locked_trading_policy = {
|
|
4258
|
+
custom_trigger_tooltip = {
|
|
4259
|
+
tooltip = has_locked_trading_policy_$policy$_tt
|
|
4260
|
+
has_country_flag = locked_trading_policy_$policy$
|
|
4261
|
+
}
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4264
|
+
has_enabled_trading_policy = {
|
|
4265
|
+
has_country_flag = enabled_trading_policy_$policy$
|
|
4266
|
+
NOT = { has_country_flag = disabled_trading_policy_$policy$ }
|
|
4267
|
+
}
|
|
4268
|
+
|
|
4269
|
+
has_disabled_trading_policy = {
|
|
4270
|
+
has_country_flag = disabled_trading_policy_$policy$
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4273
|
+
has_not_disabled_trading_policy = {
|
|
4274
|
+
NOT = { has_country_flag = disabled_trading_policy_$policy$ }
|
|
4275
|
+
}
|
|
4276
|
+
|
|
4277
|
+
trading_policy_or_upgraded_policy_in_node = {
|
|
4278
|
+
OR = {
|
|
4279
|
+
trading_policy_in_node = {
|
|
4280
|
+
node = $node$
|
|
4281
|
+
policy = $policy$
|
|
4282
|
+
}
|
|
4283
|
+
trading_policy_in_node = {
|
|
4284
|
+
node = $node$
|
|
4285
|
+
policy = $policy$_upgraded
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
# Supports the following decisions
|
|
4291
|
+
##################################
|
|
4292
|
+
# grand_vizier_selection
|
|
4293
|
+
# horse_breeding_decision
|
|
4294
|
+
has_unlocked_decision = {
|
|
4295
|
+
custom_trigger_tooltip = {
|
|
4296
|
+
tooltip = has_unlocked_decision_$type$_tt
|
|
4297
|
+
has_country_flag = unlocked_decision_$type$
|
|
4298
|
+
}
|
|
4299
|
+
}
|
|
4300
|
+
|
|
4301
|
+
has_max_monthly_monarch_power = {
|
|
4302
|
+
if = {
|
|
4303
|
+
limit = {
|
|
4304
|
+
#Promote Advisors - +2
|
|
4305
|
+
has_dlc = "Cradle of Civilization"
|
|
4306
|
+
#National Focus - +2
|
|
4307
|
+
has_dlc = "Res Publica"
|
|
4308
|
+
has_dlc = "Common Sense"
|
|
4309
|
+
}
|
|
4310
|
+
monthly_$type$ = 18
|
|
4311
|
+
}
|
|
4312
|
+
else_if = {
|
|
4313
|
+
limit = {
|
|
4314
|
+
OR = {
|
|
4315
|
+
has_dlc = "Cradle of Civilization"
|
|
4316
|
+
has_dlc = "Res Publica"
|
|
4317
|
+
has_dlc = "Common Sense"
|
|
4318
|
+
}
|
|
4319
|
+
}
|
|
4320
|
+
monthly_$type$ = 16
|
|
4321
|
+
}
|
|
4322
|
+
else = {
|
|
4323
|
+
monthly_$type$ = 14
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
|
|
4327
|
+
has_high_monthly_monarch_power = {
|
|
4328
|
+
if = {
|
|
4329
|
+
limit = {
|
|
4330
|
+
#Promote Advisors - +2
|
|
4331
|
+
has_dlc = "Cradle of Civilization"
|
|
4332
|
+
#National Focus - +2
|
|
4333
|
+
has_dlc = "Res Publica"
|
|
4334
|
+
has_dlc = "Common Sense"
|
|
4335
|
+
}
|
|
4336
|
+
monthly_$type$ = 14
|
|
4337
|
+
}
|
|
4338
|
+
else_if = {
|
|
4339
|
+
limit = {
|
|
4340
|
+
OR = {
|
|
4341
|
+
has_dlc = "Cradle of Civilization"
|
|
4342
|
+
has_dlc = "Res Publica"
|
|
4343
|
+
has_dlc = "Common Sense"
|
|
4344
|
+
}
|
|
4345
|
+
}
|
|
4346
|
+
monthly_$type$ = 12
|
|
4347
|
+
}
|
|
4348
|
+
else = {
|
|
4349
|
+
monthly_$type$ = 10
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
|
|
4353
|
+
has_medium_monthly_monarch_power = {
|
|
4354
|
+
if = {
|
|
4355
|
+
limit = {
|
|
4356
|
+
#Promote Advisors - +2
|
|
4357
|
+
has_dlc = "Cradle of Civilization"
|
|
4358
|
+
#National Focus - +2
|
|
4359
|
+
has_dlc = "Res Publica"
|
|
4360
|
+
has_dlc = "Common Sense"
|
|
4361
|
+
}
|
|
4362
|
+
monthly_$type$ = 12
|
|
4363
|
+
}
|
|
4364
|
+
else_if = {
|
|
4365
|
+
limit = {
|
|
4366
|
+
OR = {
|
|
4367
|
+
has_dlc = "Cradle of Civilization"
|
|
4368
|
+
has_dlc = "Res Publica"
|
|
4369
|
+
has_dlc = "Common Sense"
|
|
4370
|
+
}
|
|
4371
|
+
}
|
|
4372
|
+
monthly_$type$ = 10
|
|
4373
|
+
}
|
|
4374
|
+
else = {
|
|
4375
|
+
monthly_$type$ = 8
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
has_defender_of_faith_religion = {
|
|
4380
|
+
custom_trigger_tooltip = {
|
|
4381
|
+
tooltip = has_defender_of_faith_religion_tt
|
|
4382
|
+
OR = {
|
|
4383
|
+
religion_group = christian
|
|
4384
|
+
religion_group = muslim
|
|
4385
|
+
religion_group = zoroastrian_group
|
|
4386
|
+
religion_group = jewish_group
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
|
|
4391
|
+
has_unlocked_diplomatic_action = {
|
|
4392
|
+
has_country_flag = unlocked_diplomatic_action_$type$
|
|
4393
|
+
}
|
|
4394
|
+
|
|
4395
|
+
has_unified_islam = {
|
|
4396
|
+
custom_trigger_tooltip = {
|
|
4397
|
+
tooltip = has_unified_islam_tt
|
|
4398
|
+
has_country_modifier = unified_islam
|
|
4399
|
+
}
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
has_completed_all_persian_missions = {
|
|
4403
|
+
custom_trigger_tooltip = {
|
|
4404
|
+
tooltip = has_completed_all_persian_missions_tt
|
|
4405
|
+
mission_completed = per_reform_our_defenses
|
|
4406
|
+
mission_completed = per_master_of_india
|
|
4407
|
+
OR = {
|
|
4408
|
+
AND = {
|
|
4409
|
+
mission_completed = per_indomitable_lion
|
|
4410
|
+
mission_completed = per_unify_islam
|
|
4411
|
+
}
|
|
4412
|
+
AND = {
|
|
4413
|
+
mission_completed = per_indomitable_lion
|
|
4414
|
+
mission_completed = per_great_shia_empire
|
|
4415
|
+
}
|
|
4416
|
+
AND = {
|
|
4417
|
+
mission_completed = per_a_new_eranshahr
|
|
4418
|
+
mission_completed = per_an_asha_empire
|
|
4419
|
+
}
|
|
4420
|
+
}
|
|
4421
|
+
if = {
|
|
4422
|
+
limit = { primary_culture = mazandarani }
|
|
4423
|
+
mission_completed = per_tab_legacy_of_eranshahr
|
|
4424
|
+
}
|
|
4425
|
+
if = {
|
|
4426
|
+
limit = {
|
|
4427
|
+
OR = {
|
|
4428
|
+
was_tag = AKK
|
|
4429
|
+
was_tag = QAR
|
|
4430
|
+
}
|
|
4431
|
+
}
|
|
4432
|
+
mission_completed = per_qqq_legacy_of_the_seljuk
|
|
4433
|
+
}
|
|
4434
|
+
if = {
|
|
4435
|
+
limit = {
|
|
4436
|
+
OR = {
|
|
4437
|
+
was_tag = TIM
|
|
4438
|
+
was_tag = KHO
|
|
4439
|
+
was_tag = FRS
|
|
4440
|
+
was_tag = AFG
|
|
4441
|
+
was_tag = TRS
|
|
4442
|
+
was_tag = SIS
|
|
4443
|
+
was_tag = QOM
|
|
4444
|
+
has_country_flag = enthroned_a_timurid_prince
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
mission_completed = per_tim_legacy_of_timur
|
|
4448
|
+
}
|
|
4449
|
+
if = {
|
|
4450
|
+
limit = { was_tag = ARL }
|
|
4451
|
+
mission_completed = per_arl_legacy_of_the_safavid
|
|
4452
|
+
}
|
|
4453
|
+
mission_completed = per_riches_of_asia
|
|
4454
|
+
mission_completed = per_enlightened_rule
|
|
4455
|
+
mission_completed = per_the_tofangchi
|
|
4456
|
+
mission_completed = per_balance_of_power
|
|
4457
|
+
mission_completed = per_establish_the_qurchi
|
|
4458
|
+
mission_completed = per_language_of_poetry
|
|
4459
|
+
}
|
|
4460
|
+
}
|
|
4461
|
+
|
|
4462
|
+
has_any_ongoing_construction = {
|
|
4463
|
+
custom_trigger_tooltip = {
|
|
4464
|
+
tooltip = has_any_ongoing_construction_tt
|
|
4465
|
+
has_construction = building
|
|
4466
|
+
has_construction = core
|
|
4467
|
+
has_construction = culture
|
|
4468
|
+
has_construction = great_project
|
|
4469
|
+
has_construction = canal
|
|
4470
|
+
has_construction = missionary
|
|
4471
|
+
}
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4474
|
+
total_non_estate_disasters_completed = {
|
|
4475
|
+
custom_trigger_tooltip = {
|
|
4476
|
+
tooltip = total_non_estate_disasters_completed_$value$_tt
|
|
4477
|
+
check_variable = {
|
|
4478
|
+
which = total_disasters_completed_counter
|
|
4479
|
+
value = $value$
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4051
4482
|
}
|
|
@@ -13,6 +13,24 @@
|
|
|
13
13
|
|
|
14
14
|
### HIGHER PRIORITY / PRIORIT� HAUTE = 00_government_names.txt ###
|
|
15
15
|
|
|
16
|
+
frloc_ruler_masc_cons_0000_georgian_MTAVARI = { # "Prince"
|
|
17
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
18
|
+
}
|
|
19
|
+
frloc_ruler_masc_cons_0000_georgian_MEPE = { # "Roi"
|
|
20
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
21
|
+
}
|
|
22
|
+
frloc_ruler_masc_vow_0000_georgian_IMPERATORI = { # "Empereur"
|
|
23
|
+
AND = { government_rank = 3 OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
24
|
+
}
|
|
25
|
+
frloc_ruler_fem_cons_0000_georgian_MTAVARI_fem = { # "Princesse"
|
|
26
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
27
|
+
}
|
|
28
|
+
frloc_ruler_fem_cons_0000_georgian_MEPE_fem = { # "Reine"
|
|
29
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
30
|
+
}
|
|
31
|
+
frloc_ruler_fem_vow_0000_georgian_IMPERATRITSA = { # "Imp�ratrice"
|
|
32
|
+
AND = { government_rank = 3 OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
33
|
+
}
|
|
16
34
|
frloc_ruler_masc_cons_0001_stateless_society_TRIBAL_LEADER = { # "Chef tribal"
|
|
17
35
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } has_reform = stateless_society }
|
|
18
36
|
}
|
|
@@ -416,22 +434,22 @@ frloc_ruler_fem_cons_0034b_trade_company_republic_GOVERNESS_GENERAL = { # "Gouve
|
|
|
416
434
|
AND = { OR = { government_rank = 2 government_rank = 3 } has_reform = trade_company_government }
|
|
417
435
|
}
|
|
418
436
|
frloc_ruler_masc_cons_0035_japanese_shogunate_LORD = { # "Seigneur"
|
|
419
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
437
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
420
438
|
}
|
|
421
439
|
frloc_ruler_masc_cons_0035_japanese_shogunate_KING = { # "Roi"
|
|
422
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
440
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
423
441
|
}
|
|
424
442
|
frloc_ruler_masc_cons_0035_japanese_shogunate_SHOGUN = { # "Sh�gun"
|
|
425
|
-
AND = { government_rank = 3 tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
443
|
+
AND = { government_rank = 3 tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
426
444
|
}
|
|
427
445
|
frloc_ruler_fem_cons_0035_japanese_shogunate_LADY = { # "Dame"
|
|
428
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
446
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
429
447
|
}
|
|
430
448
|
frloc_ruler_fem_cons_0035_japanese_shogunate_QUEEN = { # "Reine"
|
|
431
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
449
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
432
450
|
}
|
|
433
451
|
frloc_ruler_fem_cons_0035_japanese_shogunate_SHOGUNESS = { # "Sh�gunesse"
|
|
434
|
-
AND = { government_rank = 3 tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
452
|
+
AND = { government_rank = 3 tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
435
453
|
}
|
|
436
454
|
frloc_ruler_masc_vow_0036_islamic_syncretism_kingdoms_EMIR = { # "�mir"
|
|
437
455
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy NOT = { religion_group = muslim } has_country_flag = sultan_titles_for_non_muslims }
|
|
@@ -523,24 +541,24 @@ frloc_ruler_fem_cons_0039_avar_nutsals_KHATUN = { # "Khatoun"
|
|
|
523
541
|
frloc_ruler_fem_cons_0039_avar_nutsals_GREAT_KHATUN = { # "Grande khatoun"
|
|
524
542
|
AND = { government_rank = 3 tag = AVR government = monarchy }
|
|
525
543
|
}
|
|
526
|
-
frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = { # "Atabeg"
|
|
527
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
528
|
-
}
|
|
529
|
-
frloc_ruler_masc_cons_0040_georgian_monarchy_KING = { # "Roi"
|
|
530
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
531
|
-
}
|
|
532
|
-
frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = { # "Empereur"
|
|
533
|
-
AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
534
|
-
}
|
|
535
|
-
frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = { # "Atabeg"
|
|
536
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
537
|
-
}
|
|
538
|
-
frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = { # "Reine"
|
|
539
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
540
|
-
}
|
|
541
|
-
frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = { # "Imp�ratrice"
|
|
542
|
-
AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
543
|
-
}
|
|
544
|
+
#frloc_ruler_masc_vow_0040_georgian_monarchy_ATABEG = { # "Atabeg"
|
|
545
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
546
|
+
#}
|
|
547
|
+
#frloc_ruler_masc_cons_0040_georgian_monarchy_KING = { # "Roi"
|
|
548
|
+
# AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
549
|
+
#}
|
|
550
|
+
#frloc_ruler_masc_vow_0040_georgian_monarchy_EMPEROR = { # "Empereur"
|
|
551
|
+
# AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
552
|
+
#}
|
|
553
|
+
#frloc_ruler_fem_vow_0040_georgian_monarchy_ATABEG_fem = { # "Atabeg"
|
|
554
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
555
|
+
#}
|
|
556
|
+
#frloc_ruler_fem_cons_0040_georgian_monarchy_QUEEN = { # "Reine"
|
|
557
|
+
# AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
558
|
+
#}
|
|
559
|
+
#frloc_ruler_fem_vow_0040_georgian_monarchy_EMPRESS = { # "Imp�ratrice"
|
|
560
|
+
# AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
561
|
+
#}
|
|
544
562
|
frloc_ruler_masc_cons_0041_dais_of_najran_DAI_male = { # "D�'�"
|
|
545
563
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } religion_group = muslim tag = NJR }
|
|
546
564
|
}
|
|
@@ -649,6 +667,24 @@ frloc_ruler_fem_cons_0046_sistan_monarchy_SHAH = { # "Sh
|
|
|
649
667
|
frloc_ruler_fem_cons_0046_sistan_monarchy_SHAHANSHAH = { # "Sh�hansh�h"
|
|
650
668
|
AND = { government_rank = 3 government = monarchy tag = SIS }
|
|
651
669
|
}
|
|
670
|
+
frloc_ruler_masc_cons_0046b_persian_monarchy_SHEIKH = { # "Cheikh"
|
|
671
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
672
|
+
}
|
|
673
|
+
frloc_ruler_masc_cons_0046b_persian_monarchy_SHAH = { # "Sh�h"
|
|
674
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
675
|
+
}
|
|
676
|
+
frloc_ruler_masc_cons_0046b_persian_monarchy_SHAHANSHAH = { # "Sh�hansh�h"
|
|
677
|
+
AND = { government_rank = 3 has_country_flag = turkoman_adopt_shahanshah_title }
|
|
678
|
+
}
|
|
679
|
+
frloc_ruler_fem_cons_0046b_persian_monarchy_SHEIKHA = { # "Cheikha"
|
|
680
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
681
|
+
}
|
|
682
|
+
frloc_ruler_fem_cons_0046b_persian_monarchy_SHAH = { # "Sh�h"
|
|
683
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
684
|
+
}
|
|
685
|
+
frloc_ruler_fem_cons_0046b_persian_monarchy_SHAHANSHAH = { # "Sh�hansh�h"
|
|
686
|
+
AND = { government_rank = 3 has_country_flag = turkoman_adopt_shahanshah_title }
|
|
687
|
+
}
|
|
652
688
|
frloc_ruler_masc_cons_0047_persian_monarchy_SHEIKH = { # "Cheikh"
|
|
653
689
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy culture_group = iranian }
|
|
654
690
|
}
|
|
@@ -2822,6 +2858,18 @@ frloc_ruler_fem_vow_2004_default_tribal_EMPRESS = { # "Imp
|
|
|
2822
2858
|
|
|
2823
2859
|
### HIGHER PRIORITY / PRIORIT� HAUTE = 00_government_names.txt ###
|
|
2824
2860
|
|
|
2861
|
+
frloc_heir_masc_vow_0000_georgian_HEIR = { # "H�ritier"
|
|
2862
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
2863
|
+
}
|
|
2864
|
+
frloc_heir_masc_cons_0000_georgian_PRINTSI = { # "Prince"
|
|
2865
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
2866
|
+
}
|
|
2867
|
+
frloc_heir_fem_vow_0000_georgian_HEIR_fem = { # "H�riti�re"
|
|
2868
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
2869
|
+
}
|
|
2870
|
+
frloc_heir_fem_cons_0000_georgian_PRINTSESA = { # "Princesse"
|
|
2871
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
2872
|
+
}
|
|
2825
2873
|
frloc_heir_masc_vow_0001_stateless_society_HEIR = { # "H�ritier"
|
|
2826
2874
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } has_reform = stateless_society }
|
|
2827
2875
|
}
|
|
@@ -2940,10 +2988,10 @@ frloc_heir_fem_vow_0033_holy_roman_electors_bishoprics_HEIR_fem = { # "H
|
|
|
2940
2988
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } government = theocracy is_elector = yes is_emperor = no }
|
|
2941
2989
|
}
|
|
2942
2990
|
frloc_heir_masc_vow_0035_japanese_shogunate_HEIR = { # "H�ritier"
|
|
2943
|
-
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
2991
|
+
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
2944
2992
|
}
|
|
2945
2993
|
frloc_heir_fem_vow_0035_japanese_shogunate_HEIR_fem = { # "H�riti�re"
|
|
2946
|
-
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
2994
|
+
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
2947
2995
|
}
|
|
2948
2996
|
frloc_heir_masc_vow_0036_islamic_syncretism_kingdoms_HEIR = { # "H�ritier"
|
|
2949
2997
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } government = monarchy NOT = { religion_group = muslim } has_country_flag = sultan_titles_for_non_muslims }
|
|
@@ -2969,18 +3017,18 @@ frloc_heir_masc_vow_0039_avar_nutsals_HEIR = { # "H
|
|
|
2969
3017
|
frloc_heir_fem_vow_0039_avar_nutsals_HEIR_fem = { # "H�riti�re"
|
|
2970
3018
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = AVR government = monarchy }
|
|
2971
3019
|
}
|
|
2972
|
-
frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = { # "H�ritier"
|
|
2973
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
2974
|
-
}
|
|
2975
|
-
frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = { # "Prince"
|
|
2976
|
-
AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
2977
|
-
}
|
|
2978
|
-
frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = { # "H�riti�re"
|
|
2979
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
2980
|
-
}
|
|
2981
|
-
frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = { # "Princesse"
|
|
2982
|
-
AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
2983
|
-
}
|
|
3020
|
+
#frloc_heir_masc_vow_0040_georgian_monarchy_HEIR = { # "H�ritier"
|
|
3021
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
3022
|
+
#}
|
|
3023
|
+
#frloc_heir_masc_cons_0040_georgian_monarchy_PRINCE = { # "Prince"
|
|
3024
|
+
# AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
3025
|
+
#}
|
|
3026
|
+
#frloc_heir_fem_vow_0040_georgian_monarchy_HEIR_fem = { # "H�riti�re"
|
|
3027
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
3028
|
+
#}
|
|
3029
|
+
#frloc_heir_fem_cons_0040_georgian_monarchy_PRINCESS = { # "Princesse"
|
|
3030
|
+
# AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
3031
|
+
#}
|
|
2984
3032
|
frloc_heir_masc_vow_0041_dais_of_najran_HEIR = { # "H�ritier"
|
|
2985
3033
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } religion_group = muslim tag = NJR }
|
|
2986
3034
|
}
|
|
@@ -3041,6 +3089,18 @@ frloc_heir_fem_cons_0046_sistan_monarchy_SHEIKHA = { # "Cheikha"
|
|
|
3041
3089
|
frloc_heir_fem_cons_0046_sistan_monarchy_SHAHDOKHT = { # "Sh�hdokht"
|
|
3042
3090
|
AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy tag = SIS }
|
|
3043
3091
|
}
|
|
3092
|
+
frloc_heir_masc_vow_0046b_turcoman_persian_monarchy_HEIR = { # "H�ritier"
|
|
3093
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
3094
|
+
}
|
|
3095
|
+
frloc_heir_masc_cons_0046b_turcoman_persian_monarchy_SHAHZADE = { # "Sh�hz�deh"
|
|
3096
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
3097
|
+
}
|
|
3098
|
+
frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = { # "Cheikha"
|
|
3099
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
3100
|
+
}
|
|
3101
|
+
frloc_heir_fem_cons_0046b_turcoman_persian_monarchy_SHAHDOKHT = { # "Sh�hdokht"
|
|
3102
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
3103
|
+
}
|
|
3044
3104
|
frloc_heir_masc_vow_0047_persian_monarchy_HEIR = { # "H�ritier"
|
|
3045
3105
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy culture_group = iranian }
|
|
3046
3106
|
}
|
|
@@ -3756,6 +3816,24 @@ frloc_heir_fem_vow_2004_default_tribal_HEIR_fem = { # "H
|
|
|
3756
3816
|
|
|
3757
3817
|
### HIGHER PRIORITY / PRIORIT� HAUTE = 00_government_names.txt ###
|
|
3758
3818
|
|
|
3819
|
+
frloc_consort_masc_cons_0000_georgian_MTAVARI = { # "Prince"
|
|
3820
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3821
|
+
}
|
|
3822
|
+
frloc_consort_masc_cons_0000_georgian_MEPE = { # "Roi"
|
|
3823
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3824
|
+
}
|
|
3825
|
+
frloc_consort_masc_vow_0000_georgian_IMPERATORI = { # "Empereur"
|
|
3826
|
+
AND = { government_rank = 3 OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3827
|
+
}
|
|
3828
|
+
frloc_consort_fem_cons_0000_georgian_MTAVARI_fem = { # "Princesse"
|
|
3829
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3830
|
+
}
|
|
3831
|
+
frloc_consort_fem_cons_0000_georgian_DEDOPALI = { # "Reine"
|
|
3832
|
+
AND = { government_rank = 2 NOT = { government_rank = 3 } OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3833
|
+
}
|
|
3834
|
+
frloc_consort_fem_vow_0000_georgian_IMPERATRITSA = { # "Imp�ratrice"
|
|
3835
|
+
AND = { government_rank = 3 OR = { primary_culture = georgian primary_culture = georgian_new } NOT = { tag = SME } government = monarchy }
|
|
3836
|
+
}
|
|
3759
3837
|
frloc_consort_masc_cons_0001_stateless_society_CONSORT = { # "Consort"
|
|
3760
3838
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } has_reform = stateless_society }
|
|
3761
3839
|
}
|
|
@@ -3904,10 +3982,10 @@ frloc_consort_fem_vow_0032_holy_roman_electors_monarchy_ELECTRESS = { # "
|
|
|
3904
3982
|
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } government = monarchy is_elector = yes is_emperor = no NOT = { tag = HAB } }
|
|
3905
3983
|
}
|
|
3906
3984
|
frloc_consort_masc_cons_0035_japanese_shogunate_LORD = { # "Seigneur"
|
|
3907
|
-
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
3985
|
+
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
3908
3986
|
}
|
|
3909
3987
|
frloc_consort_fem_cons_0035_japanese_shogunate_LADY = { # "Dame"
|
|
3910
|
-
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } }
|
|
3988
|
+
AND = { OR = { government_rank = 1 government_rank = 2 government_rank = 3 } tag = JAP government = monarchy NOT = { has_reform = shogunate } NOT = { has_reform = japanese_divine_empire } }
|
|
3911
3989
|
}
|
|
3912
3990
|
frloc_consort_masc_vow_0036_islamic_syncretism_kingdoms_EMIR_CONSORT = { # "�mir consort"
|
|
3913
3991
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy NOT = { religion_group = muslim } has_country_flag = sultan_titles_for_non_muslims }
|
|
@@ -3969,24 +4047,24 @@ frloc_consort_fem_cons_0039_avar_nutsals_KHATUN = { # "Khatoun"
|
|
|
3969
4047
|
frloc_consort_fem_cons_0039_avar_nutsals_GREAT_KHATUN = { # "Grande khatoun"
|
|
3970
4048
|
AND = { government_rank = 3 tag = AVR government = monarchy }
|
|
3971
4049
|
}
|
|
3972
|
-
frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = { # "Prince"
|
|
3973
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
3974
|
-
}
|
|
3975
|
-
frloc_consort_masc_cons_0040_georgian_monarchy_KING = { # "Roi"
|
|
3976
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
3977
|
-
}
|
|
3978
|
-
frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = { # "Empereur"
|
|
3979
|
-
AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
3980
|
-
}
|
|
3981
|
-
frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = { # "Princesse"
|
|
3982
|
-
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
3983
|
-
}
|
|
3984
|
-
frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = { # "Reine"
|
|
3985
|
-
AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
3986
|
-
}
|
|
3987
|
-
frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = { # "Imp�ratrice"
|
|
3988
|
-
AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
3989
|
-
}
|
|
4050
|
+
#frloc_consort_masc_cons_0040_georgian_monarchy_PRINCE = { # "Prince"
|
|
4051
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
4052
|
+
#}
|
|
4053
|
+
#frloc_consort_masc_cons_0040_georgian_monarchy_KING = { # "Roi"
|
|
4054
|
+
# AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
4055
|
+
#}
|
|
4056
|
+
#frloc_consort_masc_vow_0040_georgian_monarchy_EMPEROR = { # "Empereur"
|
|
4057
|
+
# AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
4058
|
+
#}
|
|
4059
|
+
#frloc_consort_fem_cons_0040_georgian_monarchy_PRINCESS = { # "Princesse"
|
|
4060
|
+
# AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy primary_culture = georgian }
|
|
4061
|
+
#}
|
|
4062
|
+
#frloc_consort_fem_cons_0040_georgian_monarchy_QUEEN = { # "Reine"
|
|
4063
|
+
# AND = { government_rank = 2 NOT = { government_rank = 3 } government = monarchy primary_culture = georgian }
|
|
4064
|
+
#}
|
|
4065
|
+
#frloc_consort_fem_vow_0040_georgian_monarchy_EMPRESS = { # "Imp�ratrice"
|
|
4066
|
+
# AND = { government_rank = 3 government = monarchy primary_culture = georgian }
|
|
4067
|
+
#}
|
|
3990
4068
|
frloc_consort_masc_vow_0041_dais_of_najran_EMIR_CONSORT = { # "�mir consort"
|
|
3991
4069
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } religion_group = muslim tag = NJR }
|
|
3992
4070
|
}
|
|
@@ -4065,6 +4143,18 @@ frloc_consort_fem_cons_0046_sistan_monarchy_MALIKAH = { # "M
|
|
|
4065
4143
|
frloc_consort_fem_cons_0046_sistan_monarchy_KHANUM = { # "Khanoum"
|
|
4066
4144
|
AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy tag = SIS }
|
|
4067
4145
|
}
|
|
4146
|
+
frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_MIRZA = { # "M�rz�"
|
|
4147
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
4148
|
+
}
|
|
4149
|
+
frloc_consort_masc_cons_0046b_turcoman_persian_monarchy_SHAH_CONSORT = { # "Sh�h consort"
|
|
4150
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
4151
|
+
}
|
|
4152
|
+
frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_SHEIKHA = { # "Cheikha"
|
|
4153
|
+
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
4154
|
+
}
|
|
4155
|
+
frloc_consort_fem_cons_0046b_turcoman_persian_monarchy_KHANUM = { # "Khanoum"
|
|
4156
|
+
AND = { OR = { government_rank = 2 government_rank = 3 } has_country_flag = turkoman_adopt_shahanshah_title }
|
|
4157
|
+
}
|
|
4068
4158
|
frloc_consort_masc_cons_0047_persian_monarchy_MIRZA = { # "M�rz�"
|
|
4069
4159
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy culture_group = iranian }
|
|
4070
4160
|
}
|
|
@@ -4074,7 +4164,7 @@ frloc_consort_masc_cons_0047_persian_monarchy_SHAH_CONSORT = { # "Sh
|
|
|
4074
4164
|
frloc_consort_fem_cons_0047_persian_monarchy_SHEIKHA = { # "Cheikha"
|
|
4075
4165
|
AND = { government_rank = 1 NOT = { OR = { government_rank = 2 government_rank = 3 } } government = monarchy culture_group = iranian }
|
|
4076
4166
|
}
|
|
4077
|
-
|
|
4167
|
+
frloc_consort_fem_cons_0047_persian_monarchy_SHAHBANU = { # "Shahb�nu"
|
|
4078
4168
|
AND = { OR = { government_rank = 2 government_rank = 3 } government = monarchy culture_group = iranian }
|
|
4079
4169
|
}
|
|
4080
4170
|
frloc_consort_masc_cons_0048_somali_monarchy_BOQOR = { # "Boqor"
|
|
@@ -5254,6 +5344,9 @@ frloc_tags_art_sg_masc_cons_au_01a = {
|
|
|
5254
5344
|
NOT = { has_country_flag = ave_empire_name }
|
|
5255
5345
|
NOT = { has_country_flag = ave_state_name }
|
|
5256
5346
|
NOT = { has_country_flag = is_FB1_flag }
|
|
5347
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5348
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5349
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5257
5350
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5258
5351
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5259
5352
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5261,6 +5354,7 @@ frloc_tags_art_sg_masc_cons_au_01a = {
|
|
|
5261
5354
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5262
5355
|
NOT = { has_country_flag = is_E10_flag }
|
|
5263
5356
|
NOT = { has_country_flag = ave_republic_name }
|
|
5357
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5264
5358
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5265
5359
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5266
5360
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5277,13 +5371,16 @@ frloc_tags_art_sg_masc_cons_au_01a = {
|
|
|
5277
5371
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5278
5372
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5279
5373
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
5374
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5280
5375
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5281
|
-
NOT = {
|
|
5282
|
-
NOT = {
|
|
5283
|
-
NOT = {
|
|
5376
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5377
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5378
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5284
5379
|
NOT = { has_country_flag = is_pue_flag }
|
|
5285
5380
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5286
5381
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5382
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5383
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5287
5384
|
OR = {
|
|
5288
5385
|
### USUAL PRIORITY ###
|
|
5289
5386
|
# Scandinavia / Scandinavie
|
|
@@ -5364,6 +5461,9 @@ frloc_tags_art_sg_masc_cons_dansle_01b = {
|
|
|
5364
5461
|
NOT = { has_country_flag = ave_empire_name }
|
|
5365
5462
|
NOT = { has_country_flag = ave_state_name }
|
|
5366
5463
|
NOT = { has_country_flag = is_FB1_flag }
|
|
5464
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5465
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5466
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5367
5467
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5368
5468
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5369
5469
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5371,6 +5471,7 @@ frloc_tags_art_sg_masc_cons_dansle_01b = {
|
|
|
5371
5471
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5372
5472
|
NOT = { has_country_flag = is_E10_flag }
|
|
5373
5473
|
NOT = { has_country_flag = ave_republic_name }
|
|
5474
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5374
5475
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5375
5476
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5376
5477
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5379,12 +5480,14 @@ frloc_tags_art_sg_masc_cons_dansle_01b = {
|
|
|
5379
5480
|
NOT = { has_country_flag = is_burma }
|
|
5380
5481
|
NOT = { has_country_flag = is_SIQ_flag }
|
|
5381
5482
|
NOT = { has_country_flag = is_FB2_flag }
|
|
5382
|
-
NOT = {
|
|
5383
|
-
NOT = {
|
|
5384
|
-
NOT = {
|
|
5483
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5484
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5485
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5385
5486
|
NOT = { has_country_flag = is_pue_flag }
|
|
5386
5487
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5387
5488
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5489
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5490
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5388
5491
|
OR = {
|
|
5389
5492
|
has_country_flag = is_kingdom_of_god_flag
|
|
5390
5493
|
has_country_flag = unified_islam
|
|
@@ -5394,6 +5497,7 @@ frloc_tags_art_sg_masc_cons_dansle_01b = {
|
|
|
5394
5497
|
has_country_flag = is_nusantara_flag
|
|
5395
5498
|
has_country_flag = ave_duchy_name
|
|
5396
5499
|
has_country_flag = is_KRJ_flag
|
|
5500
|
+
has_country_flag = is_JPS_flag
|
|
5397
5501
|
has_country_flag = is_FB3_flag
|
|
5398
5502
|
### USUAL PRIORITY ###
|
|
5399
5503
|
# France
|
|
@@ -5434,6 +5538,9 @@ frloc_tags_art_sg_masc_cons_en_01c = {
|
|
|
5434
5538
|
NOT = { has_country_flag = ave_empire_name }
|
|
5435
5539
|
NOT = { has_country_flag = ave_state_name }
|
|
5436
5540
|
NOT = { has_country_flag = is_FB1_flag }
|
|
5541
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5542
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5543
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5437
5544
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5438
5545
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5439
5546
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5441,6 +5548,7 @@ frloc_tags_art_sg_masc_cons_en_01c = {
|
|
|
5441
5548
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5442
5549
|
NOT = { has_country_flag = is_E10_flag }
|
|
5443
5550
|
NOT = { has_country_flag = ave_republic_name }
|
|
5551
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5444
5552
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5445
5553
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5446
5554
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5457,13 +5565,16 @@ frloc_tags_art_sg_masc_cons_en_01c = {
|
|
|
5457
5565
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5458
5566
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5459
5567
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
5568
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5460
5569
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5461
|
-
NOT = {
|
|
5462
|
-
NOT = {
|
|
5463
|
-
NOT = {
|
|
5570
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5571
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5572
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5464
5573
|
NOT = { has_country_flag = is_pue_flag }
|
|
5465
5574
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5466
5575
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5576
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5577
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5467
5578
|
OR = {
|
|
5468
5579
|
### USUAL PRIORITY ###
|
|
5469
5580
|
# HRE / Saint-Empire
|
|
@@ -5502,6 +5613,9 @@ frloc_tags_art_sg_masc_vow_en_02a = {
|
|
|
5502
5613
|
NOT = { has_country_flag = ave_empire_name }
|
|
5503
5614
|
NOT = { has_country_flag = ave_state_name }
|
|
5504
5615
|
NOT = { has_country_flag = is_FB1_flag }
|
|
5616
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5617
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5618
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5505
5619
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5506
5620
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5507
5621
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5509,6 +5623,7 @@ frloc_tags_art_sg_masc_vow_en_02a = {
|
|
|
5509
5623
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5510
5624
|
NOT = { has_country_flag = is_E10_flag }
|
|
5511
5625
|
NOT = { has_country_flag = ave_republic_name }
|
|
5626
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5512
5627
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5513
5628
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5514
5629
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5525,13 +5640,16 @@ frloc_tags_art_sg_masc_vow_en_02a = {
|
|
|
5525
5640
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5526
5641
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5527
5642
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
5643
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5528
5644
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5529
|
-
NOT = {
|
|
5530
|
-
NOT = {
|
|
5531
|
-
NOT = {
|
|
5645
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5646
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5647
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5532
5648
|
NOT = { has_country_flag = is_pue_flag }
|
|
5533
5649
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5534
5650
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5651
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5652
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5535
5653
|
OR = {
|
|
5536
5654
|
### USUAL PRIORITY ###
|
|
5537
5655
|
# Balkans
|
|
@@ -5594,6 +5712,7 @@ frloc_tags_art_sg_masc_vow_dansl_02b = {
|
|
|
5594
5712
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5595
5713
|
NOT = { has_country_flag = is_E10_flag }
|
|
5596
5714
|
NOT = { has_country_flag = ave_republic_name }
|
|
5715
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5597
5716
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5598
5717
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5599
5718
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5610,13 +5729,16 @@ frloc_tags_art_sg_masc_vow_dansl_02b = {
|
|
|
5610
5729
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5611
5730
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5612
5731
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
5732
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5613
5733
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5614
|
-
NOT = {
|
|
5615
|
-
NOT = {
|
|
5616
|
-
NOT = {
|
|
5734
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5735
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5736
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5617
5737
|
NOT = { has_country_flag = is_pue_flag }
|
|
5618
5738
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5619
5739
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5740
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5741
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5620
5742
|
OR = {
|
|
5621
5743
|
has_country_flag = is_gurkani_flag
|
|
5622
5744
|
has_country_flag = renamed_to_north_sea_empire
|
|
@@ -5643,6 +5765,9 @@ frloc_tags_art_sg_masc_vow_dansl_02b = {
|
|
|
5643
5765
|
has_country_flag = ave_empire_name
|
|
5644
5766
|
has_country_flag = ave_state_name
|
|
5645
5767
|
has_country_flag = is_FB1_flag
|
|
5768
|
+
has_country_flag = is_BYZ_eastern_roman_empire_flag
|
|
5769
|
+
has_country_flag = is_JPE_flag
|
|
5770
|
+
has_country_flag = is_revolutionary_iran_flag
|
|
5646
5771
|
### USUAL PRIORITY ###
|
|
5647
5772
|
# Balkans
|
|
5648
5773
|
tag = LAE
|
|
@@ -5663,6 +5788,82 @@ frloc_tags_art_sg_masc_vow_dansl_02b = {
|
|
|
5663
5788
|
}
|
|
5664
5789
|
}
|
|
5665
5790
|
|
|
5791
|
+
frloc_tags_art_sg_masc_vow_en_02c = {
|
|
5792
|
+
# Ex.: L'Iran / l'honneur DE L'Iran / le tr�ne D'Iran / arriver EN Iran / demander � L'Iran / NOUVEL-Iran
|
|
5793
|
+
### HIGHER PRIORITY ###
|
|
5794
|
+
# override_country_name
|
|
5795
|
+
NOT = { has_country_flag = is_china_flag }
|
|
5796
|
+
NOT = { has_country_flag = is_revolutionary_china_flag }
|
|
5797
|
+
NOT = { has_country_flag = is_gurkani_flag }
|
|
5798
|
+
NOT = { has_country_flag = renamed_to_north_sea_empire }
|
|
5799
|
+
NOT = { has_country_flag = is_revolutionary_gurkani_flag }
|
|
5800
|
+
NOT = { has_country_flag = is_majapahit_empire_flag }
|
|
5801
|
+
NOT = { has_country_flag = is_FBE_flag }
|
|
5802
|
+
NOT = { has_country_flag = is_EY0_flag }
|
|
5803
|
+
NOT = { has_country_flag = is_EY1_flag }
|
|
5804
|
+
NOT = { has_country_flag = is_EY2_flag }
|
|
5805
|
+
NOT = { has_country_flag = is_EY3_flag }
|
|
5806
|
+
NOT = { has_country_flag = is_EY4_flag }
|
|
5807
|
+
NOT = { has_country_flag = is_EY5_flag }
|
|
5808
|
+
NOT = { has_country_flag = is_EY6_flag }
|
|
5809
|
+
NOT = { has_country_flag = is_EY7_flag }
|
|
5810
|
+
NOT = { has_country_flag = is_E11_flag }
|
|
5811
|
+
NOT = { has_country_flag = is_E12_flag }
|
|
5812
|
+
NOT = { has_country_flag = is_E13_flag }
|
|
5813
|
+
NOT = { has_country_flag = is_E14_flag }
|
|
5814
|
+
NOT = { has_country_flag = is_E15_flag }
|
|
5815
|
+
NOT = { has_country_flag = is_E16_flag }
|
|
5816
|
+
NOT = { has_country_flag = is_E17_flag }
|
|
5817
|
+
NOT = { has_country_flag = is_TRK_flag }
|
|
5818
|
+
NOT = { has_country_flag = KOJ_overriden_name_flag }
|
|
5819
|
+
NOT = { has_country_flag = ave_empire_name }
|
|
5820
|
+
NOT = { has_country_flag = ave_state_name }
|
|
5821
|
+
NOT = { has_country_flag = is_FB1_flag }
|
|
5822
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5823
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5824
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5825
|
+
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5826
|
+
NOT = { has_country_flag = is_RPR_flag }
|
|
5827
|
+
NOT = { has_country_flag = is_LPC_flag }
|
|
5828
|
+
NOT = { has_country_flag = is_EY8_flag }
|
|
5829
|
+
NOT = { has_country_flag = is_EY9_flag }
|
|
5830
|
+
NOT = { has_country_flag = is_E10_flag }
|
|
5831
|
+
NOT = { has_country_flag = ave_republic_name }
|
|
5832
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5833
|
+
NOT = { has_country_flag = is_NCP_flag }
|
|
5834
|
+
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5835
|
+
NOT = { has_country_flag = is_KLU_flag }
|
|
5836
|
+
NOT = { has_country_flag = is_kingdom_of_god_flag }
|
|
5837
|
+
NOT = { has_country_flag = is_turkey_flag }
|
|
5838
|
+
NOT = { has_country_flag = is_revolutionary_turkey_flag }
|
|
5839
|
+
NOT = { has_country_flag = is_burma }
|
|
5840
|
+
NOT = { has_country_flag = is_SIQ_flag }
|
|
5841
|
+
NOT = { has_country_flag = is_FB2_flag }
|
|
5842
|
+
NOT = { has_country_flag = unified_islam }
|
|
5843
|
+
NOT = { has_country_flag = is_ramannadesa }
|
|
5844
|
+
NOT = { has_country_flag = is_dai_nam_flag }
|
|
5845
|
+
NOT = { has_country_flag = is_viet_nam_flag }
|
|
5846
|
+
NOT = { has_country_flag = is_nusantara_flag }
|
|
5847
|
+
NOT = { has_country_flag = ave_duchy_name }
|
|
5848
|
+
NOT = { has_country_flag = is_KRJ_flag }
|
|
5849
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5850
|
+
NOT = { has_country_flag = is_FB3_flag }
|
|
5851
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5852
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5853
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5854
|
+
NOT = { has_country_flag = is_pue_flag }
|
|
5855
|
+
NOT = { has_country_flag = is_LJN_flag }
|
|
5856
|
+
NOT = { has_country_flag = ave_theocracy_name }
|
|
5857
|
+
OR = {
|
|
5858
|
+
has_country_flag = is_iran_flag
|
|
5859
|
+
has_country_flag = is_ERANSHAHR_flag
|
|
5860
|
+
### USUAL PRIORITY ###
|
|
5861
|
+
# Persia
|
|
5862
|
+
tag = ERS
|
|
5863
|
+
}
|
|
5864
|
+
}
|
|
5865
|
+
|
|
5866
|
+
|
|
5666
5867
|
frloc_tags_art_sg_fem_cons_de_en_03a = {
|
|
5667
5868
|
# Ex.: LA Finlande / l'honneur DE LA Finlande / le tr�ne DE Finlande / arriver EN Finlande / demander � LA Finlande / NOUVELLE-Finlande
|
|
5668
5869
|
### HIGHER PRIORITY ###
|
|
@@ -5692,6 +5893,9 @@ frloc_tags_art_sg_fem_cons_de_en_03a = {
|
|
|
5692
5893
|
NOT = { has_country_flag = ave_empire_name }
|
|
5693
5894
|
NOT = { has_country_flag = ave_state_name }
|
|
5694
5895
|
NOT = { has_country_flag = is_FB1_flag }
|
|
5896
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
5897
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
5898
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5695
5899
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5696
5900
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5697
5901
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5699,6 +5903,7 @@ frloc_tags_art_sg_fem_cons_de_en_03a = {
|
|
|
5699
5903
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5700
5904
|
NOT = { has_country_flag = is_E10_flag }
|
|
5701
5905
|
NOT = { has_country_flag = ave_republic_name }
|
|
5906
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5702
5907
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5703
5908
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5704
5909
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5710,13 +5915,16 @@ frloc_tags_art_sg_fem_cons_de_en_03a = {
|
|
|
5710
5915
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5711
5916
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5712
5917
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
5918
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5713
5919
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5714
|
-
NOT = {
|
|
5715
|
-
NOT = {
|
|
5716
|
-
NOT = {
|
|
5920
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
5921
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
5922
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5717
5923
|
NOT = { has_country_flag = is_pue_flag }
|
|
5718
5924
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5719
5925
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
5926
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
5927
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5720
5928
|
OR = {
|
|
5721
5929
|
has_country_flag = is_china_flag
|
|
5722
5930
|
has_country_flag = is_revolutionary_china_flag
|
|
@@ -5798,6 +6006,9 @@ frloc_tags_art_sg_fem_cons_dela_auseindela_03b = {
|
|
|
5798
6006
|
NOT = { has_country_flag = ave_empire_name }
|
|
5799
6007
|
NOT = { has_country_flag = ave_state_name }
|
|
5800
6008
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6009
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6010
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6011
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5801
6012
|
NOT = { has_country_flag = is_kingdom_of_god_flag }
|
|
5802
6013
|
NOT = { has_country_flag = is_turkey_flag }
|
|
5803
6014
|
NOT = { has_country_flag = is_revolutionary_turkey_flag }
|
|
@@ -5811,16 +6022,19 @@ frloc_tags_art_sg_fem_cons_dela_auseindela_03b = {
|
|
|
5811
6022
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5812
6023
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5813
6024
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6025
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5814
6026
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5815
|
-
NOT = {
|
|
5816
|
-
NOT = {
|
|
5817
|
-
NOT = {
|
|
5818
|
-
NOT = {
|
|
5819
|
-
NOT = {
|
|
5820
|
-
NOT = {
|
|
6027
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6028
|
+
NOT = { has_country_flag = is_NCP_flag }
|
|
6029
|
+
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6030
|
+
NOT = { has_country_flag = is_KLU_flag }
|
|
6031
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6032
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5821
6033
|
NOT = { has_country_flag = is_pue_flag }
|
|
5822
6034
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5823
6035
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6036
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6037
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5824
6038
|
OR = {
|
|
5825
6039
|
OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag }
|
|
5826
6040
|
has_country_flag = is_RPR_flag
|
|
@@ -5829,6 +6043,7 @@ frloc_tags_art_sg_fem_cons_dela_auseindela_03b = {
|
|
|
5829
6043
|
has_country_flag = is_EY9_flag
|
|
5830
6044
|
has_country_flag = is_E10_flag
|
|
5831
6045
|
has_country_flag = ave_republic_name
|
|
6046
|
+
has_country_flag = is_GREAT_ARMENIA_flag
|
|
5832
6047
|
### USUAL PRIORITY ###
|
|
5833
6048
|
# Eastern Europe / Europe orientale
|
|
5834
6049
|
tag = PLC
|
|
@@ -5875,6 +6090,9 @@ frloc_tags_art_sg_fem_vow_d_en_04a = {
|
|
|
5875
6090
|
NOT = { has_country_flag = ave_empire_name }
|
|
5876
6091
|
NOT = { has_country_flag = ave_state_name }
|
|
5877
6092
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6093
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6094
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6095
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5878
6096
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5879
6097
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5880
6098
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5882,6 +6100,7 @@ frloc_tags_art_sg_fem_vow_d_en_04a = {
|
|
|
5882
6100
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5883
6101
|
NOT = { has_country_flag = is_E10_flag }
|
|
5884
6102
|
NOT = { has_country_flag = ave_republic_name }
|
|
6103
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5885
6104
|
NOT = { has_country_flag = is_kingdom_of_god_flag }
|
|
5886
6105
|
NOT = { has_country_flag = is_turkey_flag }
|
|
5887
6106
|
NOT = { has_country_flag = is_revolutionary_turkey_flag }
|
|
@@ -5895,13 +6114,16 @@ frloc_tags_art_sg_fem_vow_d_en_04a = {
|
|
|
5895
6114
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5896
6115
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5897
6116
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6117
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5898
6118
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5899
|
-
NOT = {
|
|
5900
|
-
NOT = {
|
|
5901
|
-
NOT = {
|
|
6119
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6120
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6121
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
5902
6122
|
NOT = { has_country_flag = is_pue_flag }
|
|
5903
6123
|
NOT = { has_country_flag = is_LJN_flag }
|
|
5904
6124
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6125
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6126
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
5905
6127
|
OR = {
|
|
5906
6128
|
has_country_flag = is_NCP_flag
|
|
5907
6129
|
has_country_flag = change_name_NPI_flag
|
|
@@ -5971,6 +6193,9 @@ frloc_tags_art_pl_masc_cons_chezles_05a = {
|
|
|
5971
6193
|
NOT = { has_country_flag = ave_empire_name }
|
|
5972
6194
|
NOT = { has_country_flag = ave_state_name }
|
|
5973
6195
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6196
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6197
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6198
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
5974
6199
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
5975
6200
|
NOT = { has_country_flag = is_RPR_flag }
|
|
5976
6201
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -5978,6 +6203,7 @@ frloc_tags_art_pl_masc_cons_chezles_05a = {
|
|
|
5978
6203
|
NOT = { has_country_flag = is_EY9_flag }
|
|
5979
6204
|
NOT = { has_country_flag = is_E10_flag }
|
|
5980
6205
|
NOT = { has_country_flag = ave_republic_name }
|
|
6206
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
5981
6207
|
NOT = { has_country_flag = is_NCP_flag }
|
|
5982
6208
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
5983
6209
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -5994,11 +6220,14 @@ frloc_tags_art_pl_masc_cons_chezles_05a = {
|
|
|
5994
6220
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
5995
6221
|
NOT = { has_country_flag = ave_duchy_name }
|
|
5996
6222
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6223
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
5997
6224
|
NOT = { has_country_flag = is_FB3_flag }
|
|
5998
|
-
NOT = {
|
|
5999
|
-
NOT = {
|
|
6000
|
-
NOT = {
|
|
6225
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6226
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6227
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6001
6228
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6229
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6230
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6002
6231
|
OR = {
|
|
6003
6232
|
has_country_flag = is_pue_flag
|
|
6004
6233
|
has_country_flag = is_LJN_flag
|
|
@@ -6099,6 +6328,9 @@ frloc_tags_art_pl_masc_cons_aux_05b = {
|
|
|
6099
6328
|
NOT = { has_country_flag = ave_empire_name }
|
|
6100
6329
|
NOT = { has_country_flag = ave_state_name }
|
|
6101
6330
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6331
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6332
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6333
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6102
6334
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6103
6335
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6104
6336
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6106,6 +6338,7 @@ frloc_tags_art_pl_masc_cons_aux_05b = {
|
|
|
6106
6338
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6107
6339
|
NOT = { has_country_flag = is_E10_flag }
|
|
6108
6340
|
NOT = { has_country_flag = ave_republic_name }
|
|
6341
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6109
6342
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6110
6343
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6111
6344
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6122,13 +6355,16 @@ frloc_tags_art_pl_masc_cons_aux_05b = {
|
|
|
6122
6355
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6123
6356
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6124
6357
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6358
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6125
6359
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6126
|
-
NOT = {
|
|
6127
|
-
NOT = {
|
|
6128
|
-
NOT = {
|
|
6360
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6361
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6362
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6129
6363
|
NOT = { has_country_flag = is_pue_flag }
|
|
6130
6364
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6131
6365
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6366
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6367
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6132
6368
|
OR = {
|
|
6133
6369
|
### USUAL PRIORITY ###
|
|
6134
6370
|
# Colonies
|
|
@@ -6169,6 +6405,9 @@ frloc_tags_art_pl_masc_cons_dansles_05c = {
|
|
|
6169
6405
|
NOT = { has_country_flag = ave_empire_name }
|
|
6170
6406
|
NOT = { has_country_flag = ave_state_name }
|
|
6171
6407
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6408
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6409
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6410
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6172
6411
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6173
6412
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6174
6413
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6176,6 +6415,7 @@ frloc_tags_art_pl_masc_cons_dansles_05c = {
|
|
|
6176
6415
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6177
6416
|
NOT = { has_country_flag = is_E10_flag }
|
|
6178
6417
|
NOT = { has_country_flag = ave_republic_name }
|
|
6418
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6179
6419
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6180
6420
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6181
6421
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6192,12 +6432,15 @@ frloc_tags_art_pl_masc_cons_dansles_05c = {
|
|
|
6192
6432
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6193
6433
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6194
6434
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6435
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6195
6436
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6196
|
-
NOT = {
|
|
6197
|
-
NOT = {
|
|
6198
|
-
NOT = {
|
|
6437
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6438
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6439
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6199
6440
|
NOT = { has_country_flag = is_pue_flag }
|
|
6200
6441
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6442
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6443
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6201
6444
|
OR = {
|
|
6202
6445
|
has_country_flag = ave_theocracy_name
|
|
6203
6446
|
### USUAL PRIORITY ###
|
|
@@ -6239,6 +6482,9 @@ frloc_tags_art_pl_fem_cons_aux_07a = {
|
|
|
6239
6482
|
NOT = { has_country_flag = ave_empire_name }
|
|
6240
6483
|
NOT = { has_country_flag = ave_state_name }
|
|
6241
6484
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6485
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6486
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6487
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6242
6488
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6243
6489
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6244
6490
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6246,6 +6492,7 @@ frloc_tags_art_pl_fem_cons_aux_07a = {
|
|
|
6246
6492
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6247
6493
|
NOT = { has_country_flag = is_E10_flag }
|
|
6248
6494
|
NOT = { has_country_flag = ave_republic_name }
|
|
6495
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6249
6496
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6250
6497
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6251
6498
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6262,13 +6509,16 @@ frloc_tags_art_pl_fem_cons_aux_07a = {
|
|
|
6262
6509
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6263
6510
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6264
6511
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6512
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6265
6513
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6266
|
-
NOT = {
|
|
6267
|
-
NOT = {
|
|
6268
|
-
NOT = {
|
|
6514
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6515
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6516
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6269
6517
|
NOT = { has_country_flag = is_pue_flag }
|
|
6270
6518
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6271
6519
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6520
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6521
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6272
6522
|
OR = {
|
|
6273
6523
|
### USUAL PRIORITY ###
|
|
6274
6524
|
# Colonies
|
|
@@ -6313,6 +6563,9 @@ frloc_tags_art_pl_fem_cons_dansles_07b = {
|
|
|
6313
6563
|
NOT = { has_country_flag = ave_empire_name }
|
|
6314
6564
|
NOT = { has_country_flag = ave_state_name }
|
|
6315
6565
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6566
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6567
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6568
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6316
6569
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6317
6570
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6318
6571
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6320,6 +6573,7 @@ frloc_tags_art_pl_fem_cons_dansles_07b = {
|
|
|
6320
6573
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6321
6574
|
NOT = { has_country_flag = is_E10_flag }
|
|
6322
6575
|
NOT = { has_country_flag = ave_republic_name }
|
|
6576
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6323
6577
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6324
6578
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6325
6579
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6336,13 +6590,16 @@ frloc_tags_art_pl_fem_cons_dansles_07b = {
|
|
|
6336
6590
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6337
6591
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6338
6592
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6593
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6339
6594
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6340
|
-
NOT = {
|
|
6341
|
-
NOT = {
|
|
6342
|
-
NOT = {
|
|
6595
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6596
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6597
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6343
6598
|
NOT = { has_country_flag = is_pue_flag }
|
|
6344
6599
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6345
6600
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6601
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6602
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6346
6603
|
OR = {
|
|
6347
6604
|
### USUAL PRIORITY ###
|
|
6348
6605
|
# British Isles / �les Britanniques
|
|
@@ -6391,6 +6648,9 @@ frloc_tags_noart_sg_masc_cons_en_a_09a = {
|
|
|
6391
6648
|
NOT = { has_country_flag = ave_empire_name }
|
|
6392
6649
|
NOT = { has_country_flag = ave_state_name }
|
|
6393
6650
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6651
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6652
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6653
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6394
6654
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6395
6655
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6396
6656
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6398,6 +6658,7 @@ frloc_tags_noart_sg_masc_cons_en_a_09a = {
|
|
|
6398
6658
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6399
6659
|
NOT = { has_country_flag = is_E10_flag }
|
|
6400
6660
|
NOT = { has_country_flag = ave_republic_name }
|
|
6661
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6401
6662
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6402
6663
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6403
6664
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6414,13 +6675,16 @@ frloc_tags_noart_sg_masc_cons_en_a_09a = {
|
|
|
6414
6675
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6415
6676
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6416
6677
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6678
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6417
6679
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6418
|
-
NOT = {
|
|
6419
|
-
NOT = {
|
|
6420
|
-
NOT = {
|
|
6680
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6681
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6682
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6421
6683
|
NOT = { has_country_flag = is_pue_flag }
|
|
6422
6684
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6423
6685
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6686
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6687
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6424
6688
|
OR = {
|
|
6425
6689
|
### USUAL PRIORITY ###
|
|
6426
6690
|
# Russia / Russie
|
|
@@ -6475,6 +6739,9 @@ frloc_tags_noart_sg_masc_cons_a_a_09b = {
|
|
|
6475
6739
|
NOT = { has_country_flag = ave_empire_name }
|
|
6476
6740
|
NOT = { has_country_flag = ave_state_name }
|
|
6477
6741
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6742
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6743
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6744
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6478
6745
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6479
6746
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6480
6747
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6482,6 +6749,7 @@ frloc_tags_noart_sg_masc_cons_a_a_09b = {
|
|
|
6482
6749
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6483
6750
|
NOT = { has_country_flag = is_E10_flag }
|
|
6484
6751
|
NOT = { has_country_flag = ave_republic_name }
|
|
6752
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6485
6753
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6486
6754
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6487
6755
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6498,13 +6766,16 @@ frloc_tags_noart_sg_masc_cons_a_a_09b = {
|
|
|
6498
6766
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6499
6767
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6500
6768
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6769
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6501
6770
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6502
|
-
NOT = {
|
|
6503
|
-
NOT = {
|
|
6504
|
-
NOT = {
|
|
6771
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6772
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6773
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6505
6774
|
NOT = { has_country_flag = is_pue_flag }
|
|
6506
6775
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6507
6776
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6777
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6778
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6508
6779
|
OR = {
|
|
6509
6780
|
### USUAL PRIORITY ###
|
|
6510
6781
|
# Balkans
|
|
@@ -6547,6 +6818,9 @@ frloc_tags_noart_sg_masc_vow_en_a_10a = {
|
|
|
6547
6818
|
NOT = { has_country_flag = ave_empire_name }
|
|
6548
6819
|
NOT = { has_country_flag = ave_state_name }
|
|
6549
6820
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6821
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6822
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6823
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6550
6824
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6551
6825
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6552
6826
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6554,6 +6828,7 @@ frloc_tags_noart_sg_masc_vow_en_a_10a = {
|
|
|
6554
6828
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6555
6829
|
NOT = { has_country_flag = is_E10_flag }
|
|
6556
6830
|
NOT = { has_country_flag = ave_republic_name }
|
|
6831
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6557
6832
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6558
6833
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6559
6834
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6570,13 +6845,16 @@ frloc_tags_noart_sg_masc_vow_en_a_10a = {
|
|
|
6570
6845
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6571
6846
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6572
6847
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6848
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6573
6849
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6574
|
-
NOT = {
|
|
6575
|
-
NOT = {
|
|
6576
|
-
NOT = {
|
|
6850
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6851
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6852
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6577
6853
|
NOT = { has_country_flag = is_pue_flag }
|
|
6578
6854
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6579
6855
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6856
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6857
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6580
6858
|
OR = {
|
|
6581
6859
|
### USUAL PRIORITY ###
|
|
6582
6860
|
# France
|
|
@@ -6623,6 +6901,9 @@ frloc_tags_noart_sg_masc_vow_a_a_10b = {
|
|
|
6623
6901
|
NOT = { has_country_flag = ave_empire_name }
|
|
6624
6902
|
NOT = { has_country_flag = ave_state_name }
|
|
6625
6903
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6904
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6905
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6906
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6626
6907
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6627
6908
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6628
6909
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6630,6 +6911,7 @@ frloc_tags_noart_sg_masc_vow_a_a_10b = {
|
|
|
6630
6911
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6631
6912
|
NOT = { has_country_flag = is_E10_flag }
|
|
6632
6913
|
NOT = { has_country_flag = ave_republic_name }
|
|
6914
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6633
6915
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6634
6916
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6635
6917
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6646,13 +6928,16 @@ frloc_tags_noart_sg_masc_vow_a_a_10b = {
|
|
|
6646
6928
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6647
6929
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6648
6930
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
6931
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6649
6932
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6650
|
-
NOT = {
|
|
6651
|
-
NOT = {
|
|
6652
|
-
NOT = {
|
|
6933
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
6934
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
6935
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6653
6936
|
NOT = { has_country_flag = is_pue_flag }
|
|
6654
6937
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6655
6938
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
6939
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
6940
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6656
6941
|
OR = {
|
|
6657
6942
|
### USUAL PRIORITY ###
|
|
6658
6943
|
# Colonies
|
|
@@ -6691,6 +6976,9 @@ frloc_tags_noart_sg_fem_cons_de_en_11a = {
|
|
|
6691
6976
|
NOT = { has_country_flag = ave_empire_name }
|
|
6692
6977
|
NOT = { has_country_flag = ave_state_name }
|
|
6693
6978
|
NOT = { has_country_flag = is_FB1_flag }
|
|
6979
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
6980
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
6981
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6694
6982
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6695
6983
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6696
6984
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6698,6 +6986,7 @@ frloc_tags_noart_sg_fem_cons_de_en_11a = {
|
|
|
6698
6986
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6699
6987
|
NOT = { has_country_flag = is_E10_flag }
|
|
6700
6988
|
NOT = { has_country_flag = ave_republic_name }
|
|
6989
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6701
6990
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6702
6991
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6703
6992
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6714,10 +7003,13 @@ frloc_tags_noart_sg_fem_cons_de_en_11a = {
|
|
|
6714
7003
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6715
7004
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6716
7005
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
7006
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6717
7007
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6718
|
-
NOT = {
|
|
6719
|
-
NOT = {
|
|
6720
|
-
NOT = {
|
|
7008
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
7009
|
+
NOT = { has_country_flag = is_pue_flag }
|
|
7010
|
+
NOT = { has_country_flag = is_LJN_flag }
|
|
7011
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
7012
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6721
7013
|
OR = {
|
|
6722
7014
|
has_country_flag = is_dvaravati
|
|
6723
7015
|
has_country_flag = is_srijivaya_flag
|
|
@@ -6800,6 +7092,9 @@ frloc_tags_noart_sg_fem_cons_de_a_11b = {
|
|
|
6800
7092
|
NOT = { has_country_flag = ave_empire_name }
|
|
6801
7093
|
NOT = { has_country_flag = ave_state_name }
|
|
6802
7094
|
NOT = { has_country_flag = is_FB1_flag }
|
|
7095
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
7096
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
7097
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6803
7098
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6804
7099
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6805
7100
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6807,6 +7102,7 @@ frloc_tags_noart_sg_fem_cons_de_a_11b = {
|
|
|
6807
7102
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6808
7103
|
NOT = { has_country_flag = is_E10_flag }
|
|
6809
7104
|
NOT = { has_country_flag = ave_republic_name }
|
|
7105
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6810
7106
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6811
7107
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6812
7108
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6823,13 +7119,16 @@ frloc_tags_noart_sg_fem_cons_de_a_11b = {
|
|
|
6823
7119
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6824
7120
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6825
7121
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
7122
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6826
7123
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6827
|
-
NOT = {
|
|
6828
|
-
NOT = {
|
|
6829
|
-
NOT = {
|
|
7124
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
7125
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
7126
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6830
7127
|
NOT = { has_country_flag = is_pue_flag }
|
|
6831
7128
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6832
7129
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
7130
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
7131
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6833
7132
|
OR = {
|
|
6834
7133
|
### USUAL PRIORITY ###
|
|
6835
7134
|
# Scandinavia / Scandinavie
|
|
@@ -6894,6 +7193,9 @@ frloc_tags_noart_sg_fem_cons_dela_en_11c = {
|
|
|
6894
7193
|
NOT = { has_country_flag = ave_empire_name }
|
|
6895
7194
|
NOT = { has_country_flag = ave_state_name }
|
|
6896
7195
|
NOT = { has_country_flag = is_FB1_flag }
|
|
7196
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
7197
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
7198
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6897
7199
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6898
7200
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6899
7201
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6901,6 +7203,7 @@ frloc_tags_noart_sg_fem_cons_dela_en_11c = {
|
|
|
6901
7203
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6902
7204
|
NOT = { has_country_flag = is_E10_flag }
|
|
6903
7205
|
NOT = { has_country_flag = ave_republic_name }
|
|
7206
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6904
7207
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6905
7208
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6906
7209
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6917,13 +7220,16 @@ frloc_tags_noart_sg_fem_cons_dela_en_11c = {
|
|
|
6917
7220
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6918
7221
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6919
7222
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
7223
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6920
7224
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6921
|
-
NOT = {
|
|
6922
|
-
NOT = {
|
|
6923
|
-
NOT = {
|
|
7225
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
7226
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
7227
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6924
7228
|
NOT = { has_country_flag = is_pue_flag }
|
|
6925
7229
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6926
7230
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
7231
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
7232
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6927
7233
|
OR = {
|
|
6928
7234
|
### USUAL PRIORITY ###
|
|
6929
7235
|
# Colonies
|
|
@@ -6964,6 +7270,9 @@ frloc_tags_noart_sg_fem_vow_d_en_12a = {
|
|
|
6964
7270
|
NOT = { has_country_flag = ave_empire_name }
|
|
6965
7271
|
NOT = { has_country_flag = ave_state_name }
|
|
6966
7272
|
NOT = { has_country_flag = is_FB1_flag }
|
|
7273
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
7274
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
7275
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
6967
7276
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
6968
7277
|
NOT = { has_country_flag = is_RPR_flag }
|
|
6969
7278
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -6971,6 +7280,7 @@ frloc_tags_noart_sg_fem_vow_d_en_12a = {
|
|
|
6971
7280
|
NOT = { has_country_flag = is_EY9_flag }
|
|
6972
7281
|
NOT = { has_country_flag = is_E10_flag }
|
|
6973
7282
|
NOT = { has_country_flag = ave_republic_name }
|
|
7283
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
6974
7284
|
NOT = { has_country_flag = is_NCP_flag }
|
|
6975
7285
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
6976
7286
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -6987,12 +7297,15 @@ frloc_tags_noart_sg_fem_vow_d_en_12a = {
|
|
|
6987
7297
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
6988
7298
|
NOT = { has_country_flag = ave_duchy_name }
|
|
6989
7299
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
7300
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
6990
7301
|
NOT = { has_country_flag = is_FB3_flag }
|
|
6991
|
-
NOT = {
|
|
6992
|
-
NOT = {
|
|
7302
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
7303
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
6993
7304
|
NOT = { has_country_flag = is_pue_flag }
|
|
6994
7305
|
NOT = { has_country_flag = is_LJN_flag }
|
|
6995
7306
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
7307
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
7308
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
6996
7309
|
OR = {
|
|
6997
7310
|
has_country_flag = is_hariphunchai
|
|
6998
7311
|
### USUAL PRIORITY ###
|
|
@@ -7052,6 +7365,9 @@ frloc_tags_noart_sg_fem_vow_d_a_12b = {
|
|
|
7052
7365
|
NOT = { has_country_flag = ave_empire_name }
|
|
7053
7366
|
NOT = { has_country_flag = ave_state_name }
|
|
7054
7367
|
NOT = { has_country_flag = is_FB1_flag }
|
|
7368
|
+
NOT = { has_country_flag = is_BYZ_eastern_roman_empire_flag }
|
|
7369
|
+
NOT = { has_country_flag = is_JPE_flag }
|
|
7370
|
+
NOT = { has_country_flag = is_revolutionary_iran_flag }
|
|
7055
7371
|
NOT = { OR = { has_country_flag = is_hanseatic_league_flag has_country_flag = is_FU2_flag } }
|
|
7056
7372
|
NOT = { has_country_flag = is_RPR_flag }
|
|
7057
7373
|
NOT = { has_country_flag = is_LPC_flag }
|
|
@@ -7059,6 +7375,7 @@ frloc_tags_noart_sg_fem_vow_d_a_12b = {
|
|
|
7059
7375
|
NOT = { has_country_flag = is_EY9_flag }
|
|
7060
7376
|
NOT = { has_country_flag = is_E10_flag }
|
|
7061
7377
|
NOT = { has_country_flag = ave_republic_name }
|
|
7378
|
+
NOT = { has_country_flag = is_GREAT_ARMENIA_flag }
|
|
7062
7379
|
NOT = { has_country_flag = is_NCP_flag }
|
|
7063
7380
|
NOT = { has_country_flag = change_name_NPI_flag }
|
|
7064
7381
|
NOT = { has_country_flag = is_KLU_flag }
|
|
@@ -7075,13 +7392,16 @@ frloc_tags_noart_sg_fem_vow_d_a_12b = {
|
|
|
7075
7392
|
NOT = { has_country_flag = is_nusantara_flag }
|
|
7076
7393
|
NOT = { has_country_flag = ave_duchy_name }
|
|
7077
7394
|
NOT = { has_country_flag = is_KRJ_flag }
|
|
7395
|
+
NOT = { has_country_flag = is_JPS_flag }
|
|
7078
7396
|
NOT = { has_country_flag = is_FB3_flag }
|
|
7079
|
-
NOT = {
|
|
7080
|
-
NOT = {
|
|
7081
|
-
NOT = {
|
|
7397
|
+
NOT = { has_country_flag = is_hariphunchai }
|
|
7398
|
+
NOT = { has_country_flag = is_dvaravati }
|
|
7399
|
+
NOT = { has_country_flag = is_srijivaya_flag }
|
|
7082
7400
|
NOT = { has_country_flag = is_pue_flag }
|
|
7083
7401
|
NOT = { has_country_flag = is_LJN_flag }
|
|
7084
7402
|
NOT = { has_country_flag = ave_theocracy_name }
|
|
7403
|
+
NOT = { has_country_flag = is_iran_flag }
|
|
7404
|
+
NOT = { has_country_flag = is_ERANSHAHR_flag }
|
|
7085
7405
|
OR = {
|
|
7086
7406
|
### USUAL PRIORITY ###
|
|
7087
7407
|
# Balkans
|
|
@@ -7472,7 +7792,7 @@ frloc_areas_art_sg_masc_vow_del_del_en_04 = {
|
|
|
7472
7792
|
area = arizona_area
|
|
7473
7793
|
area = mississippi_plain_area
|
|
7474
7794
|
area = assam_area
|
|
7475
|
-
area =
|
|
7795
|
+
area = tabriz_area
|
|
7476
7796
|
area = illinois_country_area
|
|
7477
7797
|
area = orissa_area
|
|
7478
7798
|
area = uganda_area
|
|
@@ -7710,7 +8030,7 @@ frloc_areas_art_sg_fem_cons_lacontreede_orig_fem_12 = {
|
|
|
7710
8030
|
area = sukhothai_area
|
|
7711
8031
|
area = surabaya_area
|
|
7712
8032
|
area = tabuk_area
|
|
7713
|
-
area =
|
|
8033
|
+
area = azerbaijan_area
|
|
7714
8034
|
area = tambov_area
|
|
7715
8035
|
area = chernigov_area
|
|
7716
8036
|
area = tanjore_area
|
|
@@ -27,6 +27,8 @@ has_any_estates = {
|
|
|
27
27
|
has_estate = estate_vaisyas
|
|
28
28
|
has_estate = estate_janissaries
|
|
29
29
|
has_estate = estate_eunuchs
|
|
30
|
+
has_estate = estate_qizilbash
|
|
31
|
+
has_estate = estate_ghulams
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
34
|
}
|
|
@@ -108,6 +110,12 @@ has_exempt_from_seize_land_for_estate_eunuchs = {
|
|
|
108
110
|
has_estate_privilege = estate_eunuchs_single_whip_law_privilege
|
|
109
111
|
}
|
|
110
112
|
}
|
|
113
|
+
has_exempt_from_seize_land_for_estate_qizilbash = {
|
|
114
|
+
has_estate_privilege = estate_qizilbash_supremacy_over_the_aristocracy
|
|
115
|
+
}
|
|
116
|
+
has_exempt_from_seize_land_for_estate_ghulams = {
|
|
117
|
+
always = no
|
|
118
|
+
}
|
|
111
119
|
|
|
112
120
|
estate_has_exempt_from_seize_land_privilege = {
|
|
113
121
|
has_estate = $estate$
|
|
@@ -152,6 +160,8 @@ can_swap_out_of_estate_granting_reform = {
|
|
|
152
160
|
# if = { limit = { has_estate = estate_vaisyas } estate_influence = { estate = estate_vaisyas influence = $influence$ } }
|
|
153
161
|
# if = { limit = { has_estate = estate_janissaries } estate_influence = { estate = estate_janissaries influence = $influence$ } }
|
|
154
162
|
# if = { limit = { has_estate = estate_eunuchs } estate_influence = { estate = estate_eunuchs influence = $influence$ } }
|
|
163
|
+
# if = { limit = { has_estate = estate_qizilbash } estate_influence = { estate = estate_qizilbash influence = $influence$ } }
|
|
164
|
+
# if = { limit = { has_estate = estate_ghulams } estate_influence = { estate = estate_ghulams influence = $influence$ } }
|
|
155
165
|
# }
|
|
156
166
|
#}
|
|
157
167
|
any_estate_loyalty = {
|
|
@@ -169,6 +179,8 @@ any_estate_loyalty = {
|
|
|
169
179
|
if = { limit = { has_estate = estate_vaisyas } estate_loyalty = { estate = estate_vaisyas loyalty = $loyalty$ } }
|
|
170
180
|
if = { limit = { has_estate = estate_janissaries } estate_loyalty = { estate = estate_janissaries loyalty = $loyalty$ } }
|
|
171
181
|
if = { limit = { has_estate = estate_eunuchs } estate_loyalty = { estate = estate_eunuchs loyalty = $loyalty$ } }
|
|
182
|
+
if = { limit = { has_estate = estate_qizilbash } estate_loyalty = { estate = estate_qizilbash loyalty = $loyalty$ } }
|
|
183
|
+
if = { limit = { has_estate = estate_ghulams } estate_loyalty = { estate = estate_ghulams loyalty = $loyalty$ } }
|
|
172
184
|
}
|
|
173
185
|
}
|
|
174
186
|
|
|
@@ -259,6 +271,10 @@ has_not_any_estate_disaster_active = {
|
|
|
259
271
|
}
|
|
260
272
|
}
|
|
261
273
|
|
|
274
|
+
has_not_own_estate_disaster_active = {
|
|
275
|
+
NOT = { has_country_flag = $estate$_in_power }
|
|
276
|
+
}
|
|
277
|
+
|
|
262
278
|
has_absolutism_reduction_for_estate_privileges = {
|
|
263
279
|
OR = {
|
|
264
280
|
has_idea = respected_authority
|
|
@@ -282,6 +298,8 @@ has_absolutism_reduction_for_estate_privileges = {
|
|
|
282
298
|
# estate_vaisyas
|
|
283
299
|
# estate_janissaries
|
|
284
300
|
# estate_eunuchs
|
|
301
|
+
# estate_qizilbash
|
|
302
|
+
# estate_ghulams
|
|
285
303
|
has_estate_agenda_auto_completion = {
|
|
286
304
|
hidden_trigger = {
|
|
287
305
|
OR = {
|
|
@@ -669,6 +687,54 @@ has_estate_agenda_of_estate_eunuchs = {
|
|
|
669
687
|
has_active_estate_agenda = estate_eunuchs_subsidize_subjects_agenda
|
|
670
688
|
}
|
|
671
689
|
}
|
|
690
|
+
has_estate_agenda_of_estate_qizilbash = {
|
|
691
|
+
OR = {
|
|
692
|
+
has_active_estate_agenda = estate_qizilbash_hire_advisor
|
|
693
|
+
has_active_estate_agenda = estate_qizilbash_fire_advisor
|
|
694
|
+
has_active_estate_agenda = estate_qizilbash_three_privileges
|
|
695
|
+
has_active_estate_agenda = estate_qizilbash_increase_monthly_military_power
|
|
696
|
+
has_active_estate_agenda = estate_qizilbash_retake_core
|
|
697
|
+
has_active_estate_agenda = estate_qizilbash_recruit_more_qizilbash
|
|
698
|
+
has_active_estate_agenda = estate_qizilbash_humiliate_rival
|
|
699
|
+
has_active_estate_agenda = estate_qizilbash_build_army_building_in_y
|
|
700
|
+
has_active_estate_agenda = estate_qizilbash_build_soldier_household
|
|
701
|
+
has_active_estate_agenda = estate_qizilbash_crush_revolts
|
|
702
|
+
has_active_estate_agenda = estate_qizilbash_expand_into_x
|
|
703
|
+
has_active_estate_agenda = estate_qizilbash_bigger_army_than_rival
|
|
704
|
+
has_active_estate_agenda = estate_qizilbash_protect_our_culture
|
|
705
|
+
has_active_estate_agenda = estate_qizilbash_despoil_x
|
|
706
|
+
has_active_estate_agenda = estate_qizilbash_develop_x
|
|
707
|
+
has_active_estate_agenda = estate_qizilbash_convert_province_x
|
|
708
|
+
has_active_estate_agenda = estate_qizilbash_establish_safavid_order
|
|
709
|
+
has_active_estate_agenda = estate_qizilbash_defeat_large_army
|
|
710
|
+
has_active_estate_agenda = estate_qizilbash_build_fort_building_in_y
|
|
711
|
+
has_active_estate_agenda = estate_qizilbash_build_cavalry
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
has_estate_agenda_of_estate_ghulams = {
|
|
715
|
+
OR = {
|
|
716
|
+
has_active_estate_agenda = estate_ghulams_hire_advisor
|
|
717
|
+
has_active_estate_agenda = estate_ghulams_fire_advisor
|
|
718
|
+
has_active_estate_agenda = estate_ghulams_three_privileges
|
|
719
|
+
has_active_estate_agenda = estate_ghulams_reduce_war_exhaustion
|
|
720
|
+
has_active_estate_agenda = estate_ghulams_increase_monthly_military_power
|
|
721
|
+
has_active_estate_agenda = estate_ghulams_retake_core
|
|
722
|
+
has_active_estate_agenda = estate_ghulams_support_independence
|
|
723
|
+
has_active_estate_agenda = estate_ghulams_stop_converting_province_x
|
|
724
|
+
has_active_estate_agenda = estate_ghulams_build_an_army
|
|
725
|
+
has_active_estate_agenda = estate_ghulams_humiliate_rival
|
|
726
|
+
has_active_estate_agenda = estate_ghulams_build_army_building_in_y
|
|
727
|
+
has_active_estate_agenda = estate_ghulams_build_soldier_household
|
|
728
|
+
has_active_estate_agenda = estate_ghulams_crush_revolts
|
|
729
|
+
has_active_estate_agenda = estate_ghulams_expand_into_x
|
|
730
|
+
has_active_estate_agenda = estate_ghulams_condottieri_rivals
|
|
731
|
+
has_active_estate_agenda = estate_ghulams_bigger_army_than_rival
|
|
732
|
+
has_active_estate_agenda = estate_ghulams_build_up_manpower_reserves
|
|
733
|
+
has_active_estate_agenda = estate_ghulams_develop_x
|
|
734
|
+
has_active_estate_agenda = estate_ghulams_reduce_other_estate_influence
|
|
735
|
+
has_active_estate_agenda = estate_ghulams_build_fort_building_in_y
|
|
736
|
+
}
|
|
737
|
+
}
|
|
672
738
|
|
|
673
739
|
has_estate_agenda_of_estate = {
|
|
674
740
|
has_estate_agenda_of_$estate$ = yes
|
|
@@ -684,4 +750,273 @@ is_not_blocked_by_estate_privilege = {
|
|
|
684
750
|
NOT = { has_country_flag = block_$estate$_removing_reform }
|
|
685
751
|
}
|
|
686
752
|
}
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
can_select_adm_privilege_for_estate_nobles = {
|
|
756
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
757
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
758
|
+
}
|
|
759
|
+
can_select_adm_privilege_for_estate_brahmins = {
|
|
760
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
761
|
+
}
|
|
762
|
+
can_select_adm_privilege_for_estate_burghers = {
|
|
763
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
764
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
765
|
+
}
|
|
766
|
+
can_select_adm_privilege_for_estate_church = {
|
|
767
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
768
|
+
}
|
|
769
|
+
can_select_adm_privilege_for_estate_cossacks = {
|
|
770
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
771
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
772
|
+
}
|
|
773
|
+
can_select_adm_privilege_for_estate_dhimmi = {
|
|
774
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
775
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
776
|
+
}
|
|
777
|
+
can_select_adm_privilege_for_estate_jains = {
|
|
778
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
779
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
780
|
+
}
|
|
781
|
+
can_select_adm_privilege_for_estate_maratha = {
|
|
782
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
783
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
784
|
+
}
|
|
785
|
+
can_select_adm_privilege_for_estate_nomadic_tribes = {
|
|
786
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
787
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
788
|
+
}
|
|
789
|
+
can_select_adm_privilege_for_estate_rajput = {
|
|
790
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
791
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
792
|
+
}
|
|
793
|
+
can_select_adm_privilege_for_estate_vaisyas = {
|
|
794
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
795
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
796
|
+
}
|
|
797
|
+
can_select_adm_privilege_for_estate_janissaries = {
|
|
798
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
799
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
800
|
+
}
|
|
801
|
+
can_select_adm_privilege_for_estate_eunuchs = {
|
|
802
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
803
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
804
|
+
}
|
|
805
|
+
can_select_adm_privilege_for_estate_qizilbash = {
|
|
806
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
807
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
808
|
+
}
|
|
809
|
+
can_select_adm_privilege_for_estate_ghulams = {
|
|
810
|
+
NOT = { has_estate_privilege = estate_brahmins_brahmin_governance }
|
|
811
|
+
NOT = { has_estate_privilege = estate_church_religious_state }
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
can_select_dip_privilege_for_estate_nobles = {
|
|
815
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
816
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
817
|
+
}
|
|
818
|
+
can_select_dip_privilege_for_estate_brahmins = {
|
|
819
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
820
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
821
|
+
}
|
|
822
|
+
can_select_dip_privilege_for_estate_burghers = {
|
|
823
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
824
|
+
}
|
|
825
|
+
can_select_dip_privilege_for_estate_church = {
|
|
826
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
827
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
828
|
+
}
|
|
829
|
+
can_select_dip_privilege_for_estate_cossacks = {
|
|
830
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
831
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
832
|
+
}
|
|
833
|
+
can_select_dip_privilege_for_estate_dhimmi = {
|
|
834
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
835
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
836
|
+
}
|
|
837
|
+
can_select_dip_privilege_for_estate_jains = {
|
|
838
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
839
|
+
}
|
|
840
|
+
can_select_dip_privilege_for_estate_maratha = {
|
|
841
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
842
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
843
|
+
}
|
|
844
|
+
can_select_dip_privilege_for_estate_nomadic_tribes = {
|
|
845
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
846
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
847
|
+
}
|
|
848
|
+
can_select_dip_privilege_for_estate_rajput = {
|
|
849
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
850
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
851
|
+
}
|
|
852
|
+
can_select_dip_privilege_for_estate_vaisyas = {
|
|
853
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
854
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
855
|
+
}
|
|
856
|
+
can_select_dip_privilege_for_estate_janissaries = {
|
|
857
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
858
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
859
|
+
}
|
|
860
|
+
can_select_dip_privilege_for_estate_eunuchs = {
|
|
861
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
862
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
863
|
+
}
|
|
864
|
+
can_select_dip_privilege_for_estate_qizilbash = {
|
|
865
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
866
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
867
|
+
}
|
|
868
|
+
can_select_dip_privilege_for_estate_ghulams = {
|
|
869
|
+
NOT = { has_estate_privilege = estate_burghers_land_of_commerce }
|
|
870
|
+
NOT = { has_estate_privilege = estate_jains_diplomacy }
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
can_select_mil_privilege_for_estate_nobles = {
|
|
874
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
875
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
876
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
877
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
878
|
+
}
|
|
879
|
+
can_select_mil_privilege_for_estate_brahmins = {
|
|
880
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
881
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
882
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
883
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
884
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
885
|
+
}
|
|
886
|
+
can_select_mil_privilege_for_estate_burghers = {
|
|
887
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
888
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
889
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
890
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
891
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
892
|
+
}
|
|
893
|
+
can_select_mil_privilege_for_estate_church = {
|
|
894
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
895
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
896
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
897
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
898
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
899
|
+
}
|
|
900
|
+
can_select_mil_privilege_for_estate_cossacks = {
|
|
901
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
902
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
903
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
904
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
905
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
906
|
+
}
|
|
907
|
+
can_select_mil_privilege_for_estate_dhimmi = {
|
|
908
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
909
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
910
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
911
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
912
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
913
|
+
}
|
|
914
|
+
can_select_mil_privilege_for_estate_jains = {
|
|
915
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
916
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
917
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
918
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
919
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
920
|
+
}
|
|
921
|
+
can_select_mil_privilege_for_estate_maratha = {
|
|
922
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
923
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
924
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
925
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
926
|
+
}
|
|
927
|
+
can_select_mil_privilege_for_estate_nomadic_tribes = {
|
|
928
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
929
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
930
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
931
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
932
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
933
|
+
}
|
|
934
|
+
can_select_mil_privilege_for_estate_rajput = {
|
|
935
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
936
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
937
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
938
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
939
|
+
}
|
|
940
|
+
can_select_mil_privilege_for_estate_vaisyas = {
|
|
941
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
942
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
943
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
944
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
945
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
946
|
+
}
|
|
947
|
+
can_select_mil_privilege_for_estate_janissaries = {
|
|
948
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
949
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
950
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
951
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
952
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
953
|
+
}
|
|
954
|
+
can_select_mil_privilege_for_estate_eunuchs = {
|
|
955
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
956
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
957
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
958
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
959
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
960
|
+
}
|
|
961
|
+
can_select_mil_privilege_for_estate_qizilbash = {
|
|
962
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
963
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
964
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
965
|
+
NOT = { has_estate_privilege = estate_ghulams_military }
|
|
966
|
+
}
|
|
967
|
+
can_select_mil_privilege_for_estate_ghulams = {
|
|
968
|
+
NOT = { has_estate_privilege = estate_nobles_nobility_primacy }
|
|
969
|
+
NOT = { has_estate_privilege = estate_maratha_military }
|
|
970
|
+
NOT = { has_estate_privilege = estate_rajput_military }
|
|
971
|
+
NOT = { has_estate_privilege = estate_qizilbash_military }
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
#Estates
|
|
976
|
+
# estate_nobles
|
|
977
|
+
# estate_brahmins
|
|
978
|
+
# estate_burghers
|
|
979
|
+
# estate_church
|
|
980
|
+
# estate_cossacks
|
|
981
|
+
# estate_dhimmi
|
|
982
|
+
# estate_jains
|
|
983
|
+
# estate_maratha
|
|
984
|
+
# estate_nomadic_tribes
|
|
985
|
+
# estate_rajput
|
|
986
|
+
# estate_vaisyas
|
|
987
|
+
# estate_janissaries
|
|
988
|
+
# estate_eunuchs
|
|
989
|
+
# estate_qizilbash
|
|
990
|
+
# estate_ghulams
|
|
991
|
+
#Powers
|
|
992
|
+
# adm
|
|
993
|
+
# dip
|
|
994
|
+
# mil
|
|
995
|
+
can_select_monarch_power_privilege = {
|
|
996
|
+
custom_trigger_tooltip = {
|
|
997
|
+
tooltip = no_other_$type$_privilege
|
|
998
|
+
can_select_$type$_privilege_for_$estate$ = yes
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
# Supports the following parameters
|
|
1003
|
+
###########################################
|
|
1004
|
+
# estate_nobles
|
|
1005
|
+
# estate_brahmins
|
|
1006
|
+
# estate_burghers
|
|
1007
|
+
# estate_church
|
|
1008
|
+
# estate_cossacks
|
|
1009
|
+
# estate_dhimmi
|
|
1010
|
+
# estate_jains
|
|
1011
|
+
# estate_maratha
|
|
1012
|
+
# estate_nomadic_tribes
|
|
1013
|
+
# estate_rajput
|
|
1014
|
+
# estate_vaisyas
|
|
1015
|
+
# estate_janissaries
|
|
1016
|
+
# estate_eunuchs
|
|
1017
|
+
# estate_qizilbash
|
|
1018
|
+
# estate_ghulams
|
|
1019
|
+
# all - have ALL of them available
|
|
1020
|
+
selected_grand_vizier_from_estate = {
|
|
1021
|
+
has_country_flag = selected_grand_vizier_from_$estate$
|
|
687
1022
|
}
|
|
@@ -68,6 +68,7 @@ has_river_estuary_trigger = {
|
|
|
68
68
|
has_province_modifier = orinoco_estuary_modifier
|
|
69
69
|
#China
|
|
70
70
|
has_province_modifier = mng_bogue_modifier
|
|
71
|
+
has_province_modifier = expanded_nile_estuary_modifier
|
|
71
72
|
}
|
|
72
73
|
}
|
|
73
74
|
}
|
|
@@ -143,6 +144,20 @@ has_no_river_estuary_trigger = {
|
|
|
143
144
|
}
|
|
144
145
|
}
|
|
145
146
|
|
|
147
|
+
#Has special Trade modifier
|
|
148
|
+
has_special_trade_modifier = {
|
|
149
|
+
OR = {
|
|
150
|
+
has_province_modifier = sound_toll
|
|
151
|
+
has_province_modifier = bosphorous_sound_toll
|
|
152
|
+
has_province_modifier = trade_post_modifier
|
|
153
|
+
has_province_modifier = tur_hormuz_toll_modifier
|
|
154
|
+
has_province_modifier = birth_of_a_new_city_dip
|
|
155
|
+
has_province_modifier = birthplace_of_the_new_world
|
|
156
|
+
has_province_modifier = growth_of_global_trade
|
|
157
|
+
has_province_modifier = dominant_trade_hub
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
146
161
|
#Province with special production modifier:
|
|
147
162
|
province_with_special_goods_produced_trigger = {
|
|
148
163
|
OR = {
|
|
@@ -30,4 +30,417 @@ tur_al_andalus_eyalet_limit_a = {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
BYZ_roman_empire_decision_trigger = {
|
|
36
|
+
OR = {
|
|
37
|
+
#Core Regions
|
|
38
|
+
region = anatolia_region
|
|
39
|
+
region = egypt_region
|
|
40
|
+
region = italy_region
|
|
41
|
+
region = france_region
|
|
42
|
+
region = iberia_region
|
|
43
|
+
region = mashriq_region
|
|
44
|
+
region = balkan_region
|
|
45
|
+
#England
|
|
46
|
+
area = east_midlands_area
|
|
47
|
+
area = west_midlands_area
|
|
48
|
+
area = yorkshire_area
|
|
49
|
+
area = wessex_area
|
|
50
|
+
area = home_counties_area
|
|
51
|
+
area = east_anglia_area
|
|
52
|
+
area = wales_area
|
|
53
|
+
area = scottish_marches_area
|
|
54
|
+
#Areas within South Germany
|
|
55
|
+
area = romandie_area
|
|
56
|
+
area = upper_rhineland_area
|
|
57
|
+
area = romandie_area
|
|
58
|
+
area = alsace_area
|
|
59
|
+
area = palatinate_area
|
|
60
|
+
area = lower_rhineland_area
|
|
61
|
+
area = carinthia_area
|
|
62
|
+
province_id = 85 #cologne
|
|
63
|
+
area = north_brabant_area
|
|
64
|
+
area = brabant_area
|
|
65
|
+
area = flanders_area
|
|
66
|
+
area = wallonia_area
|
|
67
|
+
province_id = 96 #zeeland
|
|
68
|
+
area = inner_austria_area
|
|
69
|
+
area = austria_proper_area
|
|
70
|
+
area = tirol_area
|
|
71
|
+
area = east_bavaria_area
|
|
72
|
+
area = lower_bavaria_area
|
|
73
|
+
area = upper_bavaria_area
|
|
74
|
+
area = upper_swabia_area
|
|
75
|
+
area = lower_swabia_area
|
|
76
|
+
area = switzerland_area
|
|
77
|
+
#Carthage
|
|
78
|
+
area = barbary_coast_area
|
|
79
|
+
area = kabylia_area
|
|
80
|
+
area = tunisia_area
|
|
81
|
+
area = djerba_area
|
|
82
|
+
area = tripolitania_area
|
|
83
|
+
area = northern_morocco_area
|
|
84
|
+
area = algiers_area
|
|
85
|
+
province_id = 343
|
|
86
|
+
#Danubia
|
|
87
|
+
area = transdanubia_area
|
|
88
|
+
}
|
|
89
|
+
NOT = { area = lower_nubia_area }
|
|
90
|
+
NOT = { area = iraq_arabi_area }
|
|
91
|
+
NOT = { area = basra_area }
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
BYZ_has_rights_of_man = {
|
|
95
|
+
has_dlc = "Rights of Man"
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
BYZ_has_leviathan = {
|
|
99
|
+
has_dlc = "Leviathan"
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
BYZ_eligible_province_for_culture_conversion = {
|
|
103
|
+
OR = {
|
|
104
|
+
area = aydin_area
|
|
105
|
+
area = hudavendigar_area
|
|
106
|
+
AND = {
|
|
107
|
+
owner = {
|
|
108
|
+
mission_completed = BYZ_avenge_1071
|
|
109
|
+
}
|
|
110
|
+
region = anatolia_region
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
BYZ_reached_pronia_slot_limit = {
|
|
116
|
+
variable_arithmetic_trigger = {
|
|
117
|
+
export_to_variable = {
|
|
118
|
+
variable_name = current_amount_of_pronoiars
|
|
119
|
+
value = modifier:pronoia_amount_check_influence
|
|
120
|
+
}
|
|
121
|
+
export_to_variable = {
|
|
122
|
+
variable_name = max_amount_of_pronoiars
|
|
123
|
+
value = modifier:num_of_pronoiars
|
|
124
|
+
}
|
|
125
|
+
check_variable = {
|
|
126
|
+
which = current_amount_of_pronoiars
|
|
127
|
+
which = max_amount_of_pronoiars
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
BYZ_enough_pronoia_slots = {
|
|
133
|
+
variable_arithmetic_trigger = {
|
|
134
|
+
export_to_variable = {
|
|
135
|
+
variable_name = current_amount_of_pronoiars
|
|
136
|
+
value = modifier:pronoia_amount_check_influence
|
|
137
|
+
}
|
|
138
|
+
export_to_variable = {
|
|
139
|
+
variable_name = max_amount_of_pronoiars
|
|
140
|
+
value = modifier:num_of_pronoiars
|
|
141
|
+
}
|
|
142
|
+
NOT = {
|
|
143
|
+
check_variable = {
|
|
144
|
+
which = current_amount_of_pronoiars
|
|
145
|
+
which = max_amount_of_pronoiars
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
BYZ_branch_trigger = {
|
|
152
|
+
custom_trigger_tooltip = {
|
|
153
|
+
tooltip = BYZ_this_is_a_branching_mission
|
|
154
|
+
always = no
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
byz_is_in_middle_east_or_europe = {
|
|
159
|
+
capital_scope = {
|
|
160
|
+
OR = {
|
|
161
|
+
superregion = europe_superregion
|
|
162
|
+
superregion = eastern_europe_superregion
|
|
163
|
+
superregion = near_east_superregion
|
|
164
|
+
superregion = persia_superregion
|
|
165
|
+
region = maghreb_region
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
BYZ_historical_interest_against_ottomans = {
|
|
171
|
+
OR = {
|
|
172
|
+
tag = POL
|
|
173
|
+
tag = LIT
|
|
174
|
+
tag = HUN
|
|
175
|
+
tag = HAB
|
|
176
|
+
tag = ALB
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
BYZ_is_not_latin_empire = {
|
|
181
|
+
if = {
|
|
182
|
+
limit = {
|
|
183
|
+
tag = LAE
|
|
184
|
+
religion = catholic
|
|
185
|
+
}
|
|
186
|
+
custom_trigger_tooltip = {
|
|
187
|
+
tooltip = BYZ_may_not_complete_as_catholic_latin_empire
|
|
188
|
+
always = no
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
has_orthodox_religious_icon_trigger = {
|
|
194
|
+
custom_trigger_tooltip = {
|
|
195
|
+
tooltip = BYZ_has_religious_icon
|
|
196
|
+
OR = {
|
|
197
|
+
current_icon = icon_michael
|
|
198
|
+
current_icon = icon_eleusa
|
|
199
|
+
current_icon = icon_pancreator
|
|
200
|
+
current_icon = icon_nicholas
|
|
201
|
+
current_icon = icon_climacus
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
has_branching_missions = {
|
|
207
|
+
OR = {
|
|
208
|
+
#Origins
|
|
209
|
+
#Lions of the North
|
|
210
|
+
has_mission = teu_defeat_the_poles
|
|
211
|
+
has_mission = teu_pru_teutonic_order_and_the_empire
|
|
212
|
+
has_mission = liv_strengthen_ruling_authority
|
|
213
|
+
#Domination
|
|
214
|
+
#king of Kings
|
|
215
|
+
has_mission = BYZ_theme_system
|
|
216
|
+
has_mission = per_our_religious_direction
|
|
217
|
+
has_mission = per_the_islamic_teachings
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
has_preview_mission_flag = {
|
|
222
|
+
check_variable = {
|
|
223
|
+
which = can_preview_missions_var
|
|
224
|
+
value = 1
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
can_preview_mission_of_key = {
|
|
229
|
+
has_country_flag = can_choose_$key$_branching_missions
|
|
230
|
+
}
|
|
231
|
+
can_preview_missions = {
|
|
232
|
+
custom_trigger_tooltip = {
|
|
233
|
+
tooltip = preview_missions_decision_ct
|
|
234
|
+
OR = {
|
|
235
|
+
#Origins
|
|
236
|
+
can_preview_mission_of_key = { key = MAL }
|
|
237
|
+
can_preview_mission_of_key = { key = SON }
|
|
238
|
+
#Lions of the North
|
|
239
|
+
can_preview_mission_of_key = { key = DAN }
|
|
240
|
+
can_preview_mission_of_key = { key = SWE }
|
|
241
|
+
can_preview_mission_of_key = { key = NOR }
|
|
242
|
+
can_preview_mission_of_key = { key = TEU }
|
|
243
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
244
|
+
can_preview_mission_of_key = { key = LIV }
|
|
245
|
+
can_preview_mission_of_key = { key = POL }
|
|
246
|
+
#Domination
|
|
247
|
+
can_preview_mission_of_key = { key = TUR }
|
|
248
|
+
can_preview_mission_of_key = { key = ENG }
|
|
249
|
+
can_preview_mission_of_key = { key = FRA }
|
|
250
|
+
can_preview_mission_of_key = { key = MNG }
|
|
251
|
+
#King of Kings
|
|
252
|
+
can_preview_mission_of_key = { key = BYZ }
|
|
253
|
+
can_preview_mission_of_key = { key = PER }
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
not_in_mission_preview_mode = {
|
|
259
|
+
if = {
|
|
260
|
+
limit = {
|
|
261
|
+
check_variable = {
|
|
262
|
+
which = can_preview_missions_var
|
|
263
|
+
value = 1
|
|
264
|
+
}
|
|
265
|
+
has_country_flag = can_choose_$key$_branching_missions
|
|
266
|
+
}
|
|
267
|
+
custom_trigger_tooltip = {
|
|
268
|
+
tooltip = BYZ_we_are_in_preview
|
|
269
|
+
always = no
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
has_selected_a_branch = {
|
|
275
|
+
custom_trigger_tooltip = {
|
|
276
|
+
tooltip = has_selected_a_branch_tt
|
|
277
|
+
OR = {
|
|
278
|
+
#Origins
|
|
279
|
+
#Lions of the North
|
|
280
|
+
AND = {
|
|
281
|
+
OR = {
|
|
282
|
+
has_country_flag = teu_prussian_path
|
|
283
|
+
has_country_flag = teu_crusader_path
|
|
284
|
+
}
|
|
285
|
+
can_preview_mission_of_key = { key = TEU }
|
|
286
|
+
}
|
|
287
|
+
AND = {
|
|
288
|
+
OR = {
|
|
289
|
+
has_country_flag = teu_conquest_hre_path
|
|
290
|
+
has_country_flag = teu_diplomacy_hre_path
|
|
291
|
+
has_country_flag = teu_kingdom_prussia_path
|
|
292
|
+
}
|
|
293
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
294
|
+
}
|
|
295
|
+
AND = {
|
|
296
|
+
OR = {
|
|
297
|
+
has_country_flag = liv_livonian_path
|
|
298
|
+
has_country_flag = liv_crusader_path
|
|
299
|
+
}
|
|
300
|
+
can_preview_mission_of_key = { key = LIV }
|
|
301
|
+
}
|
|
302
|
+
#Domination
|
|
303
|
+
#King of Kings
|
|
304
|
+
AND = {
|
|
305
|
+
OR = {
|
|
306
|
+
has_country_flag = BYZ_decentralized
|
|
307
|
+
has_country_flag = BYZ_centralized
|
|
308
|
+
}
|
|
309
|
+
can_preview_mission_of_key = { key = BYZ }
|
|
310
|
+
}
|
|
311
|
+
AND = {
|
|
312
|
+
OR = {
|
|
313
|
+
has_country_flag = per_shia_missions
|
|
314
|
+
has_country_flag = per_sunni_missions
|
|
315
|
+
has_country_flag = per_zoroastrian_missions
|
|
316
|
+
}
|
|
317
|
+
can_preview_mission_of_key = { key = PER }
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
num_of_mission_branches_3 = {
|
|
324
|
+
OR = {
|
|
325
|
+
can_preview_mission_of_key = { key = PER }
|
|
326
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
num_of_mission_branches_4 = {
|
|
331
|
+
always = no
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
num_of_mission_branches_5 = {
|
|
335
|
+
always = no
|
|
336
|
+
}
|
|
337
|
+
num_of_mission_branches = {
|
|
338
|
+
num_of_mission_branches_$value$ = yes
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
currently_selected_branch_1 = {
|
|
342
|
+
OR = {
|
|
343
|
+
#TEU
|
|
344
|
+
AND = {
|
|
345
|
+
can_preview_mission_of_key = { key = TEU }
|
|
346
|
+
has_country_flag = teu_prussian_path
|
|
347
|
+
}
|
|
348
|
+
#TEU-PRU
|
|
349
|
+
AND = {
|
|
350
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
351
|
+
has_country_flag = teu_conquest_hre_path
|
|
352
|
+
}
|
|
353
|
+
#LIV
|
|
354
|
+
AND = {
|
|
355
|
+
can_preview_mission_of_key = { key = LIV }
|
|
356
|
+
has_country_flag = liv_livonian_path
|
|
357
|
+
}
|
|
358
|
+
#BYZ
|
|
359
|
+
AND = {
|
|
360
|
+
can_preview_mission_of_key = { key = BYZ }
|
|
361
|
+
has_country_flag = BYZ_centralized
|
|
362
|
+
}
|
|
363
|
+
#PER
|
|
364
|
+
AND = {
|
|
365
|
+
can_preview_mission_of_key = { key = PER }
|
|
366
|
+
has_country_flag = per_shia_missions
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
currently_selected_branch_2 = {
|
|
371
|
+
OR = {
|
|
372
|
+
#TEU
|
|
373
|
+
AND = {
|
|
374
|
+
can_preview_mission_of_key = { key = TEU }
|
|
375
|
+
has_country_flag = teu_crusader_path
|
|
376
|
+
}
|
|
377
|
+
#TEU-PRU
|
|
378
|
+
AND = {
|
|
379
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
380
|
+
has_country_flag = teu_diplomacy_hre_path
|
|
381
|
+
}
|
|
382
|
+
#LIV
|
|
383
|
+
AND = {
|
|
384
|
+
can_preview_mission_of_key = { key = LIV }
|
|
385
|
+
has_country_flag = liv_crusader_path
|
|
386
|
+
}
|
|
387
|
+
#BYZ
|
|
388
|
+
AND = {
|
|
389
|
+
can_preview_mission_of_key = { key = BYZ }
|
|
390
|
+
has_country_flag = BYZ_decentralized
|
|
391
|
+
}
|
|
392
|
+
#PER
|
|
393
|
+
AND = {
|
|
394
|
+
can_preview_mission_of_key = { key = PER }
|
|
395
|
+
has_country_flag = per_sunni_missions
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
currently_selected_branch_3 = {
|
|
400
|
+
OR = {
|
|
401
|
+
#TEU-PRU
|
|
402
|
+
AND = {
|
|
403
|
+
can_preview_mission_of_key = { key = TEU_PRU }
|
|
404
|
+
has_country_flag = teu_kingdom_prussia_path
|
|
405
|
+
}
|
|
406
|
+
#PER
|
|
407
|
+
AND = {
|
|
408
|
+
can_preview_mission_of_key = { key = PER }
|
|
409
|
+
has_country_flag = per_zoroastrian_missions
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
currently_selected_branch_4 = {
|
|
414
|
+
always = no
|
|
415
|
+
}
|
|
416
|
+
currently_selected_branch_5 = {
|
|
417
|
+
always = no
|
|
418
|
+
}
|
|
419
|
+
currently_selected_branch = {
|
|
420
|
+
currently_selected_branch_$value$ = yes
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
can_select_branch_1 = {
|
|
424
|
+
hidden_trigger = { always = yes }
|
|
425
|
+
}
|
|
426
|
+
can_select_branch_2 = {
|
|
427
|
+
if = {
|
|
428
|
+
limit = { can_preview_mission_of_key = { key = TEU_PRU } }
|
|
429
|
+
hre_size = 1
|
|
430
|
+
}
|
|
431
|
+
else = {
|
|
432
|
+
hidden_trigger = { always = yes }
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
can_select_branch_3 = {
|
|
436
|
+
hidden_trigger = { always = yes }
|
|
437
|
+
}
|
|
438
|
+
can_select_branch_4 = {
|
|
439
|
+
hidden_trigger = { always = yes }
|
|
440
|
+
}
|
|
441
|
+
can_select_branch_5 = {
|
|
442
|
+
hidden_trigger = { always = yes }
|
|
443
|
+
}
|
|
444
|
+
can_select_branch = {
|
|
445
|
+
can_select_branch_$value$ = yes
|
|
33
446
|
}
|
|
@@ -143,7 +143,7 @@ has_not_bribe_blocking_debate_active = {
|
|
|
143
143
|
has_not_bribe_blocking_debate_active_$type$ = yes
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
#Tooltip example: "Has passed at least
|
|
146
|
+
#Tooltip example: "Has passed at least �Y6�! issues in the parliament (�Y[Root.GetNumOfIssuesPassed]�!/�Y6�!)."
|
|
147
147
|
num_of_issues_passed_with_custom_tooltip = {
|
|
148
148
|
if = {
|
|
149
149
|
limit = {
|
|
@@ -0,0 +1,797 @@
|
|
|
1
|
+
#...at the start, the idea of a diplomatic action which has a scaling cost sounded cool
|
|
2
|
+
#Never again
|
|
3
|
+
has_enough_persian_influence_to_elevate = {
|
|
4
|
+
if = {
|
|
5
|
+
limit = {
|
|
6
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 50 }
|
|
7
|
+
}
|
|
8
|
+
if = {
|
|
9
|
+
limit = {
|
|
10
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 75 }
|
|
11
|
+
}
|
|
12
|
+
if = {
|
|
13
|
+
limit = {
|
|
14
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 87 }
|
|
15
|
+
}
|
|
16
|
+
if = {
|
|
17
|
+
limit = {
|
|
18
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 93 }
|
|
19
|
+
}
|
|
20
|
+
if = {
|
|
21
|
+
limit = {
|
|
22
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 96 }
|
|
23
|
+
}
|
|
24
|
+
if = {
|
|
25
|
+
limit = {
|
|
26
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 98 }
|
|
27
|
+
}
|
|
28
|
+
if = {
|
|
29
|
+
limit = {
|
|
30
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 99 }
|
|
31
|
+
}
|
|
32
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 99 }
|
|
33
|
+
}
|
|
34
|
+
else = {
|
|
35
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 98 }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
else = {
|
|
39
|
+
if = {
|
|
40
|
+
limit = {
|
|
41
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 97 }
|
|
42
|
+
}
|
|
43
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 97 }
|
|
44
|
+
}
|
|
45
|
+
else = {
|
|
46
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 96 }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
else = {
|
|
51
|
+
if = {
|
|
52
|
+
limit = {
|
|
53
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 94 }
|
|
54
|
+
}
|
|
55
|
+
if = {
|
|
56
|
+
limit = {
|
|
57
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 95 }
|
|
58
|
+
}
|
|
59
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 95 }
|
|
60
|
+
}
|
|
61
|
+
else = {
|
|
62
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 94 }
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
else = {
|
|
66
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 93 }
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
else = {
|
|
71
|
+
if = {
|
|
72
|
+
limit = {
|
|
73
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 90 }
|
|
74
|
+
}
|
|
75
|
+
if = {
|
|
76
|
+
limit = {
|
|
77
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 91 }
|
|
78
|
+
}
|
|
79
|
+
if = {
|
|
80
|
+
limit = {
|
|
81
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 92 }
|
|
82
|
+
}
|
|
83
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 92 }
|
|
84
|
+
}
|
|
85
|
+
else = {
|
|
86
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 91 }
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
else = {
|
|
90
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 90 }
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
else = {
|
|
94
|
+
if = {
|
|
95
|
+
limit = {
|
|
96
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 88 }
|
|
97
|
+
}
|
|
98
|
+
if = {
|
|
99
|
+
limit = {
|
|
100
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 89 }
|
|
101
|
+
}
|
|
102
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 89 }
|
|
103
|
+
}
|
|
104
|
+
else = {
|
|
105
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 88 }
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
else = {
|
|
109
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 87 }
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
else = {
|
|
115
|
+
if = {
|
|
116
|
+
limit = {
|
|
117
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 81 }
|
|
118
|
+
}
|
|
119
|
+
if = {
|
|
120
|
+
limit = {
|
|
121
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 84 }
|
|
122
|
+
}
|
|
123
|
+
if = {
|
|
124
|
+
limit = {
|
|
125
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 85 }
|
|
126
|
+
}
|
|
127
|
+
if = {
|
|
128
|
+
limit = {
|
|
129
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 86 }
|
|
130
|
+
}
|
|
131
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 86 }
|
|
132
|
+
}
|
|
133
|
+
else = {
|
|
134
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 85 }
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
else = {
|
|
138
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 84 }
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
else = {
|
|
142
|
+
if = {
|
|
143
|
+
limit = {
|
|
144
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 82 }
|
|
145
|
+
}
|
|
146
|
+
if = {
|
|
147
|
+
limit = {
|
|
148
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 83 }
|
|
149
|
+
}
|
|
150
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 83 }
|
|
151
|
+
}
|
|
152
|
+
else = {
|
|
153
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 82 }
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
else = {
|
|
157
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 81 }
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
else = {
|
|
162
|
+
if = {
|
|
163
|
+
limit = {
|
|
164
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 78 }
|
|
165
|
+
}
|
|
166
|
+
if = {
|
|
167
|
+
limit = {
|
|
168
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 79 }
|
|
169
|
+
}
|
|
170
|
+
if = {
|
|
171
|
+
limit = {
|
|
172
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 80 }
|
|
173
|
+
}
|
|
174
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 80 }
|
|
175
|
+
}
|
|
176
|
+
else = {
|
|
177
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 79 }
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
else = {
|
|
181
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 78 }
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
else = {
|
|
185
|
+
if = {
|
|
186
|
+
limit = {
|
|
187
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 76 }
|
|
188
|
+
}
|
|
189
|
+
if = {
|
|
190
|
+
limit = {
|
|
191
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 77 }
|
|
192
|
+
}
|
|
193
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 77 }
|
|
194
|
+
}
|
|
195
|
+
else = {
|
|
196
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 76 }
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
else = {
|
|
200
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 75 }
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
else = {
|
|
207
|
+
if = {
|
|
208
|
+
limit = {
|
|
209
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 62 }
|
|
210
|
+
}
|
|
211
|
+
if = {
|
|
212
|
+
limit = {
|
|
213
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 68 }
|
|
214
|
+
}
|
|
215
|
+
if = {
|
|
216
|
+
limit = {
|
|
217
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 71 }
|
|
218
|
+
}
|
|
219
|
+
if = {
|
|
220
|
+
limit = {
|
|
221
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 73 }
|
|
222
|
+
}
|
|
223
|
+
if = {
|
|
224
|
+
limit = {
|
|
225
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 74 }
|
|
226
|
+
}
|
|
227
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 74 }
|
|
228
|
+
}
|
|
229
|
+
else = {
|
|
230
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 73 }
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
else = {
|
|
234
|
+
if = {
|
|
235
|
+
limit = {
|
|
236
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 72 }
|
|
237
|
+
}
|
|
238
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 72 }
|
|
239
|
+
}
|
|
240
|
+
else = {
|
|
241
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 71 }
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
else = {
|
|
246
|
+
if = {
|
|
247
|
+
limit = {
|
|
248
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 69 }
|
|
249
|
+
}
|
|
250
|
+
if = {
|
|
251
|
+
limit = {
|
|
252
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 70 }
|
|
253
|
+
}
|
|
254
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 70 }
|
|
255
|
+
}
|
|
256
|
+
else = {
|
|
257
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 69 }
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
else = {
|
|
261
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 68 }
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
else = {
|
|
266
|
+
if = {
|
|
267
|
+
limit = {
|
|
268
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 65 }
|
|
269
|
+
}
|
|
270
|
+
if = {
|
|
271
|
+
limit = {
|
|
272
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 66 }
|
|
273
|
+
}
|
|
274
|
+
if = {
|
|
275
|
+
limit = {
|
|
276
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 67 }
|
|
277
|
+
}
|
|
278
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 67 }
|
|
279
|
+
}
|
|
280
|
+
else = {
|
|
281
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 66 }
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
else = {
|
|
285
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 65 }
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
else = {
|
|
289
|
+
if = {
|
|
290
|
+
limit = {
|
|
291
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 63 }
|
|
292
|
+
}
|
|
293
|
+
if = {
|
|
294
|
+
limit = {
|
|
295
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 64 }
|
|
296
|
+
}
|
|
297
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 64 }
|
|
298
|
+
}
|
|
299
|
+
else = {
|
|
300
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 63 }
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
else = {
|
|
304
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 62 }
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
else = {
|
|
310
|
+
if = {
|
|
311
|
+
limit = {
|
|
312
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 56 }
|
|
313
|
+
}
|
|
314
|
+
if = {
|
|
315
|
+
limit = {
|
|
316
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 59 }
|
|
317
|
+
}
|
|
318
|
+
if = {
|
|
319
|
+
limit = {
|
|
320
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 60 }
|
|
321
|
+
}
|
|
322
|
+
if = {
|
|
323
|
+
limit = {
|
|
324
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 61 }
|
|
325
|
+
}
|
|
326
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 61 }
|
|
327
|
+
}
|
|
328
|
+
else = {
|
|
329
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 60 }
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
else = {
|
|
333
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 59 }
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
else = {
|
|
337
|
+
if = {
|
|
338
|
+
limit = {
|
|
339
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 57 }
|
|
340
|
+
}
|
|
341
|
+
if = {
|
|
342
|
+
limit = {
|
|
343
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 58 }
|
|
344
|
+
}
|
|
345
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 58 }
|
|
346
|
+
}
|
|
347
|
+
else = {
|
|
348
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 57 }
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
else = {
|
|
352
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 56 }
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
else = {
|
|
357
|
+
if = {
|
|
358
|
+
limit = {
|
|
359
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 53 }
|
|
360
|
+
}
|
|
361
|
+
if = {
|
|
362
|
+
limit = {
|
|
363
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 54 }
|
|
364
|
+
}
|
|
365
|
+
if = {
|
|
366
|
+
limit = {
|
|
367
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 55 }
|
|
368
|
+
}
|
|
369
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 55 }
|
|
370
|
+
}
|
|
371
|
+
else = {
|
|
372
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 54 }
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
else = {
|
|
376
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 53 }
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
else = {
|
|
380
|
+
if = {
|
|
381
|
+
limit = {
|
|
382
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 51 }
|
|
383
|
+
}
|
|
384
|
+
if = {
|
|
385
|
+
limit = {
|
|
386
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 52 }
|
|
387
|
+
}
|
|
388
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 52 }
|
|
389
|
+
}
|
|
390
|
+
else = {
|
|
391
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 51 }
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
else = {
|
|
395
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 50 }
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
else = {
|
|
403
|
+
if = {
|
|
404
|
+
limit = {
|
|
405
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 25 }
|
|
406
|
+
}
|
|
407
|
+
if = {
|
|
408
|
+
limit = {
|
|
409
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 37 }
|
|
410
|
+
}
|
|
411
|
+
if = {
|
|
412
|
+
limit = {
|
|
413
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 43 }
|
|
414
|
+
}
|
|
415
|
+
if = {
|
|
416
|
+
limit = {
|
|
417
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 46 }
|
|
418
|
+
}
|
|
419
|
+
if = {
|
|
420
|
+
limit = {
|
|
421
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 48 }
|
|
422
|
+
}
|
|
423
|
+
if = {
|
|
424
|
+
limit = {
|
|
425
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 49 }
|
|
426
|
+
}
|
|
427
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 49 }
|
|
428
|
+
}
|
|
429
|
+
else = {
|
|
430
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 48 }
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
else = {
|
|
434
|
+
if = {
|
|
435
|
+
limit = {
|
|
436
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 47 }
|
|
437
|
+
}
|
|
438
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 47 }
|
|
439
|
+
}
|
|
440
|
+
else = {
|
|
441
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 46 }
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
else = {
|
|
446
|
+
if = {
|
|
447
|
+
limit = {
|
|
448
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 44 }
|
|
449
|
+
}
|
|
450
|
+
if = {
|
|
451
|
+
limit = {
|
|
452
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 45 }
|
|
453
|
+
}
|
|
454
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 45 }
|
|
455
|
+
}
|
|
456
|
+
else = {
|
|
457
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 44 }
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
else = {
|
|
461
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 43 }
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
else = {
|
|
466
|
+
if = {
|
|
467
|
+
limit = {
|
|
468
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 40 }
|
|
469
|
+
}
|
|
470
|
+
if = {
|
|
471
|
+
limit = {
|
|
472
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 41 }
|
|
473
|
+
}
|
|
474
|
+
if = {
|
|
475
|
+
limit = {
|
|
476
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 42 }
|
|
477
|
+
}
|
|
478
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 42 }
|
|
479
|
+
}
|
|
480
|
+
else = {
|
|
481
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 41 }
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
else = {
|
|
485
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 40 }
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
else = {
|
|
489
|
+
if = {
|
|
490
|
+
limit = {
|
|
491
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 38 }
|
|
492
|
+
}
|
|
493
|
+
if = {
|
|
494
|
+
limit = {
|
|
495
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 39 }
|
|
496
|
+
}
|
|
497
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 39 }
|
|
498
|
+
}
|
|
499
|
+
else = {
|
|
500
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 38 }
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
else = {
|
|
504
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 37 }
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
else = {
|
|
510
|
+
if = {
|
|
511
|
+
limit = {
|
|
512
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 31 }
|
|
513
|
+
}
|
|
514
|
+
if = {
|
|
515
|
+
limit = {
|
|
516
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 34 }
|
|
517
|
+
}
|
|
518
|
+
if = {
|
|
519
|
+
limit = {
|
|
520
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 35 }
|
|
521
|
+
}
|
|
522
|
+
if = {
|
|
523
|
+
limit = {
|
|
524
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 36 }
|
|
525
|
+
}
|
|
526
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 36 }
|
|
527
|
+
}
|
|
528
|
+
else = {
|
|
529
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 35 }
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
else = {
|
|
533
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 34 }
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
else = {
|
|
537
|
+
if = {
|
|
538
|
+
limit = {
|
|
539
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 32 }
|
|
540
|
+
}
|
|
541
|
+
if = {
|
|
542
|
+
limit = {
|
|
543
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 33 }
|
|
544
|
+
}
|
|
545
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 33 }
|
|
546
|
+
}
|
|
547
|
+
else = {
|
|
548
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 32 }
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
else = {
|
|
552
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 31 }
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
else = {
|
|
557
|
+
if = {
|
|
558
|
+
limit = {
|
|
559
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 28 }
|
|
560
|
+
}
|
|
561
|
+
if = {
|
|
562
|
+
limit = {
|
|
563
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 29 }
|
|
564
|
+
}
|
|
565
|
+
if = {
|
|
566
|
+
limit = {
|
|
567
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 30 }
|
|
568
|
+
}
|
|
569
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 30 }
|
|
570
|
+
}
|
|
571
|
+
else = {
|
|
572
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 29 }
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
else = {
|
|
576
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 28 }
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
else = {
|
|
580
|
+
if = {
|
|
581
|
+
limit = {
|
|
582
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 26 }
|
|
583
|
+
}
|
|
584
|
+
if = {
|
|
585
|
+
limit = {
|
|
586
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 27 }
|
|
587
|
+
}
|
|
588
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 27 }
|
|
589
|
+
}
|
|
590
|
+
else = {
|
|
591
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 26 }
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
else = {
|
|
595
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 25 }
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
else = {
|
|
602
|
+
if = {
|
|
603
|
+
limit = {
|
|
604
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 12 }
|
|
605
|
+
}
|
|
606
|
+
if = {
|
|
607
|
+
limit = {
|
|
608
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 18 }
|
|
609
|
+
}
|
|
610
|
+
if = {
|
|
611
|
+
limit = {
|
|
612
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 21 }
|
|
613
|
+
}
|
|
614
|
+
if = {
|
|
615
|
+
limit = {
|
|
616
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 23 }
|
|
617
|
+
}
|
|
618
|
+
if = {
|
|
619
|
+
limit = {
|
|
620
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 24 }
|
|
621
|
+
}
|
|
622
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 24 }
|
|
623
|
+
}
|
|
624
|
+
else = {
|
|
625
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 23 }
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
else = {
|
|
629
|
+
if = {
|
|
630
|
+
limit = {
|
|
631
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 22 }
|
|
632
|
+
}
|
|
633
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 22 }
|
|
634
|
+
}
|
|
635
|
+
else = {
|
|
636
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 21 }
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
else = {
|
|
641
|
+
if = {
|
|
642
|
+
limit = {
|
|
643
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 19 }
|
|
644
|
+
}
|
|
645
|
+
if = {
|
|
646
|
+
limit = {
|
|
647
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 20 }
|
|
648
|
+
}
|
|
649
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 20 }
|
|
650
|
+
}
|
|
651
|
+
else = {
|
|
652
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 19 }
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
else = {
|
|
656
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 18 }
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
else = {
|
|
661
|
+
if = {
|
|
662
|
+
limit = {
|
|
663
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 15 }
|
|
664
|
+
}
|
|
665
|
+
if = {
|
|
666
|
+
limit = {
|
|
667
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 16 }
|
|
668
|
+
}
|
|
669
|
+
if = {
|
|
670
|
+
limit = {
|
|
671
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 17 }
|
|
672
|
+
}
|
|
673
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 17 }
|
|
674
|
+
}
|
|
675
|
+
else = {
|
|
676
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 16 }
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
else = {
|
|
680
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 15 }
|
|
681
|
+
}
|
|
682
|
+
}
|
|
683
|
+
else = {
|
|
684
|
+
if = {
|
|
685
|
+
limit = {
|
|
686
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 13 }
|
|
687
|
+
}
|
|
688
|
+
if = {
|
|
689
|
+
limit = {
|
|
690
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 14 }
|
|
691
|
+
}
|
|
692
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 14 }
|
|
693
|
+
}
|
|
694
|
+
else = {
|
|
695
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 13 }
|
|
696
|
+
}
|
|
697
|
+
}
|
|
698
|
+
else = {
|
|
699
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 12 }
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
else = {
|
|
705
|
+
if = {
|
|
706
|
+
limit = {
|
|
707
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 6 }
|
|
708
|
+
}
|
|
709
|
+
if = {
|
|
710
|
+
limit = {
|
|
711
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 9 }
|
|
712
|
+
}
|
|
713
|
+
if = {
|
|
714
|
+
limit = {
|
|
715
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 10 }
|
|
716
|
+
}
|
|
717
|
+
if = {
|
|
718
|
+
limit = {
|
|
719
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 11 }
|
|
720
|
+
}
|
|
721
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 11 }
|
|
722
|
+
}
|
|
723
|
+
else = {
|
|
724
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 10 }
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
else = {
|
|
728
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 9 }
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
else = {
|
|
732
|
+
if = {
|
|
733
|
+
limit = {
|
|
734
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 7 }
|
|
735
|
+
}
|
|
736
|
+
if = {
|
|
737
|
+
limit = {
|
|
738
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 8 }
|
|
739
|
+
}
|
|
740
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 8 }
|
|
741
|
+
}
|
|
742
|
+
else = {
|
|
743
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 7 }
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
else = {
|
|
747
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 6 }
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
else = {
|
|
752
|
+
if = {
|
|
753
|
+
limit = {
|
|
754
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 3 }
|
|
755
|
+
}
|
|
756
|
+
if = {
|
|
757
|
+
limit = {
|
|
758
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 4 }
|
|
759
|
+
}
|
|
760
|
+
if = {
|
|
761
|
+
limit = {
|
|
762
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 5 }
|
|
763
|
+
}
|
|
764
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 5 }
|
|
765
|
+
}
|
|
766
|
+
else = {
|
|
767
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 4 }
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
else = {
|
|
771
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 3 }
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
else = {
|
|
775
|
+
if = {
|
|
776
|
+
limit = {
|
|
777
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 1 }
|
|
778
|
+
}
|
|
779
|
+
if = {
|
|
780
|
+
limit = {
|
|
781
|
+
has_global_modifier_value = { which = influence_to_vassal_elevation_cost value = 2 }
|
|
782
|
+
}
|
|
783
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 2 }
|
|
784
|
+
}
|
|
785
|
+
else = {
|
|
786
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 1 }
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
else = {
|
|
790
|
+
has_government_power = { mechanic_type = persian_influence_mechanic power_type = persian_influence value = 0 }
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
}
|