
AktionNeu in dieser Version
Nation militarisieren
Ruft das Parlament auf, einem Notaufbau des Militärs zuzustimmen: Gewährt Armeetradition und härtet unsere erfahrenste Armee ab.
Erforderliche Debattenunterstützung (Parlamentsbitte)Modifikatorartallow
ItalienkriegeSituationallow, potentialParlament bestätigte AufgeboteStatischer Modifikatorallowiw_tensionVariableallowDefinitionin_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"
}
}