#_________________Durazzo_________________#


event = {
	id = 4567802
	trigger = { 
        control = { province = 1402 data = REB }
        exists = ALB
        }
	random = no
	country = RAG
	name = "The Albanian Princes"
	desc = "In 1368 the Albanian prince, Karl Thopia, conquered Durazzo and annexed the duchy of Durazzo."
	style = 1

	date = { year = 1368 }
	offset = 15
	deathdate = { year = 1376 }

	action_a = {
		name = "Damn."
		command = { type = trigger which = 4567803 } # Albanian Conquest
	}
	action_b = {
		name = "We shall fight"
		command = { type = stability value = -2 }
	}

}
event = {
	id = 4567804
	trigger = {
               NOT = { 
               exists = ALB
               }
                         OR = {
                         NOT = { stability = 3 }
                         domestic   = { type = aristocracy  value = 7 }
                         }
        }
	random = no
	country = RAG
	name = "The Albanian Princes"
	desc = "In 1368 the Albanian prince, Karl Thopia, conquered Durazzo and annexed the duchy of Durazzo."
	style = 1

	date = { year = 1368 }
	offset = 15
	deathdate = { year = 1376 }

	action_a = {
		name = "Damn."
		command = { type = country which = ALB }
		command = { type = addcore which = 361 }
		command = { type = add_countryculture   which = albanian }
		command = { type = remove_countryculture   which = italian }
		command = { type = breakvassal  which = NAP }
		command = { type = relation   which = NAP value = -200 }
		command = { type = breakvassal  which = HUN }
		command = { type = relation   which = HUN value = -200 }
	}

}