
Interaction internationale
Excommunier
Cela va Excommunier son Dirigeant.
Église catholiqueOrganisation internationaleallow, select trigger
Excommunication directe autoriséeType de modificateurallow
Excommunication interditeType de modificateurallow
Est le PapeType de modificateurpotential, select trigger
CatholicismeReligionpotential, select triggerDéfinitionin_game/common/country_interactions/catholic_interactions.txt:171
172type = diplomacy
173price = price:excommunication_price
174category = CATEGORY_PAPAL_ACTIONS
176block_when_at_war = no
178potential = {
179scope:actor = {
}
}
187allow = {
}
192scope:actor = {
193NOT = {
193has_cooldown = excommunicate
}
}
}
197select_trigger = {
198looking_for_a = country
199target_flag = recipient
200name = "choose_country" Sélectionner le Pays :
201column = {
202data = name
}
209enabled = {
210custom_tooltip = {
211text = excommunicate_is_not_resolution_target_tt Country n'est pas encore un pays visé par la Résolution Excommunication
212trigger_if = {
213limit = {
213resolution_is_active = resolution:excommunicate_resolution
}
}
215active_resolution(resolution:excommunicate_resolution) ?= {
216resolution_target(target) != root
}
}
}
}
221scope:actor = {
222opinion = {
223target = root
224value < 0
}
}
}
}
231effect = {
232scope:actor = {
233add_cooldown = {
234type = excommunicate
235years = 20
}
}
}
242ai_will_do = {
243add = 10
244if = {
245limit = {
246scope:actor = {
246is_at_war_with = scope:recipient
}
}
248add = 100
}
251add = {
252value = "scope:actor.opinion(scope:recipient)"
253multiply = -0.25
}
256add = {
257value = "scope:actor.antagonism(scope:recipient)"
258multiply = 0.5
}
261if = {
262limit = {
263scope:actor = {
264is_allied_with = {
264target = scope:recipient
}
}
}
267add = -1000
}
270if = {
271limit = {
272scope:actor = {
273in_union_with = scope:recipient
}
}
276add = -1000
}
}