
Action
Invite Turkic Migration
By offering incentives such as land grants, tax exemptions, and promises of prosperity, we must actively encourage Turkic communities to settle newly conquered provinces. This policy seeks to enhance our demographic strength and cultural unity.
Rise of the TurksSituationselect trigger 1enable_turkic_migration_variableVariablepotentialstrongest_beylik_variableVariableselect trigger 1Definitionin_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" Choose the 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" Select the Culture to steer towards:
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" Choose a 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 The designated Province will receive Ottomans Culture migrants from another of our Provinces
}
}
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
}
}
}
}