
내각 행동이번 버전 변경
제도 장려
선택한 지방에서 제도를 장려합니다. 국가의 제도를 더 빠르게 확산할 수 있는 주요 수단입니다.
부족정부 유형allow보정치
제도 성장+50%
정의in_game/common/cabinet_actions/study_institutions.txt:1
2ability = adm
4potential = {
5num_locations > 0
}
12select_trigger = {
13looking_for_a = province
14source = actor
15target_flag = target
16name = "study_institutions_select_province" 제도를 장려 지방 선택:
17none_available_msg_key = "study_institutions_no_provinces"
18column = {
19data = name
}
21column = {
22data = institutions
}
24column = {
25data = population
}
27visible = {
28has_possible_institution_spawn = yes
29any_location_in_province = {
30integration_level = core
31count = all
}
33NOT = {
33interaction_target = target
}
}
}
35map_color = {
36if = {
37limit = {
38province.province_possible_institutions > 0
}
}
}
}
48is_finished = {
49scope:target ?= {
50has_possible_institution_spawn = no
}
}
58map_marker = {
59show_for_owner = yes
}