# SPECIAL TRAIT FLAGS
#
# pilgrimage = yes		- The character is away and will need a regent, but does not lose any wards, etc
# incapacitating = yes	- The character is essentially a vegetable
# immortal = yes		- The character will not die of age or poor health, but can be executed (and killed by event effects)
# inherit_chance = X	- Chance of passing on the trait to children
# birth = X				- How many characters out of 10000 are born with this trait (when not inherited)
# religious = yes		- Will be lost if the character changes religion

########################################################################################################
# WARNING: IF YOU DON'T ADD NEW TRAITS LAST (IN THE LAST READ TRAIT FILE), IT WILL BREAK OLD SAVE GAMES!
########################################################################################################

############
# EDUCATION
############

# INTRIGUE OUTCOMES
amateurish_plotter = {
	attribute = intrigue
	education = yes
	
	intrigue = 1
	stewardship = -1

	ai_ambition = 25
	ai_rationality = -25

	male_insult_adj = INSULT_SCHEMING
	female_insult_adj = INSULT_SCHEMING
	child_insult_adj = INSULT_STUPID
}
flamboyant_schemer = {
	attribute = intrigue
	education = yes
	
	intrigue = 3
	stewardship = -1

	ai_ambition = 25
	ai_rationality = -25

	male_insult_adj = INSULT_SCHEMING
	female_insult_adj = INSULT_SCHEMING
	child_insult_adj = INSULT_STUPID
}
intricate_webweaver = {
	attribute = intrigue
	education = yes
	
	intrigue = 6
	martial = 2
	diplomacy = 2
	stewardship = -1

	ai_ambition = 50
	ai_rationality = -50

	male_compliment_adj = COMPL_CLEVER
	female_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_SCHEMING
	female_insult_adj = INSULT_SCHEMING
	child_insult_adj = INSULT_STUPID
}
elusive_shadow = {
	attribute = intrigue
	education = yes
	
	intrigue = 9
	martial = 3
	diplomacy = 3
	stewardship = -1

	ai_ambition = 50
	ai_rationality = -50

	male_compliment_adj = COMPL_CLEVER
	female_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_SCHEMING
	female_insult_adj = INSULT_SCHEMING
	child_insult_adj = INSULT_STUPID
}

# DIPLOMACY OUTCOMES
naive_appeaser = {
	attribute = diplomacy
	education = yes
	
	diplomacy = 1
	martial = -1

	ai_ambition = -25
	ai_zeal = -25

	male_insult_adj = INSULT_TWOFACED
	female_insult_adj = INSULT_TWOFACED
	child_insult_adj = INSULT_STUPID
}
underhanded_rogue = {
	attribute = diplomacy
	education = yes
	
	diplomacy = 3
	intrigue = 1
	learning = 1
	martial = -1

	ai_ambition = -25
	ai_zeal = -25

	male_insult_adj = INSULT_TWOFACED
	female_insult_adj = INSULT_TWOFACED
	child_insult_adj = INSULT_STUPID
}
charismatic_negotiator = {
	attribute = diplomacy
	education = yes
	
	diplomacy = 6
	intrigue = 2
	learning = 2
	martial = -1

	ai_ambition = -50
	ai_zeal = -50
	male_compliment_adj = COMPL_ELOQUENT
	female_compliment_adj = COMPL_ELOQUENT
	child_compliment_adj = COMPL_NICE
	male_insult_adj = INSULT_TWOFACED
	female_insult_adj = INSULT_TWOFACED
	child_insult_adj = INSULT_STUPID
}
grey_eminence = {
	attribute = diplomacy
	education = yes
	
	diplomacy = 9
	intrigue = 3
	learning = 3
	martial = -1

	ai_ambition = -50
	ai_zeal = -50
	male_compliment_adj = COMPL_ELOQUENT
	female_compliment_adj = COMPL_ELOQUENT
	child_compliment_adj = COMPL_NICE
	male_insult_adj = INSULT_TWOFACED
	female_insult_adj = INSULT_TWOFACED
	child_insult_adj = INSULT_STUPID
}

# STEWARDSHIP OUTCOMES
indulgent_wastrel = {
	attribute = stewardship
	education = yes
	
	stewardship = 1
	diplomacy = -1

	ai_zeal = -25

	male_insult_adj = INSULT_MISERLY
	female_insult_adj = INSULT_MISERLY
	child_insult_adj = INSULT_STUPID
}
thrifty_clerk = {
	attribute = stewardship
	education = yes
	
	stewardship = 3
	martial = 1
	learning = 1
	diplomacy = -1
	ai_zeal = -25
	male_insult_adj = INSULT_MISERLY
	female_insult_adj = INSULT_MISERLY
	child_insult_adj = INSULT_STUPID
}
fortune_builder = {	
	attribute = stewardship
	education = yes
	
	stewardship = 6
	martial = 2
	learning = 2
	diplomacy = -1
	ai_zeal = -50
	male_compliment_adj = COMPL_THRIFTY
	female_compliment_adj = COMPL_THRIFTY
	child_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_MISERLY
	female_insult_adj = INSULT_MISERLY
	child_insult_adj = INSULT_STUPID
}
midas_touched = {
	attribute = stewardship
	education = yes
	
	stewardship = 9
	martial = 3
	learning = 3
	diplomacy = -1
	ai_zeal = -50
	male_compliment_adj = COMPL_THRIFTY
	female_compliment_adj = COMPL_THRIFTY
	child_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_MISERLY
	female_insult_adj = INSULT_MISERLY
	child_insult_adj = INSULT_STUPID
}

