
ActionModifié dans cette version
Octroyer des privilèges aux marchands de culture Italienne
En accordant des droits spéciaux aux républiques marchandes Italiennes, nous espérons relancer le commerce et obtenir un soutien naval. Ces concessions pourraient renforcer le commerce à Actor Capital, mais elles risquent également d'accroître l'influence étrangère au sein de notre Actor Rank.
Sort du phénixCatastropheselect trigger 1Définitionin_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:72
73type = disaster
75potential = {
76custom_tooltip = {
77text = grant_latin_merchants_privileges_tooltip Tout Pays en Italie avec la République marchande qui n'est ni notre vassal ni notre 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" Choisir la Catastrophe :
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" Sélectionner le Pays :
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 La République marchande sélectionnée peut faire échanger des Navires de type galère et des Marins contre un Avantage commercial à 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"
}
}
}