
행동
총독 임명
광대한 델리 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
}
}
}