I just use this cheat event
character_event = {
id = 280004
desc = "Cheat event 4"
picture = GFX_evt_council #Placeholder?
is_triggered_only = yes
option = {
name = "Cure"
remove_trait = maimed
remove_trait = ill
remove_trait = wounded
remove_trait = stressed
remove_trait = leper
remove_trait = syphilitic
remove_trait = lunatic
remove_trait = incapable
remove_trait = depressed
remove_trait = celibate
remove_trait = imbecile
}
option = {
name = "Malady"
add_trait = maimed
add_trait = ill
add_trait = wounded
add_trait = stressed
}
}
and then add a new line of, remove_trait = (blank) and it works. So either use that cheat event and add/remove what you want or create your own. I'm also under the assumption that you know how to create a cheat event text file and everything so I wont go into detail about that.
Hey man I am unable to add "Hunchback" and "Slothful" to the list of traits (it just doesn't appear in-game) do you know a way to remove them both? Thanks.