|
@@ -32,7 +32,6 @@ country_decisions = {
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
owns = 45
|
|
35
|
-
NOT = { num_of_cities = 20 }
|
|
36
35
|
}
|
|
37
36
|
provinces_to_highlight = {
|
|
38
37
|
OR = {
|
|
@@ -55,7 +54,6 @@ country_decisions = {
|
|
|
55
54
|
owns_core_province = 1874
|
|
56
55
|
45 = { is_state = yes }
|
|
57
56
|
is_emperor = no
|
|
58
|
-
NOT = { num_of_cities = 25 }
|
|
59
57
|
OR = {
|
|
60
58
|
mercantilism = 40
|
|
61
59
|
government = republic
|
|
@@ -63,6 +61,7 @@ country_decisions = {
|
|
|
63
61
|
estate = estate_burghers
|
|
64
62
|
influence = 90
|
|
65
63
|
}
|
|
64
|
+
NOT = { num_of_cities = 25 }
|
|
66
65
|
}
|
|
67
66
|
45 = { is_strongest_trade_power = ROOT }
|
|
68
67
|
}
|
|
@@ -38,9 +38,19 @@ country_decisions = {
|
|
|
38
38
|
NOT = { tag = TUR }
|
|
39
39
|
NOT = { tag = BYZ }
|
|
40
40
|
NOT = { tag = ARB }
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
if = {
|
|
42
|
+
limit = { has_dlc = "King of Kings" }
|
|
43
|
+
OR = {
|
|
44
|
+
culture_group = iranian
|
|
45
|
+
primary_culture = azerbaijani
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
else = {
|
|
49
|
+
OR = {
|
|
50
|
+
culture_group = iranian
|
|
51
|
+
primary_culture = azerbaijani
|
|
52
|
+
tag = AKK
|
|
53
|
+
}
|
|
44
54
|
}
|
|
45
55
|
is_colonial_nation = no
|
|
46
56
|
OR = {
|