
Действие
Уроки иноземцев
Мы можем многому научиться у этих странных чужеземцев. Торговля и добрые отношения пойдут на пользу нашему народу.
Колумбов обменСитуацияselect trigger 1Определениеin_game/common/generic_actions/columbian_exchange.txt:887
888type = situation
890ai_tick = daily
891ai_tick_frequency = 40
892automation_tick = daily
893automation_tick_frequency = 7
896potential = {
}
903allow = {
}
906ai_tick = monthly
907ai_tick_frequency = 12
909automation_tick = never
910automation_tick_frequency = 12
912price = price:learn_from_foreigners
914cooldown = {
915type = learn_from_foreigners
916years = 1
}
920select_trigger = {
921looking_for_a = situation
922target_flag = recipient
923name = "choose_situation" Выберите Concept:
924column = {
924data = name
}
}
931select_trigger = {
932looking_for_a = country
933source = actor
934source_flags = diplomatic_range
935target_flag = target
936name = "choose_country" Выберите Concept:
937none_available_msg_key = "no_valid_countries"
938column = {
938data = name
}
939visible = {
940country_type = location
}
942enabled = {
943NOT = {
943is_at_war_with = scope:actor
}
949num_of_advances_researched > scope:actor.num_of_advances_researched
950is_discovered_by = scope:actor
}
}
955effect = {
956if = {
957limit = {
957exists = scope:target
}
958scope:actor ?= {
959add_research_progress = {
}
980add_trust_equilibrium = {
981modifier = trust_learn_from_foreigners
982target = scope:target
}
}
}
}
988ai_will_do = {
989add = 5
}