﻿#Taken from WtWSMS-CK3; used with permission
is_a_living_culture_trigger = {
	this = { save_temporary_scope_as = the_culture }
	OR = {
		any_living_character = { this.culture = scope:the_culture }
		any_county = { this.culture = scope:the_culture }
	}
}
the_culture_or_parent_is_trigger = {
	OR = {
		this = $CULTURE$
		any_parent_culture = { this = $CULTURE$ }
	}
}
the_culture_or_parent_is_with_heritage_trigger = {
	OR = {
		this = $CULTURE$
		any_parent_culture = { this = $CULTURE$ }
		has_same_culture_heritage = $CULTURE$
	}
}
the_culture_or_parent_or_above_is_trigger = {
	OR = {
		this = $CULTURE$
		any_parent_culture_or_above = { this = $CULTURE$ }
	}
}
the_culture_is_dominated_by_another_heritage_trigger = {
	any_culture_county = {
		percent > 0.50
		this.holder.culture = { has_cultural_pillar = $RULER_HERITAGE$ }
	}
}
