
ActionNew this version
Reduction of Circle Titles
Our circle has grown inefficient and entangled in titles and administrative positions which are able to block each other. Performing a reduction of the titles would not only ensure the efficiency of our circle, but also solidify our position as leader. Such centralization of titles would not be well received by our circle members, and would lower their satisfaction.
Holy Roman EmpireInternational OrganizationpotentialDefinitionin_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" Choose Imperial 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 We will gain Reduced Circle Titles, while every circle member will gain Opinion Reduction Of Circle Titles Opinion of us. The Circle Satisfaction will be reduced by 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
}
}