
결의
십자군 참가 요청
교황 성하께서 다시 한번 신도들에게 그리스도의 적에 맞서 싸울 것을 요청하셨습니다. 새로운 십자군으로 다시금 모여 교회와 성좌를 위해 피를 흘릴 때가 찾아온 것입니다. 데우스 불트! 신께서 바라신다!
가톨릭교회국가 간 조직체allow, can vote, select trigger 1
교황청특별 지위can vote
교황청 행동 차단보정치 유형allow
가톨릭종교allow정의in_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" 국가 간 조직체 선택:
59column = {
60data = name
}
65enabled = {
}
}
69select_trigger = {
70looking_for_a = country
71target_flag = target
72name = "crusade_select_country" 십자군 전쟁 대상 국가 선택
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" 투표 방식 선택
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)"
}