スクリプトトリガー
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
}
}
}
}