﻿gpt_has_genetic_trait = {
	OR = {
		has_trait = beauty_good
		has_trait = beauty_bad
		has_trait = intellect_good
		has_trait = intellect_bad
		has_trait = physique_good
		has_trait = physique_bad
		has_trait = fecund
		has_trait = impotent
		has_trait = infertile
		has_trait = strong
		has_trait = weak
		has_trait = shrewd
		has_trait = dull
		has_trait = deviant
		has_trait = depressed_genetic
		has_trait = lunatic_genetic
		has_trait = possessed_genetic
	}
}

gpt_has_animal_archetype = {
	OR = {
		has_trait = gpt_badger
		has_trait = gpt_bear
		has_trait = gpt_bee
		has_trait = gpt_blackswan
		has_trait = gpt_bull
		has_trait = gpt_bunny
		has_trait = gpt_butterfly
		has_trait = gpt_cat
		has_trait = gpt_crocodile
		has_trait = gpt_dog
		has_trait = gpt_dove
		has_trait = gpt_dragon
		has_trait = gpt_eagle
		has_trait = gpt_elephant
		has_trait = gpt_fox
		has_trait = gpt_hog
		has_trait = gpt_lamb
		has_trait = gpt_leopard
		has_trait = gpt_lion
		has_trait = gpt_owl
		has_trait = gpt_peacock
		has_trait = gpt_rat
		has_trait = gpt_scorpion
		has_trait = gpt_snake
		has_trait = gpt_stag
		has_trait = gpt_stallion
		has_trait = gpt_swan
		has_trait = gpt_tiger
		has_trait = gpt_vulture
		has_trait = gpt_wolf
		has_trait = gpt_crow
		has_trait = gpt_goat
		has_trait = gpt_stork
		has_trait = gpt_weasel
	 #	has_trait = authoritative
	 #	has_trait = inquisitive
	 #	has_trait = rude
	}
}

has_3_personality_traits = {
	calc_true_if = {
		amount <= 3
		has_trait = temperate
		has_trait = gluttonous
		has_trait = sadistic
		has_trait = brave
		has_trait = calm
		has_trait = chaste
		has_trait = content
		has_trait = diligent
		has_trait = generous
		has_trait = gregarious
		has_trait = honest
		has_trait = humble
		has_trait = just
		has_trait = patient
		has_trait = compassionate
		has_trait = trusting
		has_trait = zealous
		has_trait = stubborn
		has_trait = forgiving
		has_trait = craven
		has_trait = wrathful
		has_trait = lustful
		has_trait = ambitious
		has_trait = lazy
		has_trait = fickle
		has_trait = vengeful
		has_trait = greedy
		has_trait = shy
		has_trait = deceitful
		has_trait = arrogant
		has_trait = arbitrary
		has_trait = impatient
		has_trait = callous
		has_trait = paranoid
		has_trait = cynical
		has_trait = eccentric
	 #	has_trait = authoritative
	 #	has_trait = inquisitive
	 #	has_trait = rude
	}
}