Вклад в администрацию участника
Действие

Вклад в администрацию участника

invest_in_members_administrationin_game/common/generic_actions/unlockable_io_actions.txt:606

Воспользоваться казной Concept для инвестиций в администрацию выбранного Concept.

ТребуетРазблокировка действия «Вклад в администрацию участника»Тип модификатораselect trigger 1Инвестиции унии в администрациюСтатический модификаторselect trigger 2

Определениеin_game/common/generic_actions/unlockable_io_actions.txt:606

607type = internationalorganization
608ai_tick = monthly
609ai_tick_frequency = 12
611automation_tick = never
612automation_tick_frequency = 12
613potential = {
}
615allow = {
}
617select_trigger = {
618looking_for_a = international_organization
619source = actor
620target_flag = recipient
621name = "choose_international_organization" Выберите Concept:
622column = {
623data = name
}
625visible = {
626leader_country ?= scope:actor
627has_enabled_currency = gold
628international_organization_has_leader = yes
}
}
633select_trigger = {
634looking_for_a = country
635source = recipient
636target_flag = target
637name = "choose_country" Выберите Concept:
638column = {
639data = name
}
641visible = {
642root != scope:actor
643NOT = {
}
}
}
646effect = {
647scope:recipient = {
648add_gold = {
650multiply = -1
}
}
653if = {
654limit = {
654exists = scope:target
}
655scope:target = {
656add_gold = {
658multiply = 0.75
}
660add_country_modifier = {
662years = 10
663mode = add_and_extend
}
}
}
}
668ai_will_do = {
669add = -25
670add = {
671desc = "BIAS_FROM_RULER_TRAITS"
672value = scope:actor.modifier:bias_for_administrative_policies
673multiply = 5
}
}