
행동이번 버전 신규
관구 직위 축소
우리 관구는 서로의 발목을 잡는 수많은 직위와 행정직에 얽매여 비효율적으로 변하고 말았습니다. 관구 직위를 축소하면 관구의 효율성을 확보할 수 있을 뿐만 아니라, 관구장으로서 우리의 입지를 굳건히 다질 수 있습니다. 그러나 이러한 직위의 중앙 집중화는 관구 구성국들에게 환영받지 못할 것이며, 관구 만족도를 저하시킬 것입니다.
신성 로마 제국국가 간 조직체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
}
}