
行动本版本新增
精简行政圈头衔
我们的行政圈效率日渐低下,因头衔和行政职位相互掣肘而纠缠不清。精简头衔不仅能确保行政圈的运作效率,还能巩固我们的领袖地位。但这种头衔的集中化不会受到行政圈成员的欢迎,将导致他们满意度降低。
神圣罗马帝国国际组织potential定义in_game/common/generic_actions/hre_circle_actions.txt:291
292type = owncountry
294imperial_circle_action = yes
295icon = circle_leader_action
297show_in_gui_list = no
304select_trigger = {
305show_if = {
305NOT = {
305exists = scope:target
}
}
306looking_for_a = imperial_circle
307target_flag = target
308interaction_source_list = {
309scope:actor = {
310every_imperial_circle_country_is_member_of = {
311add_to_list = source
}
}
}
315name = "choose_circle" 选择帝国行政圈
316column = {
316data = name
}
}
319potential = {
320scope:actor = {
321is_imperial_circle_leader = yes
322is_member_of_circle = scope:target
}
}
327allow = {
328scope:actor = {
329government_power >= 95
}
}
333effect = {
334scope:actor = {
335every_imperial_circle_country_is_member_of = {
336add_circle_satisfaction = -5
}
342custom_tooltip = {
343text = reduction_of_circle_titles_tt 我们会获得精简行政圈头衔,所有行政圈成员对我们的好感会Opinion Reduction Of Circle Titles。行政圈满意度会降低5。
345every_imperial_circle_country_is_member_of = {
346every_circle_member = {
347limit = {
348NOT = {
348this = scope:actor
}
}
350add_opinion = {
351target = scope:actor
352modifier = opinion_reduction_of_circle_titles
}
}
}
}
}
}
360ai_will_do = {
361add = {
361value = -20
}
}