Просьба о разводе
Взаимодействие с державойИзменено в этой версии

Просьба о разводе

request_divorcein_game/common/country_interactions/catholic_interactions.txt:2

Мы попросим у них разрешения расторгнуть Concept нашего Concept.

ТребуетПапаТип модификатораpotential, select triggerКатоличествоРелигияaccept, potentialХристианствоРелигиозная группаaccept

Определениеin_game/common/country_interactions/catholic_interactions.txt:2

3type = diplomacy
4price = price:request_divorce_price
5category = CATEGORY_PAPAL_ACTIONS
9ai_prerequisite = {
10ruler.first_spouse ?= {
11NOT = {
11religion = religion:catholic
}
}
}
15potential = {
17has_global_variable_list = pope_countries
18scope:actor = {
19religion = religion:catholic
21exists = ruler
}
}
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" Выберите Concept:
46column = {
47data = name
}
49visible = {
}
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 = {
68ruler = {
69first_spouse = {
70NOT = {
70religion.group = religion_group:christian
}
}
}
}
}
75value = 100
}
}
79add = {
80if = {
81limit = {
82scope:actor = {
83has_heir = yes
84heir ?= {
84religion = religion:catholic
}
}
}
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 = {
121NOT = {
121religion = religion:catholic
}
122religion.group = religion_group:christian
}
}
}
}
127add = {
128desc = DIPLOREASON_HERETICAL_SPOUSE Concept с еретиком
129value = 100
}
}
132if = {
133limit = {
134scope:actor = {
135ruler = {
136first_spouse = {
137NOT = {
137religion = religion:catholic
}
138NOT = {
138religion.group = religion_group:christian
}
}
}
}
}
143add = {
144desc = DIPLOREASON_HEATHEN_SPOUSE Concept с язычником
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
}