
行动本版本新增
外交手段推进再整合
为规避内战爆发,我们划出部分土地交由领主名义代管。这一安排仅能维持短期稳定,长远来看,必须通过外交手段重新统一沙皇国,分裂的国家难以承受未来接踵而至的灾难。
沙皇国的黄昏灾难select trigger外交再整合静态修正allow定义in_game/common/generic_actions/twilight_of_the_tsardom_actions.txt:149
150type = disaster
151show_message = no
153allow = {
154scope:actor = {
155num_subjects >= 1
}
}
161price = price:twilight_of_the_tsardom_disaster_actions_price
163cooldown = {
163type = bul_push_for_diplomatic_reintegration
163years = 20
}
165automation_tick = never
166automation_tick_frequency = 12
168select_trigger = {
169looking_for_a = disaster
170target_flag = recipient
171name = "choose_disaster" 选择灾难:
172column = {
173data = name
}
}
181effect = {
182scope:actor = {
}
}
191ai_will_do = {
192add = 0
193if = {
194limit = {
195scope:actor = {
196any_subject = {
197subject_type = {
198subject_can_be_annexed = yes
}
}
}
}
203add = {
204value = 10
}
}
}