#####################################################
# Scandinavian Flavor Events
#
# scripted by Johan Andersson
#
# id range = 36500-
# 
#####################################################

event = { 
	id = 36500
	random = no
	country = SWE
	
	trigger = {
		NOT = { war = { country = SWE country = DAN } }
	}

	name = "EVT_36500_NAME" # The Great Scandinavian Students' meeting in Uppsala
	desc = "EVT_36500_DESC" # 
	style = 0

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

	action_a = {
        	name = "OK"
        	command = { type = prestige value = 1 }
        	command = { type = relation which = PRU value = -50 }
        	command = { type = relation which = RUS value = -50 }
        	command = { type = relation which = GER value = -50 }
        	command = { type = relation which = DAN value = 100 }
        	command = { type = pop_consciousness which = liberal value = 1 }
	}
}

event = { 
	id = 36501
	random = no
	country = DAN
	
	trigger = {
		NOT = { war = { country = SWE country = DAN } }
	}

	name = "EVT_36500_NAME" # The Great Scandinavian Students' meeting in Uppsala
	desc = "EVT_36500_DESC" # 
	style = 0

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

	action_a = {
        	name = "OK"
        	command = { type = prestige value = 1 }
        	command = { type = relation which = PRU value = -50 }
        	command = { type = relation which = RUS value = -50 }
        	command = { type = relation which = GER value = -50 }
        	command = { type = relation which = SWE value = 100 }
        	command = { type = pop_consciousness which = liberal value = 1 }
	}
}



