
Aktion
Um größere Aufgebote bitten
Die Stände unserer Volksvertretung (Player Parliament) bitten, größere Armeeaufgebote und Marineaufgebote zur Verfügung zu stellen, wenn man sie dazu auffordert.
Erforderliche Debattenunterstützung (Parlamentsbitte)ModifikatorartallowParlament bestätigte AufgeboteStatischer ModifikatorallowDefinitionin_game/common/generic_actions/parliament.txt:536
537type = parliament
539sound = PARLIAMENT_ASK_FOR_LARGER_LEVIES
541ai_tick = daily
542ai_tick_frequency = 100
543automation_tick = daily
544automation_tick_frequency = 7
545player_automated_category = parliament
547allow = {
548scope:actor = {
549is_active_parliament = yes
}
}
555effect = {
556scope:actor = {
557add_country_modifier = {
}
558change_parliament_issue_support = {
560multiply = -1
}
}
}
565ai_will_do = {
567subtract = {
568value = 1
}
572add = {
573if = {
574limit = {
575scope:actor = {
576OR = {
577is_in_losing_war = yes
578AND = {
579at_war = yes
580stability >= 10
}
}
}
}
585value = 2
}
}
}