|
@@ -84,16 +84,16 @@ country_decisions = {
|
|
|
84
84
|
|
|
85
85
|
effect = {
|
|
86
86
|
set_country_flag = trade_company
|
|
87
|
-
add_treasury = 200
|
|
88
87
|
add_country_modifier = {
|
|
89
88
|
name = "india_trade_co"
|
|
90
89
|
duration = -1
|
|
91
90
|
}
|
|
92
91
|
if = {
|
|
93
92
|
limit = { has_dlc = "Domination" }
|
|
94
|
-
add_treasury =
|
|
93
|
+
add_treasury = 300
|
|
95
94
|
}
|
|
96
95
|
else = {
|
|
96
|
+
add_treasury = 200
|
|
97
97
|
hidden_effect = {
|
|
98
98
|
if = {
|
|
99
99
|
limit = {
|
|
@@ -206,10 +206,13 @@ country_decisions = {
|
|
|
206
206
|
else = {
|
|
207
207
|
total_development = 1000
|
|
208
208
|
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
209
|
+
if = {
|
|
210
|
+
limit = { has_government_mechanic = russian_modernization_mechanic }
|
|
211
|
+
has_government_power = {
|
|
212
|
+
mechanic_type = russian_modernization_mechanic
|
|
213
|
+
power_type = russian_modernization
|
|
214
|
+
value = 90
|
|
215
|
+
}
|
|
213
216
|
}
|
|
214
217
|
OR = {
|
|
215
218
|
custom_trigger_tooltip = {
|
|
@@ -51,12 +51,6 @@ country_decisions = {
|
|
|
51
51
|
|
|
52
52
|
allow = {
|
|
53
53
|
NOT = { exists = SIA }
|
|
54
|
-
if = {
|
|
55
|
-
limit = {
|
|
56
|
-
tag = AYU
|
|
57
|
-
}
|
|
58
|
-
adm_tech = 20
|
|
59
|
-
}
|
|
60
54
|
is_at_war = no
|
|
61
55
|
is_free_or_tributary_trigger = yes
|
|
62
56
|
owns_core_province = 600
|