
内閣アクションこのバージョンで変更
コンスタンティノープルを再統合
ラテン帝国の主張で取り戻した州を国家に編入するには、そのProvinceを統合する必要がある。
内閣アクション「州の再統合」補正タイプpotential補正
統合速度+1.5
定義in_game/common/cabinet_actions/lat_reintegrate_province.txt:1
2ability = mil
3allow_multiple = yes
9allow = {
10custom_tooltip = {
11text = location_located_in_frankokratia_region ラテン帝国の主張内の征服済みロケーションである
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" 以下から統合する州を選択する:
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 ラテン帝国の主張内の征服済みロケーションである
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
}