One line summary of your issue
[3.3.0] create_character command gives childhood traits even if Conclave DLC is not enabled.
Game Version
3.3 [XDSW]
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Create a child in event script with random_traits parameter on.
This should give him some random traits.
However these traits shall not including childhood traits, which enabled in Conclave DLC only.
Steps to reproduce the issue.
creating a character using codes above, with Conclave DLC inactived.
This bug can reproduce in patch 3.3.2, and since 3.3.1 and 3.3.2 are more buggy for me. I play and report this bug in 3.3.0.
Upload Attachment
[3.3.0] create_character command gives childhood traits even if Conclave DLC is not enabled.
Game Version
3.3 [XDSW]
What expansions do you have installed?
Jade Dragon,
Monks & Mystics,
The Reapers Due,
Horse Lords,
Way of Life,
Charlemagne,
Rajas of India,
Sons of Abraham,
The Old Gods,
The Republic,
Legacy of Rome,
Sword of Islam,
Holy Fury
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Create a child in event script with random_traits parameter on.
Code:
create_character = {
age = 0
random_traits = yes
}
However these traits shall not including childhood traits, which enabled in Conclave DLC only.
Steps to reproduce the issue.
creating a character using codes above, with Conclave DLC inactived.
This bug can reproduce in patch 3.3.2, and since 3.3.1 and 3.3.2 are more buggy for me. I play and report this bug in 3.3.0.
Upload Attachment
Upvote
0