이벤트
Target Province의 문화 충돌

Target Province에 자리를 잡은 Target Culture 이주민들이 점차 늘어나면서 까다로운 문제들이 발생하기 시작했습니다. 일부 Court Title 대신들은 이주민의 충성심 부족과 문화적 희석을 우려하여 권리를 더 엄격히 제한할 것을 촉구하는 반면, 다른 이들은 관용을 베풀어야 우리의 위상을 드높이고 이 새로운 백성들의 충성심을 얻을 수 있다고 주장합니다.
중화제국국가 간 조직체trigger소수자 탄압정적 보정치immediate, trigger정의in_game/events/government/societal_values.txt:11985
11986type = country_event
11987title = societal_values.2317.title Target Province의 문화 충돌
11988desc = societal_values.2317.desc Target Province에 자리를 잡은 Target Culture 이주민들이 점차 늘어나면서 까다로운 문제들이 발생하기 시작했습니다. 일부 Court Title 대신들은 이주민의 충성심 부족과 문화적 희석을 우려하여 권리를 더 엄격히 제한할 것을 촉구하는 반면, 다른 이들은 관용을 베풀어야 우리의 위상을 드높이고 이 새로운 백성들의 충성심을 얻을 수 있다고 주장합니다.
11989outcome = neutral
11991illustration_tags = {
1199210 = regular
1199310 = interior
}
11996trigger = {
11997has_societal_value = societal_value_type:sinicized_vs_unsinicized
11999international_organization_has_leader = yes
12000leader_country = {
12001culture = {
12002ROOT = {
12003NOT = {
12003has_primary_or_accepted_culture = prev
}
}
12005save_temporary_scope_as = target_culture
}
}
}
12009any_province = {
12010province_capital = {
}
12013culture_percentage = {
12014culture = scope:target_culture
12015value > 0
}
}
}
12020immediate = {
}
12023leader_country = {
12024save_scope_as = target_country
12025culture = {
12025save_scope_as = target_culture
}
}
}
12028ordered_province = {
12029limit = {
12030culture_percentage = {
12031culture = scope:target_culture
12032value > 0
}
12034province_capital = {
}
}
12038order_by = {
12039value = population
12040if = {
12041limit = {
12041province_cultural_unity <= 0
}
12042multiply = 0.1
}
12044else = {
12044divide = province_cultural_unity
}
}
12046check_range_bounds = no
12047max = 5
12048add_to_list = province_list_2317
}
12051random_in_list = {
12052list = province_list_2317
12053save_scope_as = target_province
}
12056scope:target_province = {
12057every_location_in_province = {
12058ordered_pop = {
12059limit = {
12059culture = scope:target_culture
}
12060order_by = pop_size
12061check_range_bounds = no
12062max = 1
12063add_to_list = pop_list_2317
}
}
}
}