
내각 행동
롬바르드 영유권 병합
롬바르드 왕국의 옛 땅을 통합하려는 우리의 목표는 고귀하고 정당하다 할 수 있습니다.
밀라노국가potentialNMapColors|MAP_COLOR_HIGH정의값select triggerNMapColors|MAP_COLOR_LOW정의값select triggerlombard_ambitions_variable변수potential보정치
정의in_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" 병합할 지방 선택:
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
}


