
アクションこのバージョンで変更
イタリア商人に特権を付与
イタリアの商人共和国に特権を与えることで、交易の再活性化と海軍支援の確保を図る。この譲歩は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"
}
}
}