
Action
Invest in Member's Military
Use the International Organization treasury to invest in the military of the selected Member.
Unlock Invest in Member's MilitaryModifier Typeselect trigger 1Union Investment in MilitaryStatic Modifierselect trigger 2Definitionin_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" Choose the 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" Choose the 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
}
}