
ActionChanged this version
Accept Catholic Delegation
Delegates from the Catholic Church may be invited to Actor Capital, bearing words of unity and quiet expectations of compromise. According to many of our advisors, hosting these delegates may improve relations with the Catholic world, but such gestures are not without domestic tension.
RomeCountryeffect
Fate of the PhoenixDisasterselect trigger
ClergyEstateeffect
CatholicismReligioneffect, potentialDefinitionin_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:187
188type = disaster
194allow = {
195scope:actor = {
196at_war = no
}
}
200automation_tick = never
201automation_tick_frequency = 12
202price = price:fate_of_phoenix_actions_price
204cooldown = {
205type = accept_catholic_delegation
206years = 10
}
209select_trigger = {
210looking_for_a = disaster
211name = "choose_disaster" Choose the Disaster:
212target_flag = recipient
213column = {
214data = name
}
}
222effect = {
223scope:actor = {
224if = {
226custom_tooltip = {
227text = pops_in_capital_province_convert_catholic_tt Some of our Pops that follow Actor Religion in Actor Province will embrace Catholicism
229capital.province = {
230every_location_in_province = {
231every_pop = {
232limit = {
233religion = scope:actor.religion
234owner = scope:actor
}
}
}
}
}
}
245change_societal_value = {
}
249if = {
255add_estate_satisfaction = {
}
}
261else_if = {
267add_estate_satisfaction = {
}
}
}
275ordered_country_in_religion = {
276limit = {
277is_subject = no
278NOR = {
279is_enemy_of = scope:actor
280is_rival_of = scope:actor
}
282capital = {
282border_distance_to(scope:actor) < 500
}
}
285order_by = total_population
287max = 5
289add_opinion = {
290target = scope:actor
291modifier = opinion_catholic_delegation
}
}
}
}
313ai_will_do = {
314if = {
315limit = {
316scope:actor.government_power > 90
}
319add = {
320value = 5
321desc = "high government power"
}
}
324else = {
325subtract = {
326value = 1
327desc = "low government power"
}
}
}