
行动
投资成员军事
使用国际组织金库投资所选成员的军事。
解锁投资成员军事修正类型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" 选择国际组织:
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" 选择国家:
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
}
}