﻿# Forked from `Extended Marriage Doctrines` by kalanyr
# Keeps the existing triggers to keep RM as compatible as possible with other mods

# Whether or not this character should be considered accepting of polygamy.
# scope = character
accepts_polygamy = {
	OR = {
		faith = { has_doctrine = doctrine_polygamy }
		faith = { has_doctrine_parameter = allows_polygamy }
		culture = { has_cultural_tradition = tradition_polygamous }
		culture = { has_cultural_parameter = allows_polygamy }
	}
}

# Whether or not this character should be considered accepting of concubinage.
# scope = character
accepts_concubinage = {
	OR = {
		faith = { has_doctrine = doctrine_concubines }
		faith = { has_doctrine_parameter = allows_concubinage }
		culture = { has_cultural_parameter = allows_concubinage }
	}
}