
Eylem
Türk Göçüne Davet
Toprak hibesi, vergi muafiyeti ve refah vaatleri gibi teşviklerde bulunarak Türk topluluklarını yeni fethettiğimiz vilayetlere yerleştirmeye teşvik etmeliyiz. Bu politika, demografik gücümüzü ve kültürel birliğimizi geliştirmeyi amaçlar.
Türklerin YükselişiDurumselect trigger 1enable_turkic_migration_variableDeğişkenpotentialstrongest_beylik_variableDeğişkenselect trigger 1Tanımin_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" Concept seç:
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" Yönelinecek Concept seç:
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" Bir Vilayet seç
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 Seçilen Vilayet, başka Concept Osmanlı Culture göçebe alır.
}
}
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
}
}
}
}