#####################################################
# Oldenburg Flavor Events
#
# scripted by Johan Andersson
#
# id range = 30600-
# 
#####################################################

event = { 
	id = 34500
	random = no
	country = OLD
	
	trigger = {
		constitution = { type = monarchy }
	}	

	name = "EVT_34500_NAME" # Peter II is now officially a Grand Duke!
	desc = "EVT_34500_DESC" # 
	style = 0

	date = { month = march year = 1853} 
	offset = 30

	action_a = {
        	name = "OK"
		command = {type = prestige value = 10 }
	}

}



