
Country Interaction
Bestow Lieutenant Status
We will make them a Lieutenant in the Lordship of Ireland.
Lordship of IrelandInternational Organizationpotential, select trigger
LieutenantSpecial Statusselect trigger
Diplomatic ReputationModifier TypeacceptDefinitionin_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" Choose the Country:
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" Their opinion of us
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" Their opinion of us
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
}
}
}
}