
行动
协助外国革命
那些在外国寻求从压迫中获得解放的人民,我们应视他们为和我们进行同样斗争的同胞。我们应当支持他们!
镇压革命宣战理由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
}