
Interacción nacional
Rescindir cargo de elector
Rescindiremos su estatus de Elector en el Sacro Imperio Romano.
Sacro Imperio RomanoOrganización internacionalselect trigger
Arzobispo electorEstatus especialeffect, select trigger
Príncipe electorEstatus especialeffect, select trigger
Posibilidad de revocar electoradoTipo de modificadorpotentialDefiniciónin_game/common/country_interactions/hre.txt:122
123type = diplomacy
124category = CATEGORY_HRE_ACTIONS
137select_trigger = {
138looking_for_a = country
139target_flag = recipient
140name = "choose_country" Elige el Country:
141column = {
142data = name
}
144visible = {
146OR = {
}
}
}
158enabled = {
}
}
162effect = {
165every_country_with_special_status_of_type = {
166type = elector
167add_opinion = {
167target = scope:actor
167modifier = opinion_rescinded_electorship
}
}
169every_country_with_special_status_of_type = {
170type = archbishop_elector
171add_opinion = {
171target = scope:actor
171modifier = opinion_rescinded_electorship
}
}
173if = {
174limit = {
}
180international_organization_remove_special_status = {
182country = scope:recipient
}
}
185if = {
186limit = {
187country_has_special_status = {
189country = scope:recipient
}
}
192international_organization_remove_special_status = {
194country = scope:recipient
}
}
}
}
199ai_will_do = {
}