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

#-------------------------------------------------#
# Full range      : 990300 - 990399               #
#-------------------------------------------------#

#-------------------------------------------------#
# 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.              #
#-------------------------------------------------#

#-------------------------------------------------#
# English 1420-1453 AI                            #
#-------------------------------------------------#
event = { 
	id = 990300
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1419 }
	offset = 10
	deathdate = { day = 30 month = December year = 1452 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1419.ai }}}

#-------------------------------------------------#
# English 1453-1499 AI                            #
#-------------------------------------------------#
event = { 
	id = 990301
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1453 }
	offset = 10
	deathdate = { day = 30 month = December year = 1499 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1453.ai }}}

#-------------------------------------------------#
# English 1500-1550 AI                            #
#-------------------------------------------------#
event = { 
	id = 990302
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1500 }
	offset = 10
	deathdate = { day = 30 month = December year = 1549 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1500.ai }}}

#-------------------------------------------------#
# English 1550-1600 AI                            #
#-------------------------------------------------#
event = { 
	id = 990303
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1550 }
	offset = 10
	deathdate = { day = 30 month = December year = 1599 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1550.ai }}}

#-------------------------------------------------#
# English 1600-1650 AI                            #
#-------------------------------------------------#
event = { 
	id = 990304
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1600 }
	offset = 10
	deathdate = { day = 30 month = December year = 1649 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1600.ai }}}

#-------------------------------------------------#
# English 1650-1700 AI                            #
#-------------------------------------------------#
event = { 
	id = 990305
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1650 }
	offset = 10
	deathdate = { day = 30 month = December year = 1699 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1650.ai }}}

#-------------------------------------------------#
# English 1700-1750 AI                            #
#-------------------------------------------------#
event = { 
	id = 990306
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1700 }
	offset = 10
	deathdate = { day = 30 month = December year = 1749 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1700.ai }}}

#-------------------------------------------------#
# English 1750-1795 AI                            #
#-------------------------------------------------#
event = { 
	id = 990307
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1750 }
	offset = 10
	deathdate = { day = 30 month = December year = 1794 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1750.ai }}}

#-------------------------------------------------#
# English 1795-1820 AI                            #
#-------------------------------------------------#
event = { 
	id = 990308
	Trigger = { ai = yes }
	country = ENG
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1795 }
	offset = 10
	deathdate = { day = 30 month = December year = 1820 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = England_1795.ai }}}



# free to 990311!!!!
# end.