
국가 상호 작용
선제후 지위 박탈
상대국이 지닌 신성 로마 제국의 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" 국가 선택:
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 = {
}