desrtucted Posted November 23, 2020 Posted November 23, 2020 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?
Kaiser of the Sea Posted November 23, 2020 Posted November 23, 2020 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.
desrtucted Posted November 23, 2020 Author Posted November 23, 2020 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.
bunt776 Posted November 23, 2020 Posted November 23, 2020 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.
desrtucted Posted November 23, 2020 Author Posted November 23, 2020 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.
CelestialKittie Posted December 16, 2021 Posted December 16, 2021 Did this work for you? I want to do the same thing.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.