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