Событие

Споры об интеграции

societal_values.2322in_game/events/government/societal_values.txt:12439
Споры об интеграции

Сегодня Court Title обсуждает судьбу провинции Target Province: местная Target Cultureая община стала достаточно многочисленной, чтобы привлечь к себе внимание чиновников. Необходимо определиться, как поступить с новыми подданными: пообещать им признание и помощь, чтобы ускорить интеграцию, или ввести строгие меры по защите коренных обычаев?

ТребуетСрединное государствоМеждународное объединениеtrigger

Определениеin_game/events/government/societal_values.txt:12439

12440type = country_event
12441title = societal_values.2322.title Споры об интеграции
12442desc = societal_values.2322.desc Сегодня Court Title обсуждает судьбу провинции Target Province: местная Target Cultureая община стала достаточно многочисленной, чтобы привлечь к себе внимание чиновников. Необходимо определиться, как поступить с новыми подданными: пообещать им признание и помощь, чтобы ускорить интеграцию, или ввести строгие меры по защите коренных обычаев?
12443outcome = neutral
12445illustration_tags = {
1244610 = regular
1244710 = interior
}
12450trigger = {
12451has_societal_value = societal_value_type:sinicized_vs_unsinicized
12453international_organization_has_leader = yes
12454leader_country ?= {
12455this != root
12456culture = {
12457this != root.culture
12458save_temporary_scope_as = target_culture
}
}
}
12462exists = scope:target_culture
12463any_province = {
12464province_average_integration < 1
12465culture_percentage = {
12465culture = scope:target_culture
12465value > 0
}
}
}
12469immediate = {
12472leader_country = {
12473culture = {
12473save_scope_as = target_culture
}
}
}
12476culture = {
12476save_scope_as = our_culture_scope
}
12477ordered_province = {
12478limit = {
12479culture_percentage = {
12479culture = scope:target_culture
12479value > 0
}
12480province_average_integration < 1
}
12482order_by = {
12483value = province_average_integration
12484multiply = -1
}
12486max = 5
12487check_range_bounds = no
12488add_to_list = disuted_integration_provinces_list
}
12490random_in_list = {
12491list = disuted_integration_provinces_list
12492save_scope_as = target_province
}
12494scope:target_province = {
12495every_location_in_province = {
12496ordered_pop = {
12497limit = {
12498owner ?= root
12499culture = scope:target_culture
}
12501order_by = pop_size
12502max = 1
12503add_to_list = chinese_pops_list
}
}
}
}

Варианты

AЕдинство облегчит наш труд.
12512scope:target_province = {
12513every_location_in_province = {
12514if = {
12515limit = {
12515integration_progress < 100
}
12516change_integration_progress = integration_progress_mild_bonus (10)
}
12518else = {
12519every_pop = {
12520limit = {
12520owner = root
}
12521add_pop_satisfaction = pop_satisfaction_extreme_bonus (0.25)
}
}
}
}
12526change_societal_value = {
}
BИм понравится быть носителями Our cultureой культуры.
12535every_in_list = {
12536list = chinese_pops_list
12537split_pop = {
12538fraction = {
0.2
0.33
}
12539culture = root.culture
}
}
12543scope:target_province = {
12544every_location_in_province = {
12544change_integration_progress = integration_progress_weak_penalty (-5)
}
}
12547change_societal_value = {
}