
Cabinet Action
Integrate Lombard Claims
Our quest to unite the former lands of the Lombard Kingdom is but a noble and legitimate one.
MilanCountrypotentialNMapColors|MAP_COLOR_HIGHDefineselect triggerNMapColors|MAP_COLOR_LOWDefineselect triggerlombard_ambitions_variableVariablepotentialModifiers
Province modifier
Location modifier
Definitionin_game/common/cabinet_actions/mlo_restore_kingdom_lombardy.txt:1
7ability = mil
8allow_multiple = yes
10allow = {
11any_province = {
12area = {
13OR = {
14this = area:lombardy_area
15this = area:emilia_area
16this = area:piemonte_area
17this = area:liguria_area
18this = area:veneto_area
19this = area:tuscany_area
}
}
22any_location_in_province = {
23integration_level = conquered
}
}
}
28select_trigger = {
29looking_for_a = province
30source = actor
31target_flag = target
32name = "integrate_province_select_province" Select the Province to Integrate:
33none_available_msg_key = "integrate_province_no_provinces"
34column = {
35data = name
}
37column = {
38data = integration
}
40column = {
41data = population
}
43visible = {
44NOT = {
44interaction_target = target
}
}
45any_location_in_province = {
46integration_level = conquered
}
}
49map_color = {
50lerp = {
53factor = integration_progress
}
}
}
58is_finished = {
59scope:target = {
60any_location_in_province = {
61OR = {
62integration_level = integrated
63integration_level = core
}
65count = all
}
}
}
79progress = {
80scope:target = {
81value = province_average_integration
}
}
85map_marker = {
86show_for_owner = yes
}


