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

#-------------------------------------------------#
# Full range      : 991800 - 991899               #
#-------------------------------------------------#

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

#-------------------------------------------------#
# 1560-1740 AI                                    #
#-------------------------------------------------#
event = { 
	id = 991800
	Trigger = { ai = yes }
	country = PRU
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1650 }
	offset = 10
	deathdate = { day = 30 month = December year = 1739 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Prussia_1580.ai }}}

#-------------------------------------------------#
# 1740-1770 AI                                    #
#-------------------------------------------------#
event = { 
	id = 991801
	Trigger = { ai = yes }
	country = PRU
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1740 }
	offset = 10
	deathdate = { day = 30 month = December year = 1769 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Prussia_1740.ai }}}

#-------------------------------------------------#
# 1770-1795 AI                                    #
#-------------------------------------------------#
event = { 
	id = 991802
	Trigger = { ai = yes }
	country = PRU
	name = "AI_EVENT"
	date = { day = 10 month = January year = 1770 }
	offset = 10
	deathdate = { day = 30 month = December year = 1794 }
	action_a = {
		name = "AI shift"
		command = { type = ai which = Prussia_1770.ai }}}

#-------------------------------------------------#
# 1795-1820 AI                                    #
#-------------------------------------------------#
event = { 
	id = 991803
	Trigger = { ai = yes }
	country = PRU
	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 = Prussia_1795.ai }}}


# free to 991805
# end.