
行动
挑战官僚部门固化
凭借卓越的治国才能和出色的演讲技巧,利用我们在Actor Parliament中积累的支持,推动改革Actor Flavor Rank内部固化的官僚部门。
禁止召开议会修正类型allow
议会要求所需支持度修正类型allow官僚支出改革静态修正effect定义in_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" 选择官僚部门
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 选中的官僚部门固化将减少entrenchment extreme bonus
}
888if = {
889limit = {
}
894scope:actor = {
895add_country_modifier = {
898mode = replace
899size = {缩放修正
900value = 1
901if = {
902limit = {
902exists = scope:target_bureaucracy
}
903add = {
904value = scope:target_bureaucracy.entrenchment
905multiply = 0.01
906desc = current_entrenchment_of_selected_bureaucracy_desc 选中的官僚部门的当前固化
}
}
}
}
}
}
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"
}
}
}