
Interaction internationale
Imposer la religion
Nous demanderons à ce pays d'adopter la religion Actor Religion.
Conversion interditeType de modificateurselect triggerDéfinitionin_game/common/country_interactions/enforce_religion.txt:1
3type = subject
4category = CATEGORY_SUBJECT_ACTIONS
6potential = {
}
9allow = {
}
12cooldown = {
13type = enforce_religion
14years = 10
}
17select_trigger = {
18looking_for_a = country
19interaction_source_list = {
20scope:actor = {
21every_subject = {
22add_to_list = source
}
}
}
26target_flag = recipient
27name = "choose_country" Sélectionner le Pays :
28column = {
29data = name
}
31visible = {
32not = {
32religion = scope:actor.religion
}
}
34enabled = {
37dependency_length_days = {
38target = scope:actor
}
41trigger_if = {
42limit = {
44has_reform = government_reform:military_order_reform
}
46overlord = {
46has_reform = government_reform:military_order_reform
}
}
}
}
54effect = {
55if = {
56limit = {
56exists = scope:recipient
}
}
}
67ai_will_do = {
68if = {
69limit = {
70scope:actor = {
71at_war = no
}
}
74add = {
75value = 10
}
}
}