namespace = MEE_Byzantine_Events

province_event = {
	id = MEE_Byzantine_Events.7
	title = MEE_Byzantine_Events.7.t
	desc = MEE_Byzantine_Events.7.d
	picture = FARMING_eventPicture

	trigger = {
		owner = {
			culture_group = byzantine
			has_country_flag = BYZ_conversions
		}
		OR = {
			culture_group = turko_semitic
			culture = oghuz_culture
		}
		BYZ_eligible_province_for_culture_conversion = yes
	}

	goto = ROOT

	mean_time_to_happen = {
		months = 240
		modifier = {
			factor = 3
			NOT = {
				OR = {
					area = aydin_area
					area = hudavendigar_area
				}
			}
		}
		modifier = {
			factor = 0.25
			owner = {
				has_country_flag = BYZ_culture_conversion_will_be_faster_flag
			}
		}
	}

	option = {
		name = MEE_Byzantine_Events.7.a

		ai_chance = {
			factor = 1
		}

		BYZ_convert_to_greek_culture = yes
	}
}