
行动
任命总督
我们的德里 Flavor Rank幅员辽阔,因此我们急需出身高贵、忠诚能干的官员,以帮助引导我们的省份走向繁荣,远离异己。
德里国家potential
德里的衰亡局势select trigger任命总督静态修正allow定义in_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" 选择局势:
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 只要任命总督修正生效,德里的衰亡局势期间的灾难性事件频率会略微降低
146custom_tooltip = gain_3_sop_tt 我方的权力支配度将会增加+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
}
}
}