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