
Interaction internationale
Influencer une nation
Nous userons de toute notre hégémonie diplomatique pour améliorer notre image, renforçant l'Opinion qu'a la nation de nous et sa Confiance en nous.
Influencer un PaysType de modificateurpotentialDéfinitionin_game/common/country_interactions/influence_nation.txt:1
2type = diplomacy
3category = CATEGORY_INFLUENCE_ACTIONS
11allow = {
}
14ai_tick = daily
15ai_tick_frequency = 180
17select_trigger = {
18looking_for_a = country
19target_flag = recipient
20name = "choose_country" Sélectionner le Pays :
21column = {
22data = name
}
24visible = {
25is_great_power = no
}
27enabled = {
}
}
31effect = {
32if = {
33limit = {
34exists = scope:recipient
}
36scope:recipient = {
37add_opinion = {
38target = scope:actor
39modifier = opinion_opinion_influenced
}
41add_trust_equilibrium = {
42target = scope:actor
43modifier = trust_opinion_influenced
}
46add_favors = {
47target = scope:actor
48value = 5
}
}
}
}
59ai_will_do = {
60if = {
61limit = {
62scope:actor = {
63wants_opinion_with = scope:recipient
}
}
66add = 10
}
}