
행동
외국 혁명 세력 지원
설령 다른 나라에 살고 있을지라도 압제에서 벗어나고자 노력하는 이들은 우리와 같은 싸움을 벌이고 있는 형제와 다름없습니다. 마땅히 지원해야 합니다!
혁명 분쇄전쟁 명분select trigger 2
국민 봉기상황select trigger 1정의in_game/common/generic_actions/the_revolution.txt:148
149type = situation
150show_message = no
151potential = {
152scope:actor = {
153OR = {
154is_revolutionary = yes
155is_revolution_target = yes
}
}
}
160allow = {
161scope:actor = {
162at_war = no
163manpower_percentage > 0.2
}
}
166ai_tick = daily
167ai_tick_frequency = 80
169automation_tick = never
170automation_tick_frequency = 12
171price = price:revolution_actions_price
173cooldown = {
174type = assist_foreign_revolutionaries_key
175years = 5
}
178select_trigger = {
179looking_for_a = situation
180target_flag = recipient
181name = "choose_situation" 상황 선택:
182column = {
183data = name
}
}
191select_trigger = {
192looking_for_a = country
193target_flag = target
194interaction_source_list = {
195every_revolutionary = {
196limit = {
196within_diplomatic_range = scope:actor
}
197add_to_list = source
}
}
200name = "choose_country" 국가 선택:
201none_available_msg_key = "no_country_available"
202column = {
202data = name
}
203visible = {
204within_diplomatic_range = scope:actor
}
206enabled = {
207is_rebel_country = no
208any_current_war = {
210defender_leader = root
}
}
}
214effect = {
215if = {
216limit = {
216exists = scope:target
}
}
221else = {
221custom_tooltip = assist_foreign_revolutionaries_tt 선택한 혁명 국가를 우리가 직접 개입하거나 증원군을 제공하는 방식으로 지원합니다
}
}
224ai_will_do = {
225add = 20
}