
Action
Challenge Bureaucratic Entrenchment
Through sheer statecraft and oratory brilliance, utilize our accumulated favor in the Actor Parliament to push against entrenched bureaucracies within our Actor Flavor Rank.
Parliament AbolishedModifier Typeallow
Parliament Request Issue Support NeededModifier TypeallowBureaucratic Spending ReformsStatic ModifiereffectDefinitionin_game/common/generic_actions/parliament.txt:844
845type = parliament
847ai_tick = never
849potential = {
850scope:actor = {
851any_current_bureaucracy = {
851count > 0
}
}
}
855allow = {
856scope:actor = {
857is_active_parliament = yes
}
}
864select_trigger = {
865looking_for_a = bureaucracy
866interaction_source_list = {
867scope:actor = {
868every_current_bureaucracy = {
870add_to_list = source
}
}
}
874target_flag = target_bureaucracy
875name = "select_bureaucracy" Select a Bureaucracy
876none_available_msg_key = "no_bureaucracies_available"
877column = {
877data = name
}
}
880effect = {
881if = {
882limit = {
882exists = scope:target_bureaucracy
}
}
887else = {
887custom_tooltip = selected_bureaucracy_entrenchment_extreme_bonus_tt The selected Bureaucracy will have its Entrenchment reduced by entrenchment extreme bonus
}
888if = {
889limit = {
}
894scope:actor = {
895add_country_modifier = {
898mode = replace
899size = {scales the modifier
900value = 1
901if = {
902limit = {
902exists = scope:target_bureaucracy
}
903add = {
904value = scope:target_bureaucracy.entrenchment
905multiply = 0.01
906desc = current_entrenchment_of_selected_bureaucracy_desc Current Entrenchment of the selected Bureaucracy
}
}
}
}
}
}
913scope:actor = {
914change_parliament_issue_support = {
916multiply = -1
}
}
}
921ai_will_do = {
922add = {
923value = 25
924desc = BASE_VALUE
}
927if = {
928limit = {
928exists = scope:target_bureaucracy
}
929add = {
930value = scope:target_bureaucracy.entrenchment
931desc = "[target_bureaucracy.GetName] entrenchment"
}
}
}