##===============================================##
## BUR ~ AI SHIFTING ~ EVENTS                    ##
## Kingdom of Burgundy                           ##
## AI by Templar - eep-rus   for RW-EEP          ##
## Date: november 2007  made by Rau A.           ##
##  using AGCEEP fails and events id             ##
##===============================================##

#-------------------------------------------------#
# Full range      : 993000 - 993099               #
#-------------------------------------------------#

#-------------------------------------------------#
# 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-1466 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993000
	Trigger = { ai = yes }
	country = BUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1419 }
	offset = 10
	deathdate = { day = 30 month = December year = 1466 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Burgundy_1419.ai }}}

#-------------------------------------------------#
# 1467-1550 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993001
	Trigger = { ai = yes }
	country = BUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1450 }
	offset = 10
	deathdate = { day = 30 month = December year = 1469 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Burgundy_1467.ai }}}

#-------------------------------------------------#
# 1550-1650 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993002
	Trigger = { ai = yes }
	country = BUR
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1470 }
	offset = 10
	deathdate = { day = 30 month = December year = 1549 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = bpai_bur_time1520.ai }}}

#-------------------------------------------------#
# 1650-1750 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993003
	Trigger = { ai = yes }
	country = BUR
	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 = bpai_bur_time1550.ai }}}

#-------------------------------------------------#
# 1750-1820 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993004
	Trigger = { ai = yes }
	country = BUR
	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 = bpai_bur_time1650.ai }}}

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

#-------------------------------------------------#
# end.