#####Walachia Major Events#####
#  By Demetrios and Havard    #
#                             #
#  altered a bit by Doomdark  #
#                             #
###############################

# Vlad the Impaler!
event = { 
	id = 3832
	random = no
	country = WAL
	name = "EVENTNAME3832"
	desc = "EVENTHIST3832"
	style = 1 
	
	date = { day = 1 month = april year = 1456 }
	offset = 2300
	
	action_a ={ #We owe the Turks nothing!
		name = "ACTIONNAME3832A"
		command = { type = relation which = TUR value = -100 }
		command = { type = domestic which = QUALITY value = 1 }
	}
	action_b ={ #Apologize to the Sultan
		name = "ACTIONNAME3832B"
		command = { type = relation which = TUR value = 100 }
	}
}

# The Council of Florence and the Union of the Churches
event = { 
	id = 3839
	
	# Triggered by BYZ 3833
	
	random = no
	country = WAL
	name = "EVENTNAME3839"
	desc = "EVENTHIST3839"
	style = 1 
	
	action_a ={ #Gain CB on Ottomans#
		name = "ACTIONNAME3839A"
		command = { type = casusbelli which = TUR value = 60 }
	}
}

#Events from AoN modified by Hive

#The Romanian Prince#
event = {

	id = 15105
	trigger = {
		owned = {
			province = 322
			data = -1
		}
		NOT = {
			exists = U11
		}
	}
	random = no
	country = WAL
	name = "The Romanian Prince"
	desc = "As in most European countries, 1848 brought revolution to Moldavia, Wallachia and Transylvania. Their goals - complete independence and national emancipation - remained unfulfilled, but were the basis of the subsequent evolutions. Also, they helped the population of the three principalities recognise their unity of language and interests. In 1859, prince elections (yes, elections) held in both Moldavia and Wallachia chose the same person as prince. Thus, Romania was created. In 1866 the german prince Carol (Charles) of Hohenzollern-Sigmaringen was appointed as prince, in a move to assure German backing to unity and future independence. In 1877, following a Russian-Romanian-Turk war, Romania became completely independent, and in 1881 it became a kingdom."
	style = 5

	date = { day = 1 month = january year = 1859 }
	offset = 360
	deathdate = { day = 1 month = january year = 1890 }

	action_a ={	
		name = "Let us unite Romania!"
		command = { type = stability value = 2 }
		command = { type = relation which = TUR value = -150 }
		command = { type = relation which = RUS value = 100 }
		command = { type = addcore which = 318 }
		command = { type = addcore which = 320 }
		command = { type = addcore which = 322 }
		command = { type = addcore which = 323 }
		command = { type = addcore which = 994 }
		command = { type = addcore which = 1951 }
		command = { type = country which = U11 }
		command = { type = trigger which = 15108 } # Moldavia
	}

	action_b ={
		name = "Elect the prince, but stay seperated"
		command = { type = stability value = -3 }
		command = { type = relation which = MOL value = -100 }
		command = { type = relation which = TUR value = 100 }
		command = { type = domestic which = CENTRALIZATION value = -3 }
		command = { type = desertion which = -1 value = 10000 }
		command = { type = independence which = MOL }
		command = { type = sleepevent which = 15107 }
	}
}

#The Romanian Prince#
event = {

	id = 15107
	random = no
	country = WAL
	name = "The Romanian Prince"
	desc = "As in most European countries, 1848 brought revolution to Moldavia, Wallachia and Transylvania. Their goals - complete independence and national emancipation - remained unfulfilled, but were the basis of the subsequent evolutions. Also, they helped the population of the three principalities recognise their unity of language and interests. In 1859, prince elections (yes, elections) held in both Moldavia and Wallachia chose the same person as prince. Thus, Romania was created. In 1866 the german prince Carol (Charles) of Hohenzollern-Sigmaringen was appointed as prince, in a move to assure German backing to unity and future independence. In 1877, following a Russian-Romanian-Turk war, Romania became completely independent, and in 1881 it became a kingdom. Romania has formed, shall we join?"
	style = 5

	action_a ={	
		name = "Let us join our brothers and sisters!"
		command = { type = trigger which = 15111 }
	}

	action_b ={
		name = "Elect the prince, but stay seperated"
		command = { type = stability value = -3 }
		command = { type = relation which = U11 value = -200 }
		command = { type = relation which = TUR value = 100 }
		command = { type = desertion which = -1 value = 10000 }
	}
}