事件
独立之火

我国境内持续恶化的混乱局势,最终导致Target Country抓住时机宣布独立。我们日渐衰弱的中央权威已无法维系对这些动荡省份的控制,如今叛乱分子公然举起反旗。他们的军队在新旗帜下完成集结,领导者们毫不掩饰地宣告完全自治,彻底否认我们的统治权。
是否承认其独立地位成为当前最棘手的议题,特别是在我们面临多重危机的当下。接受他们的独立要求固然意味着丧失这些领土的主权,但同时也让我们能够集中有限资源应对其他更迫在眉睫的威胁。
定义in_game/events/disaster/decline_of_empire_events.txt:212
213type = country_event
214category = disaster_event
215title = decline_of_empire.3.title 独立之火
216desc = decline_of_empire.4.desc 我国境内持续恶化的混乱局势,最终导致Target Country抓住时机宣布独立。我们日渐衰弱的中央权威已无法维系对这些动荡省份的控制,如今叛乱分子公然举起反旗。他们的军队在新旗帜下完成集结,领导者们毫不掩饰地宣告完全自治,彻底否认我们的统治权。
是否承认其独立地位成为当前最棘手的议题,特别是在我们面临多重危机的当下。接受他们的独立要求固然意味着丧失这些领土的主权,但同时也让我们能够集中有限资源应对其他更迫在眉睫的威胁。
是否承认其独立地位成为当前最棘手的议题,特别是在我们面临多重危机的当下。接受他们的独立要求固然意味着丧失这些领土的主权,但同时也让我们能够集中有限资源应对其他更迫在眉睫的威胁。
217outcome = neutral
219trigger = {
220any_owned_location = {
221is_capital = no
223region != root.capital.region
}
}
226image = "gfx/interface/illustrations/disaster/decline_of_empire.dds"
228immediate = {
229ordered_province = {
230limit = {
231NOT = {
232any_location_in_province = {
}
}
}
240order_by = {
241value = population
242if = {
243limit = {
243province_satisfaction <= 0
}
244divide = 0.05
}
246else = {
246divide = province_satisfaction
}
}
248max = 1
249check_range_bounds = no
250every_location_in_province = {
}
256province_capital = {
256save_scope_as = target_location
}
257create_location_country_from_province = {
258save_scope_as = target_country
}
}
266every_province = {
267limit = {
268NOT = {
269any_location_in_province = {
270OR = {
}
}
}
277any_location_in_province = {
277is_neighbor_of = scope:target_country
}
}
279every_location_in_province = {
280limit = {
281owner ?= root
282is_capital = no
}
284add_core = scope:target_country
285change_integration_level = core
286change_location_owner = scope:target_country
}
}
295ruler_or_regent = {
295save_scope_as = target_character
}
296scope:target_country.ruler_or_regent ?= {
296save_scope_as = target_character2
}
301every_owned_location = {
302limit = {
303is_capital = no
304is_neighbor_of = scope:target_country
305area = scope:target_country.capital.area
306is_coastal = no
307NOT = {
307is_connected_to = root.capital
}
}
309add_core = scope:target_country
310change_integration_level = core
311change_location_owner = scope:target_country
}
}