脚本触发器本版本变更
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
}
}
}
}