﻿pcot_ai_toggle_trigger = {
	OR = {
		has_game_rule = pcot_ai_toggle_enable
		is_ai = no
	}
}

pcot_holding_time_trigger = {
	OR = {
		AND = {
			has_game_rule = pcot_holding_time_1
			title_held_years >= 1
		}
		AND = {
			has_game_rule = pcot_holding_time_3
			title_held_years >= 3
		}
		AND = {
			has_game_rule = pcot_holding_time_5
			title_held_years >= 5
		}
		AND = {
			has_game_rule = pcot_holding_time_10
			title_held_years >= 10
		}
		AND = {
			has_game_rule = pcot_holding_time_25
			title_held_years >= 25
		}
		AND = {
			has_game_rule = pcot_holding_time_50
			title_held_years >= 50
		}
		AND = {
			has_game_rule = pcot_holding_time_100
			title_held_years >= 100
		}
	}
}