I've tried adding a few traits to my mod, but for some reason no character seems to be generated with any of my new traits. Can anyone see what I've done wrong?
Code:
mortal = {
birth = 10000
diplomacy = -1
intrigue = -1
stewardship = -1
martial = -1
learning = -1
monthly_character_prestige = -0.5
opposites = {
air_aspected
earth_aspected
fire_aspected
water_aspected
wood_aspected
}
opposite_opinion = -5
ai_ambition = -10
}
air_aspected = {
opposites = {
mortal
earth_aspected
fire_aspected
water_aspected
wood_aspected
}
potential = {
age = 7
NOT = {
trait = infirm
trait = incapable
trait = imbecile
trait = inbred
trait = content
}
}
immortal = yes
diplomacy = 1
intrigue = 2
stewardship = 1
martial = 2
learning = 4
sex_appeal_opinion = 10
dynasty_opinion = 5
ai_rationality = 10
ai_greed = -10
}
earth_aspected = {
opposites = {
mortal
air_aspected
fire_aspected
water_aspected
wood_aspected
}
potential = {
age = 7
NOT = {
trait = infirm
trait = incapable
trait = imbecile
trait = inbred
trait = content
}
}
immortal = yes
diplomacy = 2
intrigue = 1
stewardship = 1
martial = 5
learning = 1
sex_appeal_opinion = 10
dynasty_opinion = 5
ai_zeal = 10
ai_honor = 10
}
fire_aspected = {
opposites = {
mortal
air_aspected
earth_aspected
water_aspected
wood_aspected
}
potential = {
age = 7
NOT = {
trait = infirm
trait = incapable
trait = imbecile
trait = inbred
trait = content
}
}
immortal = yes
diplomacy = 4
intrigue = 1
stewardship = 1
martial = 3
learning = 1
sex_appeal_opinion = 10
dynasty_opinion = 5
ai_rationality = -10
ai_honor = 10
}
water_aspected = {
opposites = {
mortal
air_aspected
earth_aspected
fire_aspected
wood_aspected
}
potential = {
age = 7
NOT = {
trait = infirm
trait = incapable
trait = imbecile
trait = inbred
trait = content
}
}
immortal = yes
diplomacy = 1
intrigue = 3
stewardship = 3
martial = 2
learning = 1
sex_appeal_opinion = 10
dynasty_opinion = 5
ai_honor = -10
}
wood_aspected = {
opposites = {
mortal
air_aspected
earth_aspected
fire_aspected
water_aspected
}
potential = {
age = 7
NOT = {
trait = infirm
trait = incapable
trait = imbecile
trait = inbred
trait = content
}
}
immortal = yes
diplomacy = 2
intrigue = 2
stewardship = 2
martial = 2
learning = 2
sex_appeal_opinion = 10
dynasty_opinion = 5
ai_greed = 10
}