#####################################################
# Hannover Flavor Events
#
# scripted by Johan Andersson
#
# id range = 33900-
# 
#####################################################

event = { 
	id = 39900
	random = no
	country = BRA
	trigger = {
		ai = yes 
		exists = BRA
		}
	name = "EVT_33900_NAME" # The Inheritance of the Duchy of Brunswick
	desc = "EVT_33900_DESC" # 
	style = 0

	date = { month = october year = 1884} 
	offset = 30

	action_a = {
        	name = "OK"
		command = {type = trigger which = 33901 }
	}

}


event = { 
	id = 33901
	random = no
	country = HAN

	style = 0


	name = "EVT_33900_NAME" # The Inheritance of the Duchy of Brunswick
	desc = "EVT_33900_DESC" # 
	action_a = {
        	name = "OK"
		command = {type = inherit which = BRA }
		command = {type = prestige value = 10 }
	}

}
