
#########################################################################
#  Event to civilize any nation...
#########################################################################
event = { 
	id = 6667
	random = no
        invention = yes

        trigger = {
		civilized = no
		prestige = 100
		industry = 75
		military = 25
        }
	
	date = { day = 1 month = january year = 1836 }
	offset = 30
	deathdate = {  day = 30 month = december year = 1935 }
	
	name = "EVT_6667_NAME"
	desc = "EVT_6667_DESC"
	style = 0
	
	action_a = {
		name = "ACTIONNAME6667A"
 
		command = { type = civilized value = yes }
	}
}

