
Cabinet ActionChanged this version
Foster Institutions
This focuses our cabinet on speeding the spread of an Institution that is already reaching the selected Province through trade, neighboring lands, or our market. It hastens adoption where an institution has begun to take root, but cannot conjure one in a Province it has yet to reach.
TribeGovernment TypeallowModifiers
Definitionin_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" Select the Province in which to foster Institution spread
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
}
