#####Brandenburg Major Events#####
###By Hvard Moe                ##
###   Tom 'Demetrios' Rinschler ##
##################################

# The Pommern Inheritance #
event = {
    id = 3895
    random = no
    country = POM
    name = "EVENTNAME3895"
    desc = "EVENTHIST3895"
    style = 3

    date = { day = 10 month = march year = 1637 }

    action_a = {        #Split Pommern between Sweden and Brandenburg#
        name = "ACTIONNAME3895A"
        command  = { type = secedeprovince which = SWE value = 304 }
        command  = { type = trigger which = 3896 }
    }
    action_b = {        #Let Brandenburg receive the whole of Pommern#
        name = "ACTIONNAME3895B"
        command = { type = trigger which = 3896 }
    }
    action_c = {        #Remain independent#
        name = "ACTIONNAME3895C"
        command = { type = domestic which = centralization value = 1 }
        command = { type = relation which = BRA value = -100 }
        command = { type = relation which = SWE value = -50 }
    }
}

event = {

	id = 78793701				#Triggered by FAT8645411B
	random = no
	country = POM
	name = "The Prussian Confederation ask for support"
	desc = "During the Thirteen Years' War "War of the Cities", the Prussian Confederation, led by the cities of Danzig, Elbing, and Thorn, as well as gentry from Kulmerland asked the Pomeranian duke for support against the Teutonic Order's rule and for incorporation of Prussia into the Pomeranian duchy. Shall we support them?"
	style = 2

	action_a ={
		name = "Let us support the Prussians"
		command = { type = vassal which = FAT }
		command = { type = relation which = FAT value = 125 }
		command = { type = relation which = LAT value = -100 }
	}
	action_b ={
		name = "The Germans are our friends"
		command = { type = relation which = FAT value = -100 }
		command = { type = relation which = LAT value = 50 }
	}
}

#Events by Hive

#The North German Confederation#
event = {
	id = 15357
	country = POM
	random = no
	name = "The North German Confederation"
	desc = "Prussian premier Otto von Bismarck acquired Schleswig-Holstein after defeating Denmark with the help of Austria in a short war fought during 1864. In 1866 he attacked and defeated Austria, leading to the formation of the North German Confederation which excluded Austria. After Bismarck provoked France, the Franco-Prussian War broke out in 1870 and the southern German states, viewing France as the aggressor, joined the North German Confederation."
	
	action_a = {
		name = "Join"
		command = { type = trigger which = 15373 }
	}

	action_b = {
		name = "Stay out"
		command = { type = relation which = PRU value = -100 }
		command = { type = relation which = HAB value = 100 }
		command = { type = stability value = -2 }
	}
}