Does anyone know if it is possible to mod the chance for hereditary traits like genious or strong to be passed on?
if = {
limit = {
father_even_if_dead = { trait = clubfooted }
}
random = {
chance = 40
add_trait = clubfooted
}
}
if = {
limit = {
mother = { trait = clubfooted }
}
random = {
chance = 40
add_trait = clubfooted
}
}
if = {
limit = {
father_even_if_dead = { trait = harelip }
}
random = {
chance = 40
add_trait = harelip
}
}