
Взаимодействие с державой
Лишение статуса выборщика
Мы лишим их статуса Concept в международном объединении «Священная Римская Империя».
Священная Римская ИмперияМеждународное объединениеselect trigger
Архиепископ-выборщикОсобый статусeffect, select trigger
Князь-выборщикОсобый статусeffect, select trigger
Можно отзывать статус выборщикаТип модификатораpotentialОпределениеin_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" Выберите Concept:
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 = {
}