|
@@ -364,21 +364,7 @@ country_decisions = {
|
|
|
364
364
|
limit = {
|
|
365
365
|
trade_income_percentage = 0.01
|
|
366
366
|
}
|
|
367
|
-
|
|
368
|
-
tooltip = BYZ_at_least_7_trade_income_tt
|
|
369
|
-
variable_arithmetic_trigger = {
|
|
370
|
-
export_to_variable = {
|
|
371
|
-
which = current_trade_income
|
|
372
|
-
value = monthly_income
|
|
373
|
-
}
|
|
374
|
-
export_to_variable = {
|
|
375
|
-
which = trade_income_share
|
|
376
|
-
value = trigger_value:trade_income_percentage
|
|
377
|
-
}
|
|
378
|
-
multiply_variable = { which = current_trade_income which = trade_income_share }
|
|
379
|
-
check_variable = { which = current_trade_income value = 7 }
|
|
380
|
-
}
|
|
381
|
-
}
|
|
367
|
+
monthly_trade_income = 7
|
|
382
368
|
}
|
|
383
369
|
share_of_starting_income = 2
|
|
384
370
|
OR = {
|
|
@@ -166,6 +166,14 @@ country_decisions = {
|
|
|
166
166
|
show_ambient_object = hagia_sophia
|
|
167
167
|
hide_ambient_object = hagia_sophia_minarets
|
|
168
168
|
}
|
|
169
|
+
if = {
|
|
170
|
+
limit = { NOT = { government = monarchy } }
|
|
171
|
+
change_government = monarchy
|
|
172
|
+
}
|
|
173
|
+
if = {
|
|
174
|
+
limit = { has_not_locked_first_tier_reform = yes }
|
|
175
|
+
add_government_reform = byzantine_autocracy_reform
|
|
176
|
+
}
|
|
169
177
|
set_government_rank = 3
|
|
170
178
|
if = {
|
|
171
179
|
limit = { has_custom_ideas = no }
|
|
@@ -83,6 +83,18 @@ country_decisions = {
|
|
|
83
83
|
add_government_reform = sultanate_of_rum_reform
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
|
+
if = {
|
|
87
|
+
limit = {
|
|
88
|
+
OR = {
|
|
89
|
+
tag = AKK
|
|
90
|
+
tag = QAR
|
|
91
|
+
was_tag = AKK
|
|
92
|
+
was_tag = QAR
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
override_country_name = SELJUK_EMPIRE
|
|
96
|
+
set_country_flag = is_SELJUK_EMPIRE_flag
|
|
97
|
+
}
|
|
86
98
|
remove_non_electors_emperors_from_empire_effect = yes
|
|
87
99
|
if = {
|
|
88
100
|
limit = {
|