#Cephalonia




event = {
	id = 4567800
	random = no
	country = U38
	name = "The Cephalonian inhertiance"
	desc = "Should we submit to Venetian rule?"
	style = 1

	date = { year = 1484 }
	offset = 0

	action_a = {
		name = "Submit to Venice"
		command = { type = trigger which = 4567801 } # Venetian inheritance
	}

	action_b = {
		name = "No!"
		command = { type = breakvassal which = VEN }
		command = { type = relation which = VEN value = -200 }
		command = { type = domestic which = centralization value = 1 }
	}
}