
Country Interaction
Rescind Legatus Natus Status
Rescind Legatus Natus Status from Recipient.
Holy Roman EmpireInternational Organizationselect trigger
Legatus NatusSpecial Statusselect triggerDefinitionin_game/common/country_interactions/hre.txt:3108
3109type = diplomacy
3110category = CATEGORY_HRE_ACTIONS
3118allow = {
}
3121select_trigger = {
3122looking_for_a = country
3123target_flag = recipient
3124name = "choose_country" Choose the Country:
3125column = {
3126data = name
}
3128visible = {
}
}
3136enabled = {
}
}
3140effect = {
3142international_organization_remove_special_status = {
3144country = scope:recipient
}
}
3147scope:recipient = {
3148remove_reform = government_reform:legatus_natus
3149add_opinion = {
3149target = scope:actor
3149modifier = opinion_rescinded_legatus_natus
}
}
}
3154ai_will_do = {
}