
Action de conseillerModifié dans cette version
Promouvoir les Institutions
Nous essaierons de promouvoir une Institution dans la Province choisie. C'est le meilleur moyen pour que les Institutions se développent plus rapidement dans notre Pays.
TribuType de régime politiqueallowModificateurs
Définitionin_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" Choisissons la Province dans laquelle promouvoir l'Institution :
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
}
