
행동
튀르크 이주 유치
토지 제공, 세금 면제, 번영 약속과 같은 유인책을 제공하여 튀르크 공동체가 새로 정복한 지방에 정착하도록 적극적으로 장려해야 합니다. 이 정책은 우리의 인구 기반을 강화하고 문화적 통합을 증진하기 위한 것입니다.
튀르크의 부상상황select trigger 1enable_turkic_migration_variable변수potentialstrongest_beylik_variable변수select trigger 1정의in_game/common/generic_actions/rise_of_the_ottomans.txt:872
873type = situation
874show_message = no
875potential = {
876scope:actor = {
}
}
882allow = {
883scope:actor = {
884any_province = {
885culture_percentage = {
886culture = scope:actor.culture
887value > 0.5
}
}
}
}
893automation_tick = never
894automation_tick_frequency = 12
895ai_tick = monthly
896ai_tick_frequency = 6
897price = price:rto_press_claims_price
899cooldown = {
900type = invite_turkic_migration
901years = 2
}
904select_trigger = {
905looking_for_a = situation
911target_flag = recipient
912name = "choose_situation" 상황 선택:
913column = {
914data = name
}
916visible = {
918situation_is_active = yes
}
}
923select_trigger = {
924looking_for_a = culture
925target_flag = target_culture
926source = actor
927name = "promote_culture_select_culture" 전환할 문화 선택:
928none_available_msg_key = "promote_culture_no_culture"
929column = {
930data = name
}
932column = {
933data = culture_percentage_in_country
}
935default_sort = culture_percentage_in_country
936visible = {
937root = scope:actor.culture
}
}
941select_trigger = {
942looking_for_a = province
943target_flag = target_province_destination
944name = "choose_province" 지방 선택
945none_available_msg_key = "no_provinces_available"
946column = {
946data = name
}
947column = {
947data = population
}
948column = {
948data = province_culture_percentage
}
949visible = {
950owner ?= scope:actor
951culture_percentage = {
952culture = scope:actor.culture
953value < 0.5
}
}
956enabled = {
957any_location_in_province = {
958NOT = {
958integration_level = core
}
}
}
}
962effect = {
963if = {
964limit = {
965exists = scope:target_province_destination
}
}
969else = {
970custom_tooltip = roto_turkic_migration_tt 지정된 지방이 다른 지방에서 온 오스만 Culture 이주민을 수용합니다
}
}
974ai_will_do = {
975add = 15
976if = {
977limit = {
977exists = scope:target_province_destination
}
978subtract = 35
980scope:target_province_destination = {
981every_location_in_province = {
982limit = {
982integration_level = core
}
984subtract = {
985value = 10
986desc = "We have a core here"
}
}
}
991add = {
992desc = "[target_province_destination.GetName] [tax_base|e]"
993value = scope:target_province_destination.province_tax_base
994multiply = 1
}
996add = {
997desc = "[target_province_destination.GetName] [control|e]"
998value = 10
999multiply = scope:target_province_destination.province_average_control
}
1001add = {
1002desc = "[target_province_destination.GetName] [population|e]"
1003value = scope:target_province_destination.population
1004multiply = 100
1005divide = scope:actor.total_population
}
1007if = {
1008limit = {
1009scope:target_province_destination = {
1010culture_percentage = {
1011culture = scope:actor.culture
1012value > 0
}
}
}
1016add = {
1017desc = "[target_province_destination.GetName] [target_culture.GetName]"
1018value = "scope:target_province_destination.culture_percentage(scope:target_culture)"
1019divide = 0.01
}
}
1022else = {
1023add = {
1024desc = "[target_province_destination.GetName] [target_culture.GetName]"
1025value = 20
}
}
1028if = {
1029limit = {
1030scope:target_province_destination = {
1030has_province_modifier = cultural_intermixing_modifier
}
}
1033add = {
1034desc = "cultural_intermixing_modifier"
1035value = -50
}
}
}
}