knurla = {
opposites = { Immortals }
ruler_designer_cost = 0
random = no # This means new characters can get this trait.
inherit_chance = 15
both_parent_has_trait_inherit_chance = 100

birth = 50

if = {
    limit = {
	age <= 200
    }
    immortal = yes
}
else_if = {
    limit = {
	age >= 201
    }
    immortal = no
}

Fertility = .15

stewardship = 75
diplomacy = 50
martial = 50
intrigue = 25
learning = 25

health = 200 # use negative numbers to lower stats.
same_trait_opinion = 50
}