
행동이번 버전 변경
정복 야망 선포
우리의 정복 야망을 드러낼 지역을 선택합니다.
티무르국가potential
티무르의 부상상황select trigger 1중앙아시아에서 온 재앙정적 보정치effectrot_conquest_ambition변수effect정의in_game/common/generic_actions/rise_of_timur.txt:2
3type = situation
9allow = {
10scope:actor = {
11is_rebel_country = no
}
}
15automation_tick = never
16automation_tick_frequency = 12
18ai_tick = monthly
19ai_tick_frequency = 12
21cooldown = {
22type = rot_declare_conquest_ambition
23years = 5
}
26select_trigger = {
27looking_for_a = situation
28target_flag = recipient
29name = "choose_situation" 상황 선택:
30column = {
31data = name
}
}
39select_trigger = {
40looking_for_a = region
41target_flag = target
42name = "rot_declare_conquest_ambition_select_region" 정복 야망을 선포할 지역 선택
43none_available_msg_key = "rot_declare_conquest_ambition_no_regions"
44column = {
45data = name
}
47column = {
48data = population
}
50visible = {
51scope:actor.capital.region != root
52any_area_in_region = {
53adjacent_to_owned_by = scope:actor
}
}
}
58effect = {
59custom_tooltip = {
60text = rot_declare_conquest_ambition_tt 대상 지역이 우리가 지정한 정복 야망 지역이 됩니다!
61scope:recipient = {
62if = {
}
}
}
}
77custom_tooltip = rot_declare_conquest_ambition_at 해당 지역에 위치한 국가를 상대로 침공 계획을 수립할 시, 전쟁 명분 생성 단계를 거치지 않고 즉시 전쟁을 선포합니다
78if = {
84custom_tooltip = rot_declare_conquest_ambition_bt 적국이 해당 지역 내에 소유한 모든 지점에 티무르의 공포 지점 보정치가 부여됩니다(전쟁 선포 시 적용되며 10년에 걸쳐 감소). 이 효과는 티무르(이)가 통치하는 동안에만 적용됩니다
}
}
88ai_will_do = {
89if = {
90limit = {
92trigger_if = {
93limit = {
93has_game_rule = historical_ai_choices
}
94scope:target ?= region:persia_region
}
}
97value = 1000
}
99else = {
100value = -100
}
}