
アクション
加盟国の経済に投資
国際組織の財源を用いて、選択されたメンバーの経済に投資をおこなう。
加盟国の経済に投資のアンロック補正タイプ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
}
}