스크립트 트리거
has_timurids_stagnate
정의in_game/common/scripted_triggers/situation_triggers.txt:508
509custom_tooltip = {
510text = has_timurids_stagnate_tt 티무르에 능력 총합이 150 이상인 통치자가 없거나, 통치자 또는 후계자가 존재하지 않음
512OR = {
513AND = {
514has_ruler = yes
}
520AND = {
521has_heir = no
522has_ruler = no
}
}
}
}