
行动本版本新增
军事化国家
召开议会紧急会议,争取对军事建设的支持,获取陆军传统并强化我们经验最丰富的陆军。
议会要求所需支持度修正类型allow
意大利战争局势allow, potential议会通过征兵静态修正allowiw_tension变量allow定义in_game/common/generic_actions/parliament.txt:1001
1002type = parliament
1004sound = PARLIAMENT_ASK_FOR_LARGER_LEVIES
1006ai_tick = daily
1007ai_tick_frequency = 100
1008automation_tick = daily
1009automation_tick_frequency = 7
1010player_automated_category = parliament
1012potential = {
}
1018allow = {
1019scope:actor = {
1020is_active_parliament = yes
1023regular_army_size > 0
}
}
1029effect = {
1030scope:actor = {
1031add_country_modifier = {
}
1037if = {
1038limit = {
1038regular_army_size > 0
}
1039ordered_army = {
1041order_by = num_subunits
1042max = 1
1043check_range_bounds = no
1044save_scope_as = target_army
1045add_unit_modifier = {
1048mode = replace
}
}
}
1052change_parliament_issue_support = {
1054multiply = -1
}
}
}
1059ai_will_do = {
1060add = {
1061value = -25
1062desc = "BASE_VALUE"
}
1064add = {
1065value = situation:italian_wars.var:iw_tension
1066desc = "[situation_tension|e]"
}
1068add = {
1069value = scope:actor.military_strength
1070desc = "military_strength"
}
}