﻿WillGetMinorPrestigeCustomLoc = {
	type = character

	text = {
		trigger = { 
			culture = { has_cultural_parameter = witch_trait_more_valued }
		 }
		localization_key = rite_ceremony_conditional_minor_prestige_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

WillGetModeratePrestigeCustomLoc = {
	type = character

	text = {
		trigger = { 
			culture = { has_cultural_parameter = witch_trait_more_valued }
		 }
		localization_key = rite_ceremony_conditional_moderate_prestige_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

WillGetMajorPrestigeCustomLoc = {
	type = character

	text = {
		trigger = { 
			culture = { has_cultural_parameter = witch_trait_more_valued }
		 }
		localization_key = rite_ceremony_conditional_major_prestige_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

WillGetMinorPietyCustomLoc = {
	type = character

	text = {
		trigger = { 
			faith = { has_doctrine_parameter = piety_from_witch_coven_active }
		 }
		localization_key = rite_ceremony_conditional_minor_piety_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

WillGetModeratePietyCustomLoc = {
	type = character

	text = {
		trigger = { 
			faith = { has_doctrine_parameter = piety_from_witch_coven_active }
		 }
		localization_key = rite_ceremony_conditional_moderate_piety_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

WillGetMajorPietyCustomLoc = {
	type = character

	text = {
		trigger = { 
			faith = { has_doctrine_parameter = piety_from_witch_coven_active }
		 }
		localization_key = rite_ceremony_conditional_major_piety_loc
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

FolkHealersAlchemistCustomLoc = {
	type = character

	text = {
		trigger = { 
			always = yes
		}
		fallback = yes
		localization_key = can_appoint_court_alchemist
	}
}

FolkHealersHerbalistCustomLoc = {
	type = character

	text = {
		trigger = { 
			is_COURT_HERBALIST_loaded = yes
		}
		localization_key = can_appoint_court_herbalist
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}

CloseFamilyBetterCourtPositionsCustomLoc = {
	type = character

	text = {
		trigger = { 
			always = yes
		}
		localization_key = GENERIC_DONT_STACK
	}
	text = {
		trigger = { always = no }
		fallback = yes
		localization_key = blank_line
	}
}