One line summary of your issue
[3.3.3] "Child of Concubine" trait is not correctly applied if the concubine got married before giving a birth.
Game Version
3.3.3 [SOHY]
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Playing a character with a concubine, when the concubine is pregnant with a child, marry her to a man.
Then her child will be born as a normal child, not child of concubine.
Simply set the concubine aside before the birth can also reproduce the same outcome.
Steps to reproduce the issue.
1.Start as a tribal/nomadic ruler, take a concubine.
2.Wait till she's pregnant with your child (or "pollinate" her via console command)
3.When on_pregnancy event 410 (400 if a male consort, but there's another bug) triggered, marry her to a man.
4.After months, the child is born without "Child of Concubine" trait
Fix
Set a flag (prenacy_consort) on event 400, 410, and check the flag on event 312 instead of the "is_consort" condition.
Also, please fix event 400, which does not correctly handle a male consort fertilizing a women. It's using general DESC as it was in matrimony.
BTW This bug is possible there since patch 2.0. Pretty cool.
[3.3.3] "Child of Concubine" trait is not correctly applied if the concubine got married before giving a birth.
Game Version
3.3.3 [SOHY]
What expansions do you have installed?
All of the above
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Playing a character with a concubine, when the concubine is pregnant with a child, marry her to a man.
Then her child will be born as a normal child, not child of concubine.
Simply set the concubine aside before the birth can also reproduce the same outcome.
Steps to reproduce the issue.
1.Start as a tribal/nomadic ruler, take a concubine.
2.Wait till she's pregnant with your child (or "pollinate" her via console command)
3.When on_pregnancy event 410 (400 if a male consort, but there's another bug) triggered, marry her to a man.
4.After months, the child is born without "Child of Concubine" trait
Fix
Set a flag (prenacy_consort) on event 400, 410, and check the flag on event 312 instead of the "is_consort" condition.
Also, please fix event 400, which does not correctly handle a male consort fertilizing a women. It's using general DESC as it was in matrimony.
BTW This bug is possible there since patch 2.0. Pretty cool.
Last edited:
Upvote
0