#Romania Major Events by Hive


#Moldavia joins our country#
event = { 
      id = 15110
      random = no	
      country = U11
      name = "Moldavia joins our country"
      desc = "Your Excellency, our brothers and sisters in Moldavia have have decided to join us!"
      style = 5
      action_a = {
            name = "Ok"
            command = { type = inherit which = MOL }
      }       
}
   
#Wallachia joins our country#
event = { 
      id = 15111
      random = no	
      country = U11
      name = "Wallachia joins our country"
      desc = "Your Excellency, our brothers and sisters in Wallachia have have decided to join us!"
      style = 5
      action_a = {
            name = "Ok"
            command = { type = inherit which = WAL }
	    command = { type = capital which = 322 } # Bucuresti
      }       
}

#Creation of the Romanian Nation#
event = {
	id = 15112
	trigger = {
		NOT = {
			event = 15105
			event = 15106
		}
	}
	random = no
	country = U11
	name = "Creation of the Romanian Nation"
	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-Turko war, Romania became completely independent, and in 1881 it became a kingdom."
	date = { year = 1840 }
	style = 5

	action_a ={
		name = "Ok"
		command = { type = capital which = 322 } # Bucuresti
		command = { type = inf which = -2 value = 20000 }
		command = { type = cav which = -2 value = 5000 }
		command = { type = art which = -2 value = 5000 }
		command = { type = trigger which = 15107 } # Wallachia
		command = { type = trigger which = 15108 } # Moldavia
	}
}

#The Bulgarian Struggle for Independence#
event = { 
	id = 15508
	random = no
	country = U11	
	name = "The Bulgarian Struggle for Independence"
	desc = "In April 1876 the Bulgarians revolted in the so called 'April Uprising'. The uprising was crushed with cruelty by the Ottomans, who brought irregular Ottoman troops (bashi-bazouks) from outside the area. Altogether approximately 30,000 people were massacred, leading to a broad public reaction led by liberal Europeans such as William Gladstone, who launched a campaign against the 'Bulgarian Horrors'. The strongest reaction, however, came from Russia. The enormous public outcry which the April Uprising had caused in Europe gave the Russians a long-waited chance to realise their long-term objectives with regard to the Ottoman Empire. But the other great powers, like in the case of The Crimean War, did not want to see Russia crush the Ottoman Empire. This lead to the Conference of Constantinople, an unsuccesful attempt to seek a compromise regarding Bulgaria. With the breakdown of the conference, Russia decided to attack the Ottomans together with Romania in 1877. The Ottomans were soundly beaten, and a new conference between the great powers, resulting in the Treaty of Berlin in 1878, saw the creation of an independent Bulgaria under nominal Ottoman rule."
	style = 5
	action_a = {
			name = "The Turks must pay for the Bulgarian Horrors!"
			command = { type = relation   which = U14 value = -50 }
			command = { type = relation   which = FRA value = -50 }
			command = { type = relation   which = RUS value = 100 }  
			command = { type = relation   which = TUR value = -100 }
			command = { type = casusbelli which = TUR value = 60 }
	}
	action_b = {
			name = "Condemn the Turks for their actions, but do nothing"
			command = { type = relation   which = U14 value = 50 }
			command = { type = relation   which = FRA value = 50 }
			command = { type = relation   which = RUS value = -50 }  
			command = { type = relation   which = TUR value = -50 }
			command = { type = stability value = -1 } 
	}
	
}