### Hereditas TRAIT -------------------------

refined_blood = {
	cached = yes
	inherit_chance = 75
	both_parent_has_trait_inherit_chance= 100
	monthly_character_prestige = 2
	same_opinion = 20
	general_opinion = 5
}

inherit_closed = {
	
	opposites = {
		blinded
		inherit_awakened
		inherit_normal
		inherit_powered
		inherit_ascended
	}
	
	education = no
	diplomacy = 2
	intrigue = 1
	learning = 2
	ai_ambition = 5
	
	combat_rating = 5
}

inherit_awakened = {
	opposites = {
		blinded
		inherit_closed
		inherit_normal
		inherit_powered
		inherit_ascended
	}
	education = no
	
	diplomacy = 3
	intrigue = 3
	learning = 3
	health = 1
	defensive_plot_power_modifier = 0.1
	plot_discovery_chance = 0.1
	assassinate_chance_modifier = -0.1
	ai_ambition = 10
	
	combat_rating = 15
}
inherit_normal = {
	opposites = {
		blinded
		inherit_closed
		inherit_awakened
		inherit_powered
		inherit_ascended
	}
	education = no
	
	diplomacy = 6
	intrigue = 6
	learning = 6
	health = 2
	defensive_plot_power_modifier = 0.1
	plot_discovery_chance = 0.1
	assassinate_chance_modifier = -0.1
	ai_ambition = 20
	
	combat_rating = 25
}
inherit_powered = {
	opposites = {
		blinded
		inherit_closed
		inherit_awakened
		inherit_normal
		inherit_ascended
	}
	education = no
	
	diplomacy = 9
	intrigue = 9
	learning = 9
	health = 3
	defensive_plot_power_modifier = 0.1
	plot_discovery_chance = 0.1
	assassinate_chance_modifier = -0.1
	ai_ambition = 30
	
	combat_rating = 35
}

inherit_ascended= {
	opposites = {
		blinded
		inherit_closed
		inherit_awakened
		inherit_normal
		inherit_powered
	}
	
	education = no
	diplomacy = 15
	intrigue = 15
	learning = 15
	health = 5
	defensive_plot_power_modifier = 0.2
	plot_discovery_chance = 0.2
	assassinate_chance_modifier = 0.2
	ai_ambition = 50
	
	combat_rating = 75
}

