
Country Interaction
Rescind Lieutenant Status
We will rescind their Lieutenant status in the Lordship of Ireland.
Lordship of IrelandInternational Organizationpotential, select trigger
LieutenantSpecial Statusselect triggerDefinitionin_game/common/country_interactions/lordship_of_ireland.txt:111
112type = diplomacy
113category = CATEGORY_HOSTILE_ACTIONS
115potential = {
}
122allow = {
}
125select_trigger = {
126looking_for_a = country
127target_flag = recipient
128name = "choose_country" Choose the Country:
129column = {
130data = name
}
132visible = {
}
}
141enabled = {
}
}
145effect = {
147international_organization_remove_special_status = {
149country = scope:recipient
}
151international_organization_add_special_status = {
153country = scope:recipient
}
}
}
158ai_will_do = {
159value = 0
161subtract = {
162desc = "OUR_OPINION_TOOLTIP"
163value = "scope:actor.opinion(scope:recipient)"
}
}