
决议本版本变更
西方教会大分裂
天主教正经历一场史无前例的分裂危机,整个教廷陷入了激烈的派系斗争之中!
尽管天主教会在历史上也曾出现过分裂局面,但当前的危机却展现出迥然不同的特征。随着前任天主教会 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
}
}