#	Example:
#
#	example_trigger = {
#		tag = GER
#		is_ai = no
#	}
#
#
#	In a script file:
#
#	trigger = {
#		exampel_trigger = yes
#	}
#

AFG_is_on_historical_plan_trigger = {
	has_dlc = "Graveyard of Empires"
	OR = {
		AND = {
			is_historical_focus_on = yes
			has_game_rule = {
				rule = AFG_AI_BEHAVIOR
				option = DEFAULT
			}
		}
		has_country_flag = AFG_AI_RANDOM_HISTORICAL
		has_game_rule = {
			rule = AFG_ai_behavior
			option = HISTORICAL
		}
	}
}