이벤트이번 버전 변경
Target Country에 요청 전달

현재 Country(은)는 격동의 시기를 겪고 있습니다. 바로 Country Adjective 계승 위기로 Flavor Rank 전체가 분열될 위기에 처한 것입니다. 계승을 요구하는 세력은 힘을 키우며 우리 Country의 심장부를 공격할 기회를 노리고 있습니다. 이런 절박한 시기에는 동맹이 필요하며, Target Country에 사절을 보내 원조를 요청하는 게 한 방법일 수 있습니다. 우리 Flavor Rank(이)가 무너진다는 것은 곧 Target Character1(과)와 Court Title의 파멸을 의미하니까요.
정의in_game/events/disaster/succession_crisis.txt:726
727hide_portraits = yes
728type = country_event
729category = disaster_event
730title = succession_crisis.6.title Target Country에 요청 전달
731desc = succession_crisis.6.desc 현재 Country(은)는 격동의 시기를 겪고 있습니다. 바로 Country Adjective 계승 위기로 Flavor Rank 전체가 분열될 위기에 처한 것입니다. 계승을 요구하는 세력은 힘을 키우며 우리 Country의 심장부를 공격할 기회를 노리고 있습니다. 이런 절박한 시기에는 동맹이 필요하며, Target Country에 사절을 보내 원조를 요청하는 게 한 방법일 수 있습니다. 우리 Flavor Rank(이)가 무너진다는 것은 곧 Target Character1(과)와 Court Title의 파멸을 의미하니까요.
732outcome = neutral
733image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
734immediate = {
735ruler_or_regent = {
735save_scope_as = target_character1
}
736scope:target_country.ruler_or_regent = {
736save_scope_as = target_character2
}
738set_variable = {
740value = {
741add = scope:actor.monthly_income_total
742multiply = 4
743min = 200
}
}
747if = {
748limit = {
749scope:target_country = {
749is_neighbor_of = root
}
}
751ordered_province = {
752limit = {
753any_location_in_province = {
753is_neighbor_of = scope:target_country
}
754NOT = {
755any_location_in_province = {
755is_capital = yes
}
}
}
758order_by = province_average_development
759max = {
760value = 1
761add = {
762value = root.num_provinces
763divide = 10
}
}
766check_range_bounds = no
767add_to_list = sc_random_provinces_list
}
769random_in_list = {
770list = sc_random_provinces_list
771save_scope_as = target_province
}
}
774save_scope_as = target_country2
}