﻿
concubine = {
	category = fame
	opposites = {
		concubine_elevated
	}
	diplomacy = -1
	fertility = 0.1
	
	same_opinion = 10
	general_opinion = -10
	opposite_opinion = -10
	close_relative_opinion = 10
	spouse_opinion = 5

	inheritance_blocker = all
	
	shown_in_ruler_designer = no
	
	name = game_concept_concubine
	desc = ""
}

concubine_elevated = {
	category = fame
	opposites = {
		concubine
	}
	fertility = 0.15

	same_opinion = 5
	general_opinion = -5
	close_relative_opinion = 5
	spouse_opinion = 5

	inheritance_blocker = dynasty
	
	shown_in_ruler_designer = no
	
	name = game_concept_concubine
	desc = ""
}

# Separate male and female versions of this traits due to different desc

child_of_concubine_legitimized_female = {
	category = fame
	group = child_of_concubine
	level = 3
	opposites = {
		bastard
		legitimized_bastard
		wild_oat
	}
	diplomacy = -1
	
	shown_in_ruler_designer = no
	
	name = trait_child_of_concubine
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_child_of_concubine_desc
			}
			desc = trait_child_of_concubine_character_desc
		}
	}
	icon = child_of_concubine_legitimized.dds

	ai_energy = 15
}

child_of_concubine_legitimized_male = {
	category = fame
	group = child_of_concubine
	level = 4
	opposites = {
		bastard
		legitimized_bastard
		wild_oat
	}
	diplomacy = -1
	
	shown_in_ruler_designer = no
	
	name = trait_child_of_concubine
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_child_of_male_concubine_desc
			}
			desc = trait_child_of_male_concubine_character_desc
		}
	}
	icon = child_of_concubine_legitimized.dds

	ai_energy = 15
}

child_of_concubine_disinherited_female = {
	category = fame
	group = child_of_concubine
	level = 5
	opposites = {
		bastard
		legitimized_bastard
		wild_oat
	}
	diplomacy = -1
	
	inheritance_blocker = all
	claim_inheritance_blocker = all		
	
	shown_in_ruler_designer = no
	
	name = trait_child_of_concubine
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_child_of_concubine_desc
			}
			desc = trait_child_of_concubine_character_desc
		}
	}
	icon = child_of_concubine_disinherited.dds

	ai_energy = 15
}

child_of_concubine_disinherited_male = {
	category = fame
	group = child_of_concubine
	level = 6
	opposites = {
		bastard
		legitimized_bastard
		wild_oat
	}
	diplomacy = -1
	
	inheritance_blocker = all
	claim_inheritance_blocker = all		
	
	shown_in_ruler_designer = no
	
	name = trait_child_of_concubine
	desc = {
		first_valid = {
			triggered_desc = {
				trigger = {
					NOT = { exists = this }
				}
				desc = trait_child_of_male_concubine_desc
			}
			desc = trait_child_of_male_concubine_character_desc
		}
	}
	icon = child_of_concubine_disinherited.dds

	ai_energy = 15
}
