agile = {
	birth = 100
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites = {
		clubfooted
	}

	health = 0.5
	combat_rating = 20

	male_compliment_adj = COMPL_SWIFT
	female_compliment_adj = COMPL_SWIFT
}

ambidextrous = {
	birth = 50
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites =  {
		lefthanded
	}

	combat_rating = 20

	male_compliment_adj = COMPL_DEFT
	female_compliment_adj = COMPL_DEFT
	male_insult_adj = INSULT_DOUBLE_HANDED
	female_insult_adj = INSULT_DOUBLE_HANDED
}

deaf = {
	birth = 10
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	same_opinion = 5

	combat_rating = -20

	diplomacy = -2
	intrigue = -2

	male_insult_adj = INSULT_DEAF
	female_insult_adj = INSULT_DEAF
}

fertile = {
	birth = 50
	inherit_chance = 50

	opposites = {
		inbred
		infertile
	}

	sex_appeal_opinion = 10
	fertility = 0.1

	is_visible = {
		OR = {
			has_game_rule = {
				name = hidden_character_traits_rule
				value = no
			}
			FROM = { has_character_flag = fertile_reveal }
			#nothing currently makes the fertile trait visible, but might as well leave this here unttil we decide what should
		}
	}
}

imposing = {
	birth = 25
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites = {
		humble
		craven
		content
		weak
	}

	martial = 1
	vassal_opinion = 5
	combat_rating = 10

	male_compliment_adj = COMPL_IMPOSING
	female_compliment_adj = COMPL_IMPOSING
	male_insult_adj = INSULT_SCARY
	female_insult_adj = INSULT_SCARY
}

wrymouth = {
	birth = 25
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites = {
		attractive
	}

	diplomacy = -1

	sex_appeal_opinion = -10

	male_insult_adj = INSULT_DROOLING
	female_insult_adj = INSULT_DROOLING
}