
行动本版本变更
接见天主教代表团
我们可邀请天主教会的使节来到Actor Capital,他们将带来团结宣言以及对妥协的隐晦期待。多数顾问认为,接待该代表团有助于改善与天主教世界的关系,但此举也会引发国内矛盾。
罗马国家effect
凤凰的命运灾难select trigger
教士阶层effect
天主教宗教effect, potential定义in_game/common/generic_actions/D008_fate_of_the_phoenix_actions.txt:187
188type = disaster
194allow = {
195scope:actor = {
196at_war = no
}
}
200automation_tick = never
201automation_tick_frequency = 12
202price = price:fate_of_phoenix_actions_price
204cooldown = {
205type = accept_catholic_delegation
206years = 10
}
209select_trigger = {
210looking_for_a = disaster
211name = "choose_disaster" 选择灾难:
212target_flag = recipient
213column = {
214data = name
}
}
222effect = {
223scope:actor = {
224if = {
226custom_tooltip = {
227text = pops_in_capital_province_convert_catholic_tt 我们在Actor Province的部分信奉Actor Religion的人群将皈依天主教
229capital.province = {
230every_location_in_province = {
231every_pop = {
232limit = {
233religion = scope:actor.religion
234owner = scope:actor
}
}
}
}
}
}
245change_societal_value = {
}
249if = {
255add_estate_satisfaction = {
}
}
261else_if = {
267add_estate_satisfaction = {
}
}
}
275ordered_country_in_religion = {
276limit = {
277is_subject = no
278NOR = {
279is_enemy_of = scope:actor
280is_rival_of = scope:actor
}
282capital = {
282border_distance_to(scope:actor) < 500
}
}
285order_by = total_population
287max = 5
289add_opinion = {
290target = scope:actor
291modifier = opinion_catholic_delegation
}
}
}
}
313ai_will_do = {
314if = {
315limit = {
316scope:actor.government_power > 90
}
319add = {
320value = 5
321desc = "high government power"
}
}
324else = {
325subtract = {
326value = 1
327desc = "low government power"
}
}
}