
행동이번 버전 신규
국가 군대화
의회에 비상 군비 증강을 지원하도록 촉구해, 지상군 전통을 획득하는 동시에 가장 숙련된 지상군을 단련시킵니다.
의회 요청 시 쟁점 지지도 필요량보정치 유형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"
}
}