
Действие
Вклад в экономику участника
Воспользоваться казной Concept для инвестиций в экономику выбранного Concept.
Разблокировка действия «Вклад в экономику участника»Тип модификатораselect trigger 1Инвестиции унии в экономикуСтатический модификаторselect trigger 2Определениеin_game/common/generic_actions/unlockable_io_actions.txt:534
535type = internationalorganization
536ai_tick = monthly
537ai_tick_frequency = 12
539automation_tick = never
540automation_tick_frequency = 12
541potential = {
}
543allow = {
}
545select_trigger = {
546looking_for_a = international_organization
547source = actor
548target_flag = recipient
549name = "choose_international_organization" Выберите Concept:
550column = {
551data = name
}
553visible = {
554leader_country ?= scope:actor
555has_enabled_currency = gold
556international_organization_has_leader = yes
}
}
561select_trigger = {
562looking_for_a = country
563source = recipient
564target_flag = target
565name = "choose_country" Выберите Concept:
566column = {
567data = name
}
569visible = {
570root != scope:actor
}
}
574effect = {
581if = {
582limit = {
582exists = scope:target
}
583scope:target = {
588add_country_modifier = {
}
}
}
}
596ai_will_do = {
597add = -25
598add = {
599desc = "BIAS_FROM_RULER_TRAITS"
600value = scope:actor.modifier:bias_for_capitalist_policies
601multiply = 5
}
}