|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
boh_abolish_the_elective_monarchy = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
has_reform = bohemian_elective_kingdom_reform
|
|
7
|
+
NOT = { has_country_flag = bohemia_abolished }
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
allow = {
|
|
11
|
+
is_at_war = no
|
|
12
|
+
has_regency = no
|
|
13
|
+
is_free_or_tributary_trigger = yes
|
|
14
|
+
legitimacy = 90
|
|
15
|
+
stability = 2
|
|
16
|
+
crown_land_share = 60
|
|
17
|
+
absolutism = 30
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
effect = {
|
|
21
|
+
set_country_flag = bohemia_abolished
|
|
22
|
+
add_stability = -1
|
|
23
|
+
remove_government_reform = bohemian_elective_kingdom_reform
|
|
24
|
+
if = {
|
|
25
|
+
limit = {
|
|
26
|
+
has_estate = estate_nobles
|
|
27
|
+
}
|
|
28
|
+
add_estate_loyalty = {
|
|
29
|
+
estate = estate_nobles
|
|
30
|
+
loyalty = -30
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
add_country_modifier = {
|
|
34
|
+
name = boh_centralized_power
|
|
35
|
+
duration = -1
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
}
|
|
@@ -57,7 +57,7 @@ country_decisions = {
|
|
|
57
57
|
limit = {
|
|
58
58
|
not = { has_country_flag = free_arabia_forming_flag }
|
|
59
59
|
}
|
|
60
|
-
adm_tech =
|
|
60
|
+
adm_tech = 18
|
|
61
61
|
}
|
|
62
62
|
religion_group = muslim
|
|
63
63
|
owns_core_province = 358 #Alexandria
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
compromise_with_hungarians = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
has_disaster = hungarian_revolt
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
allow = {
|
|
10
|
+
NOT = { num_of_rebel_armies = 5 }
|
|
11
|
+
NOT = { num_of_rebel_controlled_provinces = 5 }
|
|
12
|
+
}
|
|
13
|
+
effect = {
|
|
14
|
+
set_country_flag = hab_chose_compromise
|
|
15
|
+
|
|
16
|
+
custom_tooltip = HAB_END_DISASTER
|
|
17
|
+
hidden_effect = {
|
|
18
|
+
end_disaster = hungarian_revolt
|
|
19
|
+
country_event = { id = hungarian_revolt_events.3 }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
ai_will_do = {
|
|
23
|
+
factor = 1
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
compromise_with_austrians = {
|
|
28
|
+
major = yes
|
|
29
|
+
potential = {
|
|
30
|
+
has_disaster = german_revolt
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
allow = {
|
|
34
|
+
NOT = { num_of_rebel_armies = 5 }
|
|
35
|
+
NOT = { num_of_rebel_controlled_provinces = 5 }
|
|
36
|
+
}
|
|
37
|
+
effect = {
|
|
38
|
+
set_country_flag = hun_chose_compromise
|
|
39
|
+
|
|
40
|
+
custom_tooltip = HUN_END_DISASTER
|
|
41
|
+
hidden_effect = {
|
|
42
|
+
end_disaster = german_revolt
|
|
43
|
+
country_event = { id = austrian_revolt_events.3 }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
ai_will_do = {
|
|
47
|
+
factor = 1
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
unite_habsburg_lands = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
has_estate_privilege = estate_nobles_habsburg_disunity
|
|
7
|
+
}
|
|
8
|
+
allow = {
|
|
9
|
+
if = {
|
|
10
|
+
limit = {
|
|
11
|
+
ai = yes
|
|
12
|
+
}
|
|
13
|
+
has_estate_privilege = estate_nobles_habsburg_disunity
|
|
14
|
+
}
|
|
15
|
+
crown_land_share = 40
|
|
16
|
+
total_development = 200
|
|
17
|
+
monthly_income = 20
|
|
18
|
+
monthly_adm = 9
|
|
19
|
+
}
|
|
20
|
+
effect = {
|
|
21
|
+
remove_estate_privilege = estate_nobles_habsburg_disunity
|
|
22
|
+
set_country_flag = hab_united_habsburg_land
|
|
23
|
+
add_country_modifier = {
|
|
24
|
+
name = hab_a_house_united
|
|
25
|
+
duration = 7300
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
ai_will_do = {
|
|
29
|
+
factor = 100
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
iberian_union_decision = {
|
|
34
|
+
major = yes
|
|
35
|
+
potential = {
|
|
36
|
+
has_country_flag = hab_iberian_union_flag
|
|
37
|
+
OR = {
|
|
38
|
+
exists = CAS
|
|
39
|
+
exists = SPA
|
|
40
|
+
}
|
|
41
|
+
valid_for_personal_unions_trigger = yes
|
|
42
|
+
}
|
|
43
|
+
allow = {
|
|
44
|
+
if = {
|
|
45
|
+
limit = {
|
|
46
|
+
ai = yes
|
|
47
|
+
}
|
|
48
|
+
has_country_flag = hab_iberian_union_flag
|
|
49
|
+
}
|
|
50
|
+
if = {
|
|
51
|
+
limit = {
|
|
52
|
+
exists = SPA
|
|
53
|
+
SPA = { valid_for_personal_unions_trigger = yes }
|
|
54
|
+
valid_for_personal_unions_trigger = yes
|
|
55
|
+
}
|
|
56
|
+
if = {
|
|
57
|
+
limit = {
|
|
58
|
+
has_dlc = "The Cossacks"
|
|
59
|
+
}
|
|
60
|
+
SPA = {
|
|
61
|
+
trust = {
|
|
62
|
+
who = ROOT
|
|
63
|
+
value = 80
|
|
64
|
+
}
|
|
65
|
+
has_opinion = {
|
|
66
|
+
who = ROOT
|
|
67
|
+
value = 190
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
OR = {
|
|
72
|
+
has_casus_belli = {
|
|
73
|
+
type = cb_restore_personal_union
|
|
74
|
+
target = SPA
|
|
75
|
+
}
|
|
76
|
+
has_casus_belli = {
|
|
77
|
+
type = cb_claim_throne
|
|
78
|
+
target = SPA
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
else_if = {
|
|
83
|
+
limit = {
|
|
84
|
+
exists = CAS
|
|
85
|
+
CAS = { valid_for_personal_unions_trigger = yes }
|
|
86
|
+
valid_for_personal_unions_trigger = yes
|
|
87
|
+
}
|
|
88
|
+
if = {
|
|
89
|
+
limit = {
|
|
90
|
+
has_dlc = "The Cossacks"
|
|
91
|
+
}
|
|
92
|
+
CAS = {
|
|
93
|
+
trust = {
|
|
94
|
+
who = ROOT
|
|
95
|
+
value = 80
|
|
96
|
+
}
|
|
97
|
+
has_opinion = {
|
|
98
|
+
who = ROOT
|
|
99
|
+
value = 190
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
OR = {
|
|
104
|
+
has_casus_belli = {
|
|
105
|
+
type = cb_restore_personal_union
|
|
106
|
+
target = CAS
|
|
107
|
+
}
|
|
108
|
+
has_casus_belli = {
|
|
109
|
+
type = cb_claim_throne
|
|
110
|
+
target = CAS
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
diplomatic_reputation = 4
|
|
115
|
+
}
|
|
116
|
+
effect = {
|
|
117
|
+
hidden_effect = { save_global_event_target_as = union_target }
|
|
118
|
+
if = {
|
|
119
|
+
limit = {
|
|
120
|
+
exists = SPA
|
|
121
|
+
SPA = { valid_for_personal_unions_trigger = yes }
|
|
122
|
+
valid_for_personal_unions_trigger = yes
|
|
123
|
+
}
|
|
124
|
+
SPA = {
|
|
125
|
+
country_event = {
|
|
126
|
+
id = flavor_hab.35
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
else_if = {
|
|
131
|
+
limit = {
|
|
132
|
+
exists = CAS
|
|
133
|
+
CAS = { valid_for_personal_unions_trigger = yes }
|
|
134
|
+
valid_for_personal_unions_trigger = yes
|
|
135
|
+
}
|
|
136
|
+
CAS = {
|
|
137
|
+
country_event = {
|
|
138
|
+
id = flavor_hab.35
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
clr_country_flag = hab_iberian_union_flag
|
|
143
|
+
}
|
|
144
|
+
ai_will_do = {
|
|
145
|
+
factor = 100
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
hsn_move_capital_to_damascus = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
OR = {
|
|
7
|
+
tag = HSN
|
|
8
|
+
was_tag = HSN
|
|
9
|
+
}
|
|
10
|
+
normal_or_historical_nations = yes
|
|
11
|
+
OR = {
|
|
12
|
+
ai = no
|
|
13
|
+
is_playing_custom_nation = no
|
|
14
|
+
}
|
|
15
|
+
NOT = { has_country_flag = relocated_capital_damascus }
|
|
16
|
+
has_country_flag = hsn_turn_against_mamluks_flag
|
|
17
|
+
}
|
|
18
|
+
allow = {
|
|
19
|
+
is_core = 382
|
|
20
|
+
owns = 382
|
|
21
|
+
NOT = { capital = 382 }
|
|
22
|
+
382 = {
|
|
23
|
+
is_state = yes
|
|
24
|
+
}
|
|
25
|
+
is_at_war = no
|
|
26
|
+
adm_power = 100
|
|
27
|
+
}
|
|
28
|
+
effect = {
|
|
29
|
+
add_adm_power = -100
|
|
30
|
+
set_country_flag = relocated_capital_damascus
|
|
31
|
+
382 = {
|
|
32
|
+
move_capital_effect = yes
|
|
33
|
+
}
|
|
34
|
+
382 = {
|
|
35
|
+
add_base_tax = 1
|
|
36
|
+
add_base_production = 1
|
|
37
|
+
add_base_manpower = 1
|
|
38
|
+
}
|
|
39
|
+
382 = {
|
|
40
|
+
add_province_modifier = {
|
|
41
|
+
name = hsn_restoring_damascus
|
|
42
|
+
duration = 7300
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
ai_will_do = {
|
|
47
|
+
factor = 1
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -57,7 +57,10 @@ country_decisions = {
|
|
|
57
57
|
potential = {
|
|
58
58
|
NOT = { has_country_modifier = the_abolish_slavery_act }
|
|
59
59
|
slaves = 1
|
|
60
|
-
|
|
60
|
+
OR = {
|
|
61
|
+
current_age = age_of_revolutions
|
|
62
|
+
has_country_flag = ned_abolish_slavery_flag
|
|
63
|
+
}
|
|
61
64
|
adm_tech = 15
|
|
62
65
|
}
|
|
63
66
|
allow = {
|
|
@@ -62,7 +62,7 @@ country_decisions = {
|
|
|
62
62
|
allow = {
|
|
63
63
|
NOT = { exists = DEC }
|
|
64
64
|
is_at_war = no
|
|
65
|
-
adm_tech =
|
|
65
|
+
adm_tech = 18
|
|
66
66
|
is_free_or_tributary_trigger = yes
|
|
67
67
|
owns_core_province = 1948 #Bidar
|
|
68
68
|
owns_core_province = 542 #Hyderabad
|
|
@@ -104,4 +104,129 @@ country_decisions = {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
+
ned_unite_two_crowns = {
|
|
108
|
+
major = yes
|
|
109
|
+
potential = {
|
|
110
|
+
NOT = { has_country_flag = ned_united_crowns_flag }
|
|
111
|
+
OR = {
|
|
112
|
+
senior_union_with = ENG
|
|
113
|
+
senior_union_with = GBR
|
|
114
|
+
}
|
|
115
|
+
tag = NED
|
|
116
|
+
}
|
|
117
|
+
provinces_to_highlight = {
|
|
118
|
+
OR = {
|
|
119
|
+
province_id = 236
|
|
120
|
+
province_id = 237
|
|
121
|
+
province_id = 245
|
|
122
|
+
province_id = 1860
|
|
123
|
+
}
|
|
124
|
+
NOT = { country_or_non_sovereign_subject_holds = ROOT }
|
|
125
|
+
}
|
|
126
|
+
allow = {
|
|
127
|
+
tag = NED
|
|
128
|
+
is_at_war = no
|
|
129
|
+
if = {
|
|
130
|
+
limit = {
|
|
131
|
+
ENG = { is_subject_of = ROOT }
|
|
132
|
+
}
|
|
133
|
+
ENG = {
|
|
134
|
+
NOT = { liberty_desire = 5 }
|
|
135
|
+
has_opinion = {
|
|
136
|
+
who = ROOT
|
|
137
|
+
value = 190
|
|
138
|
+
}
|
|
139
|
+
years_in_union_under = {
|
|
140
|
+
who = ROOT
|
|
141
|
+
years = 50
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
else_if = {
|
|
146
|
+
limit = {
|
|
147
|
+
GBR = { is_subject_of = ROOT }
|
|
148
|
+
}
|
|
149
|
+
GBR = {
|
|
150
|
+
NOT = { liberty_desire = 5 }
|
|
151
|
+
has_opinion = {
|
|
152
|
+
who = ROOT
|
|
153
|
+
value = 190
|
|
154
|
+
}
|
|
155
|
+
years_in_union_under = {
|
|
156
|
+
who = ROOT
|
|
157
|
+
years = 50
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
236 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
162
|
+
237 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
163
|
+
245 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
164
|
+
1860 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
165
|
+
adm_tech = 18
|
|
166
|
+
legitimacy_equivalent = 90
|
|
167
|
+
stability = 3
|
|
168
|
+
}
|
|
169
|
+
effect = {
|
|
170
|
+
custom_tooltip = ned_unite_two_crowns_tt
|
|
171
|
+
hidden_effect = {
|
|
172
|
+
override_country_name = UCN
|
|
173
|
+
set_country_flag = is_UCN_flag
|
|
174
|
+
}
|
|
175
|
+
if = {
|
|
176
|
+
limit = {
|
|
177
|
+
ENG = { is_subject_of = ROOT }
|
|
178
|
+
}
|
|
179
|
+
inherit = ENG
|
|
180
|
+
}
|
|
181
|
+
if = {
|
|
182
|
+
limit = {
|
|
183
|
+
GBR = { is_subject_of = ROOT }
|
|
184
|
+
}
|
|
185
|
+
inherit = GBR
|
|
186
|
+
}
|
|
187
|
+
if = {
|
|
188
|
+
limit = {
|
|
189
|
+
NOT = { accepted_culture = english }
|
|
190
|
+
}
|
|
191
|
+
add_accepted_culture = english
|
|
192
|
+
}
|
|
193
|
+
if = {
|
|
194
|
+
limit = {
|
|
195
|
+
NOT = { government_rank = 3 }
|
|
196
|
+
}
|
|
197
|
+
set_government_rank = 3
|
|
198
|
+
}
|
|
199
|
+
set_country_flag = ned_united_crowns_flag
|
|
200
|
+
if = {
|
|
201
|
+
limit = { has_custom_ideas = no }
|
|
202
|
+
country_event = { id = ideagroups.1 }
|
|
203
|
+
}
|
|
204
|
+
add_country_modifier = {
|
|
205
|
+
name = ned_man_o_war_modifier
|
|
206
|
+
duration = -1
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
ai_will_do = {
|
|
210
|
+
factor = 100
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
overthrow_statist_stadholder = {
|
|
215
|
+
potential = {
|
|
216
|
+
has_estate_privilege = estate_nobles_orangist_privileges
|
|
217
|
+
has_government_attribute = has_dutch_election
|
|
218
|
+
}
|
|
219
|
+
allow = {
|
|
220
|
+
is_statists_in_power = yes
|
|
221
|
+
NOT = { has_ruler_flag = ned_orangist_ruler_flag }
|
|
222
|
+
is_lesser_in_union = no
|
|
223
|
+
}
|
|
224
|
+
effect = {
|
|
225
|
+
kill_ruler = yes
|
|
226
|
+
add_republican_tradition = -20
|
|
227
|
+
}
|
|
228
|
+
ai_will_do = {
|
|
229
|
+
factor = 0
|
|
230
|
+
}
|
|
231
|
+
}
|
|
107
232
|
}
|
|
@@ -44,7 +44,7 @@ country_decisions = {
|
|
|
44
44
|
}
|
|
45
45
|
allow = {
|
|
46
46
|
capital = 361 # Cairo
|
|
47
|
-
adm_tech =
|
|
47
|
+
adm_tech = 18
|
|
48
48
|
is_free_or_tributary_trigger = yes
|
|
49
49
|
is_nomad = no
|
|
50
50
|
is_at_war = no
|
|
@@ -209,7 +209,7 @@ country_decisions = {
|
|
|
209
209
|
factor = 1
|
|
210
210
|
modifier = {
|
|
211
211
|
factor = 0
|
|
212
|
-
adm_tech =
|
|
212
|
+
adm_tech = 18
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
form_austria_hungary = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
OR = {
|
|
7
|
+
is_free_or_tributary_trigger = yes
|
|
8
|
+
ai = no
|
|
9
|
+
}
|
|
10
|
+
normal_or_historical_nations = yes
|
|
11
|
+
NOT = { has_country_flag = formed_austria_hungary_flag }
|
|
12
|
+
NOT = {
|
|
13
|
+
has_country_flag = hab_blocked_austria_hungary
|
|
14
|
+
}
|
|
15
|
+
NOT = { exists = AUH }
|
|
16
|
+
NOT = { tag = PAP }
|
|
17
|
+
NOT = { tag = HLR }
|
|
18
|
+
OR = {
|
|
19
|
+
tag = HUN
|
|
20
|
+
tag = HAB
|
|
21
|
+
}
|
|
22
|
+
OR = {
|
|
23
|
+
primary_culture = hungarian
|
|
24
|
+
primary_culture = austrian
|
|
25
|
+
}
|
|
26
|
+
NOT = { has_country_flag = badboy_not_allowed_flag }
|
|
27
|
+
}
|
|
28
|
+
provinces_to_highlight = {
|
|
29
|
+
OR = {
|
|
30
|
+
province_id = 134
|
|
31
|
+
province_id = 153
|
|
32
|
+
province_id = 1772
|
|
33
|
+
province_id = 1953
|
|
34
|
+
province_id = 4128
|
|
35
|
+
province_id = 131
|
|
36
|
+
province_id = 1863
|
|
37
|
+
province_id = 133
|
|
38
|
+
province_id = 129
|
|
39
|
+
province_id = 1768
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
OR = {
|
|
43
|
+
NOT = { owned_by = ROOT }
|
|
44
|
+
NOT = { is_core = ROOT }
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
allow = {
|
|
48
|
+
NOT = {
|
|
49
|
+
has_disaster = german_revolt
|
|
50
|
+
has_disaster = hungarian_revolt
|
|
51
|
+
}
|
|
52
|
+
if = {
|
|
53
|
+
limit = {
|
|
54
|
+
tag = HUN
|
|
55
|
+
exists = HAB
|
|
56
|
+
}
|
|
57
|
+
HAB = {
|
|
58
|
+
NOT = { num_of_cities = 35 }
|
|
59
|
+
junior_union_with = ROOT
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
if = {
|
|
63
|
+
limit = {
|
|
64
|
+
tag = HAB
|
|
65
|
+
exists = HUN
|
|
66
|
+
}
|
|
67
|
+
HUN = {
|
|
68
|
+
NOT = { num_of_cities = 40 }
|
|
69
|
+
junior_union_with = ROOT
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
if = {
|
|
73
|
+
limit = {
|
|
74
|
+
NOT = {
|
|
75
|
+
has_country_flag = hab_remove_austria_hungary_tech_requirement
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
if = {
|
|
79
|
+
limit = {
|
|
80
|
+
mission_completed = hun_a_multicultural_empire
|
|
81
|
+
}
|
|
82
|
+
adm_tech = 15
|
|
83
|
+
}
|
|
84
|
+
else = {
|
|
85
|
+
adm_tech = 20
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
is_free_or_tributary_trigger = yes
|
|
89
|
+
is_at_war = no
|
|
90
|
+
134 = {
|
|
91
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
92
|
+
}
|
|
93
|
+
153 = {
|
|
94
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
95
|
+
}
|
|
96
|
+
1772 = {
|
|
97
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
98
|
+
}
|
|
99
|
+
1953 = {
|
|
100
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
101
|
+
}
|
|
102
|
+
4128 = {
|
|
103
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
104
|
+
}
|
|
105
|
+
131 = {
|
|
106
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
107
|
+
}
|
|
108
|
+
1863 = {
|
|
109
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
110
|
+
}
|
|
111
|
+
133 = {
|
|
112
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
113
|
+
}
|
|
114
|
+
129 = {
|
|
115
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
116
|
+
}
|
|
117
|
+
1768 = {
|
|
118
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
effect = {
|
|
122
|
+
if = {
|
|
123
|
+
limit = {
|
|
124
|
+
is_part_of_hre = yes
|
|
125
|
+
is_elector = no
|
|
126
|
+
is_emperor = no
|
|
127
|
+
}
|
|
128
|
+
emperor = {
|
|
129
|
+
add_opinion = {
|
|
130
|
+
who = root
|
|
131
|
+
modifier = opinion_left_empire
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
set_in_empire = no
|
|
135
|
+
emperor = {
|
|
136
|
+
country_event = { id = hre_event.5 }
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
add_prestige = 25
|
|
140
|
+
change_tag = AUH
|
|
141
|
+
if = {
|
|
142
|
+
limit = {
|
|
143
|
+
NOT = { government_rank = 3 }
|
|
144
|
+
is_part_of_hre = no
|
|
145
|
+
}
|
|
146
|
+
set_government_rank = 3
|
|
147
|
+
}
|
|
148
|
+
on_change_tag_effect = yes
|
|
149
|
+
restore_country_name_effect = yes
|
|
150
|
+
if = {
|
|
151
|
+
limit = {
|
|
152
|
+
primary_culture = hungarian
|
|
153
|
+
NOT = {
|
|
154
|
+
accepted_culture = austrian
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
add_accepted_culture = austrian
|
|
158
|
+
}
|
|
159
|
+
if = {
|
|
160
|
+
limit = {
|
|
161
|
+
primary_culture = austrian
|
|
162
|
+
NOT = {
|
|
163
|
+
accepted_culture = hungarian
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
add_accepted_culture = hungarian
|
|
167
|
+
}
|
|
168
|
+
if = {
|
|
169
|
+
limit = {
|
|
170
|
+
HUN = { junior_union_with = ROOT }
|
|
171
|
+
}
|
|
172
|
+
inherit = HUN
|
|
173
|
+
}
|
|
174
|
+
if = {
|
|
175
|
+
limit = {
|
|
176
|
+
HAB = { junior_union_with = ROOT }
|
|
177
|
+
}
|
|
178
|
+
inherit = HAB
|
|
179
|
+
}
|
|
180
|
+
if = {
|
|
181
|
+
limit = {
|
|
182
|
+
was_tag = HUN
|
|
183
|
+
}
|
|
184
|
+
override_country_name = HUNGARY_AUSTRIA
|
|
185
|
+
set_country_flag = is_HUNGARY_AUSTRIA_flag
|
|
186
|
+
change_country_color = {
|
|
187
|
+
color = { 239 211 175 }
|
|
188
|
+
}
|
|
189
|
+
set_country_flag = has_overriden_name_flag
|
|
190
|
+
set_country_flag = has_overriden_color_flag
|
|
191
|
+
}
|
|
192
|
+
set_country_flag = formed_austria_hungary_flag
|
|
193
|
+
if = {
|
|
194
|
+
limit = { has_custom_ideas = no }
|
|
195
|
+
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
196
|
+
}
|
|
197
|
+
add_country_modifier = {
|
|
198
|
+
name = "centralization_modifier"
|
|
199
|
+
duration = 7300
|
|
200
|
+
}
|
|
201
|
+
hidden_effect = {
|
|
202
|
+
every_province = {
|
|
203
|
+
limit = {
|
|
204
|
+
is_core = HAB
|
|
205
|
+
}
|
|
206
|
+
remove_core = HAB
|
|
207
|
+
}
|
|
208
|
+
every_province = {
|
|
209
|
+
limit = {
|
|
210
|
+
is_core = HUN
|
|
211
|
+
}
|
|
212
|
+
remove_core = HUN
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
ai_will_do = {
|
|
217
|
+
factor = 400
|
|
218
|
+
modifier = {
|
|
219
|
+
factor = 0
|
|
220
|
+
NOT = { adm_tech = 15 }
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
great_moravia = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
normal_or_historical_nations = yes
|
|
7
|
+
NOT = { has_country_flag = formed_great_moravia_flag }
|
|
8
|
+
OR = {
|
|
9
|
+
ai = no
|
|
10
|
+
is_playing_custom_nation = no
|
|
11
|
+
}
|
|
12
|
+
NOT = { exists = GMA }
|
|
13
|
+
NOT = { tag = PAP }
|
|
14
|
+
NOT = { tag = HLR }
|
|
15
|
+
OR = {
|
|
16
|
+
OR = {
|
|
17
|
+
tag = SLO
|
|
18
|
+
was_tag = SLO
|
|
19
|
+
}
|
|
20
|
+
OR = {
|
|
21
|
+
tag = MVA
|
|
22
|
+
was_tag = MVA
|
|
23
|
+
}
|
|
24
|
+
AND = {
|
|
25
|
+
OR = {
|
|
26
|
+
tag = BOH
|
|
27
|
+
was_tag = BOH
|
|
28
|
+
}
|
|
29
|
+
has_dlc = "Winds of Change"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
is_colonial_nation = no
|
|
33
|
+
}
|
|
34
|
+
provinces_to_highlight = {
|
|
35
|
+
OR = {
|
|
36
|
+
province_id = 1864
|
|
37
|
+
province_id = 153
|
|
38
|
+
province_id = 162
|
|
39
|
+
province_id = 262
|
|
40
|
+
province_id = 264
|
|
41
|
+
province_id = 1763
|
|
42
|
+
province_id = 60
|
|
43
|
+
province_id = 2967
|
|
44
|
+
province_id = 266
|
|
45
|
+
province_id = 154
|
|
46
|
+
province_id = 134
|
|
47
|
+
province_id = 4726
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
NOT = {
|
|
51
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
allow = {
|
|
55
|
+
adm_tech = 10
|
|
56
|
+
is_free_or_tributary_trigger = yes
|
|
57
|
+
is_at_war = no
|
|
58
|
+
if = {
|
|
59
|
+
limit = {
|
|
60
|
+
OR = {
|
|
61
|
+
tag = BOH
|
|
62
|
+
was_tag = BOH
|
|
63
|
+
}
|
|
64
|
+
has_dlc = "Winds of Change"
|
|
65
|
+
}
|
|
66
|
+
custom_trigger_tooltip = {
|
|
67
|
+
tooltip = boh_has_unlocked_great_moravia
|
|
68
|
+
has_country_flag = boh_unlocked_great_moravia
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
1864 = {
|
|
72
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
73
|
+
}
|
|
74
|
+
153 = {
|
|
75
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
76
|
+
}
|
|
77
|
+
162 = {
|
|
78
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
79
|
+
}
|
|
80
|
+
262 = {
|
|
81
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
82
|
+
}
|
|
83
|
+
264 = {
|
|
84
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
85
|
+
}
|
|
86
|
+
1763 = {
|
|
87
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
88
|
+
}
|
|
89
|
+
60 = {
|
|
90
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
91
|
+
}
|
|
92
|
+
2967 = {
|
|
93
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
94
|
+
}
|
|
95
|
+
266 = {
|
|
96
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
97
|
+
}
|
|
98
|
+
154 = {
|
|
99
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
100
|
+
}
|
|
101
|
+
134 = {
|
|
102
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
103
|
+
}
|
|
104
|
+
4726 = {
|
|
105
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
effect = {
|
|
109
|
+
if = {
|
|
110
|
+
limit = {
|
|
111
|
+
is_part_of_hre = yes
|
|
112
|
+
is_elector = no
|
|
113
|
+
is_emperor = no
|
|
114
|
+
}
|
|
115
|
+
emperor = {
|
|
116
|
+
add_opinion = {
|
|
117
|
+
who = root
|
|
118
|
+
modifier = opinion_left_empire
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
set_in_empire = no
|
|
122
|
+
emperor = {
|
|
123
|
+
country_event = { id = hre_event.5 }
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
add_prestige = 25
|
|
127
|
+
change_tag = GMA
|
|
128
|
+
if = {
|
|
129
|
+
limit = {
|
|
130
|
+
OR = {
|
|
131
|
+
is_elector = yes
|
|
132
|
+
is_part_of_hre = no
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
set_government_rank = 2
|
|
136
|
+
}
|
|
137
|
+
set_country_flag = formed_great_moravia_flag
|
|
138
|
+
if = {
|
|
139
|
+
limit = { has_custom_ideas = no }
|
|
140
|
+
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
141
|
+
}
|
|
142
|
+
add_country_modifier = {
|
|
143
|
+
name = "centralization_modifier"
|
|
144
|
+
duration = 7300
|
|
145
|
+
}
|
|
146
|
+
if = {
|
|
147
|
+
limit = {
|
|
148
|
+
has_dlc = "Winds of Change"
|
|
149
|
+
OR = {
|
|
150
|
+
tag = BOH
|
|
151
|
+
was_tag = BOH
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
if = {
|
|
155
|
+
limit = {
|
|
156
|
+
has_country_flag = boh_empowered_ni
|
|
157
|
+
}
|
|
158
|
+
custom_tooltip = boh_moravia_form_bonus_ni_yes
|
|
159
|
+
tooltip = {
|
|
160
|
+
add_country_modifier = {
|
|
161
|
+
name = czech_nationalism
|
|
162
|
+
duration = -1
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
else = {
|
|
167
|
+
custom_tooltip = boh_moravia_form_bonus_ni_no
|
|
168
|
+
tooltip = {
|
|
169
|
+
add_country_modifier = {
|
|
170
|
+
name = czech_nationalism
|
|
171
|
+
duration = -1
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
hidden_effect = {
|
|
177
|
+
if = {
|
|
178
|
+
limit = {
|
|
179
|
+
has_country_flag = boh_empowered_ni
|
|
180
|
+
}
|
|
181
|
+
add_country_modifier = {
|
|
182
|
+
name = czech_nationalism
|
|
183
|
+
duration = -1
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
ai_will_do = {
|
|
189
|
+
factor = 1
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
restore_veligrad = {
|
|
194
|
+
major = yes
|
|
195
|
+
potential = {
|
|
196
|
+
OR = {
|
|
197
|
+
tag = GMA
|
|
198
|
+
was_tag = GMA
|
|
199
|
+
}
|
|
200
|
+
normal_or_historical_nations = yes
|
|
201
|
+
OR = {
|
|
202
|
+
ai = no
|
|
203
|
+
is_playing_custom_nation = no
|
|
204
|
+
}
|
|
205
|
+
NOT = { has_country_flag = restored_veligrad_flag }
|
|
206
|
+
}
|
|
207
|
+
allow = {
|
|
208
|
+
is_core = 4726
|
|
209
|
+
owns = 4726
|
|
210
|
+
NOT = { capital = 4726 }
|
|
211
|
+
is_at_war = no
|
|
212
|
+
adm_power = 100
|
|
213
|
+
4726 = {
|
|
214
|
+
development = 20
|
|
215
|
+
}
|
|
216
|
+
4726 = {
|
|
217
|
+
has_tax_building_trigger = yes
|
|
218
|
+
}
|
|
219
|
+
4726 = {
|
|
220
|
+
has_trade_building_trigger = yes
|
|
221
|
+
}
|
|
222
|
+
4726 = {
|
|
223
|
+
has_production_building_trigger = yes
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
provinces_to_highlight = {
|
|
227
|
+
province_id = 4726
|
|
228
|
+
}
|
|
229
|
+
effect = {
|
|
230
|
+
add_adm_power = -100
|
|
231
|
+
set_country_flag = restored_veligrad_flag
|
|
232
|
+
4726 = {
|
|
233
|
+
move_capital_effect = yes
|
|
234
|
+
}
|
|
235
|
+
4726 = {
|
|
236
|
+
change_province_name = "Veligrad"
|
|
237
|
+
rename_capital = "Veligrad"
|
|
238
|
+
}
|
|
239
|
+
4726 = {
|
|
240
|
+
add_province_modifier = {
|
|
241
|
+
name = boh_great_city_of_svatopluk
|
|
242
|
+
duration = 9125
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
ai_will_do = {
|
|
247
|
+
factor = 1
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
GER_pick_culture_to_integrate = {
|
|
3
|
+
potential = {
|
|
4
|
+
has_reform = german_cultural_disunity_reform
|
|
5
|
+
NOT = { GET_integrated_all_cultures = yes }
|
|
6
|
+
}
|
|
7
|
+
color = { 75 130 135 }
|
|
8
|
+
allow = {
|
|
9
|
+
custom_trigger_tooltip = {
|
|
10
|
+
tooltip = GET_can_integrate_a_culture
|
|
11
|
+
GER_can_integrate_a_culture = yes
|
|
12
|
+
}
|
|
13
|
+
custom_trigger_tooltip = {
|
|
14
|
+
tooltip = GER_not_integrating_a_culture
|
|
15
|
+
NOT = { GER_integrating_a_culture = yes }
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
effect = {
|
|
19
|
+
country_event = { id = flavor_ger.9 }
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -18,12 +18,13 @@ country_decisions = {
|
|
|
18
18
|
NOT = { tag = PAP }
|
|
19
19
|
NOT = { tag = HLR }
|
|
20
20
|
NOT = { tag = ROM }
|
|
21
|
+
NOT = { tag = AUH }
|
|
21
22
|
OR = {
|
|
22
23
|
ai = no
|
|
23
24
|
AND = {
|
|
24
25
|
ai = yes
|
|
25
26
|
num_of_cities = 15
|
|
26
|
-
adm_tech =
|
|
27
|
+
adm_tech = 18
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
culture_group = germanic
|
|
@@ -48,6 +49,9 @@ country_decisions = {
|
|
|
48
49
|
region = north_german_region
|
|
49
50
|
region = south_german_region
|
|
50
51
|
}
|
|
52
|
+
NOT = { area = erzgebirge_area }
|
|
53
|
+
NOT = { area = bohemia_area }
|
|
54
|
+
NOT = { area = moravia_area }
|
|
51
55
|
root = {
|
|
52
56
|
NOT = {
|
|
53
57
|
num_of_owned_provinces_with = {
|
|
@@ -56,6 +60,9 @@ country_decisions = {
|
|
|
56
60
|
region = north_german_region
|
|
57
61
|
region = south_german_region
|
|
58
62
|
}
|
|
63
|
+
NOT = { area = erzgebirge_area }
|
|
64
|
+
NOT = { area = bohemia_area }
|
|
65
|
+
NOT = { area = moravia_area }
|
|
59
66
|
value = 50
|
|
60
67
|
}
|
|
61
68
|
}
|
|
@@ -141,9 +148,21 @@ country_decisions = {
|
|
|
141
148
|
}
|
|
142
149
|
}
|
|
143
150
|
allow = {
|
|
144
|
-
|
|
151
|
+
if = {
|
|
152
|
+
limit = {
|
|
153
|
+
NOT = {
|
|
154
|
+
has_country_flag = remove_germany_tech_requirement_flag
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
adm_tech = 18
|
|
158
|
+
}
|
|
145
159
|
is_free_or_tributary_trigger = yes
|
|
146
160
|
is_nomad = no
|
|
161
|
+
OR = {
|
|
162
|
+
government = monarchy
|
|
163
|
+
government = republic
|
|
164
|
+
government = theocracy
|
|
165
|
+
}
|
|
147
166
|
is_at_war = no
|
|
148
167
|
owns_core_province = 50 # Berlin
|
|
149
168
|
owns_core_province = 57 # Brunswick
|
|
@@ -178,6 +197,9 @@ country_decisions = {
|
|
|
178
197
|
region = north_german_region
|
|
179
198
|
region = south_german_region
|
|
180
199
|
}
|
|
200
|
+
NOT = { area = erzgebirge_area }
|
|
201
|
+
NOT = { area = bohemia_area }
|
|
202
|
+
NOT = { area = moravia_area }
|
|
181
203
|
value = 50
|
|
182
204
|
}
|
|
183
205
|
}
|
|
@@ -203,7 +225,8 @@ country_decisions = {
|
|
|
203
225
|
country_event = { id = hre_event.5 }
|
|
204
226
|
}
|
|
205
227
|
}
|
|
206
|
-
|
|
228
|
+
custom_tooltip = become_an_empire_tt
|
|
229
|
+
hidden_effect = { set_government_rank = 3 }
|
|
207
230
|
north_german_region = {
|
|
208
231
|
limit = {
|
|
209
232
|
NOT = { owned_by = ROOT }
|
|
@@ -229,6 +252,15 @@ country_decisions = {
|
|
|
229
252
|
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
230
253
|
}
|
|
231
254
|
swap_non_generic_missions = yes
|
|
255
|
+
if = {
|
|
256
|
+
limit = { has_dlc = "Winds of Change" }
|
|
257
|
+
set_country_flag = GER_stuck_disunited
|
|
258
|
+
add_government_reform = german_cultural_disunity_reform
|
|
259
|
+
freeze_government_power = {
|
|
260
|
+
mechanic_type = cultural_unity_mechanic
|
|
261
|
+
power_type = cultural_unity
|
|
262
|
+
}
|
|
263
|
+
}
|
|
232
264
|
}
|
|
233
265
|
ai_will_do = {
|
|
234
266
|
factor = 100
|
|
@@ -17,6 +17,7 @@ country_decisions = {
|
|
|
17
17
|
}
|
|
18
18
|
primary_culture = austrian
|
|
19
19
|
NOT = { tag = HAB }
|
|
20
|
+
NOT = { tag = AUH }
|
|
20
21
|
OR = {
|
|
21
22
|
NOT = { exists = HAB }
|
|
22
23
|
ai = no
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
hungarian_nation = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
normal_or_historical_nations = yes
|
|
7
|
+
was_never_end_game_tag_trigger = yes
|
|
8
|
+
NOT = { has_country_flag = formed_hungary_flag }
|
|
9
|
+
OR = {
|
|
10
|
+
ai = no
|
|
11
|
+
is_playing_custom_nation = no
|
|
12
|
+
}
|
|
13
|
+
OR = {
|
|
14
|
+
is_free_or_tributary_trigger = yes
|
|
15
|
+
ai = no
|
|
16
|
+
}
|
|
17
|
+
NOT = { exists = AUH }
|
|
18
|
+
NOT = { exists = HUN }
|
|
19
|
+
NOT = { tag = HUN }
|
|
20
|
+
OR = {
|
|
21
|
+
ai = no
|
|
22
|
+
AND = {
|
|
23
|
+
NOT = { exists = HUN }
|
|
24
|
+
num_of_cities = 6
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
NOT = { tag = HLR }
|
|
28
|
+
NOT = { tag = PAP }
|
|
29
|
+
OR = {
|
|
30
|
+
primary_culture = hungarian
|
|
31
|
+
primary_culture = transylvanian
|
|
32
|
+
}
|
|
33
|
+
is_colonial_nation = no
|
|
34
|
+
OR = {
|
|
35
|
+
is_former_colonial_nation = no
|
|
36
|
+
AND = {
|
|
37
|
+
is_former_colonial_nation = yes
|
|
38
|
+
ai = no
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
provinces_to_highlight = {
|
|
43
|
+
OR = {
|
|
44
|
+
province_id = 135 # Sopron
|
|
45
|
+
province_id = 153 # Buda
|
|
46
|
+
province_id = 1954 # Torontal
|
|
47
|
+
province_id = 1953 # Debrecen
|
|
48
|
+
province_id = 4127 # Torda
|
|
49
|
+
province_id = 4128 # Kiralyfold
|
|
50
|
+
}
|
|
51
|
+
OR = {
|
|
52
|
+
NOT = { owned_by = ROOT }
|
|
53
|
+
NOT = { is_core = ROOT }
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
allow = {
|
|
57
|
+
NOT = { exists = HUN }
|
|
58
|
+
is_at_war = no
|
|
59
|
+
is_free_or_tributary_trigger = yes
|
|
60
|
+
is_nomad = no
|
|
61
|
+
153 = { # Buda/Transdanubia
|
|
62
|
+
is_state = yes
|
|
63
|
+
}
|
|
64
|
+
owns_core_province = 135 # Sopron
|
|
65
|
+
owns_core_province = 153 # Buda
|
|
66
|
+
owns_core_province = 1954 # Torontal
|
|
67
|
+
owns_core_province = 1953 # Debrecen
|
|
68
|
+
owns_core_province = 4127 # Torda
|
|
69
|
+
owns_core_province = 4128 # Kiralyfold
|
|
70
|
+
}
|
|
71
|
+
effect = {
|
|
72
|
+
add_prestige = 25
|
|
73
|
+
change_tag = HUN
|
|
74
|
+
on_change_tag_effect = yes
|
|
75
|
+
restore_country_name = yes
|
|
76
|
+
swap_non_generic_missions = yes
|
|
77
|
+
remove_non_electors_emperors_from_empire_effect = yes
|
|
78
|
+
153 = { #Paris
|
|
79
|
+
move_capital_effect = yes
|
|
80
|
+
}
|
|
81
|
+
if = {
|
|
82
|
+
limit = { NOT = { government_rank = 2 } }
|
|
83
|
+
set_government_rank = 2
|
|
84
|
+
}
|
|
85
|
+
carpathia_region = {
|
|
86
|
+
limit = {
|
|
87
|
+
NOT = { owned_by = ROOT }
|
|
88
|
+
}
|
|
89
|
+
add_permanent_claim = ROOT
|
|
90
|
+
}
|
|
91
|
+
add_country_modifier = {
|
|
92
|
+
name = "centralization_modifier"
|
|
93
|
+
duration = 7300
|
|
94
|
+
}
|
|
95
|
+
if = {
|
|
96
|
+
limit = { has_custom_ideas = no }
|
|
97
|
+
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
98
|
+
}
|
|
99
|
+
if = {
|
|
100
|
+
limit = {
|
|
101
|
+
religion_group = christian
|
|
102
|
+
government = monarchy
|
|
103
|
+
}
|
|
104
|
+
add_government_reform = apostolic_kingdom
|
|
105
|
+
}
|
|
106
|
+
set_country_flag = formed_hungary_flag
|
|
107
|
+
}
|
|
108
|
+
ai_will_do = {
|
|
109
|
+
factor = 1
|
|
110
|
+
}
|
|
111
|
+
ai_importance = 400
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
INC_colonize_surroundings = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
OR = {
|
|
7
|
+
has_mission = CSU_chanka
|
|
8
|
+
has_mission = CSU_ground_shaker
|
|
9
|
+
}
|
|
10
|
+
INC_has_any_provinces_to_colonize = yes
|
|
11
|
+
}
|
|
12
|
+
provinces_to_highlight = {
|
|
13
|
+
INC_highlight_provinces_that_can_be_colonized = yes
|
|
14
|
+
}
|
|
15
|
+
allow = {
|
|
16
|
+
treasury = 50
|
|
17
|
+
custom_trigger_tooltip = {
|
|
18
|
+
tooltip = INC_any_province_available_for_colonization
|
|
19
|
+
INC_has_any_provinces_to_colonize_with_trigger = {
|
|
20
|
+
trigger = "
|
|
21
|
+
NOT = { native_size = 0.001 }
|
|
22
|
+
"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
effect = {
|
|
27
|
+
if = {
|
|
28
|
+
limit = {
|
|
29
|
+
ai = no
|
|
30
|
+
}
|
|
31
|
+
every_province = {
|
|
32
|
+
limit = {
|
|
33
|
+
INC_can_be_colonized_without_natives = yes
|
|
34
|
+
native_size = 0.001
|
|
35
|
+
}
|
|
36
|
+
custom_tooltip = INC_could_be_colonized_without_natives
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
custom_tooltip = " "
|
|
40
|
+
|
|
41
|
+
every_province = {
|
|
42
|
+
limit = {
|
|
43
|
+
INC_can_be_colonized_without_natives = yes
|
|
44
|
+
NOT = { native_size = 0.001 }
|
|
45
|
+
}
|
|
46
|
+
custom_tooltip = INC_will_be_colonized
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
tooltip = {
|
|
50
|
+
add_treasury = -50
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
hidden_effect = {
|
|
54
|
+
random_province = {
|
|
55
|
+
limit = {
|
|
56
|
+
INC_can_be_colonized_without_natives = yes
|
|
57
|
+
NOT = { native_size = 0.001 }
|
|
58
|
+
}
|
|
59
|
+
add_siberian_construction = 100
|
|
60
|
+
ROOT = { add_treasury = -50 }
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
else = {
|
|
65
|
+
random_province = {
|
|
66
|
+
limit = {
|
|
67
|
+
INC_can_be_colonized_without_natives = yes
|
|
68
|
+
}
|
|
69
|
+
add_siberian_construction = 100
|
|
70
|
+
ROOT = { add_treasury = -50 }
|
|
71
|
+
ROOT = { add_mil_power = -10 }
|
|
72
|
+
ROOT = { add_manpower = -0.1 }
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
ai_will_do = {
|
|
77
|
+
factor = 1
|
|
78
|
+
}
|
|
79
|
+
ai_importance = 400
|
|
80
|
+
}
|
|
81
|
+
}
|
|
@@ -94,7 +94,53 @@ country_decisions = {
|
|
|
94
94
|
set_country_flag = INC_used_to_be_CHM
|
|
95
95
|
}
|
|
96
96
|
remove_non_electors_emperors_from_empire_effect = yes
|
|
97
|
-
|
|
97
|
+
|
|
98
|
+
if = {
|
|
99
|
+
limit = {
|
|
100
|
+
NOT = { tag = CSU }
|
|
101
|
+
NOT = { was_tag = CSU }
|
|
102
|
+
}
|
|
103
|
+
add_country_modifier = {
|
|
104
|
+
name = INC_non_inca_modifier
|
|
105
|
+
duration = -1
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
if = {
|
|
110
|
+
limit = {
|
|
111
|
+
has_country_flag = CSU_if_we_form_inca_before_1480_machu_picchu_flag
|
|
112
|
+
807 = {
|
|
113
|
+
owned_by = ROOT
|
|
114
|
+
NOT = {
|
|
115
|
+
has_great_project = {
|
|
116
|
+
type = machu_picchu
|
|
117
|
+
tier = 2
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
807 = {
|
|
123
|
+
if = {
|
|
124
|
+
limit = {
|
|
125
|
+
has_great_project = {
|
|
126
|
+
type = machu_picchu
|
|
127
|
+
tier = 1
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
add_great_project_tier = {
|
|
131
|
+
type = machu_picchu
|
|
132
|
+
tier = 1
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
else = {
|
|
136
|
+
add_great_project_tier = {
|
|
137
|
+
type = machu_picchu
|
|
138
|
+
tier = 2
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
98
144
|
if = {
|
|
99
145
|
limit = {
|
|
100
146
|
government = native
|
|
@@ -171,7 +217,7 @@ country_decisions = {
|
|
|
171
217
|
}
|
|
172
218
|
add_permanent_claim = INC
|
|
173
219
|
}
|
|
174
|
-
|
|
220
|
+
add_prestige_or_monarch_power = { amount = 25 }
|
|
175
221
|
if = {
|
|
176
222
|
limit = {
|
|
177
223
|
has_custom_ideas = no
|
|
@@ -180,6 +226,7 @@ country_decisions = {
|
|
|
180
226
|
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
181
227
|
}
|
|
182
228
|
set_country_flag = formed_inca_flag
|
|
229
|
+
swap_non_generic_missions = yes
|
|
183
230
|
}
|
|
184
231
|
ai_will_do = {
|
|
185
232
|
factor = 1
|
|
@@ -101,7 +101,12 @@ country_decisions = {
|
|
|
101
101
|
hidden_effect = {
|
|
102
102
|
set_in_empire = no
|
|
103
103
|
}
|
|
104
|
-
|
|
104
|
+
if = {
|
|
105
|
+
limit = {
|
|
106
|
+
NOT = { is_part_of_hre = yes } #for tooltip purposes
|
|
107
|
+
}
|
|
108
|
+
set_government_rank = 2
|
|
109
|
+
}
|
|
105
110
|
}
|
|
106
111
|
change_tag = ITA
|
|
107
112
|
on_change_tag_effect = yes
|
|
@@ -128,6 +133,7 @@ country_decisions = {
|
|
|
128
133
|
}
|
|
129
134
|
swap_non_generic_missions = yes
|
|
130
135
|
set_country_flag = formed_italy_flag
|
|
136
|
+
set_global_flag = formed_italy_flag_global # for german mission
|
|
131
137
|
}
|
|
132
138
|
ai_will_do = {
|
|
133
139
|
factor = 400
|
|
@@ -14,7 +14,10 @@ country_decisions = {
|
|
|
14
14
|
is_free_or_tributary_trigger = yes
|
|
15
15
|
ai = no
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
OR = {
|
|
18
|
+
religion = catholic
|
|
19
|
+
has_country_flag = tre_can_release_jerusalem
|
|
20
|
+
}
|
|
18
21
|
NOT = { government = republic }
|
|
19
22
|
NOT = { has_reform = celestial_empire }
|
|
20
23
|
OR = {
|
|
@@ -168,6 +171,12 @@ country_decisions = {
|
|
|
168
171
|
set_country_flag = formed_jerusalem
|
|
169
172
|
swap_non_generic_missions = yes
|
|
170
173
|
}
|
|
174
|
+
if = {
|
|
175
|
+
limit = {
|
|
176
|
+
has_country_flag = tre_can_release_jerusalem
|
|
177
|
+
}
|
|
178
|
+
vassalize = KOJ
|
|
179
|
+
}
|
|
171
180
|
}
|
|
172
181
|
ai_will_do = {
|
|
173
182
|
factor = 0
|
|
@@ -98,6 +98,7 @@ country_decisions = {
|
|
|
98
98
|
allow = {
|
|
99
99
|
if = {
|
|
100
100
|
limit = {
|
|
101
|
+
has_dlc = "Mandate of Heaven"
|
|
101
102
|
event_target:EmperorOfChina = {
|
|
102
103
|
exists = yes
|
|
103
104
|
is_emperor_of_china = yes
|
|
@@ -51,7 +51,7 @@ country_decisions = {
|
|
|
51
51
|
allow = {
|
|
52
52
|
NOT = { exists = MAR }
|
|
53
53
|
is_at_war = no
|
|
54
|
-
adm_tech =
|
|
54
|
+
adm_tech = 18
|
|
55
55
|
is_free_or_tributary_trigger = yes
|
|
56
56
|
owns_core_province = 546 #Nagpur
|
|
57
57
|
owns_core_province = 1946 #Satar
|
|
@@ -52,7 +52,7 @@ country_decisions = {
|
|
|
52
52
|
limit = {
|
|
53
53
|
has_dlc = "El Dorado"
|
|
54
54
|
}
|
|
55
|
-
|
|
55
|
+
num_of_maya_religious_reforms = { amount = 2 }
|
|
56
56
|
}
|
|
57
57
|
else = {
|
|
58
58
|
has_institution = feudalism
|
|
@@ -86,13 +86,14 @@ country_decisions = {
|
|
|
86
86
|
}
|
|
87
87
|
add_permanent_claim = MAY
|
|
88
88
|
}
|
|
89
|
-
|
|
89
|
+
add_prestige_or_monarch_power = { amount = 25 }
|
|
90
90
|
set_country_flag = formed_mayapan_flag
|
|
91
91
|
if = {
|
|
92
92
|
limit = { is_tribal = yes }
|
|
93
93
|
change_government = monarchy
|
|
94
|
-
|
|
94
|
+
add_government_reform = autocracy_reform
|
|
95
95
|
}
|
|
96
|
+
swap_non_generic_missions = yes
|
|
96
97
|
}
|
|
97
98
|
ai_will_do = {
|
|
98
99
|
factor = 10
|
|
@@ -8,6 +8,10 @@ country_decisions = {
|
|
|
8
8
|
tag = YUA
|
|
9
9
|
tag = GLH
|
|
10
10
|
tag = ILK
|
|
11
|
+
custom_trigger_tooltip = {
|
|
12
|
+
tooltip = IS_CHAGATAI
|
|
13
|
+
has_country_flag = chagatai_formed_flag
|
|
14
|
+
}
|
|
11
15
|
has_reform = holy_horde_reform
|
|
12
16
|
was_never_end_game_tag_trigger = yes
|
|
13
17
|
}
|
|
@@ -61,6 +65,10 @@ country_decisions = {
|
|
|
61
65
|
tag = YUA
|
|
62
66
|
tag = GLH
|
|
63
67
|
tag = ILK
|
|
68
|
+
custom_trigger_tooltip = {
|
|
69
|
+
tooltip = IS_CHAGATAI
|
|
70
|
+
has_country_flag = chagatai_formed_flag
|
|
71
|
+
}
|
|
64
72
|
has_reform = holy_horde_reform
|
|
65
73
|
}
|
|
66
74
|
}
|
|
@@ -69,6 +77,10 @@ country_decisions = {
|
|
|
69
77
|
tag = YUA
|
|
70
78
|
tag = GLH
|
|
71
79
|
tag = ILK
|
|
80
|
+
custom_trigger_tooltip = {
|
|
81
|
+
tooltip = IS_CHAGATAI
|
|
82
|
+
has_country_flag = chagatai_formed_flag
|
|
83
|
+
}
|
|
72
84
|
}
|
|
73
85
|
}
|
|
74
86
|
custom_trigger_tooltip = {
|
|
@@ -77,21 +89,21 @@ country_decisions = {
|
|
|
77
89
|
type = all
|
|
78
90
|
OR = {
|
|
79
91
|
is_empty = yes
|
|
80
|
-
|
|
92
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
81
93
|
}
|
|
82
94
|
}
|
|
83
95
|
}
|
|
84
96
|
central_asia_region = {
|
|
85
97
|
type = all
|
|
86
|
-
|
|
98
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
87
99
|
}
|
|
88
100
|
crimea_region = {
|
|
89
101
|
type = all
|
|
90
|
-
|
|
102
|
+
country_or_non_sovereign_subject_holds = ROOT
|
|
91
103
|
}
|
|
92
|
-
1816 = {
|
|
93
|
-
1821 = {
|
|
94
|
-
667 = {
|
|
104
|
+
1816 = { country_or_non_sovereign_subject_holds = ROOT } # beijing
|
|
105
|
+
1821 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
106
|
+
667 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
95
107
|
khorasan_region = {
|
|
96
108
|
type = all
|
|
97
109
|
country_or_non_sovereign_subject_holds = ROOT
|
|
@@ -6,6 +6,7 @@ country_decisions = {
|
|
|
6
6
|
normal_or_historical_nations = yes
|
|
7
7
|
was_never_end_game_tag_trigger = yes
|
|
8
8
|
NOT = { has_country_flag = formed_mughal_empire_flag }
|
|
9
|
+
NOT = { has_country_flag = TIM_lock_mughal_formable }
|
|
9
10
|
NOT = { has_reform = celestial_empire }
|
|
10
11
|
OR = {
|
|
11
12
|
ai = no
|
|
@@ -116,18 +117,34 @@ country_decisions = {
|
|
|
116
117
|
is_revolutionary = no
|
|
117
118
|
}
|
|
118
119
|
add_government_reform = indian_sultanate_reform
|
|
120
|
+
}
|
|
121
|
+
if = {
|
|
122
|
+
limit = {
|
|
123
|
+
OR = {
|
|
124
|
+
has_dlc = "Dharma"
|
|
125
|
+
has_dlc = "King of Kings"
|
|
126
|
+
has_dlc = "Winds of Change"
|
|
127
|
+
}
|
|
128
|
+
is_revolutionary = no
|
|
129
|
+
}
|
|
119
130
|
add_government_reform = mughal_government
|
|
120
131
|
}
|
|
121
132
|
if = {
|
|
122
133
|
limit = {
|
|
123
|
-
|
|
134
|
+
OR = {
|
|
135
|
+
has_dlc = "Dharma"
|
|
136
|
+
has_dlc = "Domination"
|
|
137
|
+
}
|
|
124
138
|
reform_level = 3
|
|
125
139
|
}
|
|
126
140
|
add_government_reform = mansabdari_reform
|
|
127
141
|
}
|
|
128
142
|
if = {
|
|
129
143
|
limit = {
|
|
130
|
-
|
|
144
|
+
OR = {
|
|
145
|
+
has_dlc = "Dharma"
|
|
146
|
+
has_dlc = "King of Kings"
|
|
147
|
+
}
|
|
131
148
|
reform_level = 4
|
|
132
149
|
}
|
|
133
150
|
add_government_reform = zabt_reform
|
|
@@ -41,20 +41,46 @@ country_decisions = {
|
|
|
41
41
|
}
|
|
42
42
|
allow = {
|
|
43
43
|
religion_group = muslim
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
44
|
+
if = {
|
|
45
|
+
limit = {
|
|
46
|
+
has_country_flag = easier_unify_islam_flag
|
|
47
|
+
}
|
|
48
|
+
num_of_provinces_owned_or_owned_by_non_sovereign_subjects_with = {
|
|
49
|
+
value = 10
|
|
50
|
+
OR = {
|
|
51
|
+
province_id = 504
|
|
52
|
+
province_id = 225
|
|
53
|
+
province_id = 151
|
|
54
|
+
province_id = 410
|
|
55
|
+
province_id = 385
|
|
56
|
+
province_id = 384
|
|
57
|
+
province_id = 124
|
|
58
|
+
province_id = 125
|
|
59
|
+
province_id = 425
|
|
60
|
+
province_id = 382
|
|
61
|
+
province_id = 454
|
|
62
|
+
province_id = 347
|
|
63
|
+
province_id = 388
|
|
64
|
+
province_id = 400
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
else = {
|
|
69
|
+
owns_or_non_sovereign_subject_of = 504
|
|
70
|
+
owns_or_non_sovereign_subject_of = 225
|
|
71
|
+
owns_or_non_sovereign_subject_of = 151
|
|
72
|
+
owns_or_non_sovereign_subject_of = 410
|
|
73
|
+
owns_or_non_sovereign_subject_of = 385
|
|
74
|
+
owns_or_non_sovereign_subject_of = 384
|
|
75
|
+
owns_or_non_sovereign_subject_of = 124
|
|
76
|
+
owns_or_non_sovereign_subject_of = 125
|
|
77
|
+
owns_or_non_sovereign_subject_of = 425
|
|
78
|
+
owns_or_non_sovereign_subject_of = 382
|
|
79
|
+
owns_or_non_sovereign_subject_of = 454
|
|
80
|
+
owns_or_non_sovereign_subject_of = 347
|
|
81
|
+
owns_or_non_sovereign_subject_of = 388
|
|
82
|
+
owns_or_non_sovereign_subject_of = 400
|
|
83
|
+
}
|
|
58
84
|
}
|
|
59
85
|
effect = {
|
|
60
86
|
if = {
|
|
@@ -59,7 +59,12 @@ country_decisions = {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
allow = {
|
|
62
|
-
|
|
62
|
+
if = {
|
|
63
|
+
limit = {
|
|
64
|
+
NOT = { has_country_flag = ned_ignore_tech_requirement_netherlands }
|
|
65
|
+
}
|
|
66
|
+
adm_tech = 10
|
|
67
|
+
}
|
|
63
68
|
is_free_or_tributary_trigger = yes
|
|
64
69
|
is_nomad = no
|
|
65
70
|
is_at_war = no
|
|
@@ -175,6 +180,7 @@ country_decisions = {
|
|
|
175
180
|
NOT = {
|
|
176
181
|
government_rank = 2
|
|
177
182
|
}
|
|
183
|
+
is_part_of_hre = no
|
|
178
184
|
}
|
|
179
185
|
NED = { set_government_rank = 2 }
|
|
180
186
|
}
|
|
@@ -187,6 +193,15 @@ country_decisions = {
|
|
|
187
193
|
}
|
|
188
194
|
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
189
195
|
}
|
|
196
|
+
if = {
|
|
197
|
+
limit = { is_random_new_world = yes }
|
|
198
|
+
complete_mission = NED_carribean_colonies
|
|
199
|
+
complete_mission = NED_new_amsterdam
|
|
200
|
+
complete_mission = NED_guyana
|
|
201
|
+
complete_mission = NED_grand_design
|
|
202
|
+
add_dip_power = 150
|
|
203
|
+
add_navy_tradition = 10
|
|
204
|
+
}
|
|
190
205
|
}
|
|
191
206
|
ai_will_do = {
|
|
192
207
|
factor = 1
|
|
@@ -205,6 +205,14 @@ country_decisions = {
|
|
|
205
205
|
estate = estate_qizilbash
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
+
|
|
209
|
+
if = {
|
|
210
|
+
limit = {
|
|
211
|
+
has_country_modifier = TIM_dev_cost_until_persia_formation
|
|
212
|
+
}
|
|
213
|
+
custom_tooltip = " "
|
|
214
|
+
remove_country_modifier = TIM_dev_cost_until_persia_formation
|
|
215
|
+
}
|
|
208
216
|
}
|
|
209
217
|
ai_will_do = {
|
|
210
218
|
factor = 10
|
|
@@ -268,17 +268,25 @@ country_decisions = {
|
|
|
268
268
|
NOT = { exists = PRU }
|
|
269
269
|
adm_tech = 10
|
|
270
270
|
is_at_war = no
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
religion = hussite
|
|
275
|
-
religion = anglican
|
|
276
|
-
if = {
|
|
277
|
-
limit = { has_dlc = "Lions of the North" }
|
|
271
|
+
if = {
|
|
272
|
+
limit = { has_dlc = "Lions of the North" }
|
|
273
|
+
OR = {
|
|
278
274
|
custom_trigger_tooltip = {
|
|
279
|
-
tooltip =
|
|
275
|
+
tooltip = teu_prussia_path_ct
|
|
280
276
|
has_country_flag = teu_prussian_path
|
|
281
277
|
}
|
|
278
|
+
religion = protestant
|
|
279
|
+
religion = reformed
|
|
280
|
+
religion = hussite
|
|
281
|
+
religion = anglican
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
else = {
|
|
285
|
+
OR = {
|
|
286
|
+
religion = protestant
|
|
287
|
+
religion = reformed
|
|
288
|
+
religion = hussite
|
|
289
|
+
religion = anglican
|
|
282
290
|
}
|
|
283
291
|
}
|
|
284
292
|
owns_core_province = 41 # K�nigsberg
|
|
@@ -294,6 +302,24 @@ country_decisions = {
|
|
|
294
302
|
on_change_tag_effect = yes
|
|
295
303
|
restore_country_name_effect = yes
|
|
296
304
|
swap_non_generic_missions = yes
|
|
305
|
+
if = {
|
|
306
|
+
limit = {
|
|
307
|
+
has_dlc = "Lions of the North"
|
|
308
|
+
has_mission = teu_defeat_the_poles
|
|
309
|
+
NOT = { mission_completed = teu_defeat_the_poles }
|
|
310
|
+
}
|
|
311
|
+
custom_tooltip = teu_select_automatically_prussian_path_tt
|
|
312
|
+
hidden_effect = {
|
|
313
|
+
complete_mission = teu_defeat_the_poles
|
|
314
|
+
add_power_projection = {
|
|
315
|
+
type = mission_rewards_power_projection
|
|
316
|
+
amount = 25
|
|
317
|
+
}
|
|
318
|
+
set_country_flag = teu_prussian_path
|
|
319
|
+
clr_country_flag = teu_crusader_path
|
|
320
|
+
swap_non_generic_missions = yes
|
|
321
|
+
}
|
|
322
|
+
}
|
|
297
323
|
east_prussia_area = {
|
|
298
324
|
limit = {
|
|
299
325
|
NOT = { owned_by = ROOT }
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
boh_release_prussia = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
normal_or_historical_nations = yes
|
|
7
|
+
NOT = { has_country_flag = boh_released_prussia_flag }
|
|
8
|
+
OR = {
|
|
9
|
+
ai = no
|
|
10
|
+
is_playing_custom_nation = no
|
|
11
|
+
}
|
|
12
|
+
OR = {
|
|
13
|
+
tag = BOH
|
|
14
|
+
was_tag = BOH
|
|
15
|
+
}
|
|
16
|
+
has_country_flag = boh_can_release_prussia
|
|
17
|
+
is_colonial_nation = no
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
provinces_to_highlight = {
|
|
21
|
+
OR = {
|
|
22
|
+
area = west_prussia_area
|
|
23
|
+
area = east_prussia_area
|
|
24
|
+
}
|
|
25
|
+
NOT = { owned_by = ROOT }
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
allow = {
|
|
29
|
+
is_free_or_tributary_trigger = yes
|
|
30
|
+
is_at_war = no
|
|
31
|
+
NOT = {
|
|
32
|
+
exists = PRU
|
|
33
|
+
}
|
|
34
|
+
west_prussia_area = {
|
|
35
|
+
type = all
|
|
36
|
+
owned_by = ROOT
|
|
37
|
+
is_core = ROOT
|
|
38
|
+
}
|
|
39
|
+
east_prussia_area = {
|
|
40
|
+
type = all
|
|
41
|
+
owned_by = ROOT
|
|
42
|
+
is_core = ROOT
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
effect = {
|
|
47
|
+
set_country_flag = boh_released_prussia_flag
|
|
48
|
+
east_prussia_area = {
|
|
49
|
+
add_core = PRU
|
|
50
|
+
}
|
|
51
|
+
west_prussia_area = {
|
|
52
|
+
add_core = PRU
|
|
53
|
+
}
|
|
54
|
+
release = PRU
|
|
55
|
+
vassalize = PRU
|
|
56
|
+
PRU = {
|
|
57
|
+
change_religion = ROOT
|
|
58
|
+
add_historical_friend = ROOT
|
|
59
|
+
}
|
|
60
|
+
add_historical_friend = PRU
|
|
61
|
+
PRU = {
|
|
62
|
+
capital_scope = {
|
|
63
|
+
if = {
|
|
64
|
+
limit = {
|
|
65
|
+
NOT = { religion = ROOT }
|
|
66
|
+
}
|
|
67
|
+
change_religion = ROOT
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
PRU = {
|
|
72
|
+
add_liberty_desire = -25
|
|
73
|
+
}
|
|
74
|
+
if = {
|
|
75
|
+
limit = {
|
|
76
|
+
OR = {
|
|
77
|
+
religion = protestant
|
|
78
|
+
religion = reformed
|
|
79
|
+
religion = anglican
|
|
80
|
+
religion = hussite
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
PRU = {
|
|
84
|
+
add_government_reform = prussian_monarchy
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
else = {
|
|
88
|
+
PRU = {
|
|
89
|
+
add_government_reform = feudalism_reform
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -829,6 +829,7 @@ country_decisions = {
|
|
|
829
829
|
ibadat_khana = {
|
|
830
830
|
potential = {
|
|
831
831
|
NOT = { has_country_modifier = house_of_worship }
|
|
832
|
+
NOT = { has_country_modifier = house_of_worship_upgrade }
|
|
832
833
|
religion_group = muslim
|
|
833
834
|
}
|
|
834
835
|
allow = {
|
|
@@ -1947,7 +1948,7 @@ country_decisions = {
|
|
|
1947
1948
|
stability = 1
|
|
1948
1949
|
}
|
|
1949
1950
|
effect = {
|
|
1950
|
-
add_prestige = -100
|
|
1951
|
+
tooltip = { add_prestige = -100 }
|
|
1951
1952
|
add_stability = -2
|
|
1952
1953
|
change_religion = sikhism
|
|
1953
1954
|
if = {
|
|
@@ -28,7 +28,6 @@ country_decisions = {
|
|
|
28
28
|
NOT = { tag = TUR }
|
|
29
29
|
OR = {
|
|
30
30
|
culture_group = byzantine
|
|
31
|
-
not = { primary_culture = goths }
|
|
32
31
|
AND = {
|
|
33
32
|
has_idea = MFA_byzantine_claimants
|
|
34
33
|
dynasty = "Palaiologos"
|
|
@@ -93,46 +92,16 @@ country_decisions = {
|
|
|
93
92
|
add_accepted_culture = greek
|
|
94
93
|
}
|
|
95
94
|
swap_non_generic_missions = yes
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
area = hudavendigar_area
|
|
107
|
-
area = dulkadir_area
|
|
108
|
-
province_id = 149 # Edirne
|
|
109
|
-
province_id = 147 # Salonica
|
|
110
|
-
province_id = 148 # Macedonia
|
|
111
|
-
province_id = 146 # Athens
|
|
112
|
-
province_id = 145 # Morea
|
|
113
|
-
province_id = 1773 # Achea
|
|
114
|
-
province_id = 163 # Crete
|
|
115
|
-
province_id = 164 # Naxos
|
|
116
|
-
province_id = 320 # Rhodes
|
|
117
|
-
province_id = 330 # Trebizon
|
|
118
|
-
province_id = 285 # Kaffa
|
|
119
|
-
province_id = 142 # Corfu
|
|
120
|
-
province_id = 143 # Albania
|
|
121
|
-
province_id = 144 # Janina
|
|
122
|
-
province_id = 1765 # Nis
|
|
123
|
-
province_id = 150 # Bulgaria
|
|
124
|
-
province_id = 1764 # Burgas
|
|
125
|
-
province_id = 159 # Silistria
|
|
126
|
-
province_id = 1853 # Kozani
|
|
127
|
-
province_id = 2348 # Chios
|
|
128
|
-
province_id = 2410 # Theodoro
|
|
129
|
-
province_id = 2750 # Plovdiv
|
|
130
|
-
province_id = 4298 # Ayntab
|
|
131
|
-
}
|
|
132
|
-
NOT = { is_core = BYZ }
|
|
133
|
-
}
|
|
134
|
-
add_permanent_claim = BYZ
|
|
135
|
-
}
|
|
95
|
+
give_area_claims = { group = anatolia_region tag = BYZ }
|
|
96
|
+
give_area_claims = { group = bulgaria_area tag = BYZ }
|
|
97
|
+
give_area_claims = { group = silistria_area tag = BYZ }
|
|
98
|
+
give_area_claims = { group = albania_area tag = BYZ }
|
|
99
|
+
give_area_claims = { group = thrace_area tag = BYZ }
|
|
100
|
+
give_area_claims = { group = macedonia_area tag = BYZ }
|
|
101
|
+
give_area_claims = { group = northern_greece_area tag = BYZ }
|
|
102
|
+
give_area_claims = { group = morea_area tag = BYZ }
|
|
103
|
+
give_province_claims = { id = 2410 tag = BYZ }
|
|
104
|
+
give_province_claims = { id = 285 tag = BYZ }
|
|
136
105
|
random_owned_province = {
|
|
137
106
|
limit = { culture = greek }
|
|
138
107
|
add_base_tax = 1
|
|
@@ -180,13 +149,35 @@ country_decisions = {
|
|
|
180
149
|
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
181
150
|
}
|
|
182
151
|
set_country_flag = formed_byzantium_flag
|
|
183
|
-
|
|
152
|
+
if = {
|
|
153
|
+
limit = { has_country_flag = feo_byzantium_formation_stats_flag }
|
|
154
|
+
change_ruler_stat = {
|
|
155
|
+
type = adm
|
|
156
|
+
amount = 1
|
|
157
|
+
}
|
|
158
|
+
change_ruler_stat = {
|
|
159
|
+
type = dip
|
|
160
|
+
amount = 1
|
|
161
|
+
}
|
|
162
|
+
change_ruler_stat = {
|
|
163
|
+
type = mil
|
|
164
|
+
amount = 1
|
|
165
|
+
}
|
|
166
|
+
}
|
|
184
167
|
if = {
|
|
185
168
|
limit = {
|
|
186
169
|
has_country_flag = BYZ_accepted_ottoman_threat
|
|
187
170
|
}
|
|
188
171
|
clr_country_flag = BYZ_accepted_ottoman_threat
|
|
189
172
|
}
|
|
173
|
+
if = {
|
|
174
|
+
limit = {
|
|
175
|
+
has_country_flag = tre_byzantium_forming_bonus_mana
|
|
176
|
+
}
|
|
177
|
+
add_adm_power = 100
|
|
178
|
+
add_dip_power = 100
|
|
179
|
+
add_mil_power = 100
|
|
180
|
+
}
|
|
190
181
|
}
|
|
191
182
|
ai_will_do = {
|
|
192
183
|
factor = 0
|
|
@@ -136,6 +136,14 @@ country_decisions = {
|
|
|
136
136
|
duration = 7300
|
|
137
137
|
}
|
|
138
138
|
set_country_flag = restored_rome_flag
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
if = {
|
|
142
|
+
limit = {
|
|
143
|
+
has_country_modifier = ITA_blatant_roman_larp
|
|
144
|
+
}
|
|
145
|
+
remove_country_modifier = ITA_blatant_roman_larp
|
|
146
|
+
}
|
|
139
147
|
}
|
|
140
148
|
ai_will_do = {
|
|
141
149
|
factor = 0
|
|
@@ -31,7 +31,7 @@ country_decisions = {
|
|
|
31
31
|
provinces_to_highlight = {
|
|
32
32
|
OR = {
|
|
33
33
|
province_id = 158 # Transylvania
|
|
34
|
-
province_id =
|
|
34
|
+
province_id = 4706 # Tolcu
|
|
35
35
|
province_id = 160 # Oltenia
|
|
36
36
|
province_id = 161 # Wallachia
|
|
37
37
|
province_id = 268 # Bessarabia
|
|
@@ -48,7 +48,7 @@ country_decisions = {
|
|
|
48
48
|
is_at_war = no
|
|
49
49
|
NOT = { exists = BYZ }
|
|
50
50
|
owns_core_province = 158 # Transylvania
|
|
51
|
-
owns_core_province =
|
|
51
|
+
owns_core_province = 4706 # Tolcu
|
|
52
52
|
owns_core_province = 160 # Oltenia
|
|
53
53
|
owns_core_province = 161 # Wallachia
|
|
54
54
|
owns_core_province = 268 # Bessarabia
|
|
@@ -152,9 +152,7 @@ country_decisions = {
|
|
|
152
152
|
adm_power_cost = 100
|
|
153
153
|
dip_power_cost = 100
|
|
154
154
|
mil_power_cost = 100
|
|
155
|
-
|
|
156
|
-
remove_estate_privilege = estate_nobles_restricted_serfdom
|
|
157
|
-
remove_estate_privilege = estate_nobles_devastating_serfdom
|
|
155
|
+
rus_clear_peasantry_estate_privileges = yes
|
|
158
156
|
random_owned_province = {
|
|
159
157
|
spawn_rebels = {
|
|
160
158
|
type = noble_rebels
|
|
@@ -11,7 +11,14 @@ country_decisions = {
|
|
|
11
11
|
is_playing_custom_nation = no
|
|
12
12
|
}
|
|
13
13
|
OR = {
|
|
14
|
-
|
|
14
|
+
if = {
|
|
15
|
+
limit = {
|
|
16
|
+
overlord = {
|
|
17
|
+
has_country_flag = feo_russian_cooperation_flag
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
always = yes
|
|
21
|
+
}
|
|
15
22
|
ai = no
|
|
16
23
|
}
|
|
17
24
|
NOT = { tag = POL }
|
|
@@ -84,7 +91,17 @@ country_decisions = {
|
|
|
84
91
|
NOT = { exists = RUS }
|
|
85
92
|
adm_tech = 10
|
|
86
93
|
NOT = { has_reform = states_general_reform }
|
|
87
|
-
|
|
94
|
+
if = {
|
|
95
|
+
limit = {
|
|
96
|
+
overlord = {
|
|
97
|
+
has_country_flag = feo_russian_cooperation_flag
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
always = yes
|
|
101
|
+
}
|
|
102
|
+
else = {
|
|
103
|
+
is_free_or_tributary_trigger = yes
|
|
104
|
+
}
|
|
88
105
|
is_nomad = no
|
|
89
106
|
is_at_war = no
|
|
90
107
|
owns_core_province = 295 # Moskva
|
|
@@ -23,7 +23,7 @@ country_decisions = {
|
|
|
23
23
|
AND = {
|
|
24
24
|
ai = yes
|
|
25
25
|
num_of_cities = 10
|
|
26
|
-
adm_tech =
|
|
26
|
+
adm_tech = 18
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
is_colonial_nation = no
|
|
@@ -56,7 +56,7 @@ country_decisions = {
|
|
|
56
56
|
has_dlc = "Lions of the North"
|
|
57
57
|
}
|
|
58
58
|
OR = {
|
|
59
|
-
adm_tech =
|
|
59
|
+
adm_tech = 18
|
|
60
60
|
custom_trigger_tooltip = {
|
|
61
61
|
tooltip = scandinavian_nation_tt
|
|
62
62
|
has_country_flag = can_form_scandinavia_earlier
|
|
@@ -64,7 +64,7 @@ country_decisions = {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
else = {
|
|
67
|
-
adm_tech =
|
|
67
|
+
adm_tech = 18
|
|
68
68
|
}
|
|
69
69
|
is_free_or_tributary_trigger = yes
|
|
70
70
|
is_nomad = no
|
|
@@ -151,12 +151,28 @@ country_decisions = {
|
|
|
151
151
|
modifier = {
|
|
152
152
|
factor = 0
|
|
153
153
|
tag = CAS
|
|
154
|
+
NOT = { is_year = 1530 }
|
|
155
|
+
ARA = {
|
|
156
|
+
exists = yes
|
|
157
|
+
num_of_owned_provinces_with = {
|
|
158
|
+
value = 15
|
|
159
|
+
region = iberia_region
|
|
160
|
+
}
|
|
161
|
+
}
|
|
154
162
|
NOT = { is_enemy = ARA }
|
|
155
163
|
NOT = { is_rival = ARA }
|
|
156
164
|
}
|
|
157
165
|
modifier = {
|
|
158
166
|
factor = 0
|
|
159
167
|
tag = ARA
|
|
168
|
+
NOT = { is_year = 1530 }
|
|
169
|
+
CAS = {
|
|
170
|
+
exists = yes
|
|
171
|
+
num_of_owned_provinces_with = {
|
|
172
|
+
value = 25
|
|
173
|
+
region = iberia_region
|
|
174
|
+
}
|
|
175
|
+
}
|
|
160
176
|
NOT = { is_enemy = CAS }
|
|
161
177
|
NOT = { is_rival = CAS }
|
|
162
178
|
}
|
|
@@ -109,7 +109,22 @@ country_decisions = {
|
|
|
109
109
|
effect = {
|
|
110
110
|
change_tag = GLH
|
|
111
111
|
on_change_tag_effect = yes
|
|
112
|
-
|
|
112
|
+
if = {
|
|
113
|
+
limit = {
|
|
114
|
+
OR = {
|
|
115
|
+
AND = {
|
|
116
|
+
has_dlc = "Winds of Change"
|
|
117
|
+
NOT = {
|
|
118
|
+
was_tatar_nation = yes
|
|
119
|
+
was_mongol_nation = yes
|
|
120
|
+
was_monghulistan_nation = yes
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
NOT = { has_dlc = "Winds of Change" }
|
|
125
|
+
}
|
|
126
|
+
swap_non_generic_missions = yes
|
|
127
|
+
}
|
|
113
128
|
remove_non_electors_emperors_from_empire_effect = yes
|
|
114
129
|
if = {
|
|
115
130
|
limit = { NOT = { government_rank = 3 } }
|
|
@@ -69,11 +69,11 @@ country_decisions = {
|
|
|
69
69
|
swap_non_generic_missions = yes
|
|
70
70
|
if = {
|
|
71
71
|
limit = { NOT = { accepted_culture = lithuanian } }
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
72
|
+
add_accepted_culture_or_dip_power = {
|
|
73
|
+
culture = lithuanian
|
|
74
|
+
dip_reward = yes
|
|
75
|
+
free = yes
|
|
76
|
+
}
|
|
77
77
|
}
|
|
78
78
|
remove_non_electors_emperors_from_empire_effect = yes
|
|
79
79
|
if = {
|
|
@@ -236,21 +236,19 @@ country_decisions = {
|
|
|
236
236
|
swap_non_generic_missions = yes
|
|
237
237
|
if = {
|
|
238
238
|
limit = { has_updated_culture = { culture = slavic } }
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
add_accepted_culture_or_dip_power = {
|
|
240
|
+
culture = polish_new
|
|
241
|
+
dip_reward = yes
|
|
242
|
+
free = yes
|
|
242
243
|
}
|
|
243
244
|
}
|
|
244
245
|
else = {
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
246
|
+
add_accepted_culture_or_dip_power = {
|
|
247
|
+
culture = polish
|
|
248
|
+
dip_reward = yes
|
|
249
|
+
free = yes
|
|
248
250
|
}
|
|
249
251
|
}
|
|
250
|
-
add_country_modifier = {
|
|
251
|
-
name = plc_polish_lithuanian_union
|
|
252
|
-
duration = -1
|
|
253
|
-
}
|
|
254
252
|
remove_non_electors_emperors_from_empire_effect = yes
|
|
255
253
|
if = {
|
|
256
254
|
limit = { NOT = { government_rank = 2 } }
|
|
@@ -390,7 +388,7 @@ country_decisions = {
|
|
|
390
388
|
owns_core_province = 1841 # Marienburg
|
|
391
389
|
MAZ = { exists = no }
|
|
392
390
|
}
|
|
393
|
-
effect = {
|
|
391
|
+
effect = {
|
|
394
392
|
change_tag = PLC
|
|
395
393
|
on_change_tag_effect = yes
|
|
396
394
|
if = {
|
|
@@ -412,28 +410,50 @@ country_decisions = {
|
|
|
412
410
|
PLC = { set_government_rank = 2 }
|
|
413
411
|
}
|
|
414
412
|
if = {
|
|
415
|
-
limit = {
|
|
413
|
+
limit = {
|
|
414
|
+
NOT = { is_or_was_tag = { tag = LIT } }
|
|
415
|
+
}
|
|
416
416
|
if = {
|
|
417
|
-
limit = {
|
|
418
|
-
|
|
417
|
+
limit = { has_updated_culture = { culture = slavic } }
|
|
418
|
+
if = {
|
|
419
|
+
limit = { NOT = { primary_culture = polish_new } NOT = { accepted_culture = polish_new } }
|
|
420
|
+
change_primary_culture = polish_new
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
else = {
|
|
424
|
+
if = {
|
|
425
|
+
limit = { NOT = { primary_culture = polish } NOT = { accepted_culture = polish } }
|
|
426
|
+
change_primary_culture = polish
|
|
427
|
+
}
|
|
419
428
|
}
|
|
420
|
-
}
|
|
421
|
-
else = {
|
|
422
429
|
if = {
|
|
423
|
-
limit = {
|
|
424
|
-
|
|
430
|
+
limit = {
|
|
431
|
+
NOT = { primary_culture = lithuanian }
|
|
432
|
+
NOT = { accepted_culture = lithuanian }
|
|
433
|
+
}
|
|
434
|
+
add_accepted_culture_or_dip_power = {
|
|
435
|
+
culture = lithuanian
|
|
436
|
+
dip_reward = yes
|
|
437
|
+
free = yes
|
|
438
|
+
}
|
|
425
439
|
}
|
|
426
440
|
}
|
|
427
|
-
|
|
428
|
-
limit = {
|
|
429
|
-
|
|
430
|
-
|
|
441
|
+
else_if = {
|
|
442
|
+
limit = {
|
|
443
|
+
has_updated_culture = { culture = slavic }
|
|
444
|
+
}
|
|
445
|
+
add_accepted_culture_or_dip_power = {
|
|
446
|
+
culture = polish_new
|
|
447
|
+
dip_reward = yes
|
|
448
|
+
free = yes
|
|
431
449
|
}
|
|
432
|
-
add_accepted_culture = lithuanian
|
|
433
450
|
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
451
|
+
else = {
|
|
452
|
+
add_accepted_culture_or_dip_power = {
|
|
453
|
+
culture = polish
|
|
454
|
+
dip_reward = yes
|
|
455
|
+
free = yes
|
|
456
|
+
}
|
|
437
457
|
}
|
|
438
458
|
if = {
|
|
439
459
|
limit = {
|
|
@@ -444,7 +464,7 @@ country_decisions = {
|
|
|
444
464
|
}
|
|
445
465
|
}
|
|
446
466
|
poland_region = {
|
|
447
|
-
add_permanent_claim =
|
|
467
|
+
add_permanent_claim = ROOT
|
|
448
468
|
}
|
|
449
469
|
}
|
|
450
470
|
if = {
|
|
@@ -456,7 +476,7 @@ country_decisions = {
|
|
|
456
476
|
}
|
|
457
477
|
}
|
|
458
478
|
white_ruthenia_area = {
|
|
459
|
-
add_permanent_claim =
|
|
479
|
+
add_permanent_claim = ROOT
|
|
460
480
|
}
|
|
461
481
|
}
|
|
462
482
|
if = {
|
|
@@ -468,7 +488,7 @@ country_decisions = {
|
|
|
468
488
|
}
|
|
469
489
|
}
|
|
470
490
|
lithuania_area = {
|
|
471
|
-
add_permanent_claim =
|
|
491
|
+
add_permanent_claim = ROOT
|
|
472
492
|
}
|
|
473
493
|
}
|
|
474
494
|
if = {
|
|
@@ -480,7 +500,7 @@ country_decisions = {
|
|
|
480
500
|
}
|
|
481
501
|
}
|
|
482
502
|
pripyat_area = {
|
|
483
|
-
add_permanent_claim =
|
|
503
|
+
add_permanent_claim = ROOT
|
|
484
504
|
}
|
|
485
505
|
}
|
|
486
506
|
random_owned_province = {
|
|
@@ -491,7 +511,8 @@ country_decisions = {
|
|
|
491
511
|
add_prestige = 25
|
|
492
512
|
if = {
|
|
493
513
|
limit = {
|
|
494
|
-
NOT = { was_tag = POL }
|
|
514
|
+
NOT = { was_tag = POL }
|
|
515
|
+
has_dlc = "Lions of the North"
|
|
495
516
|
}
|
|
496
517
|
complete_mission = pol_leverage_magnates
|
|
497
518
|
complete_mission = pol_great_sejm
|
|
@@ -507,4 +528,4 @@ country_decisions = {
|
|
|
507
528
|
}
|
|
508
529
|
ai_importance = 200
|
|
509
530
|
}
|
|
510
|
-
}
|
|
531
|
+
}
|
|
@@ -187,6 +187,13 @@ country_decisions = {
|
|
|
187
187
|
}
|
|
188
188
|
set_government_rank = 3
|
|
189
189
|
}
|
|
190
|
+
if = {
|
|
191
|
+
limit = {
|
|
192
|
+
NOT = { government = monarchy }
|
|
193
|
+
}
|
|
194
|
+
change_government = monarchy
|
|
195
|
+
add_government_reform = iqta
|
|
196
|
+
}
|
|
190
197
|
add_prestige = 25
|
|
191
198
|
add_country_modifier = {
|
|
192
199
|
name = centralization_modifier
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
TIM_bring_taxation_under_control = {
|
|
3
|
+
major = yes
|
|
4
|
+
potential = {
|
|
5
|
+
has_estate_privilege = estate_nobles_TIM_soyurghal_grants
|
|
6
|
+
}
|
|
7
|
+
allow = {
|
|
8
|
+
OR = {
|
|
9
|
+
crown_land_share = 40
|
|
10
|
+
AND = {
|
|
11
|
+
num_of_provinces_developed = { amount = 10 }
|
|
12
|
+
custom_trigger_tooltip = {
|
|
13
|
+
tooltip = TIM_seized_4_times
|
|
14
|
+
check_variable = {
|
|
15
|
+
which = seize_land_counter
|
|
16
|
+
value = 4
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
if = {
|
|
22
|
+
limit = {
|
|
23
|
+
NOT = { has_country_flag = TIM_soyurghals_will_be_less_penalizing_flag }
|
|
24
|
+
}
|
|
25
|
+
all_subject_country = {
|
|
26
|
+
NOT = { liberty_desire = 35 }
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
effect = {
|
|
31
|
+
remove_estate_privilege = estate_nobles_TIM_soyurghal_grants
|
|
32
|
+
set_country_flag = estate_nobles_TIM_soyurghal_grants_revoked
|
|
33
|
+
|
|
34
|
+
custom_tooltip = " "
|
|
35
|
+
|
|
36
|
+
complex_dynamic_effect_without_alternative = {
|
|
37
|
+
first_custom_tooltip = TIM_crown_land_share
|
|
38
|
+
first_limit = "
|
|
39
|
+
crown_land_share = 40
|
|
40
|
+
"
|
|
41
|
+
first_effect = "
|
|
42
|
+
add_years_of_income = 2
|
|
43
|
+
"
|
|
44
|
+
second_custom_tooltip = TIM_seize_land_and_development
|
|
45
|
+
second_limit = "
|
|
46
|
+
num_of_provinces_developed = { amount = 10 }
|
|
47
|
+
custom_trigger_tooltip = {
|
|
48
|
+
tooltip = TIM_seized_4_times
|
|
49
|
+
check_variable = {
|
|
50
|
+
which = seize_land_counter
|
|
51
|
+
value = 4
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
"
|
|
55
|
+
second_effect = "
|
|
56
|
+
change_estate_land_share = {
|
|
57
|
+
estate = all
|
|
58
|
+
share = -15
|
|
59
|
+
}
|
|
60
|
+
"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
ai_will_do = {
|
|
64
|
+
factor = 400
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
TIM_supremacy_of_the_sharia = {
|
|
68
|
+
major = yes
|
|
69
|
+
potential = {
|
|
70
|
+
has_estate_privilege = estate_church_TIM_yasa_supremacy
|
|
71
|
+
}
|
|
72
|
+
provinces_to_highlight = {
|
|
73
|
+
|
|
74
|
+
}
|
|
75
|
+
allow = {
|
|
76
|
+
if = {
|
|
77
|
+
limit = {
|
|
78
|
+
NOT = { has_country_flag = TIM_revoking_yasa_will_be_easier_flag }
|
|
79
|
+
}
|
|
80
|
+
num_of_estate_agendas_completed = {
|
|
81
|
+
estate = estate_church
|
|
82
|
+
value = 3
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
OR = {
|
|
86
|
+
custom_trigger_tooltip = {
|
|
87
|
+
tooltip = TIM_has_totf
|
|
88
|
+
has_global_modifier_value = {
|
|
89
|
+
which = tolerance_own
|
|
90
|
+
value = 5
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
reform_level = 3
|
|
94
|
+
}
|
|
95
|
+
num_of_owned_provinces_with = {
|
|
96
|
+
has_tax_building_trigger = yes
|
|
97
|
+
value = 3
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
effect = {
|
|
101
|
+
remove_estate_privilege = estate_church_TIM_yasa_supremacy
|
|
102
|
+
set_country_flag = estate_church_TIM_yasa_supremacy_revoked
|
|
103
|
+
|
|
104
|
+
custom_tooltip = " "
|
|
105
|
+
|
|
106
|
+
add_estate_loyalty = {
|
|
107
|
+
estate = estate_church
|
|
108
|
+
loyalty = 10
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if = {
|
|
112
|
+
limit = {
|
|
113
|
+
has_estate = estate_nobles
|
|
114
|
+
}
|
|
115
|
+
custom_tooltip = " "
|
|
116
|
+
add_estate_loyalty = {
|
|
117
|
+
estate = estate_nobles
|
|
118
|
+
loyalty = -10
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
ai_will_do = {
|
|
123
|
+
factor = 400
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
MUG_commission_the_peacock_throne = {
|
|
127
|
+
major = yes
|
|
128
|
+
potential = {
|
|
129
|
+
has_country_flag = MUG_enable_comission_peacock_throne_decision_flag
|
|
130
|
+
}
|
|
131
|
+
provinces_to_highlight = {
|
|
132
|
+
superregion = india_superregion
|
|
133
|
+
NOT = { owned_by = ROOT }
|
|
134
|
+
}
|
|
135
|
+
allow = {
|
|
136
|
+
hidden_trigger = {
|
|
137
|
+
has_country_flag = MUG_enable_comission_peacock_throne_decision_flag
|
|
138
|
+
}
|
|
139
|
+
years_of_income = 2
|
|
140
|
+
num_of_owned_provinces_with = {
|
|
141
|
+
superregion = india_superregion
|
|
142
|
+
value = 150
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
effect = {
|
|
146
|
+
clr_country_flag = MUG_enable_comission_peacock_throne_decision_flag
|
|
147
|
+
add_years_of_income = -2
|
|
148
|
+
|
|
149
|
+
add_country_modifier = {
|
|
150
|
+
name = MUG_peacock_throne
|
|
151
|
+
duration = -1
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
ai_will_do = {
|
|
155
|
+
factor = 400
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
MUG_viceroyalty_of_deccan = {
|
|
160
|
+
major = yes
|
|
161
|
+
potential = {
|
|
162
|
+
has_country_flag = MUG_may_establish_viceroyalty
|
|
163
|
+
}
|
|
164
|
+
provinces_to_highlight = {
|
|
165
|
+
OR = {
|
|
166
|
+
region = coromandel_region
|
|
167
|
+
area = golconda_area
|
|
168
|
+
area = telingana_area
|
|
169
|
+
area = rayalaseema_area
|
|
170
|
+
area = mysore_area
|
|
171
|
+
area = raichur_doab_area
|
|
172
|
+
area = maidan_area
|
|
173
|
+
area = desh_area
|
|
174
|
+
area = ahmednagar_area
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
allow = {
|
|
178
|
+
NOT = { exists = DEC }
|
|
179
|
+
num_of_owned_provinces_with = {
|
|
180
|
+
OR = {
|
|
181
|
+
region = coromandel_region
|
|
182
|
+
area = golconda_area
|
|
183
|
+
area = telingana_area
|
|
184
|
+
area = rayalaseema_area
|
|
185
|
+
area = mysore_area
|
|
186
|
+
area = raichur_doab_area
|
|
187
|
+
area = maidan_area
|
|
188
|
+
area = desh_area
|
|
189
|
+
area = ahmednagar_area
|
|
190
|
+
}
|
|
191
|
+
value = 60
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
effect = {
|
|
195
|
+
clr_country_flag = MUG_may_establish_viceroyalty
|
|
196
|
+
custom_tooltip = mug_mission_events.1.b.tt
|
|
197
|
+
add_country_modifier = {
|
|
198
|
+
name = "MUG_decision_viceroyalty_of_the_deccan"
|
|
199
|
+
duration = -1
|
|
200
|
+
}
|
|
201
|
+
coromandel_region = { add_core = DEC }
|
|
202
|
+
golconda_area = { add_core = DEC }
|
|
203
|
+
telingana_area = { add_core = DEC }
|
|
204
|
+
rayalaseema_area = { add_core = DEC }
|
|
205
|
+
mysore_area = { add_core = DEC }
|
|
206
|
+
raichur_doab_area = { add_core = DEC }
|
|
207
|
+
maidan_area = { add_core = DEC }
|
|
208
|
+
desh_area = { add_core = DEC }
|
|
209
|
+
ahmednagar_area = { add_core = DEC }
|
|
210
|
+
release = DEC
|
|
211
|
+
vassalize = DEC
|
|
212
|
+
DEC = {
|
|
213
|
+
hidden_effect = { complete_mission = city_of_victory }
|
|
214
|
+
change_religion = ROOT
|
|
215
|
+
change_government = monarchy
|
|
216
|
+
#set_legacy_government = indian_sultanate_legacy
|
|
217
|
+
add_opinion = { who = ROOT modifier = opinion_viceroyalty_of_deccan }
|
|
218
|
+
reverse_add_opinion = { who = ROOT modifier = opinion_viceroyalty_of_deccan }
|
|
219
|
+
set_capital = 545
|
|
220
|
+
define_ruler = {
|
|
221
|
+
name = "Asaf Jah I" #Qamar-ud-din Khan
|
|
222
|
+
dynasty = "Asaf Jahi"
|
|
223
|
+
DIP = 4
|
|
224
|
+
ADM = 3
|
|
225
|
+
MIL = 5
|
|
226
|
+
}
|
|
227
|
+
if = {
|
|
228
|
+
limit = {
|
|
229
|
+
has_states_general_mechanic = yes
|
|
230
|
+
}
|
|
231
|
+
change_statists_vs_orangists = 1
|
|
232
|
+
}
|
|
233
|
+
add_country_modifier = {
|
|
234
|
+
name = "viceroyalty_of_the_deccan"
|
|
235
|
+
duration = -1
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
545 = {
|
|
239
|
+
change_province_name = "Aurangabad"
|
|
240
|
+
rename_capital = "Aurangabad"
|
|
241
|
+
add_base_tax = 2
|
|
242
|
+
add_base_manpower = 2
|
|
243
|
+
add_base_production = 2
|
|
244
|
+
add_province_modifier = {
|
|
245
|
+
name = "city_of_aurangabad"
|
|
246
|
+
duration = -1
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
542 = {
|
|
250
|
+
change_province_name = "Hyderabad"
|
|
251
|
+
rename_capital = "Hyderabad"
|
|
252
|
+
add_base_tax = 2
|
|
253
|
+
add_base_manpower = 2
|
|
254
|
+
add_base_production = 2
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
ai_will_do = {
|
|
258
|
+
factor = 400
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
boh_transfer_nitra = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
normal_or_historical_nations = yes
|
|
7
|
+
NOT = { has_country_flag = transfered_nitra_flag }
|
|
8
|
+
OR = {
|
|
9
|
+
ai = no
|
|
10
|
+
is_playing_custom_nation = no
|
|
11
|
+
}
|
|
12
|
+
OR = {
|
|
13
|
+
tag = BOH
|
|
14
|
+
was_tag = BOH
|
|
15
|
+
}
|
|
16
|
+
has_country_flag = boh_ownership_nitra
|
|
17
|
+
is_colonial_nation = no
|
|
18
|
+
}
|
|
19
|
+
provinces_to_highlight = {
|
|
20
|
+
area = slovakia_area
|
|
21
|
+
OR = {
|
|
22
|
+
NOT = { owned_by = ROOT }
|
|
23
|
+
NOT = { owned_by = HUN }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
allow = {
|
|
27
|
+
is_free_or_tributary_trigger = yes
|
|
28
|
+
is_at_war = no
|
|
29
|
+
HUN = {
|
|
30
|
+
is_subject_of = ROOT
|
|
31
|
+
}
|
|
32
|
+
HUN = {
|
|
33
|
+
NOT = {
|
|
34
|
+
liberty_desire = 50
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
slovakia_area = {
|
|
38
|
+
type = all
|
|
39
|
+
OR = {
|
|
40
|
+
owned_by = ROOT
|
|
41
|
+
owned_by = HUN
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
effect = {
|
|
46
|
+
set_country_flag = transfered_nitra_flag
|
|
47
|
+
custom_tooltip = boh_transfer_ownership_of_nitra_tt
|
|
48
|
+
HUN = {
|
|
49
|
+
add_liberty_desire = 50
|
|
50
|
+
}
|
|
51
|
+
hidden_effect = {
|
|
52
|
+
every_province = {
|
|
53
|
+
limit = {
|
|
54
|
+
area = slovakia_area
|
|
55
|
+
owned_by = HUN
|
|
56
|
+
}
|
|
57
|
+
cede_province = ROOT
|
|
58
|
+
remove_core = HUN
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
ai_will_do = {
|
|
63
|
+
factor = 1
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -98,7 +98,15 @@ country_decisions = {
|
|
|
98
98
|
country_event = { id = flavor_tus.2 days = 50 random = 20 }
|
|
99
99
|
}
|
|
100
100
|
if = {
|
|
101
|
-
limit = {
|
|
101
|
+
limit = {
|
|
102
|
+
has_dlc = "Emperor"
|
|
103
|
+
NOT = {
|
|
104
|
+
OR = {
|
|
105
|
+
tag = LAN
|
|
106
|
+
tag = TUS
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
102
110
|
swap_non_generic_missions = yes
|
|
103
111
|
}
|
|
104
112
|
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
establish_voc = {
|
|
3
|
+
major = yes
|
|
4
|
+
potential = {
|
|
5
|
+
tag = NED
|
|
6
|
+
has_dlc = "Winds of Change"
|
|
7
|
+
NOT = { has_country_flag = established_voc_flag }
|
|
8
|
+
}
|
|
9
|
+
allow = {
|
|
10
|
+
has_estate_privilege = estate_burghers_voc_privilege
|
|
11
|
+
num_of_owned_provinces_with = {
|
|
12
|
+
superregion = india_superregion
|
|
13
|
+
value = 4
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
effect = {
|
|
17
|
+
custom_tooltip = NED_ESTABLISH_VOC_IN_INDIA
|
|
18
|
+
hidden_effect = {
|
|
19
|
+
set_country_flag = established_voc_flag
|
|
20
|
+
every_owned_province = {
|
|
21
|
+
limit = {
|
|
22
|
+
superregion = india_superregion
|
|
23
|
+
}
|
|
24
|
+
cede_province = VOC
|
|
25
|
+
add_core = VOC
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
create_subject = {
|
|
29
|
+
subject_type = commercial_enterprise
|
|
30
|
+
subject = VOC
|
|
31
|
+
}
|
|
32
|
+
VOC = {
|
|
33
|
+
change_government = republic
|
|
34
|
+
add_government_reform = trade_company_government
|
|
35
|
+
change_religion = ROOT
|
|
36
|
+
change_primary_culture = ROOT
|
|
37
|
+
add_adm_power = 100
|
|
38
|
+
add_dip_power = 100
|
|
39
|
+
add_mil_power = 100
|
|
40
|
+
add_treasury = 200
|
|
41
|
+
set_prestige_to_zero = yes
|
|
42
|
+
add_republican_tradition = 100
|
|
43
|
+
swap_free_idea_group = yes
|
|
44
|
+
}
|
|
45
|
+
india_superregion = {
|
|
46
|
+
limit = {
|
|
47
|
+
NOT = { is_core = VOC }
|
|
48
|
+
NOT = { country_or_non_sovereign_subject_holds = VOC }
|
|
49
|
+
NOT = { owned_by = VOC }
|
|
50
|
+
}
|
|
51
|
+
add_permanent_claim = VOC
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
ai_will_do = {
|
|
56
|
+
factor = 1
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
expand_voc = {
|
|
61
|
+
major = yes
|
|
62
|
+
potential = {
|
|
63
|
+
VOC = {
|
|
64
|
+
is_subject_of_type_with_overlord = { who = ROOT type = commercial_enterprise }
|
|
65
|
+
}
|
|
66
|
+
NOT = {
|
|
67
|
+
india_superregion = {
|
|
68
|
+
type = all
|
|
69
|
+
owned_by = VOC
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
has_estate_privilege = estate_burghers_voc_privilege
|
|
73
|
+
}
|
|
74
|
+
allow = {
|
|
75
|
+
if = {
|
|
76
|
+
limit = {
|
|
77
|
+
ai = yes
|
|
78
|
+
}
|
|
79
|
+
has_estate_privilege = estate_burghers_voc_privilege
|
|
80
|
+
}
|
|
81
|
+
num_of_owned_provinces_with = {
|
|
82
|
+
superregion = india_superregion
|
|
83
|
+
value = 1
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
effect = {
|
|
87
|
+
custom_tooltip = NED_CEDE_PROVINCES_TO_VOC
|
|
88
|
+
hidden_effect = {
|
|
89
|
+
set_country_flag = established_voc_flag
|
|
90
|
+
every_owned_province = {
|
|
91
|
+
limit = {
|
|
92
|
+
superregion = india_superregion
|
|
93
|
+
}
|
|
94
|
+
cede_province = VOC
|
|
95
|
+
add_core = VOC
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
ai_will_do = {
|
|
100
|
+
factor = 1
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
@@ -7,7 +7,7 @@ country_decisions = {
|
|
|
7
7
|
}
|
|
8
8
|
OR = {
|
|
9
9
|
# Northern Europe
|
|
10
|
-
45 = { # L�beck
|
|
10
|
+
45 = { # L�beck
|
|
11
11
|
is_strongest_trade_power = ROOT
|
|
12
12
|
}
|
|
13
13
|
1926 = { #Baltic Sea
|
|
@@ -96,12 +96,13 @@ country_decisions = {
|
|
|
96
96
|
OR = {
|
|
97
97
|
full_idea_group = maritime_ideas
|
|
98
98
|
full_idea_group = naval_ideas
|
|
99
|
+
full_idea_group = trade_ideas
|
|
99
100
|
}
|
|
100
101
|
OR = {
|
|
101
102
|
custom_trigger_tooltip = {
|
|
102
103
|
tooltip = confirm_thalassocracy_b_tt
|
|
103
104
|
AND = {
|
|
104
|
-
45 = { # L�beck
|
|
105
|
+
45 = { # L�beck
|
|
105
106
|
is_strongest_trade_power = ROOT
|
|
106
107
|
}
|
|
107
108
|
1926 = { #Baltic Sea
|
|
@@ -246,4 +247,44 @@ country_decisions = {
|
|
|
246
247
|
factor = 1
|
|
247
248
|
}
|
|
248
249
|
}
|
|
250
|
+
|
|
251
|
+
replenish_mercenary_ranks = {
|
|
252
|
+
major = yes
|
|
253
|
+
potential = {
|
|
254
|
+
has_country_flag = ven_condottieri_flag
|
|
255
|
+
owns = 112
|
|
256
|
+
}
|
|
257
|
+
allow = {
|
|
258
|
+
custom_trigger_tooltip = {
|
|
259
|
+
tooltip = ROOT_5_YEAR_CD_TT
|
|
260
|
+
OR = {
|
|
261
|
+
had_country_flag = {
|
|
262
|
+
flag = 5_year_cd_flag
|
|
263
|
+
days = 1825
|
|
264
|
+
}
|
|
265
|
+
NOT = { has_country_flag = 5_year_cd_flag }
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
any_hired_mercenary_company = {
|
|
269
|
+
NOT = { has_company_manpower = 0.75 }
|
|
270
|
+
location = {
|
|
271
|
+
province_id = 112
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
mil_power_cost = 20
|
|
275
|
+
years_of_income = 0.1
|
|
276
|
+
}
|
|
277
|
+
effect = {
|
|
278
|
+
clr_country_flag = 5_year_cd_flag
|
|
279
|
+
set_country_flag = 5_year_cd_flag
|
|
280
|
+
random_hired_mercenary_company = {
|
|
281
|
+
limit = {
|
|
282
|
+
location = { province_id = 112 }
|
|
283
|
+
}
|
|
284
|
+
add_company_manpower = 0.5
|
|
285
|
+
}
|
|
286
|
+
mil_power_cost = 20
|
|
287
|
+
add_years_of_income = -0.1
|
|
288
|
+
}
|
|
289
|
+
}
|
|
249
290
|
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
|
|
3
|
+
yua_hold_naadam_festival = {
|
|
4
|
+
major = yes
|
|
5
|
+
potential = {
|
|
6
|
+
has_country_flag = yua_naadam_flag
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
allow = {
|
|
10
|
+
if = {
|
|
11
|
+
limit = {
|
|
12
|
+
ai = yes
|
|
13
|
+
}
|
|
14
|
+
has_country_flag = yua_naadam_flag
|
|
15
|
+
}
|
|
16
|
+
OR = {
|
|
17
|
+
NOT = { has_country_flag = naadam_festival_cooldown }
|
|
18
|
+
had_country_flag = {
|
|
19
|
+
flag = naadam_festival_cooldown
|
|
20
|
+
days = 5475
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
years_of_income = 0.3
|
|
24
|
+
}
|
|
25
|
+
effect = {
|
|
26
|
+
add_years_of_income = -0.3
|
|
27
|
+
country_event = { id = flavor_yua.1 }
|
|
28
|
+
|
|
29
|
+
custom_tooltip = YUA_EXPLAIN_NADAAM_FESTIVAL
|
|
30
|
+
|
|
31
|
+
custom_tooltip = SEPERATOR_TOOLTIP
|
|
32
|
+
|
|
33
|
+
hidden_effect = {
|
|
34
|
+
clr_country_flag = naadam_festival_cooldown
|
|
35
|
+
set_country_flag = naadam_festival_cooldown
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
ai_will_do = {
|
|
39
|
+
factor = 1
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
country_decisions = {
|
|
2
|
-
|
|
3
2
|
form_great_yuan = {
|
|
4
3
|
major = yes
|
|
5
4
|
potential = {
|
|
@@ -254,10 +253,68 @@ country_decisions = {
|
|
|
254
253
|
limit = { has_custom_ideas = no }
|
|
255
254
|
country_event = { id = ideagroups.1 } #Swap Ideas
|
|
256
255
|
}
|
|
256
|
+
swap_non_generic_missions = yes
|
|
257
257
|
}
|
|
258
258
|
ai_will_do = {
|
|
259
259
|
factor = 0
|
|
260
260
|
}
|
|
261
261
|
ai_importance = 400
|
|
262
262
|
}
|
|
263
|
+
hordes_restore_yuan = {
|
|
264
|
+
potential = {
|
|
265
|
+
has_country_flag = hordes_yuan_restoration
|
|
266
|
+
NOT = {
|
|
267
|
+
YUA = {
|
|
268
|
+
is_subject_of = ROOT
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
allow = {
|
|
273
|
+
NOT = { exists = YUA }
|
|
274
|
+
num_of_provinces_owned_or_owned_by_non_sovereign_subjects_with = {
|
|
275
|
+
OR = {
|
|
276
|
+
region = mongolia_region
|
|
277
|
+
region = north_china_region
|
|
278
|
+
region = manchuria_region
|
|
279
|
+
region = south_china_region
|
|
280
|
+
region = xinan_region
|
|
281
|
+
}
|
|
282
|
+
value = 10
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
effect = {
|
|
286
|
+
custom_tooltip = HORDES_RESTORE_YUAN_EFFECT
|
|
287
|
+
hidden_effect = {
|
|
288
|
+
every_owned_province = {
|
|
289
|
+
limit = {
|
|
290
|
+
OR = {
|
|
291
|
+
region = mongolia_region
|
|
292
|
+
region = north_china_region
|
|
293
|
+
region = manchuria_region
|
|
294
|
+
region = south_china_region
|
|
295
|
+
region = xinan_region
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
add_core = YUA
|
|
299
|
+
cede_province = YUA
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
create_subject = {
|
|
303
|
+
subject_type = mongol_brother_realm
|
|
304
|
+
subject = YUA
|
|
305
|
+
}
|
|
306
|
+
custom_tooltip = ""
|
|
307
|
+
custom_tooltip = MONGOL_BROTHER_REALM_EXPLANATION
|
|
308
|
+
|
|
309
|
+
YUA = {
|
|
310
|
+
set_country_flag = yua_subject_less_liberty_desire_flag
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
clr_country_flag = hordes_yuan_restoration
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
ai_will_do = {
|
|
317
|
+
factor = 0
|
|
318
|
+
}
|
|
319
|
+
}
|
|
263
320
|
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
grant_generalship_to_montezuma = {
|
|
3
|
+
major = yes
|
|
4
|
+
potential = {
|
|
5
|
+
tag = AZT
|
|
6
|
+
has_ruler_flag = azt_montezuma
|
|
7
|
+
NOT = { has_ruler_flag = azt_made_montezuma_general }
|
|
8
|
+
is_monarch_leader = no
|
|
9
|
+
}
|
|
10
|
+
allow = {
|
|
11
|
+
is_at_war = no
|
|
12
|
+
}
|
|
13
|
+
effect = {
|
|
14
|
+
if = {
|
|
15
|
+
limit = {
|
|
16
|
+
NOT = { mil = 5 }
|
|
17
|
+
}
|
|
18
|
+
define_ruler_to_general = {
|
|
19
|
+
fire = 3
|
|
20
|
+
shock = 4
|
|
21
|
+
manuever = 4
|
|
22
|
+
siege = 1
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
else = {
|
|
26
|
+
define_ruler_to_general = {
|
|
27
|
+
fire = 4
|
|
28
|
+
shock = 5
|
|
29
|
+
manuever = 5
|
|
30
|
+
siege = 2
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
set_ruler_flag = azt_made_montezuma_general
|
|
34
|
+
}
|
|
35
|
+
ai_will_do = {
|
|
36
|
+
factor = 100
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
country_decisions = {
|
|
2
|
+
establish_american_frontier = {
|
|
3
|
+
potential = {
|
|
4
|
+
has_country_flag = mesoamerica_american_frontiers_flag
|
|
5
|
+
}
|
|
6
|
+
allow = {
|
|
7
|
+
government_reform_progress = 75
|
|
8
|
+
custom_trigger_tooltip = {
|
|
9
|
+
tooltip = MESOAMERICA_ANY_BORDERING_EMPTY_PROVINCE_IS_EMPTY
|
|
10
|
+
any_owned_province = {
|
|
11
|
+
is_colony = no
|
|
12
|
+
any_empty_neighbor_province = {
|
|
13
|
+
OR = {
|
|
14
|
+
continent = north_america
|
|
15
|
+
continent = south_america
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
effect = {
|
|
22
|
+
change_government_reform_progress = -75
|
|
23
|
+
custom_tooltip = MESOAMERICA_ESTABLISH_AMERICAN_FRONTIERS
|
|
24
|
+
hidden_effect = {
|
|
25
|
+
every_owned_province = {
|
|
26
|
+
limit = {
|
|
27
|
+
is_colony = no
|
|
28
|
+
}
|
|
29
|
+
every_empty_neighbor_province = {
|
|
30
|
+
add_siberian_construction = 1
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
ai_will_do = {
|
|
36
|
+
factor = 0
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
adopt_aztec_traditions = {
|
|
41
|
+
major = yes
|
|
42
|
+
potential = {
|
|
43
|
+
NOT = { has_country_flag = unlock_aztec_missions_flag }
|
|
44
|
+
NOT = { tag = AZT }
|
|
45
|
+
religion = nahuatl
|
|
46
|
+
capital_scope = {
|
|
47
|
+
OR = {
|
|
48
|
+
region = central_america_region
|
|
49
|
+
region = mexico_region
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
allow = {
|
|
54
|
+
NOT = { exists = AZT }
|
|
55
|
+
852 = { country_or_non_sovereign_subject_holds = ROOT }
|
|
56
|
+
}
|
|
57
|
+
effect = {
|
|
58
|
+
set_country_flag = unlock_aztec_missions_flag
|
|
59
|
+
custom_tooltip = UNLOCK_AZTEC_MISSION_TREE
|
|
60
|
+
|
|
61
|
+
hidden_effect = {
|
|
62
|
+
swap_non_generic_missions = yes
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if = {
|
|
66
|
+
limit = {
|
|
67
|
+
government = monarchy
|
|
68
|
+
NOT = { has_reform = nahuatl_monarchy_reform }
|
|
69
|
+
}
|
|
70
|
+
add_government_reform = nahuatl_monarchy_reform
|
|
71
|
+
}
|
|
72
|
+
if = {
|
|
73
|
+
limit = {
|
|
74
|
+
government = republic
|
|
75
|
+
NOT = { has_reform = city_alliance_reform }
|
|
76
|
+
}
|
|
77
|
+
add_government_reform = city_alliance_reform
|
|
78
|
+
}
|
|
79
|
+
if = {
|
|
80
|
+
limit = {
|
|
81
|
+
government = theocracy
|
|
82
|
+
NOT = { has_reform = blood_theocracy_reform }
|
|
83
|
+
}
|
|
84
|
+
add_government_reform = blood_theocracy_reform
|
|
85
|
+
}
|
|
86
|
+
if = {
|
|
87
|
+
limit = {
|
|
88
|
+
OR = {
|
|
89
|
+
government = tribal
|
|
90
|
+
government = native
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
change_government = monarchy
|
|
94
|
+
add_government_reform = nahuatl_monarchy_reform
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
ai_will_do = {
|
|
98
|
+
factor = 0
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|