# MARTIAL OUTCOMES
misguided_warrior = {
	attribute = martial
	education = yes
	
	martial = 1
	learning = -1
	
	combat_rating = 1
	
	health = 0.5

	ai_ambition = 25
	ai_rationality = -25
}
tough_soldier = {
	attribute = martial
	education = yes
	
	martial = 3
	intrigue = 1
	stewardship = 1
	learning = -1
	
	combat_rating = 2
	
	health = 0.5

	ai_ambition = 25
	ai_rationality = -25
}
skilled_tactician = {
	attribute = martial
	education = yes
	
	martial = 6
	intrigue = 2
	stewardship = 2
	learning = -1
	
	combat_rating = 3
	
	health = 0.5

	ai_ambition = 50
	ai_rationality = -50
}
brilliant_strategist = {
	attribute = martial
	education = yes
	
	martial = 9
	intrigue = 3
	stewardship = 3
	learning = -1
	
	combat_rating = 4
	
	health = 0.5

	ai_ambition = 50
	ai_rationality = -50

	leadership_traits = 1
}

# ECCLESIASTICAL OUTCOMES
detached_priest = {
	attribute = learning
	education = yes
	
	learning = 1
	intrigue = -1

	ai_rationality = -25
	ai_zeal = 25

	male_insult_adj = INSULT_DRIVELING
	female_insult_adj = INSULT_DRIVELING
	child_insult_adj = INSULT_STUPID
}
martial_cleric = {
	attribute = learning
	education = yes
	
	learning = 3
	diplomacy = 1
	stewardship = 1
	intrigue = -1

	ai_zeal = 25
	ai_rationality = -25

	male_insult_adj = INSULT_DRIVELING
	female_insult_adj = INSULT_DRIVELING
	child_insult_adj = INSULT_STUPID
}
scholarly_theologian = {
	attribute = learning
	education = yes
	
	learning = 6
	diplomacy = 2
	stewardship = 2
	intrigue = -1

	ai_rationality = -50
	ai_zeal = 50

	male_compliment_adj = COMPL_LEARNED
	female_compliment_adj = COMPL_LEARNED
	child_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_DRIVELING
	female_insult_adj = INSULT_DRIVELING
	child_insult_adj = INSULT_STUPID
}
mastermind_theologian = {
	attribute = learning
	education = yes
	
	learning = 9
	diplomacy = 3
	stewardship = 3
	intrigue = -1

	ai_rationality = -50
	ai_zeal = 50

	male_compliment_adj = COMPL_LEARNED
	female_compliment_adj = COMPL_LEARNED
	child_compliment_adj = COMPL_CLEVER
	male_insult_adj = INSULT_DRIVELING
	female_insult_adj = INSULT_DRIVELING
	child_insult_adj = INSULT_STUPID
}

########################
# HEALTH - Events
########################

stressed = {
	is_health = yes
	intrigue = -1
	stewardship = -1
	health = -1
	fertility = -0.1
	general_opinion = -5
	opposites = {
		depressed
	}
	customizer = no
}
depressed = { #22
	is_health = yes
	diplomacy = -2
	stewardship = -2
	martial = -2
	intrigue = -2
	health = -2
	fertility = -0.2
	general_opinion = -10
	opposites = {
		stressed
	}
	customizer = no
	
	male_insult_adj = INSULT_LUGUBRIOUS
	female_insult_adj = INSULT_LUGUBRIOUS
	male_insult = INSULT_GRUMBLER
	female_insult = INSULT_GRUMBLER
}
lunatic = { # Highly event driven
	is_health = yes

	general_opinion = -10
	vassal_opinion = -5
	sex_appeal_opinion = -10
	same_opinion = 5
	health = -1
	fertility = -0.2
	diplomacy = -4
	stewardship = -4
	martial = -4
	intrigue = -4
	opposites = {
		possessed
	}
	ai_rationality = -100
	customizer = no
	
	male_insult = INSULT_LUNATIC
	female_insult = INSULT_BAT
	male_insult_adj = INSULT_DEMENTED
	female_insult_adj = INSULT_CRAZED
	child_insult_adj = INSULT_CRAZY
}
possessed = { # Highly event driven
	is_health = yes

	general_opinion = -10
	sex_appeal_opinion = -10
	same_opinion = 5
	fertility = -0.1


	ai_rationality = -50
	
	combat_rating = 1
	
	male_insult = INSULT_WARLOCK
	female_insult = INSULT_DEVIL_WOMAN
	child_insult = INSULT_DEVIL
	male_insult_adj = INSULT_DEMONIC
	female_insult_adj = INSULT_DEMONIC

	opposites = {
		lunatic
	}
	customizer = no
}
ill = {
	is_health = yes
	is_illness = yes
	
	opposites =  {
		pneumonic
	}
	
	combat_rating = -1

	martial = -1
	health = -3
	fertility = -0.1
	customizer = no
}
pneumonic = {
	is_health = yes
	is_illness = yes
	
	opposites =  {
		ill
	}
	
	combat_rating = -3

	diplomacy_penalty = -2
	stewardship_penalty = -2
	martial_penalty = -2
	intrigue_penalty = -2
	learning_penalty = -2
	health_penalty = -5
	fertility_penalty = -0.5
	customizer = no
}
syphilitic = {
	is_health = yes
	is_illness = yes
	inherit_chance = 10
	
	sex_appeal_opinion = -30
	
	diplomacy_penalty = -1
	stewardship_penalty = -1
	martial_penalty = -1
	intrigue_penalty = -1
	learning_penalty = -1
	
	health_penalty = -2
	fertility_penalty = -0.2
	customizer = no

	male_insult_adj = INSULT_SYPHILITIC
	female_insult_adj = INSULT_SYPHILITIC
	child_insult_adj = INSULT_UGLY
}
leper = {
	is_health = yes
	is_illness = yes
	health_penalty = -1.5
	sex_appeal_opinion = -35	
	general_opinion = -5
	fertility_penalty = -0.95
	customizer = no
	
	combat_rating = -2
	
	male_insult = INSULT_LEPER
	female_insult = INSULT_LEPER
	male_insult_adj = INSULT_UNCLEAN
	female_insult_adj = INSULT_UNCLEAN
	child_insult_adj = INSULT_UGLY
}

