
Cabinet ActionChanged this version
Reintegrate the Constantinople
When we have retaken a Province within Claims of the Latin Empire, we need to Integrate it before it will be a part of our Country.
Reintegrate Province Cabinet ActionModifier TypepotentialModifiers
Definitionin_game/common/cabinet_actions/lat_reintegrate_province.txt:1
2ability = mil
3allow_multiple = yes
9allow = {
10custom_tooltip = {
11text = location_located_in_frankokratia_region Is a Conquered Location within Claims of the Latin Empire
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" Select the Province to Integrate:
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 Is a Conquered Location within Claims of the Latin Empire
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
}