Jump to content

[CK3] Can characters get born with their personality traits?


desrtucted

Recommended Posts

Posted

Not exactly LoversLab type of question but I'd like to know which child is worth my attention as soon as they're born and people here seem to be much more helpful than on Reddit. Can I make it so babies are born with all three personality traits?

Posted
4 minutes ago, Voidstorm said:

Personality traits is something that children gets as they grow. You can't breed in personalities as far as I know, but you can use a mod or commands to change them afterwards.

I do not intend on breeding for personality traits, I want them to get their personality traits as soon as possible, at birth preferably.

Posted

The relevant code can be found in childhood_on_actions.txt and child_personality_events.txt

 

You could call the events from an on_birth trigger. But many have additional requirements, like age, having friends/rivals, so it won't be the same. Also, you would miss out on the guardian influence if you have no chance to assign one. You could of course add delays for that, but I feel like it would be a lot of effort in the end.

 

If you just want an instant result, you could write a new event that assigns everything anyway after birth. Collect every trait, put them in a random list and call the event three times.

Posted
2 minutes ago, bunt776 said:

The relevant code can be found in childhood_on_actions.txt and child_personality_events.txt

 

You could call the events from an on_birth trigger. But many have additional requirements, like age, having friends/rivals, so it won't be the same. Also, you would miss out on the guardian influence if you have no chance to assign one. You could of course add delays for that, but I feel like it would be a lot of effort in the end.

 

If you just want an instant result, you could write a new event that assigns everything anyway after birth. Collect every trait, put them in a random list and call the event three times.

Oh thanks, I'll give it a shot.

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...