wounded = {
	is_health = yes

	martial = -2
	health = -2
	customizer = no
	
	combat_rating = -1
	
	succession_gfx = yes
}

maimed = {
	is_health = yes

	sex_appeal_opinion = -10
	same_opinion = 5

	martial = -1
	health = -1
	customizer = no
	
	combat_rating = -3
	
	male_insult = INSULT_CRIPPLE
	male_insult_adj = INSULT_USELESS
	female_insult_adj = INSULT_USELESS
	
	succession_gfx = yes
}
infirm = {
	is_health = yes
	
	opposites = {
		agile
	}

	diplomacy = -4
	intrigue = -4
	stewardship = -4
	martial = -4
	learning = -4

	health = -2
	fertility = -0.3
	
	ai_rationality = -10
	customizer = no
	
	combat_rating = -5
	
	male_insult = INSULT_DODDERER
	male_insult_adj = INSULT_SENILE
	female_insult_adj = INSULT_SENILE
	child_insult_adj = INSULT_STUPID
}
incapable = {
	is_health = yes
	
	opposites =  {
		decadent
	}

	incapacitating = yes # Will need a regent

	diplomacy = -100
	intrigue = -100
	stewardship = -100
	martial = -100
	learning = -100

	health = -3
	fertility = -10
	customizer = no
	
	combat_rating = -10
	
	male_insult = INSULT_VEGETABLE
	female_insult = INSULT_VEGETABLE
	male_insult_adj = INSULT_USELESS
	female_insult_adj = INSULT_USELESS
}
drunkard = {
	is_health = yes
	
	stewardship = -2
	learning = -2
	health = -1
	
	combat_rating = -1

	opposites = {
		temperate
	}

	same_opinion = 5
	church_opinion = -5
	sex_appeal_opinion = -10

	ai_rationality = -20
	
	male_insult = INSULT_DRUNKARD
	female_insult = INSULT_DRUNKARD
	male_insult_adj = INSULT_BESOTTED
	female_insult_adj = INSULT_BESOTTED
	child_insult_adj = INSULT_STUPID
}
has_tuberculosis = {
	is_epidemic = yes
	is_illness = yes
	
	diplomacy_penalty = -2
	intrigue_penalty = -2
	stewardship_penalty = -1
	health_penalty = -2
	combat_rating = -2
	
	customizer = no
	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
	
	succession_gfx = yes
}
has_typhoid_fever = {
	is_epidemic = yes
	is_illness = yes
		
	martial_penalty = -2
	intrigue_penalty = -1
	learning_penalty = -1
	
	health_penalty = -3
	combat_rating = -4

	fertility_penalty = -0.10
	
	customizer = no
	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
	
	succession_gfx = yes
}
has_typhus = {
	is_epidemic = yes
	is_illness = yes
	
	diplomacy_penalty = -1
	intrigue_penalty = -1
	stewardship_penalty = -2
	learning_penalty = -2
	
	health_penalty = -4
	
	fertility_penalty = -0.20
	combat_rating = -4
	
	customizer = no

	child_insult_adj = INSULT_SMELLY
	male_insult_adj = INSULT_SMELLY
	female_insult_adj = INSULT_SMELLY
	
	succession_gfx = yes
}
has_bubonic_plague = {
	is_epidemic = yes
	is_illness = yes
	
	diplomacy_penalty = -2
	martial_penalty = -3
	stewardship_penalty = -2
	intrigue_penalty = -3
	learning_penalty = -2
	
	health_penalty = -7
	
	fertility_penalty = -0.50
	combat_rating = -10
	
	customizer = no

	male_insult_adj = INSULT_DECAYING
	female_insult_adj = INSULT_DECAYING
	child_insult_adj = INSULT_SMELLY
	
	succession_gfx = yes
}
has_measles = {
	is_epidemic = yes
	is_illness = yes
	
	stewardship_penalty = -2
	learning_penalty = -1
	
	health_penalty = -2
	
	fertility_penalty = -0.1
	combat_rating = -3
	
	customizer = no

	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
	
	succession_gfx = yes
}
has_small_pox = {
	is_epidemic = yes
	is_illness = yes
	
	diplomacy_penalty = -2
	stewardship_penalty = -1
	learning_penalty = -2

	health_penalty = -3
	
	fertility_penalty = -0.25
	
	combat_rating = -10
	
	customizer = no

	male_insult_adj = INSULT_POX_RIDDEN
	female_insult_adj = INSULT_POX_RIDDEN
	child_insult_adj = INSULT_POX_RIDDEN
	
	succession_gfx = yes
}

############################
# HARD STATUS - DO NOT REMOVE!
############################

crusader = {
	potential = {
		religion_group = christian
	}
	opposites = {
		mujahid
		valhalla_bound
		eagle_warrior
		sun_warrior
		ukkos_shield
		nyames_shield
		peruns_chosen
		romuvas_own
		ares_own
		tengri_warrior
		shaddai
		gondi_shahansha
		holy_crusader
	}
	martial = 1
	combat_rating = 1

	church_opinion = 15
	same_opinion_if_same_religion = 15
	monthly_character_piety = 0.25
	ai_zeal = 10
	customizer = no
	
	male_compliment = COMPL_CRUSADER
	female_compliment = COMPL_CRUSADER
}

