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