
Cabinet Action
Aid Constantinople
This will set our Cabinet to develop Constantinople and its Province, ensuring it stays as the jewel of our nation.
Modifiers
Definitionin_game/common/cabinet_actions/aid_constantinople.txt:1
2ability = adm
3allow_multiple = no
4icon = develop_province
5potential = {
7location:constantinople = {
8is_capital = yes
9owner = root
}
}
12allow = {
14location:constantinople = {
15is_capital = yes
16owner = root
}
}
20select_trigger = {
21looking_for_a = province
22source = actor
23target_flag = target
24name = "byz_aid_constantinople_action_select_province" Select a Province to Promote in:
25none_available_msg_key = "byz_aid_constantinople_action_no_provinces"
26column = {
27data = name
}
29column = {
30data = primary_culture_percentage
}
32column = {
33data = population
}
35visible = {
36any_location_in_province = {
37is_capital = yes
}
}
}
42location_modifier = {
}


