
Aktion
Statthalter ernennen
Unser Reich ist riesig, und deshalb braucht es fähige und treue Verwalter von edler Geburt, die unsere Provinzen zu Wohlstand führen und Unruhen Einhalt gebieten.
DelhiLandpotential
Niedergang DelhisSituationselect triggerErnannte StatthalterStatischer ModifikatorallowDefinitionin_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" Die Situation wählen:
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 Die Häufigkeit, mit der katastrophale Ereignisse während der Situation „Niedergang Delhis“ auftauchen, wird, solange der Modifikator „Ernannte Statthalter“ aktiv ist, leicht verringert
146custom_tooltip = gain_3_sop_tt Unser Machtanteil erhöht sich um +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
}
}
}