namespace = godculture
########################
# Culture Options
########################
character_event = {
	id = "godculture.001"
	desc = "EVTDESCgodculture.001"
	picture = GFX_evt_god_01
	border = GFX_event_normal_frame_war
	min_age = 16
	trigger = {
		OR = {
			trait = God
			trait = Goddess
			trait = Fallen_God
			trait = Fallen_Goddess
		}
		NOT = {
			culture = High_God
			culture = Fallen_God
			culture = Norse_God
			culture = Olympic_God	
			has_character_flag = refused_culture
		}
	}

	option = {
		name ="EVTOPTAgodculture.001a"
		trigger = {
			OR = {
				trait = God
				trait = Goddess
			}
		}
		culture = High_God		
	}
	option = {
		name ="EVTOPTAgodculture.001b"
		trigger = {
			OR = {
				trait = Fallen_God
				trait = Fallen_Goddess
			}
		}
		culture = Fallen_God	
	}
	option = {
		name ="EVTOPTBgodculture.002"
		culture = Norse_God	
	}
	option = {
		name ="EVTOPTCgodculture.002"
		culture = Olympic_God
	}
	option = {
		name ="EVTOPTDgodculture.002"
		set_character_flag = refused_culture
	}
}