#####Lorraine (Lothringen) Major Events#####
#######By Joakim 'Greven' Bergqwist#########
############################################

#Habsburg Inheritance of Lothringen#
event = {

	id = 3632				#Triggered by POL3495 or POL3487#
	random = no
	country = LOR
	name = "EVENTNAME3632"
	desc = "EVENTHIST3632"
	style = 4

	action_a ={				#Franois III Stephan married Maria-Theresia#
		name = "ACTIONNAME3632A"
		command = { type = trigger which = 3100 }
		command = { type = wakemonarch which = 04996 }
		command = { type = wakemonarch which = 04997 }
		command = { type = wakemonarch which = 04998 }
		command = { type = wakemonarch which = 04999 }
		command = { type = relation which = HAB value = 150 }
		command = { type = dynastic which = HAB }
		command = { type = stability value = 5 }
		command = { type = treasury value = 500 }
	}
}
#French Inheritance of Lothringen#
event = {

	id = 3735
	trigger = {
			NOT = {
				event = 3632
				}
		}
	random = no
	country = LOR
	name = "EVENTNAME3735"
	desc = "EVENTHIST3735"
	style = 4

	date = { day = 22 month = february year = 1766 }
	offset = 0
	deathdate = { day = 23 month = february year = 1766 }

	action_a ={				#France will inherite#
		name = "ACTIONNAME3735A"
		command = { type = trigger which = 3736 }
	}

	action_b ={				#Lothringen is divided among its noblemen#
		name = "ACTIONNAME3735B"
		command = { type = relation which = FRA value = -200 }
		command = { type = stability value = -6 }
	}
}
