스크립트 트리거이번 버전 변경
fate_of_the_phoenix_end_trigger
정의in_game/common/scripted_triggers/disaster_triggers.txt:678
679OR = {
680AND = {
682num_locations_owned_or_owned_by_subjects_or_below >= 150
}
684AND = {
685current_year > 1401
686num_locations_owned_or_owned_by_subjects_or_below < 150
}
}
689custom_tooltip = {
690text = remember_no_turk_tt 우리를 제외하고 아나톨리아에 수도를 둔 다른 어떤 국가도 종속국을 포함하여 100개 이상의 지점을 소유하고 있지 않아야 하며, 튀르크 또는 튀르코만 문화를 따르거나 아나톨리아 베이국 정부 개혁을 보유하고 있지 않아야 함
691region:anatolia_region = {
692NOT = {
693any_country_with_capital_in_geography = {
694this != root
695OR = {
696has_reform = government_reform:anatolian_beylik
}
700num_locations_owned_or_owned_by_subjects_or_below > 100
}
}
}
}