One line summary of your issue
[2.8.3.2 SAHQ] Converter: The Zealot personality trait is never given to Zealous characters
Game Version
2.8.3.2 SAHQ
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.
One of the modifiers for the Zealot personality trait for EU4 converter rulers has this modifier:
modifier = {
factor = 0
trait = zealous
}
Which makes Zealous characters unable to get that trait. It probably is an oversight and the Cynical trait should be the one preventing a character to get that personality trait because the Zealous trait is also mentioned as an additive_modifier for that personality trait.
The whole script is as follows:
eu4trait = {
name = zealot_personality
weight = {
factor = 0
additive_modifier = {
value = 5
trait = theologian
}
additive_modifier = {
value = 3
trait = zealous
}
additive_modifier = {
value = 3
trait = holy_warrior
}
additive_modifier = {
value = 2
trait = humble
}
additive_modifier = {
value = 1
trait = erudite
}
additive_modifier = {
value = 0.1
trait = crusader
}
additive_modifier = {
value = 0.1
trait = eagle_warrior
}
additive_modifier = {
value = 0.1
trait = sun_warrior
}
additive_modifier = {
value = 0.1
trait = ukkos_shield
}
additive_modifier = {
value = 0.1
trait = nyames_shield
}
additive_modifier = {
value = 0.1
trait = peruns_chosen
}
additive_modifier = {
value = 0.1
trait = romuvas_own
}
additive_modifier = {
value = 0.1
trait = ares_own
}
additive_modifier = {
value = 0.1
trait = tengri_warrior
}
additive_modifier = {
value = 0.1
trait = shaddai
}
modifier = {
factor = 0
trait = zealous
}
}
}
Steps to reproduce the issue.
Upload Attachment
[2.8.3.2 SAHQ] Converter: The Zealot personality trait is never given to Zealous characters
Game Version
2.8.3.2 SAHQ
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.
One of the modifiers for the Zealot personality trait for EU4 converter rulers has this modifier:
modifier = {
factor = 0
trait = zealous
}
Which makes Zealous characters unable to get that trait. It probably is an oversight and the Cynical trait should be the one preventing a character to get that personality trait because the Zealous trait is also mentioned as an additive_modifier for that personality trait.
The whole script is as follows:
eu4trait = {
name = zealot_personality
weight = {
factor = 0
additive_modifier = {
value = 5
trait = theologian
}
additive_modifier = {
value = 3
trait = zealous
}
additive_modifier = {
value = 3
trait = holy_warrior
}
additive_modifier = {
value = 2
trait = humble
}
additive_modifier = {
value = 1
trait = erudite
}
additive_modifier = {
value = 0.1
trait = crusader
}
additive_modifier = {
value = 0.1
trait = eagle_warrior
}
additive_modifier = {
value = 0.1
trait = sun_warrior
}
additive_modifier = {
value = 0.1
trait = ukkos_shield
}
additive_modifier = {
value = 0.1
trait = nyames_shield
}
additive_modifier = {
value = 0.1
trait = peruns_chosen
}
additive_modifier = {
value = 0.1
trait = romuvas_own
}
additive_modifier = {
value = 0.1
trait = ares_own
}
additive_modifier = {
value = 0.1
trait = tengri_warrior
}
additive_modifier = {
value = 0.1
trait = shaddai
}
modifier = {
factor = 0
trait = zealous
}
}
}
Steps to reproduce the issue.
Upload Attachment
Upvote
0