
Situation
Konzil von Trient
Das in Trent ansässige Konzil von Trient ist der Katholische Versuch, die Die Reformation aufzuhalten und die Gesetze und Richtlinien der Katholischen Kirche zu überarbeiten. Während dieser Zeit können wichtige Reformen von jedem Mitglied der Kirche vorgeschlagen werden, obwohl die tatsächliche Macht – falls solche Debatten stattfinden – in den Händen von Kurie und Rom bleibt.
Katholische KircheZusammenschlusscan end, can start, on monthly
KatholizismusReligioncan start, on ended, visibleDefinitionin_game/common/situations/council_of_trent.txt:1
3hint_tag = hint_council_of_trent
4international_organization_type = catholic_church
5voters = council_of_trent_voters
6can_start = {
8current_year >= 1530
10OR = {
15AND = {
16current_year >= 1545
17current_year <= 1563
}
}
}
25can_end = {
26OR = {
}
}
39on_start = {
48every_international_organization_member = {
49limit = {
50NOT = {
50is_leader_of_international_organization = PREV
}
}
}
54every_international_organization_member = {
55add_to_global_variable_list = {
55name = council_of_trent_voters
55target = this
}
}
59every_current_policy_in_international_organization = {
60if = {
61limit = {
61has_tag = pro_reformation
}
63if = {
64limit = {
64has_tag = pro_reformation_severe
}
}
}
68else_if = {
69limit = {
69has_tag = anti_reformation
}
71if = {
72limit = {
72has_tag = anti_reformation_severe
}
}
}
76if = {
77limit = {
77has_tag = conciliatory_policy
}
}
80else_if = {
81limit = {
81has_tag = harsh_policy
}
}
}
}
86every_country = {
}
}
91on_monthly = {
92clear_global_variable_list = council_of_trent_voters
93clear_global_variable_list = council_of_trent_voting_for_debate
94clear_global_variable_list = council_of_trent_voting_against_debate
95clear_global_variable_list = council_of_trent_unvoters
97if = {
98limit = {
98resolution_is_active = resolution:policy_vote
}
99every_international_organization_member = {
100if = {
101limit = {
103has_voted_for = {
104voter = prev
105resolution = resolution:policy_vote
}
}
}
110add_to_global_variable_list = {
110name = council_of_trent_voting_for_debate
110target = this
}
}
112else_if = {
113limit = {
115has_voted = {
116voter = prev
117resolution = resolution:policy_vote
}
}
}
121add_to_global_variable_list = {
121name = council_of_trent_voting_against_debate
121target = this
}
}
123else_if = {
124limit = {
}
}
132add_to_global_variable_list = {
132name = council_of_trent_voters
132target = this
}
}
134else = {
135add_to_global_variable_list = {
135name = council_of_trent_unvoters
135target = this
}
}
}
}
139leader_country ?= {
}
}
}
147on_ended = {
152every_current_policy_in_international_organization = {
153if = {
154limit = {
154has_tag = pro_reformation
}
156if = {
157limit = {
157has_tag = pro_reformation_severe
}
}
}
161else_if = {
162limit = {
162has_tag = anti_reformation
}
164if = {
165limit = {
165has_tag = anti_reformation_severe
}
}
}
169if = {
170limit = {
170has_tag = conciliatory_policy
}
}
173else_if = {
174limit = {
174has_tag = harsh_policy
}
}
}
178set_variable = {
}
182change_variable = {
}
}
187every_country = {
}
191clear_global_variable_list = council_of_trent_voters
192clear_global_variable_list = council_of_trent_voting_for_debate
193clear_global_variable_list = council_of_trent_voting_against_debate
194clear_global_variable_list = council_of_trent_unvoters
202clear_variable_list = law_debate_cooldowns
203clear_variable_list = ai_law_vote_cooldowns
}
}
206tooltip = {
207if = {
208limit = {
209has_owner = yes
210is_target_in_global_variable_list = {
211name = council_of_trent_voting_for_debate
212target = root.owner
}
}
215custom_tooltip = "COUNCIL_OF_TRENT_FAVORS_LAW_REFORM"
}
217else_if = {
218limit = {
219has_owner = yes
220is_target_in_global_variable_list = {
221name = council_of_trent_voting_against_debate
222target = root.owner
}
}
225custom_tooltip = "COUNCIL_OF_TRENT_REJECTS_LAW_REFORMS"
}
227else_if = {
228limit = {
229has_owner = yes
230is_target_in_global_variable_list = {
231name = council_of_trent_unvoters
232target = root.owner
}
}
235custom_tooltip = "COUNCIL_OF_TRENT_FAVORS_HAS_YET_TO_VOTE"
}
}
238map_color = {
239if = {
240limit = {
241has_owner = yes
242is_target_in_global_variable_list = {
243name = council_of_trent_voting_for_debate
244target = root.owner
}
}
247value = cot_conciliatory_color
}
249else_if = {
250limit = {
251has_owner = yes
252is_target_in_global_variable_list = {
253name = council_of_trent_voting_against_debate
254target = root.owner
}
}
257value = cot_belligerent_color
}
259else_if = {
260limit = {
261has_owner = yes
262is_target_in_global_variable_list = {
263name = council_of_trent_unvoters
264target = root.owner
}
}
267value = define:NMapColors|DEFAULT_COLOR
}
}
271legend_key = {
272desc = "belligerent_focus"
273color = cot_belligerent_color
274require_color_on_map = yes
}
276legend_key = {
277desc = "conciliatory_focus"
278color = cot_conciliatory_color
279require_color_on_map = yes
}