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

#Viva Espaa#
event = {

	id = 3556
	trigger = {
			owned = {
					province = 436
					data = -1
				}
			NOT = {
					exists = SPA
				}
		}
	random = no
	country = CAS
	name = "EVENTNAME3556"
	desc = "EVENTHIST3556"
	style = 1

	date = { day = 1 month = june year = 1476 }
	offset = 150
	deathdate = { day = 1 month = january year = 1490 }

	action_a ={				#Let us claim the name Kingdom of Spain#
		name = "ACTIONNAME3556A"
		command = { type = country which = SPA }
	}

	action_b ={				#Let us keep the name Kingdom of Castille instead#
		name = "ACTIONNAME3556B"
		command = { type = stability value = -3 }
		command = { type = relation which = PAP value = -100 }
		command = { type = relation which = NAV value = 100 }
		command = { type = relation which = PRO value = 100 }
		command = { type = relation which = POR value = -100 }
		command = { type = domestic which = CENTRALIZATION value = -5 }
		command = { type = desertion which = -1 value = 5000 }
	}
}

#Civil War in Castille#
event = {

	id = 3557
	
	random = no
	country = CAS
	name = "EVENTNAME3557"
	desc = "EVENTHIST3557"
	style = 1

	date = { day = 1 month = june year = 1438 }
	offset = 150
	deathdate = { day = 1 month = december year = 1440 }

	action_a ={
		name = "ACTIONNAME3557A"	#King Juan II#
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = stability value = 1 }
	}

	action_b ={
		name = "ACTIONNAME3557B"	#Alvaro de Luna#
		command = { type = wakemonarch which = 04213 }
		command = { type = wakemonarch which = 04214 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = revolt which = -1 }
		command = { type = stability value = -1 }
	}


}