bastard = {
	diplomacy = -2
	same_opinion = 5

	opposites =  {
		legit_bastard
	}
	
	customizer = yes
	
	male_insult = INSULT_BASTARD
	male_insult_adj = INSULT_BASEBORN
}
twin = { #42
	twin_opinion = 25
	customizer = no
}
legit_bastard = {
	diplomacy = -2
	
	opposites =  {
		bastard
	}
	
	male_insult = INSULT_BASTARD
	male_insult_adj = INSULT_BASEBORN
}
pregnant = { #44
	combat_rating = -2
	
	spouse_opinion = 15
	
	customizer = no
}
excommunicated = {
	diplomacy = -5
	same_religion_opinion = -15
	religious = yes
	customizer = no
	
	male_insult = INSULT_RENEGADE
	female_insult = INSULT_RENEGADE
	child_insult = INSULT_DEVIL
	male_insult_adj = INSULT_GODLESS
	female_insult_adj = INSULT_GODLESS
	child_insult_adj = INSULT_EVIL
}
kinslayer = {
	potential = {
		NOT = { religion_group = muslim }
	}
	diplomacy = -3
	dynasty_opinion = -20
	
	male_insult = INSULT_KINSLAYER
	female_insult = INSULT_KINSLAYER
}
homosexual = {
	sex_appeal_opinion = 30 # Only to those of the same sex
	vassal_opinion = -5
	
	fertility = -0.2
	
	ruler_designer_cost = 0
	
	male_insult = INSULT_SODOMITE
	male_insult_adj = INSULT_EFFEMINATE
	female_insult = INSULT_LESBIAN
	female_insult_adj = INSULT_SAPPHIC
	child_insult = INSULT_PEABRAIN
	child_insult_adj = INSULT_CRAZY
}

#####################
# POSSIBLY CONGENITAL
#####################

clubfooted = {
	birth = 50
	inherit_chance = 25
	
	opposites = {
		agile
	}
	
	sex_appeal_opinion = -10
	same_opinion = 5
	
	combat_rating = -1

	martial = -2
	vassal_opinion = -10
	
	male_insult = INSULT_CLUBFOOT
	female_insult = INSULT_CLUBFOOT
	male_insult_adj = INSULT_LIMPING
	female_insult_adj = INSULT_LIMPING
}

harelip = { #49
	birth = 25
	inherit_chance = 25

	sex_appeal_opinion = -10
	vassal_opinion = -10
	diplomacy = -2
	
	male_insult = INSULT_HARELIP
	female_insult = INSULT_HARELIP
	male_insult_adj = INSULT_CLEFT_LIPPED
	female_insult_adj = INSULT_CLEFT_LIPPED
}
hunchback = {
	birth = 25
	inherit_chance = 15

	sex_appeal_opinion = -20

	vassal_opinion = -20

	martial = -2
	
	male_insult = INSULT_HUNCHBACK
	female_insult = INSULT_HUNCHBACK
	male_insult_adj = INSULT_CROOKED
	female_insult_adj = INSULT_CROOKED
}
lisp = { #51
	birth = 25

	sex_appeal_opinion = -10
	diplomacy = -2
	
	male_insult = INSULT_LISPER
	female_insult = INSULT_LISPER
	male_insult_adj = INSULT_FALTERING
	female_insult_adj = INSULT_FALTERING
	child_insult_adj = INSULT_STUPID
}
stutter = {
	birth = 25

	diplomacy = -2
	vassal_opinion = -10
	
	male_insult_adj = INSULT_STUTTERING
	female_insult_adj = INSULT_STUTTERING
	child_insult_adj = INSULT_STUPID
}
fair = {
	birth = 100
	inherit_chance = 33

	sex_appeal_opinion = 30
	
	opposites =  {
		ugly
		wrymouth
	}
	
	diplomacy = 1
	fertility = 0.1
	
	female_compliment = COMPL_BEAUTY
	female_compliment_adj = COMPL_FAIR
	male_compliment = COMPL_CHARMER
	male_compliment_adj = COMPL_HANDSOME
	child_compliment_adj = COMPL_PRETTY
}
ugly = {
	birth = 100
	inherit_chance = 33

	sex_appeal_opinion = -30

	opposites =  {
		fair
	}
	
	diplomacy = -1
	fertility = -0.1
	
	male_insult = INSULT_GROTESQUE
	female_insult = INSULT_GORGON
	male_insult_adj = INSULT_HIDEOUS
	female_insult_adj = INSULT_HIDEOUS
	child_insult_adj = INSULT_UGLY
}
dwarf = {
	birth = 25
	inherit_chance = 33
	both_parent_has_trait_inherit_chance = 66

	opposites =  {
		tall
	}

	sex_appeal_opinion = -20
	same_opinion = 10

	martial = -2
	vassal_opinion = -20
	
	combat_rating = -3
	
	male_insult = INSULT_DWARF
	female_insult = INSULT_DWARF
	male_insult_adj = INSULT_LITTLE
	female_insult_adj = INSULT_LITTLE
	child_insult_adj = INSULT_STUPID
}
genius = {
	birth = 10
	inherit_chance = 1

	opposites =  {
		imbecile
		slow
		quick
	}
	
	combat_rating = 1

	diplomacy = 5
	intrigue = 5
	stewardship = 5
	martial = 5
	learning = 5

	ai_rationality = 30
	
	vassal_opinion = 5
	
	male_compliment = COMPL_GENIUS
	male_compliment_adj = COMPL_BRILLIANT
	female_compliment = COMPL_GENIUS
	female_compliment_adj = COMPL_BRILLIANT
	child_compliment = COMPL_SMARTY
	child_compliment_adj = COMPL_CLEVER
}
quick = {
	birth = 40
	inherit_chance = 1

	opposites =  {
		imbecile
		slow
		genius
		dull
	}
	
	diplomacy = 3
	intrigue = 3
	stewardship = 3
	martial = 3
	learning = 3
	
	ai_rationality = 15
}
slow = {
	birth = 40
	inherit_chance = 1

	opposites =  {
		imbecile
		quick
		genius
		perceptive
	}

	sex_appeal_opinion = -10
	vassal_opinion = -10
	diplomacy = -3
	intrigue = -3
	stewardship = -3
	martial = -3
	learning = -3
	
	ai_rationality = -15
	
	male_insult = INSULT_DULLARD
	female_insult = INSULT_NITWIT
	male_insult_adj = INSULT_DIM
	female_insult_adj = INSULT_VACUOUS
	child_insult_adj = INSULT_STUPID
}
imbecile = {
	birth = 10
	inherit_chance = 1

	sex_appeal_opinion = -20
	vassal_opinion = -20

	opposites =  {
		slow
		quick
		genius
		perceptive
		shrewd
	}
	
	combat_rating = -3

	diplomacy = -8
	intrigue = -8
	stewardship = -8
	martial = -8
	learning = -8
	
	ai_rationality = -30
	
	male_insult = INSULT_IMBECILE
	female_insult = INSULT_IMBECILE
	child_insult = INSULT_PEABRAIN
	male_insult_adj = INSULT_IDIOT
	female_insult_adj = INSULT_IDIOT
}
inbred = {
	inbred = yes
	inherit_chance = 25
	both_parent_has_trait_inherit_chance = 50
	
	opposites = {
		fertile
	}

	sex_appeal_opinion = -30
	
	combat_rating = -2

	fertility = -0.4
	health = -1
	diplomacy = -5
	intrigue = -5
	stewardship = -5
	martial = -5
	learning = -5

	vassal_opinion = -10
	
	male_insult = INSULT_ABOMINATION
	female_insult = INSULT_FREAK
	child_insult = INSULT_TROLL
	male_insult_adj = INSULT_MONSTROUS
	female_insult_adj = INSULT_HIDEOUS
	child_insult_adj = INSULT_UGLY
}
strong = {
	inherit_chance = 33
	birth = 100

	opposites =  {
		weak
	}
	
	combat_rating = 2

	martial = 2
	health = 1
	fertility = 0.1

	sex_appeal_opinion = 5
	vassal_opinion = 5
	tribal_opinion = 10
	
	male_compliment_adj = COMPL_STRONG
}
weak = {
	inherit_chance = 33
	birth = 100

	opposites =  {
		strong
		imposing
		powerful_voice
	}
	
	combat_rating = -2

	health = -1
	martial = -2
	fertility = -0.1

	sex_appeal_opinion = -5
	vassal_opinion = -5
	tribal_opinion = -10
	
	male_insult = INSULT_WEAKLING
}

