이벤트
권위에 도전한 Target Province

이 격동의 시기에 Target Province에서 협력을 거부하고 나섰습니다. 자치권을 달라는 자신들의 요구가 받아들여지지 않는다면 공개적인 반란조차 불사할 기세입니다. 조언가들은 양보를 촉구하고 있으나, 이러한 요구에 굴복한다면 우리 Flavor Rank의 권위는 더욱 실추되고 말 것입니다.
Fate of the PhoenixDLCtriggerfate_of_the_phoenix_6변수immediate, trigger정의in_game/events/disaster/D008_fate_of_the_phoenix.txt:331
332type = country_event
333category = disaster_event
334title = fate_of_the_phoenix.6.title 권위에 도전한 Target Province
335desc = fate_of_the_phoenix.6.desc 이 격동의 시기에 Target Province에서 협력을 거부하고 나섰습니다. 자치권을 달라는 자신들의 요구가 받아들여지지 않는다면 공개적인 반란조차 불사할 기세입니다. 조언가들은 양보를 촉구하고 있으나, 이러한 요구에 굴복한다면 우리 Flavor Rank의 권위는 더욱 실추되고 말 것입니다.
336outcome = neutral
337image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
339trigger = {
341any_province = {
343NOT = {
344any_location_in_province = {
344is_capital = yes
}
}
}
}
348immediate = {
349ordered_province = {
350limit = {
352NOT = {
353any_location_in_province = {
353is_capital = yes
}
}
}
356order_by = {
357value = province_average_control
358multiply = -1
}
360max = 10
361check_range_bounds = no
363add_to_list = fate_of_the_phoenix_6_list
}
366random_in_list = {
367list = fate_of_the_phoenix_6_list
369save_scope_as = target_province
}
377if = {
378limit = {
379any_cabinet_character = {
379count > 0
}
}
381random_cabinet_character = {
381save_scope_as = target_character
}
}
}