#####Venice Major Events######
#By Joakim 'Greven' Bergqwist#
##############################

#The Veneto-Turkish Conflict#
event = {

	id = 3637					#Triggered by TUR3359#
	random = no
	country = VEN
	name = "EVENTNAME3637"
	desc = "EVENTHIST3637"
	style = 2

	action_a ={				#Ok#
		name = "ACTIONNAME3637A"
		command = { type = casusbelli which = TUR value = 120 }
		command = { type = stability value = 1 }
		command = { type = diplomats value = 5 }
		command = { type = INF which = -2 value = 10000 }
		command = { type = CAV which = -2 value = 500 }
		command = { type = ART which = -2 value = 20 }
		command = { type = galleys which = -2 value = 60 }
	}
}
#The Veneto-Turkish Conflict#
event = {

	id = 3715					#Triggered by TUR3359#
	random = no
	country = VEN
	name = "EVENTNAME3715"
	desc = "EVENTHIST3715"
	style = 2

	action_a ={				#Ok#
		name = "ACTIONNAME3715A"
		command = { type = stability value = 1 }
		command = { type = merchants value = 6 }
		command = { type = treasury value = 300 }
		command = { type = relation which = KNI value = 100 }
		command = { type = relation which = PAP value = 100 }
		command = { type = relation which = TOS value = 100 }
	}
}
#The Holy League#
event = {

	id = 3638
	trigger = {
				 exists = TUR
				event = 3549
			 }
	random = no
	country = VEN
	name = "EVENTNAME3638"
	desc = "EVENTHIST3638"
	style = 2

	date = { day = 1 month = january year = 1568 }
	offset = 30
	deathdate = { day = 1 month = january year = 1571 }

	action_a ={						#Support the Holy League#
		name = "ACTIONNAME3638A"
		command = { type = casusbelli which = TUR value = 72 }
		command = { type = relation which = TUR value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = SPA value = 150 }
		command = { type = relation which = TOS value = 150 }
		command = { type = relation which = KNI value = 150 }
		command = { type = relation which = NAP value = 150 }
		command = { type = relation which = SAV value = 150 }
	}

	action_b ={						#Let the matter fall#
		name = "ACTIONNAME3638B"
		command = { type = relation which = TUR value = 50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = SPA value = -50 }
		command = { type = relation which = TOS value = -50 }
		command = { type = relation which = VEN value = -50 }
		command = { type = relation which = NAP value = -50 }
		command = { type = relation which = SAV value = -50 }
	}
}