################################################
# LIFESTYLE - Events - only 1 lifestyle (adult)
################################################

celibate = {
	customizer = no

	opposites =  {
		hedonist
		lustful
		seducer
		seductress
	}
	fertility = -10

	christian_church_opinion = 5
	opposite_opinion = -10
	same_opinion = 10
	
	ai_zeal = 10

	monthly_character_piety = 0.25
	male_compliment = COMPL_VIRTUOUS
	female_compliment = COMPL_VIRTUOUS
	child_compliment_adj = COMPL_NICE
	male_insult = INSULT_UNMANLY
	female_insult = INSULT_FRIGID
	child_insult_adj = INSULT_STUPID
}
hedonist = {
	lifestyle = yes
	customizer = no

	opposites =  {
		celibate
		chaste
		perfecti
	}

	fertility = 0.2

	opposite_opinion = -10
	same_opinion = 10
	
	christian_church_opinion = -5

	monthly_character_piety = -0.10
	
	ai_zeal = -30
	
	male_insult = INSULT_DEBAUCHER
	female_insult = INSULT_DEBAUCHER
	child_insult = INSULT_HAYBRAIN
	male_insult_adj = INSULT_PERVERTED
	female_insult_adj = INSULT_DEGENERATE
	child_insult_adj = INSULT_CRAZY
}
scholar = {
	lifestyle = yes
	customizer = no
	
	opposites = {
		faqih
	}
	potential = {
		NOT = { religion_group = muslim }
	}
	
	learning = 3
	
	same_opinion = 10
	
	male_compliment = COMPL_SCHOLAR
	female_compliment = COMPL_SCHOLAR
	child_compliment = COMPL_SMARTY
	male_compliment_adj = COMPL_LEARNED
	female_compliment_adj = COMPL_LEARNED
	child_compliment_adj = COMPL_CLEVER
	male_insult = INSULT_BOOKWORM
	female_insult = INSULT_BOOKWORM
	child_insult = INSULT_BORE
	male_insult_adj = INSULT_SQUINTEYED
	female_insult_adj = INSULT_SQUINTEYED
}
gardener = {
	lifestyle = yes
	customizer = no

	stewardship = 2
	learning = 1
	
	same_opinion = 10
	
	ruler_designer_cost = 10
	
	male_insult = INSULT_TREEHUGGER
	female_insult = INSULT_TREEHUGGER
}
mystic = {
	lifestyle = yes
	customizer = no

	learning = 2
	stewardship = 1

	same_opinion = 10

	male_compliment = COMPL_MYSTIC
	female_compliment = COMPL_MYSTIC
	
	ruler_designer_cost = 10
	
	child_compliment = COMPL_SMARTY
	male_compliment_adj = COMPL_LEARNED
	female_compliment_adj = COMPL_LEARNED
	child_compliment_adj = COMPL_CLEVER
	male_insult = INSULT_OCCULTIST
	female_insult = INSULT_OCCULTIST
	child_insult = INSULT_DEVIL
	male_insult_adj = INSULT_GODLESS
	female_insult_adj = INSULT_GODLESS
	child_insult_adj = INSULT_WEIRD
}
impaler = {
	lifestyle = yes
	
	potential = {
		NOT = { religion = jain }
	}
	customizer = no

	martial = 2
	intrigue = 1

	opposites = {
		kind
		charitable
	}

	same_opinion = 10
	
	ai_honor = -15
	monthly_character_piety = -0.25
	
	male_insult = INSULT_TORTURER
	female_insult = INSULT_TORTURER
	male_insult_adj = INSULT_EVIL
	female_insult_adj = INSULT_EVIL
	child_insult_adj = INSULT_WICKED
	
	ruler_designer_cost = 10
}
duelist = {
	lifestyle = yes
	customizer = no

	martial = 2
	combat_rating = 5

	same_opinion = 10
	
	ruler_designer_cost = 10
	
	male_compliment = COMPL_BLADEMASTER
	female_compliment = COMPL_CHAMPION
}
hunter = {
	lifestyle = yes
	customizer = no
	potential = {
		NOT = { religion = jain }
	}
	
	martial = 2
	combat_rating = 1
	command_modifier = {
		pursue = 0.2
	}
	health = 0.5

	same_opinion = 10
	
	ruler_designer_cost = 10
	
	male_compliment = COMPL_HUNTMASTER
}
# Way of Life DLC: No longer a lifestyle trait
poet = {
	lifestyle = yes
	customizer = no

	diplomacy = 2
	sex_appeal_opinion = 10

	same_opinion = 10
	
	male_compliment = COMPL_POET
	female_compliment = COMPL_POET
	
	ruler_designer_cost = 4
}
# Way of Life DLC: No longer a lifestyle trait
falconer = {
	lifestyle = yes
	customizer = no

	potential = {
		NOT = { religion = jain }
	}

	diplomacy = 1
	martial = 1
	intrigue = 1

	same_opinion = 10
	
	ruler_designer_cost = 4
}

