namespace = the_crimean_tatars

the_crimean_tatars.2001 = {
	type = character_event
	title = the_crimean_tatars.2001.t
	desc = the_crimean_tatars.2001.desc
	theme = culture_change
	left_portrait = {
		character = scope:embracer
		animation = personality_bold
	}

	immediate = {
		save_scope_as = embracer
		culture = { save_scope_as = embracer_former_culture }
	}

	option = {
		name = the_crimean_tatars.2001.a
		embrace_crimean_tatar_culture_effect = yes
		hidden_effect = { # Moved here from embrace_english_culture_decision
			# Send event to other players
			every_player = {
				limit = {
					NOT = { this = root }
					OR = {
						primary_title = {
							OR = {
								de_jure_liege = title:e_caspian-pontic_steppe
								de_jure_liege.de_jure_liege = title:e_caspian-pontic_steppe
								de_jure_liege.de_jure_liege.de_jure_liege = title:e_caspian-pontic_steppe
							}
						}
						culture = { has_cultural_pillar = heritage_turkic }
					}
				}
				trigger_event = the_crimean_tatars.2002
			}
		}
	}
}

# Players informed
the_crimean_tatars.2002 = {
	type = character_event
	title = the_crimean_tatars.2001.t
	desc = the_crimean_tatars.2002.desc
	theme = culture_change
	left_portrait = {
		character = scope:embracer
		animation = personality_bold
	}

	option = { # Not Turk
		name = the_crimean_tatars.2002.a
		trigger = {
			NOT = { has_culture = scope:embracer.culture }
		}
	}
	option = { # Also Turk
		name = the_crimean_tatars.2002.b
		trigger = {
			has_culture = scope:embracer.culture
		}
	}
}