
Action
Appoint Governors
Our Delhi Flavor Rank is vast, and as such, we are in dire need of capable and loyal administrators of noble birth to help guide our provinces to prosperity and away from dissent.
DelhiCountrypotential
Fall of DelhiSituationselect triggerAppointed GovernorsStatic ModifierallowDefinitionin_game/common/generic_actions/fall_of_delhi.txt:94
95icon = fall_of_delhi_appease_the_nobility
96type = situation
98ai_tick = daily
99ai_tick_frequency = 40
101automation_tick = never
102automation_tick_frequency = 12
110allow = {
111scope:actor = {
112gold >= {
113value = scope:actor.monthly_income_trade_and_tax
114multiply = 2
}
}
}
120select_trigger = {
121looking_for_a = situation
122target_flag = recipient
123name = "choose_situation" Choose the Situation:
124column = {
125data = name
}
}
133effect = {
134scope:actor = {
135add_gold = {
136value = monthly_income_trade_and_tax
137multiply = -2
}
139add_country_modifier = {
}
}
145custom_tooltip = dlh_reduce_frequency_of_revolt_events_tt The frequency of disastrous events during the Fall of Delhi Situation will be slightly reduced as long as the Appointed Governors Modifier is active
146custom_tooltip = gain_3_sop_tt Our Share of Power will increase by +3%
147hidden_effect = {
}
}
157ai_will_do = {
158add = -50
159add = {
160if = {
161limit = {
162scope:actor = {
163any_rebel = {
164rebel_progress >= 0.1
165count >= 4
}
}
}
169value = 200
}
}
172add = {
173if = {
174limit = {
175scope:actor = {
176gold >= {
177value = monthly_income_trade_and_tax
178multiply = 8
}
}
}
182value = 100
}
}
}