Scripted TriggerChanged this version
fate_of_the_phoenix_end_trigger
Definitionin_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 No other Country with its Capital in Anatolia, besides us, owns more than 100 Locations including their Subjects and is either Turkish or Turkoman, or has the Anatolian Beylik Government Reform
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
}
}
}
}