
Interakcja krajowa
Odebranie statusu wyborcy
Święte Cesarstwo Rzymskie odbierze im status Concept.
Święte Cesarstwo RzymskieOrganizacja międzynarodowaselect trigger
Arcybiskup elektorStatus specjalnyeffect, select trigger
Książę elektorStatus specjalnyeffect, select trigger
Możliwość odebrania elektoratuTyp modyfikatorapotentialDefinicjain_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" Wybierz 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 = {
}