
アクションこのバージョンで変更
征服の野心を宣言
征服の野心を宣言する地方を選択する。
ティムール国家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
}
}