
Interação de País
Mudar Política
Exigiremos que adotem nossa Política!
Definiçãoin_game/common/country_interactions/change_subject_policy.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5potential = {
}
8allow = {
}
11select_trigger = {
12looking_for_a = country
13interaction_source_list = {
14scope:actor = {
15every_subject = {
16add_to_list = source
}
}
}
20target_flag = recipient
21name = "choose_country" Escolha o País:
22none_available_msg_key = "no_countries_available"
23column = {
24data = name
}
26visible = {
27any_possible_policy = {
28is_fully_implemented_in = scope:actor
}
}
31enabled = {
}
}
37select_trigger = {
38looking_for_a = policy
39interaction_source_list = {
40scope:actor = {
41every_current_policy = {
42add_to_list = source
}
}
}
46target_flag = target
47name = "enact_policy_select_policy" Selecione a Política para a Lei:
48none_available_msg_key = "no_valid_policies"
49column = {
50data = name
}
52visible = {
53scope:recipient = {
54any_possible_policy = {
55this = root
}
}
}
59enabled = {
}
}
63effect = {
64scope:recipient = {
65if = {
66limit = {
66exists = scope:target
}
67add_policy = scope:target
}
69else = {
70custom_tooltip = {
71text = change_subject_policy_of_our_choice_tt Promulga uma Política da nossa escolha para uma das Leis deles
}
}
74add_country_modifier = {
}
}
}