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