
Ülke Etkileşimi
Aforoz Et
Bu eylem, Concept Concept edilmesini sağlar.
Katolik KilisesiUluslararası Teşkilatallow, select trigger
Doğrudan Aforoza İzin VerilirEtken Türüallow
Aforoz Devre DışıEtken Türüallow
Papa OlurEtken Türüpotential, select trigger
KatoliklikDinpotential, select triggerTanımin_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" Concept seç:
201column = {
202data = name
}
209enabled = {
210custom_tooltip = {
211text = excommunicate_is_not_resolution_target_tt Country, hâlihazırda bir Aforoz Concept hedefi değil
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
}
}