#####Canada Major Events#####
#############################

#The Canadian State#
event = { 
	id = 15102
	random = no
	country = U22	
	name = "The Canadian State"
	desc = "John Cabot landed on the coast of North America in 1497 and claimed it for King Henry VII of England. The French, however, who arrived soon after, lead by Jacques Cartier, explored much of the coast, and claimed it for France as well. Both the English and the French started to colonise the area, which caused several conflicts in the 17th and 18th century. Ultimately, England ended up possesing all of Canada - but Canada has to this day consisted of both English and French speaking people."
	style = 5
	date = { day = 1 month = january year = 1839 }
	offset = 10
	action_a = {
			name = "Ok"
			command = { type = add_countryculture which = french }
			command = { type = stability value = 2 }
			
	}
}
event = {
	id = 123456672
	trigger = {
		exists = U14
		event = 15100
                year   = 1868
                NOT = { war   = { country = U22 country = U14 } }
                OR = {
			owned  = { province = 78 data = U14 }
			owned  = { province = 98 data = U14 }
                        owned  = { province = 106 data = U14 }
                        owned  = { province = 126 data = U14 }
                        owned  = { province = 130 data = U14 }
                        owned  = { province = 131 data = U14 }
                        owned  = { province = 132 data = U14 }
                        owned  = { province = 133 data = U14 }
                        owned  = { province = 134 data = U14 }
                        owned  = { province = 135 data = U14 }
                        owned  = { province = 136 data = U14 }
                        owned  = { province = 1902 data = U14 }
                        owned  = { province = 1903 data = U14 }
                        owned  = { province = 1911 data = U14 }


			}
	}
	random = no
	country = U22
	name = "Rupert's Land Act of 1868"
	desc = "The Rupert's Land Act of 1868 was legislation authorizing the transfer of Rupert's Land from the control of the Hudson's Bay Company to the Dominion of Canada. The transfer occurred in 1869 and was consummated in 1870 by the payment of a consideration of 300,000.00 to the Hudson's Bay Company,"
	style = 5

	action_a ={
		name = "Offer to buy it"
		command = { type = trigger which = 123456673 }
	}

	action_b ={
		name = "Pass the opportunity"
		command = { type = treasury value = 10 }
	}
}

event = {
	id = 123456674
	random = no
	country = U22
	name = "United Kingdom accepts to sell"
	desc = "United Kingdom has accepted our generous offer!"
	style = 5
	
	action_a = {
		name = "Excellent!"
		command = { type = treasury value = -500 }
		command = { type = addcore which = 78 }
		command = { type = addcore which = 98 }
		command = { type = addcore which = 106 }
		command = { type = addcore which = 126 }
		command = { type = addcore which = 130 }
		command = { type = addcore which = 131 }
		command = { type = addcore which = 132 }
		command = { type = addcore which = 133 }
		command = { type = addcore which = 134 }
		command = { type = addcore which = 135 }
		command = { type = addcore which = 136 }
		command = { type = addcore which = 1902 }
		command = { type = addcore which = 1903 }
		command = { type = addcore which = 1911 }
	}
}

event = {
	id = 123456675
	random = no
	country = U22
	name = "United Kingdom refuses to sell"
	desc = "United Kingdom has rejected our generous offer! We must take what is rightfully ours by force then!"
	style = 5
	
	action_a = {
		name = "How dare they refuse! Rupert's Land shall be ours!"
		command = { type = addcore which = 78 }
		command = { type = addcore which = 98 }
		command = { type = addcore which = 106 }
		command = { type = addcore which = 126 }
		command = { type = addcore which = 130 }
		command = { type = addcore which = 131 }
		command = { type = addcore which = 132 }
		command = { type = addcore which = 133 }
		command = { type = addcore which = 134 }
		command = { type = addcore which = 135 }
		command = { type = addcore which = 136 }
		command = { type = addcore which = 1902 }
		command = { type = addcore which = 1903 }
		command = { type = addcore which = 1911 }
		command = { type = relation which = U14 value = -150 }
	}
	action_b = {
		name = "It is their decision to make, and we accept it"
		command = { type = stability value = 1 }
	}
}