
KabinettsaktionIn dieser Version geändert
Konstantinopel wiedereingliedern
Sobald wir eine Provinz innerhalb dessen, was Ansprüche des Lateinischen Kaiserreichs sind, zurückerobert haben, müssen wir sie Concept, damit sie Teil unseres Concept wird.
Kabinettsaktion „Provinzreintegration“ModifikatorartpotentialModifikatoren
Definitionin_game/common/cabinet_actions/lat_reintegrate_province.txt:1
2ability = mil
3allow_multiple = yes
9allow = {
10custom_tooltip = {
11text = location_located_in_frankokratia_region Ist ein Concept Ort innerhalb dessen, was Ansprüche des Lateinischen Kaiserreichs sind
12any_province = {
13any_location_in_province = {
14is_in_scripted_geography = scripted_geography:frankokratia_geography
15integration_level = conquered
}
}
}
}
21select_trigger = {
22looking_for_a = province
23source = actor
24target_flag = target
25name = "integrate_province_select_province" Die Provinz zur Concept auswählen:
26none_available_msg_key = "integrate_province_no_provinces"
27column = {
28data = name
}
30column = {
31data = integration
}
33column = {
34data = population
}
36visible = {
37NOT = {
37interaction_target = target
}
}
38custom_tooltip = {
39text = location_located_in_frankokratia_region Ist ein Concept Ort innerhalb dessen, was Ansprüche des Lateinischen Kaiserreichs sind
40any_location_in_province = {
41is_in_scripted_geography = scripted_geography:frankokratia_geography
42integration_level = conquered
}
}
}
46map_color = {
47lerp = {
50factor = integration_progress
}
}
}
55is_finished = {
56scope:target = {
57any_location_in_province = {
58OR = {
59integration_level = integrated
60integration_level = core
}
62count = all
}
}
}
71progress = {
72scope:target = {
73value = province_average_integration
}
}
77map_marker = {
78show_for_owner = yes
}