
Interaction internationale
Accorder le statut de Lieutenant
Nous ferons de ce pays un Lieutenant au sein de la Seigneurie d'Irlande.
Seigneurie d'IrlandeOrganisation internationalepotential, select trigger
LieutenantStatut spécialselect trigger
Réputation diplomatiqueType de modificateuracceptDéfinitionin_game/common/country_interactions/lordship_of_ireland.txt:1
2type = diplomacy
3category = CATEGORY_FRIENDLY_ACTIONS
5potential = {
8leader_country ?= scope:actor
9num_countries_with_special_status(special_status:lieutenant) < "max_countries_with_special_status(special_status:lieutenant)"
}
}
13allow = {
}
16select_trigger = {
17looking_for_a = country
18target_flag = recipient
19name = "choose_country" Sélectionner le Pays :
20column = {
21data = name
}
23visible = {
}
26enabled = {
}
}
}
36effect = {
38international_organization_add_special_status = {
40country = scope:recipient
}
42international_organization_remove_special_status = {
44country = scope:recipient
}
}
}
49ai_will_do = {
50value = -100
51add = {
52desc = "OUR_OPINION_TOOLTIP"
53value = "scope:actor.opinion(scope:recipient)"
}
55add = {
56desc = "THEIR_OPINION_TOOLTIP" Son Opinion sur nous
57value = "scope:recipient.opinion(scope:actor)"
}
59if = {
60limit = {
61scope:actor.culture = scope:recipient.culture
}
63add = 50
}
65else_if = {
66limit = {
67scope:actor = {
68any_accepted_culture = {
69this = scope:recipient.culture
}
}
}
73add = 25
}
}
77accept = {
78if = {
79limit = {
79exists = scope:recipient
}
80add = {
81desc = "THEIR_OPINION_TOOLTIP" Son Opinion sur nous
82value = "scope:recipient.opinion(scope:actor)"
83if = {
84limit = {
85scope:recipient = {
86opinion(scope:actor) > 0
}
}
89divide = 10
}
91else = {
92divide = 5
}
}
101add = {
102scope:recipient = {
103value = "trust(scope:actor)"
104divide = 5
}
}
}
}