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

#-------------------------------------------------#
# Full range      : 992200 - 992299               #
#-------------------------------------------------#

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

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

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


# free to 992203!!!
# end.