#####################################################
# Hamburg Flavor Events
#
# scripted by Johan Andersson
#
# id range = 33800-
# 
#####################################################

event = { 
	id = 33800
	random = no
	country = HAM

	picture = 33800

	name = "EVT_33800_NAME" # Hamburg burns! 
	desc = "EVT_33800_DESC" # 
	style = 0

	date = { month = may year = 1842 } 
	offset = 20

	action_a = {
        	name = "ACTIONNAME33800A"
        	command = { type = research_points value = 10 }
		command = { type = remove_building which = -1 }
		command = { type = remove_building which = -1 }
	}

}


event = { 
	id = 33801
	random = no
	country = HAM

	picture = 33801

	name = "EVT_33801_NAME" # Sinking of the Austria
	desc = "EVT_33801_DESC" # 
	style = 0

	date = { year = 1858 } 
	offset = 20

	action_a = {
        	name = "ACTIONNAME33801A"
        	command = { type = resource which = clipper_convoy value = -5 }
        	command = { type = research_points value = 10 }
	}

}
