
行动
投资成员行政
使用国际组织金库投资所选成员的行政。
解锁投资成员行政修正类型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" 选择国际组织:
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" 选择国家:
638column = {
639data = name
}
641visible = {
642root != scope:actor
}
}
646effect = {
647scope:recipient = {
}
653if = {
654limit = {
654exists = scope:target
}
655scope:target = {
660add_country_modifier = {
}
}
}
}
668ai_will_do = {
669add = -25
670add = {
671desc = "BIAS_FROM_RULER_TRAITS"
672value = scope:actor.modifier:bias_for_administrative_policies
673multiply = 5
}
}