
Interaction internationaleModifié dans cette version
Demander le divorce
Cela lui demandera l'autorisation pour que notre Dirigeant puisse divorcer de son Époux.
Est le PapeType de modificateurpotential, select trigger
CatholicismeReligionaccept, potential
ChristianismeGroupe de religionsacceptDéfinitionin_game/common/country_interactions/catholic_interactions.txt:2
3type = diplomacy
4price = price:request_divorce_price
5category = CATEGORY_PAPAL_ACTIONS
15potential = {
17has_global_variable_list = pope_countries
}
25allow = {
26scope:actor = {
27ruler ?= {
28is_married = yes
29is_alive = yes
30exists = first_spouse
31owner = scope:actor
}
}
}
36cooldown = {
37type = request_divorce
38years = 10
}
41select_trigger = {
42looking_for_a = country
43target_flag = recipient
44source_global_list = pope_countries
45name = "choose_country" Sélectionner le Pays :
46column = {
47data = name
}
52enabled = {
53NOT = {
53is_at_war_with = scope:actor
}
}
}
57effect = {
58scope:actor = {
58ruler = {
58divorce_character = first_spouse
}
}
}
60ai_will_do = {
63add = 90
64add = {
65if = {
66limit = {
67scope:actor = {
}
}
75value = 100
}
}
79add = {
80if = {
87value = -150
}
}
91add = {
92if = {
93limit = {
94scope:actor = {
95ruler = {
96first_spouse = {
96is_pregnant = yes
}
}
}
}
100value = -200
}
}
104add = {
105if = {
106limit = {
107scope:actor = {
108ruler = {
108age_in_years > 55
}
}
}
111value = -150
}
}
}
115accept = {
116if = {
117limit = {
118scope:actor = {
119ruler = {
120first_spouse = {
}
}
}
}
127add = {
128desc = DIPLOREASON_HERETICAL_SPOUSE Époux hérétique
129value = 100
}
}
132if = {
133limit = {
134scope:actor = {
135ruler = {
136first_spouse = {
}
}
}
}
143add = {
144desc = DIPLOREASON_HEATHEN_SPOUSE Époux païen
145value = 200
}
}
}
152reject_effect = {
153hidden_effect = {
154scope:actor = {
155add_cooldown = {
156type = request_divorce
157years = 5
}
}
}
}
162diplo_chance = {
163base = -25
164opinion = 0.2
165diplomatic_reputation = 3
166trust_in_actor = 0.2
}