#################################################################
# PERSONALITY - Events, should happen more often during childhood
#################################################################

# THE SEVEN SINS AND VIRTUES
lustful = {
	personality = yes
	opposites =  {
		chaste
		celibate
		perfecti
	}
	
	vice = yes
	
	fertility = 0.2
	
	intrigue = 1
	
	christian_church_opinion = -5
	opposite_opinion = -10

	monthly_character_piety = -0.1

	ai_greed = 10
	ai_zeal = -10
	
	male_insult = INSULT_LECHER
	male_insult_adj = INSULT_LECHEROUS
	child_insult = INSULT_TROLL
	child_insult_adj = INSULT_CREEPY
	female_insult = INSULT_TROLLOP
	female_insult_adj = INSULT_WANTON
	male_compliment_adj = COMPL_VIVACIOUS
	female_compliment_adj = COMPL_VIVACIOUS
}
chaste = {
	personality = yes
	
	potential = {
		NOT = { religion_group = muslim }
	}
	
	opposites =  {
		lustful
		hedonist
	}
	
	virtue = yes
	
	
	learning = 1
	
	christian_church_opinion = 5
	opposite_opinion = -10
	same_opinion = 10

	monthly_character_piety = 0.1

	ai_zeal = 10
	
	male_compliment_adj = COMPL_CHASTE
	female_compliment_adj = COMPL_CHASTE
	child_compliment_adj = COMPL_NICE
	male_insult = INSULT_PRUDE
	female_insult = INSULT_PRUNE
	child_insult = INSULT_PIGFACE
	female_insult_adj = INSULT_PRUDISH
	child_insult_adj = INSULT_STUPID
}
gluttonous = {
	personality = yes
	opposites =  {
		temperate
		perfecti
	}

	vice = yes
	
	opposite_opinion = -10
	sex_appeal_opinion = -10
	church_opinion = -5
	same_opinion = 5

	monthly_character_piety = -0.05

	ai_greed = 10
	ai_zeal = -10
	
	male_insult = INSULT_GLUTTON
	male_insult_adj = INSULT_GORGING
	female_insult = INSULT_GLUTTON
	female_insult_adj = INSULT_GORGING
	child_insult = INSULT_PIGFACE
	child_insult_adj = INSULT_FLABBY
}
temperate = {
	personality = yes
	opposites =  {
		gluttonous
	}
	
	virtue = yes
	
	church_opinion = 5
	opposite_opinion = -10
	same_opinion = 5

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

	monthly_character_piety = 0.05

	ai_greed = -10
	ai_zeal = 10
	
	male_insult = INSULT_BORE
	female_insult = INSULT_BORE
	male_compliment_adj = COMPL_LEVELHEADED
	female_compliment_adj = COMPL_PLEASANT
	child_compliment_adj = COMPL_NICE
}
greedy = {
	personality = yes
	opposites =  {
		charitable
		content
		perfecti
	}

	opposite_opinion = -15
	stewardship = 2
	
	vice = yes
	
	diplomacy = -1
	vassal_opinion = -5

	ai_honor = -10
	ai_ambition = 10
	ai_greed = 20

	monthly_character_piety = -0.1
	
	male_insult_adj = INSULT_COVETOUS
	female_insult_adj = INSULT_VENAL
	child_insult_adj = INSULT_STUPID
}
charitable = {
	personality = yes
	opposites =  {
		greedy
		cruel
		impaler
	}
	diplomacy = 1
	stewardship = -2
	
	virtue = yes
	
	church_opinion = 5
	vassal_opinion = 5
	opposite_opinion = -15
	same_opinion = 5
	
	ai_honor = 10
	ai_ambition = -10
	ai_greed = -20

	ai_zeal = 10

	monthly_character_piety = 0.1
	
	male_compliment_adj = COMPL_GOOD
	female_compliment_adj = COMPL_GOOD
}
slothful = {
	personality = yes
	opposites =  {
		diligent
	}
	
	vice = yes
	
	vassal_opinion = -5
	
	diplomacy = -1
	intrigue = -1
	stewardship = -1
	martial = -1
	learning = -1

	same_opinion = 5

	ai_ambition = -10
	ai_zeal = -10

	monthly_character_piety = -0.05
	
	male_insult = INSULT_IDLER
	female_insult = INSULT_IDLER
	male_insult_adj = INSULT_INDOLENT
	female_insult_adj = INSULT_INDOLENT
	child_insult_adj = INSULT_LAZY
}
diligent = {
	personality = yes
	opposites =  {
		slothful
	}
	
	virtue = yes
	
	vassal_opinion = 5
	opposite_opinion = -5
	same_opinion = 5
	
	diplomacy = 1
	intrigue = 1
	stewardship = 1
	martial = 1
	learning = 1


	ai_zeal = 10
	ai_ambition = 10

	monthly_character_piety = 0.05
	
	male_compliment_adj = COMPL_DILIGENT
	female_compliment_adj = COMPL_DILIGENT
}
envious = {
	personality = yes
	opposites =  {
		kind
		content
		perfecti
	}
	intrigue = 1
	martial = 1
	
	vice = yes
	
	diplomacy = -1

	opposite_opinion = -10
	liege_opinion = -10
	same_opinion = -10

	ai_honor = -10

	monthly_character_piety = -0.1
	
	male_insult_adj = INSULT_ENVIOUS
	female_insult_adj = INSULT_ENVIOUS
}
kind = {
	personality = yes
	opposites =  {
		envious
		cruel
		impaler
	}
	martial = -1
	intrigue = -1
	
	virtue = yes
	
	diplomacy = 2

	vassal_opinion = 5
	opposite_opinion = -10
	same_opinion = 5
	
	ai_honor = 10

	command_modifier = {
		morale_offence = -0.1
	}

	monthly_character_piety = 0.1
	
	male_insult_adj = INSULT_SOFT
	male_compliment_adj = COMPL_KINDLY
	female_compliment_adj = COMPL_KINDHEARTED
}
wroth = {
	personality = yes
	opposites =  {
		patient
	}
	
	vice = yes
	
	diplomacy = -1
	intrigue = -1
	martial = 3

	opposite_opinion = -30
	ai_rationality = -5
	ai_honor = -5

	command_modifier = {
		morale_offence = 0.1
	}

	monthly_character_piety = -0.05
	
	male_insult_adj = INSULT_RAGING
	female_insult = INSULT_HARRIDAN
	child_insult = INSULT_MEANIE
}
patient = {
	personality = yes
	opposites =  {
		wroth
	}
	
	virtue = yes
	
	diplomacy = 1
	intrigue = 1
	stewardship = 1
	learning = 1
	same_opinion = 5
	opposite_opinion = -5

	ai_ambition = -10
	ai_rationality = 5
	monthly_character_piety = 0.05
	
	male_insult = INSULT_SPIDER
	female_insult = INSULT_SPIDER
	child_insult = INSULT_DONKEY
}
proud = {
	personality = yes
	opposites =  {
		humble
	}

	monthly_character_prestige = 0.25
	monthly_character_piety = -0.1
	christian_church_opinion = -10
	
	vice = yes
	
	opposite_opinion = -20
	ai_ambition = 10
	
	male_compliment_adj = COMPL_PROUD
	female_compliment_adj = COMPL_PROUD
}
humble = {
	personality = yes
	opposites =  {
		proud
		ambitious
		imposing
	}

	monthly_character_piety = 0.25
	monthly_character_prestige = -0.1
	virtue = yes
	
	same_opinion = 5
	opposite_opinion = -5
	ai_ambition = -10
	
	male_compliment_adj = COMPL_HUMBLE
	female_compliment_adj = COMPL_HUMBLE
	male_insult_adj = INSULT_GROVELING
	female_insult_adj = INSULT_GROVELING
	child_insult_adj = INSULT_STUPID
}

