인물 상호 작용이번 버전 변경
성직자 재배치
해당 인물이 우리 국가를 떠나 다른 국가에 재배치됩니다. 이에 드는 비용은 인물의 종합 능력에 따라 달라지며, 해당 인물의 군사 능력은 재배치되는 국가에 구축될 첩보망의 수준을 결정합니다.
성직자계층select trigger 1
성직자 재배치 가능보정치 유형potential
가톨릭종교potential, select trigger 1, select trigger 2
서방 교회 대분열상황allow3message = yes
15ai_tick = daily
16ai_tick_frequency = 100
18allow = {
}
26select_trigger = {
27looking_for_a = character
28target_flag = recipient
29name = "choose_character" 인물 선택:
30column = {
31data = name
}
33visible = {
}
38enabled = {
39is_adult = yes
40is_ruler = no
}
}
44select_trigger = {
45looking_for_a = country
46target_flag = target
47name = "pap_reassign_cleric_select_title" 재배치될 Country 선택
48none_available_msg_key = "pap_reassign_cleric_no_countries"
49allow_self = yes
50column = {
51data = name
}
53column = {
54data = population
}
56visible = {
57NOT = {
57this = scope:recipient.owner
}
58OR = {
59this = scope:actor
60AND = {
62capital = {
62is_discovered_by = scope:actor
}
63within_diplomatic_range = scope:actor
}
}
}
}
69effect = {
70scope:recipient = {
71move_country = scope:target
72owner = {
73if = {
74limit = {
74this != scope:actor
}
75add_opinion = {
76target = scope:actor
77modifier = opinion_pap_reassign_cleric_negative
}
}
}
}
83scope:target ?= {
84if = {
85limit = {
85this != scope:actor
}
86add_opinion = {
87target = scope:actor
88modifier = opinion_pap_reassign_cleric_positive
}
90scope:actor = {
91add_spy_network = {
92target = scope:target
93value = {
94value = 0.25
95multiply = scope:recipient.mil
}
}
}
}
}
102scope:actor = {
}
110add_reform_desire = {
112multiply = scope:recipient.pap_reassign_cleric_score_multiplier
}
}
}
117ai_will_do = {
121if = {
122limit = {
123OR = {
125scope:recipient.owner = {
126any_character = {
129is_adult = yes
130is_ruler = no
131count <= 1
}
}
135scope:target = {
136any_character = {
139is_adult = yes
140is_ruler = no
141count >= 1
}
}
}
}
146value = -1
}
148else = {
149value = 10
}
}