#####Brabant Major Events#####
# By Kristof 'BiB' Haekens   #
##############################

# The Dutch Republic
event = {
	id = 3812
	
	# Triggered by HOL 3900
	
	random = no
	country = HAU
	name = "EVENTNAME3812"
	desc = "EVENTHIST3812"
	style = 2
	
	action_a = { # Join
		name = "ACTIONNAME3812A"
		command = { type = trigger which = 3813 }
	}

	action_b = { # Stay out
		name = "ACTIONNAME3812B"
		command = { type = relation which = HOL value = -100 }
		command = { type = stability value = -2 }
	}
}

event = {

	id = 773004
	trigger = {
                  monarch = 4641
		}
	random = no
	country = BUR
	name = "The Succession of Brabant"
	desc = "Because Philip of Saint-Pol, Duke of Brabant wife, Margaret, had borne him no children, his death in 1430 placed Brabant in the hands of Philip the Good, the next heir, whilst Saint-Pol and Ligny went to his great-aunt Jeanne, by proximity of blood. His wife was placed in the guardianship of Philip the Good."
	style = 1

	date = { day = 1 month = december year = 1429 }
	offset = 2
	deathdate = { day = 1 month = january year = 1430 }

	action_a ={
		name = "Ok"
		command = { type = trigger which = 773005 }  # FLA : The Succession of Brabant
	}
	action_b ={
		name = "Elect a merchant"
		command = { type = relation which = BUR value = -100 }
		command = { type = stability value = -1 }
		command = { type = merchants   value = 3 }
                command = { type = domestic   which = mercantilism value = 2 }
	}
}

#Events from AGC modified by Hive

#John IV betrays his wife# 
event = { 
	id = 15061 
	random = no 
	country = HAU 
	name = "John IV betrays his wife" 
	desc = "Countess Jacqueline of Holland and Hainaut had married her cousin, John IV, Duke of Brabant, nephew of Philip the Good of Burgundy. However, she would find him useless in helping her recover Hainaut, which she by the Treaty of Woudrichem had been forced to cecede to Burgundy. Upon exspressing her displeasure, John pledged all of Jacqueline's territories to  her uncle Jan VI of Bavaria, thereby tying Holland closely to Burgundy. Jacqueline found this intolerable, and she abandoned her husband and sought refuge in England. Although her previous marriage had been dubiously annulled, she there married Humphrey, Duke of Gloucester, and brother to King Henry V of England." 

	style = 1 
	date = { day = 1 month = january year = 1421 } 
	offset = 300 

	action_a ={ 
		name = "Betray Jacqueline and pledge Holland to Burgundy" 
		command = { type = relation which = HLL value = -125 } 
		command = { type = relation which = BUR value = 100 } 
		command = { type = trigger which = 15060 }
		command = { type = trigger which = 15062 }
	} 

	action_b ={ 
		name = "Stay loyal to Jacqueline"  
		command = { type = relation which = HLL value = 50 }
		command = { type = stability value = 1 }
		command = { type = sleepevent which = 15060 }
		command = { type = sleepevent which = 15062 }
		command = { type = sleepevent which = 15063 }
		command = { type = sleepevent which = 15064 } 
	} 
}