이벤트
독립의 불길

우리 땅을 뒤덮은 혼돈을 틈타 Target Country(이)가 독립을 선언했습니다. 약해진 우리의 권위는 저 방자한 지방들을 하나로 묶기에는 역부족이었고, 이제 반란 세력은 당당하게 우리를 거스르고 있습니다. 반란군은 자신들의 기치 아래 집결하고, 반란 세력의 지도층은 노골적으로 자치를 주장하며 우리의 지배에서 영원히 벗어날 것을 선언했습니다.
우리가 현재 마주한 상황을 고려하면, 저들의 독립을 인정하느냐 마느냐의 문제는 쉽게 결정할 수 없는 사안입니다. Target Country의 요구에 굴복할 경우 해당 영토에 우리가 제기했던 영유권을 상실할 수도 있겠지만, 더 시급한 다른 문제에 시선을 돌릴 여유를 얻을 수 있을지도 모릅니다.
213type = country_event
214category = disaster_event
215title = decline_of_empire.3.title 독립의 불길
216desc = decline_of_empire.4.desc 우리 땅을 뒤덮은 혼돈을 틈타 Target Country(이)가 독립을 선언했습니다. 약해진 우리의 권위는 저 방자한 지방들을 하나로 묶기에는 역부족이었고, 이제 반란 세력은 당당하게 우리를 거스르고 있습니다. 반란군은 자신들의 기치 아래 집결하고, 반란 세력의 지도층은 노골적으로 자치를 주장하며 우리의 지배에서 영원히 벗어날 것을 선언했습니다.
우리가 현재 마주한 상황을 고려하면, 저들의 독립을 인정하느냐 마느냐의 문제는 쉽게 결정할 수 없는 사안입니다. Target Country의 요구에 굴복할 경우 해당 영토에 우리가 제기했던 영유권을 상실할 수도 있겠지만, 더 시급한 다른 문제에 시선을 돌릴 여유를 얻을 수 있을지도 모릅니다.
우리가 현재 마주한 상황을 고려하면, 저들의 독립을 인정하느냐 마느냐의 문제는 쉽게 결정할 수 없는 사안입니다. 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
}
}