
행동이번 버전 변경
침공 계획
특정 국가를 선택해 침공을 계획합니다.
티무르국가potential
티무르의 부상상황select trigger 1rot_conquest_ambition변수effect, select trigger 2정의in_game/common/generic_actions/rise_of_timur.txt:105
106type = situation
112allow = {
113scope:actor = {
114is_rebel_country = no
}
}
118select_trigger = {
119looking_for_a = situation
120target_flag = recipient
121name = "choose_situation" 상황 선택:
122column = {
123data = name
}
}
131select_trigger = {
132looking_for_a = country
133interaction_source_list = {
134if = {
140scope:recipient = {
142every_country_with_capital_in_geography = {
143limit = {
143this != scope:actor
}
144add_to_list = source
}
}
}
}
149scope:actor = {
150every_neighbor_country = {
151add_to_list = source
}
}
}
155target_flag = target
156name = "rot_plan_invasion_select_country" 침공을 계획할 국가 선택
157none_available_msg_key = "rot_plan_invasion_no_countries"
158column = {
159data = name
}
161column = {
162data = expected_army_size
}
164visible = {
165is_real_country = yes
166scope:actor = {
167can_declare_war_on = root
168NOT = {
168has_truce_with = root
}
}
}
}
174cooldown = {
175type = rot_plan_invasion
176months = 3
}
179automation_tick = never
180automation_tick_frequency = 12
182ai_tick = monthly
183ai_tick_frequency = {
184if = {
185limit = {
186at_war = yes
}
188value = 18
}
190else = {
191value = 3
}
}
195effect = {
196scope:actor = {
197if = {
198limit = {
199exists = scope:target
}
201if = {
202limit = {
203scope:target = {
204capital = {
205OR = {
206region = scope:actor.capital.region
207AND = {
209region = scope:recipient.var:rot_conquest_ambition
}
}
}
}
}
215drop_antagonism_bomb = {
216target = scope:target.capital
217modifier = antagonism_started_invasion
}
}
224else = {
229drop_antagonism_bomb = {
230target = scope:target.capital
231modifier = antagonism_planned_invasion
}
}
}
235else = {
236custom_tooltip = rot_plan_invasion_tt 우리가 대상 국가에 대한 티무르의 정복 과업 전쟁 명분을 획득합니다
237if = {
241custom_tooltip = rot_plan_invasion_bt 대상 국가가 우리 수도와 같은 지역에 있거나 우리의 정복 야망 지역(Rot Conquest Ambition Region)에 있다면, 대신 해당 국가에 티무르의 정복 과업 전쟁을 선포합니다
}
243else = {
244custom_tooltip = rot_plan_invasion_at 대상 국가가 우리 수도와 같은 지역에 있다면, 대신 해당 국가에 티무르의 정복 과업 전쟁을 선포합니다
}
}
}
}
249ai_will_do = {
250value = -20
251if = {
252limit = {
252exists = scope:target
}
253if = {
254limit = {
255scope:target = {
256capital = {
257OR = {
258region = scope:actor.capital.region
259AND = {
261region = scope:recipient.var:rot_conquest_ambition
}
}
}
}
}
267add = 200
}
269add = {
270value = "scope:actor.opinion(scope:target)"
271multiply = -1
}
273add = {
274value = "scope:actor.antagonism(scope:actor)"
275divide = -10
}
277multiply = "scope:actor.relative_military_strength(scope:target)"
278if = {
279limit = {
280scope:target = {
280NOT = {
280is_neighbor_of = scope:actor
}
}
}
282subtract = 1000
}
}
}