在Target Province,我们的Target Culture文化元素正在扎根。在Target Location,文化变革的迹象开始显现。
儿童正在学习我们的语言,来自首都的服饰和习俗正在传播,认同我们Flavor Rank的理念已不再陌生。这种转变虽然细微,但真实存在。
定义in_game/events/missionevents/conquest_mission_events.txt:636
637type = country_event
639title = conquest_mission_events.9.title Target Province的文化传播
640desc = conquest_mission_events.9.desc 在Target Province,我们的Target Culture文化元素正在扎根。在Target Location,文化变革的迹象开始显现。
儿童正在学习我们的语言,来自首都的服饰和习俗正在传播,认同我们Flavor Rank的理念已不再陌生。这种转变虽然细微,但真实存在。
641outcome = neutral
643trigger = {
644scope:conquest_province = {
645culture_percentage = {
646culture = root.culture
647value < 0.95
}
}
}
653immediate = {
654scope:conquest_province = {
655save_scope_as = target_province
656province_capital = {
656save_scope_as = target_location
}
}
662ruler_or_regent ?= {
662save_scope_as = target_character
}
663culture = {
663save_scope_as = target_culture
}
}
选项
A人人都喜欢成为Target Culture人吗?
669scope:target_location = {
670ordered_pop = {
671limit = {
672owner = root
673culture != root.culture
}
675order_by = pop_size
676check_range_bounds = no
677max = 2
678split_pop = {
680culture = scope:target_culture
}
}
}
B让我们进一步推广这些尝试!
693scope:target_province = {
694every_location_in_province = {
695ordered_pop = {
696limit = {
697owner = root
698culture != root.culture
}
700order_by = pop_size
701check_range_bounds = no
702max = 2
703if = {
704limit = {
704location = {
704is_province_capital = yes
}
}
705split_pop = {
707culture = scope:target_culture
}
}
710else = {
711split_pop = {
713culture = scope:target_culture
}
}
}
}
}
C效仿我们伟大的Target Character!
730scope:target_province = {
731every_location_in_province = {
732ordered_pop = {
733limit = {
734owner = root
735culture != root.culture
}
737order_by = pop_size
738check_range_bounds = no
739max = 4
740if = {
741limit = {
741location = {
741is_province_capital = yes
}
}
742split_pop = {
744culture = scope:target_culture
}
}
747else = {
748split_pop = {
750culture = scope:target_culture
}
}
}
}
}
D多样性是一种优势!
761change_societal_value = {
}
763scope:target_location = {
764ordered_pop = {
765limit = {
766owner = root
767culture != root.culture
}
769order_by = pop_size
770max = 4
771check_range_bounds = no
}
}