﻿NEOW_religion_is_broadly_christian_trigger = {
	OR = {
		NEOW_is_broadly_catholic_trigger = yes
		NEOW_is_broadly_protestant_trigger = yes
		NEOW_is_broadly_orthodox_trigger = yes
	}
}

NEOW_is_broadly_catholic_trigger = {
	OR = {
		faith = faith:orleaniste
		faith.religion = religion:catholic_religion
	}
}

NEOW_is_broadly_protestant_trigger = {
	OR = {
		faith = faith:aslanite
		faith.religion = religion:protestant_religion
	}
}
NEOW_is_broadly_orthodox_trigger = {
	faith.religion = religion:eastern_orthodox_religion
}

NEOW_is_broadly_muslim_trigger  = {
	OR = {
		faith = faith:simurghi
		faith.religion = religion:islam_religion
	}
}