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

#The Marriage of Anne of Burgundy#
event = {

	id = 3597
	trigger = {
			exists = FRA
			exists = HAB
			NOT = { atwar = yes }
		}
	random = no
	country = BUR
	name = "EVENTNAME3597"
	desc = "EVENTHIST3597"
	style = 1

	date = { day = 3 month = june year = 1477 }
	offset = 0
	deathdate = { day = 4 month = june year = 1477 }


	action_a ={
		name = "ACTIONNAME3597A"	#Maximilian of Austria#
		command = { type = trigger which = 3178 }
		command = { type = trigger which = 3320 }
		command = { type = secedeprovince which = FRA value = 379 }
		command = { type = secedeprovince which = FRA value = 387 }
		command = { type = secedeprovince which = FRA value = 409 }
	}

	action_b ={
		name = "ACTIONNAME3597B"	#Charles of France#
		command = { type = trigger which = 3319 }
		command = { type = trigger which = 3180 }
		command = { type = secedeprovince which = HAB value = 379 }
		command = { type = secedeprovince which = HAB value = 387 }
		command = { type = secedeprovince which = HAB value = 409 }
	}

	action_c ={
		name = "ACTIONNAME3597C"	#Charles the Bold never died#
		command = { type = stability value = 2 }
		command = { type = land value = 1000 }
		command = { type = domestic which = ARISTOCRACY value = -1 }
		command = { type = domestic which = CENTRALIZATION value = 2 }
		command = { type = domestic which = INNOVATIVE value = 1 }
		command = { type = domestic which = MERCANTILISM value = -2 }
		command = { type = domestic which = QUALITY value = 1 }
		command = { type = domestic which = SERFDOM value = -2 }
		command = { type = relation which = ENG value = 50 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
	}

}

#The Succession in Luxembourgh#		
event = {

	id = 3598				#Triggered by LUX3605#
	random = no
	country = BUR
	name = "EVENTNAME3598"
	desc = "EVENTHIST3598"
	style = 1

	action_a ={				#Incorporate them#
		name = "ACTIONNAME3598A"	
		command = { type = inherit which = LUX }
		command = { type = stability value = 2 }
		command = { type = addcore which = 377 }
		command = { type = DIP which = 3 value = 36 }
	}
}
#The Succession in Luxembourgh#		
event = {

	id = 3599				#Triggered by LUX3605#
	random = no
	country = BUR
	name = "EVENTNAME3599"
	desc = "EVENTHIST3599"
	style = 1

	action_a ={				#Vassalize them#
		name = "ACTIONNAME3599A"
		command = { type = vassal which = LUX }
		command = { type = stability value = 1 }
		command = { type = relation which = LUX value = 50 }
		command = { type = DIP which = 1 value = 36 }
	}
}

#The Succession in Luxembourgh#		
event = {

	id = 3600				#Triggered by LUX3605#
	random = no
	country = BUR
	name = "EVENTNAME3600"
	desc = "EVENTHIST3600"
	style = 1

	action_a ={				#Let them regret this defiance#
		name = "ACTIONNAME3600A"
		command = { type = stability value = -1 }
		command = { type = relation which = LUX value = -150 }
		command = { type = casusbelli which = LUX value = 120 }
		command = { type = addcore which = 377 }
		command = { type = DIP which = -3 value = 36 }
	}
}




