
Résolution
Appeler à la croisade
Sa Sainteté le Pape a de nouveau appelé les fidèles à marcher contre les ennemis du Christ. Nous devons à nouveau nous rassembler et saigner pour l'Église et le Saint-Siège dans cette nouvelle croisade. Deus Vult !
Église catholiqueOrganisation internationaleallow, can vote, select trigger 1
CurieStatut spécialcan vote
Actions de la Curie bloquéesType de modificateurallow
CatholicismeReligionallowDéfinitionin_game/common/resolutions/call_crusade.txt:1
10allow = {
11scope:actor ?= {
}
20OR = {
21scope:actor = {
21is_subject = no
}
22resolution_is_active = resolution:call_crusade
}
}
25scope:actor = {
26has_regent = no
}
}
30can_vote = {
}
}
39votes = {
40add = {
41desc = "[cardinal_s|e]"
42value = scope:actor.num_cardinals
}
}
46proposal_price = price:propose_curia_action
48months = 6
50cooldown = {
51type = recently_called_crusade
52years = 10
}
55select_trigger = {
56looking_for_a = international_organization
57target_flag = recipient
58name = "choose_international_organization" Sélectionner l'Organisation internationale :
59column = {
60data = name
}
65enabled = {
}
}
69select_trigger = {
70looking_for_a = country
71target_flag = target
72name = "crusade_select_country" Sélectionner un pays à cibler pour une Croisade
73none_available_msg_key = "call_crusade_no_countries"
74column = {
75data = name
}
77column = {
78data = population
}
80visible = {
82OR = {
84NOT = {
84exists = scope:actor
}
85scope:actor ?= {
86not = {
86is_at_war_with = root
}
87not = {
87has_truce_with = root
}
}
}
}
}
94select_trigger = {
95looking_for_a = boolean
96target_flag = vote
97name = "select_vote" Choisissez votre vote
98column = {
99data = name
}
101visible = {
}
103enabled = {
104trigger_if = {
105limit = {
106root = no
}
109scope:recipient = {
110resolution_is_active = resolution:call_crusade
}
}
113trigger_else = {
114always = yes
}
}
}
119vote_effect = {
120if = {
121limit = {
122scope:vote = yes
}
124add_to_global_variable_list = {
125name = pope_crusaders
126target = this
}
}
129else = {
130remove_list_global_variable = {
131name = pope_crusaders
132target = this
}
}
}
137abstain_effect = {
138remove_list_global_variable = {
139name = pope_crusaders
140target = this
}
}
144effect = {
149clear_global_variable_list = pope_crusaders
}
152reject_effect = {
157clear_global_variable_list = pope_crusaders
}
160ai_will_do = {
161scope:proposer ?= {
164if = {
165limit = {
166at_war = yes
}
168subtract = {
169desc = "AT_WAR_TRIGGER"
170value = 100
}
}
}
174scope:actor = {
175if = {
176limit = {
177is_at_war_with = scope:target
}
179add = {
180desc = "IS_AT_WAR"
181value = 20
}
}
184if = {
185limit = {
186is_fighting_war_together_with = scope:target
}
188add = {
189desc = "IS_AT_WAR"
190value = -20
}
}
193add = {
194desc = "OPINION_OF_TARGET"
195value = "opinion(scope:target)"
196multiply = -0.1
}
198if = {
199limit = {
200scope:actor != scope:proposer
}
202add = {
203desc = "game_concept_opinion"
204value = "opinion(scope:proposer)"
205multiply = 0.2
}
}
208add = {
209desc = "RELATIVE_STRENGTH_OF_ACTOR_TO_TARGET"
210value = "relative_strength(scope:target)"
211add = -0.60
212multiply = 200
}
}
216if = {
217limit = {
218exists = scope:proposer
}
220if = {
221limit = {
222scope:vote = no
}
224multiply = {
225desc = "BIAS_FOR_VOTE_AGAINST_IT"
226value = -1
}
}
}
}
231ai_proposer_risk = {
232value = "scope:actor.currency_utility(prestige|-20)"
}