이벤트
파벌 싸움

우리 Court Title 내의 갈등이 극에 달했습니다. Target Native Culture 풍습을 굳게 지키려는 Target Character1(과)와 Target Culture의 방식을 적극적으로 받아들인 Target Character2(이)가 공개적으로 충돌하기 시작한 것입니다. 둘의 대립은 우리 고문들을 두 파벌로 갈라놓았습니다. 한쪽은 중화제국과의 관계를 더욱 긴밀히 해야 한다고 주장하고, 다른 한쪽은 외세의 영향을 거부하고 우리 전통을 다시 세워야 한다고 요구합니다. Target Sinophile(이)나 Target Nativist 같은 Court Title의 유능한 대신들도 각각의 파벌에 속해 있습니다.
중화제국국가 간 조직체trigger
내각 참여 차단보정치 유형immediate, trigger
중국화 대 비중국화사회 가치관option 3정의in_game/events/government/societal_values.txt:11711
11712type = country_event
11713title = societal_values.2302.title 파벌 싸움
11714desc = societal_values.2302.desc 우리 Court Title 내의 갈등이 극에 달했습니다. Target Native Culture 풍습을 굳게 지키려는 Target Character1(과)와 Target Culture의 방식을 적극적으로 받아들인 Target Character2(이)가 공개적으로 충돌하기 시작한 것입니다. 둘의 대립은 우리 고문들을 두 파벌로 갈라놓았습니다. 한쪽은 중화제국과의 관계를 더욱 긴밀히 해야 한다고 주장하고, 다른 한쪽은 외세의 영향을 거부하고 우리 전통을 다시 세워야 한다고 요구합니다. Target Sinophile(이)나 Target Nativist 같은 Court Title의 유능한 대신들도 각각의 파벌에 속해 있습니다.
11715outcome = neutral
11717illustration_tags = {
1171810 = regular
1171910 = interior
}
11722trigger = {
11723has_societal_value = societal_value_type:sinicized_vs_unsinicized
11724NOT = {
}
11726international_organization_has_leader = yes
11727leader_country = {
11728culture = {
11729this != root.culture
11730save_temporary_scope_as = target_culture
}
}
}
11734any_character = {
11735count > 1
11737is_ruler = no
11738is_regent = no
11739is_heir = no
11740is_alive = yes
11741is_adult = yes
11742culture = root.culture
}
11745any_character = {
11746count > 1
11748is_ruler = no
11749is_regent = no
11750is_heir = no
11751is_alive = yes
11752is_adult = yes
11753culture = scope:target_culture
}
}
11758immediate = {
}
11762leader_country = {
11763culture = {
11764save_scope_as = target_culture
}
}
}
11768culture = {
11768save_scope_as = target_native_culture
}
11769random_character = {
11770limit = {
11772is_ruler = no
11773is_regent = no
11774is_heir = no
11775is_alive = yes
11776is_adult = yes
11777culture = root.culture
}
11779add_to_list = native_faction_list
11780save_scope_as = target_character1
}
11782random_character = {
11783limit = {
11785is_ruler = no
11786is_regent = no
11787is_heir = no
11788is_alive = yes
11789is_adult = yes
11790culture = scope:target_culture
}
11792add_to_list = sinicized_faction_list
11793save_scope_as = target_character2
}
11796ordered_character = {
11797limit = {
11799is_ruler = no
11800is_regent = no
11801is_heir = no
11802is_alive = yes
11803is_adult = yes
11804culture = root.culture
}
11806order_by = {
11807value = total_abilities
11808subtract = age_in_years
}
11815check_range_bounds = no
11816add_to_list = native_faction_list
}
11819ordered_character = {
11820limit = {
11822is_ruler = no
11823is_regent = no
11824is_heir = no
11825is_alive = yes
11826is_adult = yes
11827culture = scope:target_culture
}
11829order_by = {
11830value = total_abilities
11831subtract = age_in_years
}
11838check_range_bounds = no
11839add_to_list = sinicized_faction_list
}
11842random_in_list = {
11843list = native_faction_list
11844limit = {
11844this != scope:target_character1
}
11845save_scope_as = target_nativist
}
11848random_in_list = {
11849list = sinicized_faction_list
11850limit = {
11850this != scope:target_character2
}
11851save_scope_as = target_sinophile
}
}