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

#-------------------------------------------------#
# Full range      : 993300 - 993399               #
#-------------------------------------------------#

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


#-------------------------------------------------#
# 1470-1526 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993305
	Trigger = { ai = yes }
	country = HAB
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1470 }
	offset = 10
	deathdate = { day = 30 month = December year = 1525 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Austrian_1470.ai }}}

#-------------------------------------------------#
# 1526-1660 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993301
	Trigger = { ai = yes }
	country = HAB
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1526 }
	offset = 10
	deathdate = { day = 30 month = December year = 1659 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Austrian_1526.ai }}}

#-------------------------------------------------#
# 1660-1740 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993302
	Trigger = { ai = yes }
	country = HAB
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1660 }
	offset = 10
	deathdate = { day = 30 month = December year = 1739 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Austrian_1660.ai }}}

#-------------------------------------------------#
# 1740-1795 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993303
	Trigger = { ai = yes }
	country = HAB
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1740 }
	offset = 10
	deathdate = { day = 30 month = December year = 1795 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Austrian_1740.ai }}}

#-------------------------------------------------#
# 1795-1820 AI                                    #
#-------------------------------------------------#
event = { 
	id = 993304
	Trigger = { ai = yes }
	country = HAB
	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 = Austrian_1795.ai }}}



# free to 993306!!!
# end.