
Action
Ask for Larger Levies
Asking the Estates of our Player Parliament to provide larger Army Levies and Naval Levies when called upon.
Parliament Request Issue Support NeededModifier TypeallowParliament Approved LeviesStatic ModifierallowDefinitionin_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
}
}
}