#
# EU2 - Religious Events
#
#		written by Johan Andersson
#



#########################################################################
#  Reformation
#########################################################################
event = { 

	id = 100
	name = "EVENTNAME101"
	desc = "EVENTHIST101"
	style = 1
	date = { year = 1518 }
	offset = 720
	deathdate = { year = 1520 }
	action_a = {
			name = "OK"
			command = { type = flag which = 1 }
		}

	}



#########################################################################
#  John Calvin
#########################################################################
event = { 

	id = 101
	name = "EVENTNAME204"
	desc = "EVENTHIST204"
	style = 1
	date = { year = 1521 }
	offset = 720
	deathdate = { year = 1523 }
	action_a = {
			name = "OK"
			command = { type = flag which = 2 }
		}

	}




#########################################################################
#  Council of Trent
#########################################################################
event = { 

	id = 102
	name = "EVENTNAME102"
	desc = "EVENTHIST102"
	style = 1
	date = { year = 1564 }
	offset = 360
	deathdate = { year = 1565 }
	action_a = {
			name = "OK"
			command = { type = flag which = 3 }
		}

	}



#########################################################################
#  Edict of Tolerance
#########################################################################
event = { 

	id = 103
	name = "EVENTNAME302"
	desc = "EVENTHIST302"
	style = 1
	date = { year = 1658 }
	offset = 700
	deathdate = { year = 1660 }
	action_a = {
			name = "OK"
			command = { type = flag which = 4 }
		}

	}