# OTHER

deceitful = {
	personality = yes
	opposites =  {
		honest
	}

	intrigue = 2
	learning = -2

	opposite_opinion = -5
	
	ai_honor = -25
	
	male_insult_adj = INSULT_DECEITFUL
	female_insult_adj = INSULT_DECEITFUL
	child_insult_adj = INSULT_WICKED
}
honest = {
	personality = yes
	opposites =  {
		deceitful
	}

	intrigue = -1
	diplomacy = 1
	learning = 1

	opposite_opinion = -5
	same_opinion = 5
	
	ai_honor = 25
	
	male_compliment_adj = COMPL_SINCERE
	female_compliment_adj = COMPL_FORTHRIGHT
	child_compliment_adj = COMPL_GOOD
}
craven = {
	personality = yes
	opposites =  {
		brave
	}
	
	vassal_opinion = -5
	opposite_opinion = -20
	same_opinion = 5
	ai_rationality = 100
	pagan_opinion = -5

	martial = -2
	intrigue = 2
	combat_rating = -1
	
	command_modifier = {
		morale_defence = -0.1
	}
	
	male_insult = INSULT_COWARD
	male_insult_adj = INSULT_CRAVEN
	female_insult_adj = INSULT_WUSSY
	child_insult_adj = INSULT_WUSSY
}
brave = {
	personality = yes
	opposites =  {
		craven
	}
	
	vassal_opinion = 5
	opposite_opinion = -15
	same_opinion = 5
	ai_rationality = -100
	pagan_opinion = 5

	martial = 2
	intrigue = -2
	combat_rating = 1
	
	command_modifier = {
		morale_defence = 0.1
	}
	
	male_compliment_adj = COMPL_BRAVE
	female_compliment_adj = COMPL_BRAVE
}
shy = {
	personality = yes
	opposites =  {
		gregarious
	}
	
	diplomacy = -2
	stewardship = 2
	learning = 1
	
	male_insult_adj = INSULT_TIMID
	female_insult_adj = INSULT_COY
	child_insult_adj = INSULT_STUPID
	female_compliment_adj = COMPL_DEMURE
	child_compliment_adj = COMPL_NICE
}
gregarious = {
	personality = yes
	opposites =  {
		shy
	}

	sex_appeal_opinion = 10
	same_opinion = 10

	diplomacy = 2
	learning = -1
	stewardship = -1
	
	male_compliment = COMPL_WIT
	male_compliment_adj = COMPL_AFFABLE
	female_compliment = COMPL_WIT
	female_compliment_adj = COMPL_FETCHING
	child_compliment_adj = COMPL_HERO
}
ambitious = {
	personality = yes
	opposites =  {
		content
		humble
	}
	
	intrigue = 2
	stewardship = 2
	diplomacy = 2
	martial = 2
	learning = 2

	same_opinion = -10
	ambition_opinion = -30 # Against those they want something from
	ai_rationality = -50

	ai_ambition = 50
	ai_zeal = 15
	
	male_insult_adj = INSULT_RAPACIOUS
	female_insult_adj = INSULT_GRASPING
	child_insult_adj = INSULT_WICKED
}
content = {
	personality = yes
	opposites =  {
		ambitious
		greedy
		envious
	}

	intrigue = -3

	liege_opinion = 30
	same_opinion = 10
	opposite_opinion = -10

	monthly_character_piety = 0.25

	ai_rationality = 50
	ai_ambition = -40
	ai_zeal = -10
	
	male_insult_adj = INSULT_SPINELESS
	female_insult_adj = INSULT_SPINELESS
}
arbitrary = {
	personality = yes
	opposites =  {
		just
	}

	intrigue = 2
	stewardship = -1
	learning = -1
	
	vassal_opinion = -5

	ai_honor = -10
	
	male_insult = INSULT_SCATTERBRAIN
	female_insult = INSULT_SCATTERBRAIN
	child_insult_adj = INSULT_IDIOT
	male_insult_adj = INSULT_ERRATIC
	female_insult_adj = INSULT_ERRATIC
	male_compliment = COMPL_ROGUE
	male_compliment_adj = COMPL_RAFFISH
	female_compliment = COMPL_DEVIL
	female_compliment_adj = COMPL_IMPISH
	child_compliment = COMPL_SMARTY
	child_compliment_adj = COMPL_CLEVER
}
just = {
	personality = yes
	opposites =  {
		arbitrary
	}

	intrigue = -3
	stewardship = 1
	learning = 1

	global_revolt_risk = -0.01

	vassal_opinion = 5
	opposite_opinion = -5
	same_opinion = 5

	ai_honor = 10
	
	male_compliment_adj = COMPL_JUST
	female_compliment_adj = COMPL_JUST
	child_compliment_adj = COMPL_NICE
}
cynical = {
	personality = yes
	opposites = {
		zealous
		perfecti
	}

	intrigue = 3

	church_opinion = -10
	opposite_opinion = -20
	same_opinion = 10

	monthly_character_piety = -0.25
	ai_zeal = -100
	
	male_compliment_adj = COMPL_WRY
	female_compliment_adj = COMPL_WRY
	child_compliment_adj = COMPL_CLEVER
	male_insult = INSULT_UNBELIEVER
	female_insult = INSULT_UNBELIEVER
	child_insult = INSULT_DEVIL
}
zealous = {
	personality = yes
	opposites =  {
		cynical
		decadent
		sympathy_christendom
		sympathy_islam
		sympathy_pagans
		sympathy_zoroastrianism
		sympathy_judaism
		sympathy_indian
	}

	martial = 1

	church_opinion = 10
	infidel_opinion = -20
	opposite_opinion = -20
	same_opinion_if_same_religion = 10

	monthly_character_piety = 0.5
	ai_zeal = 100
	
	male_insult = INSULT_FANATIC
	female_insult = INSULT_FANATIC
	child_insult = INSULT_BORE
	male_insult_adj = INSULT_NARROWMINDED
	female_insult_adj = INSULT_NARROWMINDED
	child_insult_adj = INSULT_NASTY
	male_compliment_adj = COMPL_RIGHTEOUS
	female_compliment_adj = COMPL_RIGHTEOUS
	child_compliment_adj = COMPL_GOOD
}
paranoid = {
	personality = yes
	opposites =  {
		trusting
	}
	
	intrigue = 2
	diplomacy = -1

	command_modifier = {
		defence = 0.1
	}

	ai_zeal = -100
	ai_rationality = -5
	
	male_insult_adj = INSULT_PARANOID
	female_insult_adj = INSULT_PARANOID
	child_insult_adj = INSULT_GROUCHY
}
trusting = {
	personality = yes
	opposites =  {
		paranoid
	}

	intrigue = -1
	diplomacy = 2

	command_modifier = {
		defence = -0.1
	}

	ai_honor = 10
	
	male_insult = INSULT_FOOL
	female_insult = INSULT_FOOL
	male_insult_adj = INSULT_GULLIBLE
	female_insult_adj = INSULT_GULLIBLE
	child_insult_adj = INSULT_STUPID
}
cruel = {
	personality = yes
	opposites =  {
		kind
		charitable
	}

	martial = 2
	diplomacy = -2

	monthly_character_piety = -0.25

	vassal_opinion = -10
	opposite_opinion = -10
	same_opinion = 5
	ai_honor = -10

	command_modifier = {
		morale_offence = 0.1
	}
	
	male_insult = INSULT_BRUTE
	female_insult = INSULT_FIEND
	child_insult = INSULT_TROLL
	male_insult_adj = INSULT_CRUEL
	female_insult_adj = INSULT_CALLOUS
	child_insult_adj = INSULT_WICKED
}

