
Aktion
In die Verwaltung eines Mitglieds investieren
Wir nutzen die Staatskasse des Concept, um in die Verwaltung des ausgewählten Concept zu investieren.
„In die Verwaltung eines Mitglieds investieren“ erlaubenModifikatorartselect trigger 1Personalunion- Investition (Verwaltung)Statischer Modifikatorselect 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" Den Concept wählen:
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" Das Land wählen:
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
}
}