
行动
限制宗教人士
我们国家内部的各阶层势力很快就会凋零和削弱,使我们能够对那些掌握地方权力的人施加限制。这必将提高我们在Actor Court Title中的权力地位!
宫廷与外省灾难select trigger
教士阶层potential定义in_game/common/generic_actions/court_and_country_actions.txt:264
265icon = rein_in_burghers
266type = disaster
268ai_tick = monthly
269ai_tick_frequency = 12
271automation_tick = never
272automation_tick_frequency = 12
279allow = {
280scope:actor = {
281estate_power(estate_type:crown_estate) > {
282value = {
283add = "estate_power(estate_type:clergy_estate)"
284divide = 2
285min = 0.2
}
}
}
}
290price = price:rtr_negotiate_with_rebels_price
292cooldown = {
293type = rein_in_clergy_key
294years = 1
}
297select_trigger = {
298looking_for_a = disaster
299name = "choose_disaster" 选择灾难:
300target_flag = recipient
301column = {
302data = name
}
}
310effect = {
311scope:actor = {
312custom_tooltip = {
313text = impose_restrictions_on_clergy_through_event_tt 通过事件,我们将可以限制我们的教士
}
}
}
319ai_will_do = {
320add = 100
}