#####Pskov Major Events########
#By Joakim 'Greven' Bergqwist##
###############################

#The Empire of Russia#
event = {

	id = 3584
	trigger = {
			owned = {
					province = 270
					data = -1
				}
			NOT = {
				exists = RUS
				exists = BYZ
				}
		}
	random = no
	country = PSK
	name = "EVENTNAME3584"
	desc = "EVENTHIST3584"
	style = 2

	date = { day = 1 month = january year = 1520 }
	offset = 30
	deathdate = { day = 3 month = december year = 1533 }

	action_a ={					#Take over the Byzantine Mantle#
		name = "ACTIONNAME3584A"
		command = { type = vp value = 200 }
		command = { type = stability value = 3 }
		command = { type = country which = RUS }
	}

	action_b ={					#Leave it on the Floor#
		name = "ACTIONNAME3584B"
		command = { type = vp value = -100 }
		command = { type = stability value = -3 }
	}
}