##===============================================##
## TUR ~ AI SHIFTING ~ EVENTS                    ##
## Turkey (Ottomans)                             ##
## By Daywalker                                  ##
## Date: 15 Feb 2003                             ##
##===============================================##

#-------------------------------------------------#
# Full range      : 992300 - 992399               #
#-------------------------------------------------#

#-------------------------------------------------#
# These are designed as continually checking      #
# events so that it catches revolting nations.    #
# The problem arises if a country does load its   #
# ai, then gets defeated, just to revolt again,   #
# in which case it does not load its correct ai,  #
# until the next load comes around, which can be  #
# a while for some nations.                       #
# Stock Paradox will then be loaded.              #
#-------------------------------------------------#

#-------------------------------------------------#
# 1420-1450 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992300
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1419 }
	offset = 10
	deathdate = { day = 30 month = December year = 1449 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1419.ai }}}

#-------------------------------------------------#
# 1450-1492 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992301
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1450 }
	offset = 10
	deathdate = { day = 30 month = December year = 1491 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1450.ai }}}

#-------------------------------------------------#
# 1492-1525 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992302
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1492 }
	offset = 10
	deathdate = { day = 30 month = December year = 1524 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1492.ai }}}

#-------------------------------------------------#
# 1525-1550 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992303
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1525 }
	offset = 10
	deathdate = { day = 30 month = December year = 1549 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1525.ai }}}

#-------------------------------------------------#
# 1550-1650 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992304
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1550 }
	offset = 10
	deathdate = { day = 30 month = December year = 1649 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1550.ai }}}

#-------------------------------------------------#
# 1650-1750 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992305
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1650 }
	offset = 10
	deathdate = { day = 30 month = December year = 1749 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Turkish_1650.ai }}}

#-------------------------------------------------#
# 1750-1820 AI                                    #
#-------------------------------------------------#
event = { 
	id = 992306
	Trigger = { ai = yes }
	country = TUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1750 }
	offset = 10
	deathdate = { day = 30 month = December year = 1820 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = bTurkish_1750.ai }}}



# free to 992310
# end.