
Действие
Вклад в армию участника
Воспользоваться казной Concept для инвестиций в вооружённые силы выбранного Concept.
Разблокировка действия «Вклад в армию участника»Тип модификатораselect trigger 1Инвестиции унии в вооружённые силыСтатический модификаторselect trigger 2Определениеin_game/common/generic_actions/unlockable_io_actions.txt:678
679type = internationalorganization
680ai_tick = monthly
681ai_tick_frequency = 12
683automation_tick = never
684automation_tick_frequency = 12
685potential = {
}
687allow = {
}
689select_trigger = {
690looking_for_a = international_organization
691source = actor
692target_flag = recipient
693name = "choose_international_organization" Выберите Concept:
694column = {
695data = name
}
697visible = {
698leader_country ?= scope:actor
699has_enabled_currency = gold
700international_organization_has_leader = yes
}
}
705select_trigger = {
706looking_for_a = country
707source = recipient
708target_flag = target
709name = "choose_country" Выберите Concept:
710column = {
711data = name
}
713visible = {
714root != scope:actor
}
}
718effect = {
725if = {
726limit = {
726exists = scope:target
}
727scope:target = {
732add_country_modifier = {
}
}
}
}
740ai_will_do = {
741add = -25
742add = {
743desc = "BIAS_FROM_RULER_TRAITS"
744value = scope:actor.modifier:bias_for_militarist_policies
745multiply = 5
}
}