
行动本版本变更
授予意大利商人特权
通过向意大利商业共和国授予特惠权益,我方有望重振贸易并获取海上支援。此类让步可促进Actor Capital的商贸发展,但也可能加剧Actor Rank内部的外来势力渗透。
凤凰的命运灾难select trigger 1定义in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:72
73type = disaster
75potential = {
76custom_tooltip = {
77text = grant_latin_merchants_privileges_tooltip 意大利任意商业共和国国家不是我们的附属国或宿敌
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" 选择灾难:
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" 选择国家:
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 所选择的商业共和国可捐助桨帆舰船和水手,以换取在君士坦丁堡的贸易优势加成
}
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"
}
}
}