
ActionChanged this version
Grant Italian Merchants Privileges
By extending special rights to Italian merchant republics, we hope to revive trade and secure naval support. These concessions may strengthen commerce in Actor Capital, though they risk deepening foreign influence within the Actor Rank.
Fate of the PhoenixDisasterselect trigger 1Definitionin_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:72
73type = disaster
75potential = {
76custom_tooltip = {
77text = grant_latin_merchants_privileges_tooltip Any Country in Italy with the Merchant Republic is neither subject nor our rival
78region:italy_region = {
79any_country_with_capital_in_geography = {
80has_reform = government_reform:merchant_republic
81NOR = {
82is_rival_of = scope:actor
83is_enemy_of = scope:actor
84is_subject = yes
85hidden_trigger = {
86scope:actor = {
86is_subject_of = prev
}
}
}
}
}
}
}
94allow = {
96location:constantinople = {
97owner = scope:actor
98is_capital = yes
}
101scope:actor = {
102at_war = no
103is_during_bankruptcy = no
}
}
107ai_tick = monthly
108ai_tick_frequency = 12
109price = price:fate_of_phoenix_actions_price
111cooldown = {
112type = grant_latin_merchants_privileges
113years = 10
}
116select_trigger = {
117looking_for_a = disaster
118name = "choose_disaster" Choose the Disaster:
119target_flag = recipient
120column = {
121data = name
}
}
129select_trigger = {
130looking_for_a = country
131interaction_source_list = {
132region:italy_region = {
133every_country_with_capital_in_geography = {
134limit = {
134has_reform = government_reform:merchant_republic
}
136add_to_list = source
}
}
}
140cache_targets = yes
141target_flag = target_country
142name = "choose_country" Choose the Country:
143column = {
143data = name
}
144column = {
144data = great_power_score
}
145enabled = {
146NOT = {
146is_rival_of = scope:actor
}
147NOT = {
147is_enemy_of = scope:actor
}
148OR = {
149is_subject = no
150is_subject_of = scope:actor
}
152NOT = {
152is_embargoed_by = scope:actor
}
}
}
156effect = {
157if = {
158limit = {
158exists = scope:target_country
}
}
164custom_tooltip = selected_republic_may_donate_ships_to_our_cause_tt The selected Merchant Republic may donate galley Ships and Sailors in exchange for Trade Advantage in Constantinople
}
167ai_will_do = {
168if = {
169limit = {
170scope:actor.government_power > 90
}
173add = {
174value = {
1
50
}
175desc = "high government power"
}
}
178else = {
179subtract = {
180value = 1
181desc = "low government power"
}
}
}