short = {
	birth = 80
	inherit_chance = 1
	opposites =  {
		dwarf
		tall
		tiny
		giant
	}

	
	sex_appeal_opinion = -5
	vassal_opinion = -3
	
}

tiny = {
	birth = 20
	inherit_chance = 1
	opposites =  {
		dwarf
		tall
		short
		giant
	}

	
	sex_appeal_opinion = -15
	vassal_opinion = -5
	combat_rating = -5
	
}

tall = {
	birth = 80
	inherit_chance = 1

	opposites =  {
		dwarf
		short
		giant
		tiny
	}

	sex_appeal_opinion = 5
	vassal_opinion = 5
	combat_rating = 5
}
comely = {
	birth = 100
	inherit_chance = 1

	sex_appeal_opinion = 10

	opposites =  {
		ugly
		wrymouth
		homely
		fair
	}

	female_compliment = COMPL_BEAUTY
	female_compliment_adj = COMPL_FAIR
	male_compliment = COMPL_CHARMER
	male_compliment_adj = COMPL_HANDSOME
	child_compliment_adj = COMPL_PRETTY
}

homely = {
	birth = 100
	inherit_chance = 1

	sex_appeal_opinion = -10

	opposites =  {
		ugly
		comely
		fair
	}
}

bright = {
	birth = 100
	inherit_chance = 1

	opposites =  {
		imbecile
		slow
		genius
		dim
		quick
	}

	diplomacy = 1
	intrigue = 1
	stewardship = 1
	martial = 1
	learning = 1
	combat_rating = 1

	ai_rationality = 10
}

dim = {
	birth = 100
	inherit_chance = 1

	opposites =  {
		imbecile
		slow
		genius
		bright
		quick
	}

	diplomacy = -1
	intrigue = -1
	stewardship = -1
	martial = -1
	learning = -1
	combat_rating = -1

	ai_rationality = -10
}
burly = {
	birth = 100 # EMF
	inherit_chance = 1

	opposites =  {
		weak
		strong
		delicate
	}


	health = 0.3
	combat_rating = 5
	sex_appeal_opinion = 5
	tribal_opinion = 5
}

delicate = {
	birth = 100 # EMF
	inherit_chance = 1

	opposites =  {
		weak
		strong
		burly
	}

	health = -0.3
	combat_rating = -5
	tribal_opinion = -5

}

