
결의이번 버전 변경
서방 교회 대분열
가톨릭을 강타한 분열로 교황청이 소모적인 파벌 싸움에 휘말렸습니다!
이전까지 교회가 분열되었던 적이 없던 것은 아니지만, 이번 분열은 그 성격부터 다릅니다. 전임 가톨릭교회 Leader Title이 선종하자, 이탈리아 추기경 파벌은 교황청이 프랑스의 지배하에 들어간 이래로 줄곧 염원해 온 목표를 추진했습니다. 바로 성좌를 다시 자신들의 통제하에 두려고 한 것입니다. 이에 맞서 프랑스 파벌은 새 가톨릭교회 Leader Title이 계속 자신들의 통제하에 있어야 한다고 주장했습니다. 양립할 수 없는 두 파벌의 요구 사이에서 가톨릭 세계는 빠르게 파벌주의로 치닫고 있으며, 가톨릭교회의 선량한 가톨릭 신자들은 목자를 잃은 채 방치되고 말았습니다. 이러한 갈등이 지속되는 한, 신자들은 기존의 권위가 사라진 혼란한 세상을 헤쳐 나가며, 누가 진정한 신의 대리자인지 각자 판단해야 합니다.
추기경의 좌건물effect
로마국가effect
가톨릭교회국가 간 조직체select trigger 1
교황청특별 지위can vote, select trigger 1
서방 교회 대분열상황effect, potentialwestern_schism_vote_weight변수voteswestern_schism_voted_for변수effect정의in_game/common/resolutions/western_schism.txt:1
9allow = {
}
12can_vote = {
13or = {
14scope:recipient = {
}
20is_target_in_global_variable_list = {
21name = western_schism_possible_votes
22target = scope:recipient
}
}
}
27votes = {
28add = {
29desc = "[cardinal_s|e]"
30value = scope:actor.num_cardinals
}
32if = {
34add = {
35desc = accumulated_opinion 누적 우호도
36value = scope:actor.var:western_schism_vote_weight
}
}
}
41vote_ongoing_modifier = {
43monthly_prestige = -0.05
}
53should_finalize_vote = {
54scope:highest_vote >= scope:total_votes_needed
}
57select_trigger = {
58looking_for_a = international_organization
59interaction_source_list = {
}
64target_flag = recipient
65name = "choose_international_organization" 국가 간 조직체 선택:
66column = {
67data = name
}
69visible = {
72trigger_if = {
73limit = {
74exists = scope:actor
}
}
}
82enabled = {
}
}
86select_trigger = {
87looking_for_a = country
88target_flag = vote
89allow_null = no
90allow_self = yes
91source_global_list = western_schism_possible_votes
92name = "select_vote" 투표 방식 선택
93column = {
94data = name
}
96column = {
97data = population
}
99visible = {
}
}
103vote_effect = {
}
112effect = {
113if = {
114limit = {
114exists = scope:vote
}
115if = {
}
}
121else = {
}
}
}
127hidden_effect = {
128if = {
}
132else_if = {
138every_country_in_religion = {
139limit = {
145NOT = {
146has_voted_for = {
147voter = prev
148resolution = resolution:western_schism_resolution
149vote = scope:vote
}
}
}
}
154every_owned_location = {
158destroy_building_forcefully = "building(building_type:seat_of_cardinal|owner)"
}
}
}
162every_country = {
}
}
167else = {
169every_country = {
}
}
}
}
}
180show_message = no
182ai_will_do = {
183if = {
184limit = {
185scope:actor = scope:vote
}
187add = 10000
}
189else_if = {
195add = -20
196add = "scope:actor.opinion(c:PAP)"
197subtract = "scope:actor.opinion(scope:proposer)"
}
199else_if = {
200limit = {
201exists = scope:vote
202scope:vote = scope:proposer
}
205add = -20
206add = "scope:actor.opinion(scope:proposer)"
207subtract = "scope:actor.opinion(c:PAP)"
}
209else = {
211add = "scope:actor.opinion(scope:proposer)"
212subtract = "scope:actor.opinion(c:PAP)"
213abs = 0
214multiply = -1
215add = 20
}
}