# Originally from VIET

calm_voice = {
	birth = 50
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites =  {
		melodious_voice
		powerful_voice
	}

	general_opinion = 5
	diplomacy = 1
}

melodious_voice = {
	birth = 50
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites =  {
		powerful_voice
		calm_voice
	}

	intrigue = 1
	diplomacy = 1
	sex_appeal_opinion = 10

	male_compliment_adj = COMPL_HONEY_VOICE
	female_compliment_adj = COMPL_HONEY_VOICE
	male_insult_adj = INSULT_SILVER_TONGUE
	female_insult_adj = INSULT_SILVER_TONGUE
}

powerful_voice = {
	birth = 50
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50

	opposites =  {
		melodious_voice
		calm_voice
		weak
	}

	diplomacy = 1
	martial = 1

	combat_rating = 10

	sex_appeal_opinion = 5

	male_compliment_adj = COMPL_MIGHTY_VOICE
	female_compliment_adj = COMPL_MIGHTY_VOICE
}