
국가 상호 작용
파문
상대국의 통치자를 파문합니다.
가톨릭교회국가 간 조직체allow, select trigger
직접 파문 허용보정치 유형allow
파문 비활성화보정치 유형allow
교황보정치 유형potential, select trigger
가톨릭종교potential, select trigger정의in_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" 국가 선택:
201column = {
202data = name
}
209enabled = {
210custom_tooltip = {
211text = excommunicate_is_not_resolution_target_tt Country(은)는 아직 파문 결의의 대상이 아닙니다
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
}
}