Лишение статуса вольного города
Взаимодействие с державой

Лишение статуса вольного города

rescind_free_city_statusin_game/common/country_interactions/hre.txt:663

Мы лишим их статуса вольного города в Священной Римской Империи.

ТребуетСвященная Римская ИмперияМеждународное объединениеselect triggerВольный имперский городОсобый статусselect trigger

Определениеin_game/common/country_interactions/hre.txt:663

664type = diplomacy
665category = CATEGORY_HRE_ACTIONS
667potential = {
668scope:actor = {
669is_emperor = yes
}
}
673allow = {
}
676select_trigger = {
677looking_for_a = country
678target_flag = recipient
679name = "choose_country" Выберите Concept:
680column = {
681data = name
}
683visible = {
685country_has_special_status = {
687country = root
}
}
}
691enabled = {
}
}
695effect = {
697international_organization_remove_special_status = {
699country = scope:recipient
}
}
702scope:recipient = {
703add_opinion = {
703target = scope:actor
703modifier = opinion_rescinded_free_city
}
}
}
707ai_will_do = {
}