Scripted Trigger
portrait_is_ruler_of_trigger
Definitionin_game/common/scripted_triggers/00_clothing_triggers.txt:56
57trigger_if = {
58limit = {
58exists = this
}
59OR = {
60AND = {
61any_ruling_countries = {
61tag = $COUNTRY$
}
62is_ruler = yes
}
64AND = {
65any_ruling_countries = {
65tag = $COUNTRY$
}
66is_alive = no
}
}
}