Скриптовое условие

portrait_is_hre_elector_trigger

portrait_is_hre_elector_triggerin_game/common/scripted_triggers/00_clothing_triggers.txt:39

SITUATIONAL TRIGGERS

ТребуетМонархияФорма правленияtrigger ifСвященная Римская ИмперияМеждународное объединениеtrigger ifКнязь-выборщикОсобый статусtrigger if

Определениеin_game/common/scripted_triggers/00_clothing_triggers.txt:39

40trigger_if = {
41limit = {
41exists = this
}
42AND = {
43is_ruler = yes
44any_ruling_countries = {
45government_type = government_type:monarchy
47has_special_status_in_international_organization = {
49international_organization = international_organization:hre
}
}
}
}