absentminded = {
	birth = 50
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites =  {
		perceptive
	}

	combat_rating = -10

	stewardship = -1
	martial = -1
	intrigue = -1

	male_compliment_adj = COMPL_DAYDREAMER
	female_compliment_adj = COMPL_DAYDREAMER
	male_insult_adj = INSULT_OBLIVIOUS
	female_insult_adj = INSULT_OBLIVIOUS
}

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

	opposites =  {
		absentminded
		slow
		imbecile
	}

	learning = 1
	stewardship = 1
	intrigue = 2

	combat_rating = 10

	male_compliment_adj = COMPL_SHARP
	female_compliment_adj = COMPL_SHARP
}