
행동
구성국 경제에 투자
국가 간 조직체의 재정을 사용해 선택한 구성국의 경제 부문에 투자합니다.
구성국 경제에 투자 잠금 해제보정치 유형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" 국가 간 조직체 선택:
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" 국가 선택:
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
}
}