Запрос дополнительных ополчений
Действие

Запрос дополнительных ополчений

ask_for_larger_leviesin_game/common/generic_actions/parliament.txt:536

В случае успеха представители Parliament Ru GEN обяжут одно из Concept во время призыва предоставить более крупные Concept и Concept.

ТребуетНеобходимый уровень поддержки для просьбы к парламентуТип модификатораallowПарламент одобрил сбор ополченияСтатический модификаторallow

Определениеin_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
550NOT = {
550has_country_modifier = parliament_approved_extra_levies
}
}
}
555effect = {
556scope:actor = {
557add_country_modifier = {
557years = 3
557mode = add_and_extend
}
558change_parliament_issue_support = {
}
}
}
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
}
}
}