
ActionChanged this version
Declare Conquest Ambition
Select a Region to declare as our conquest ambition.
TimuridCountrypotential
Rise of TimurSituationselect trigger 1The Scourge from Central AsiaStatic Modifiereffectrot_conquest_ambitionVariableeffectDefinitionin_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" Choose the Situation:
30column = {
31data = name
}
}
39select_trigger = {
40looking_for_a = region
41target_flag = target
42name = "rot_declare_conquest_ambition_select_region" Select a region declare as our conquest ambition
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 The target Region becomes our designated Region of Conquest Ambition!
61scope:recipient = {
62if = {
}
}
}
}
77custom_tooltip = rot_declare_conquest_ambition_at Plan Invasion against countries in this region will be immediate War declarations instead of creation of a Casus Belli
78if = {
84custom_tooltip = rot_declare_conquest_ambition_bt Every Location owned by an enemy country in this region will gain the Timur Scare Location Modifier (applied on war declaration and decays for 10 years). Effect is only applied as long Timur is in charge
}
}
88ai_will_do = {
89if = {
90limit = {
92trigger_if = {
93limit = {
93has_game_rule = historical_ai_choices
}
94scope:target ?= region:persia_region
}
}
97value = 1000
}
99else = {
100value = -100
}
}