#Leadership traits
light_foot_leader = {
	leader = yes
	
	command_modifier = {
		light_infantry = 0.2
	}
}

heavy_infantry_leader = {
	leader = yes
	
	command_modifier = {
		heavy_infantry = 0.2
	}
}

cavalry_leader = {
	leader = yes
	
	command_modifier = {
		cavalry = 0.2
	}
}

inspiring_leader = {
	leader = yes
	
	command_modifier = {
		morale_offence = 0.15
		morale_defence = 0.15
	}
}

trickster = {
	leader = yes
	
	command_modifier = {
		random = 0.3
	}
}

organizer = {
	leader = yes
	
	command_modifier = {
		speed = 0.1
		retreat = 0.1
	}
}

defensive_leader = {
	leader = yes
	
	command_modifier = {
		defence = 0.25
		damage = -0.1
	}
}

# Renamed to "Direct Leader"
experimenter = {
	leader = yes
	
	command_modifier = {
		center = 0.2
	}
}

flanker = {
	leader = yes
	
	command_modifier = {
		flank = 0.2
	}
}

aggressive_leader = {
	leader = yes
	
	command_modifier = {
		pursue = 0.25
		damage = 0.1
		defence = -0.1
	}
}

siege_leader = {
	leader = yes
	
	command_modifier = {
		siege = 0.4
	}
}
