スクリプトトリガーこのバージョンで変更
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
}
}
}
}