• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

King Anund

Rex Navarrae
82 Badges
Oct 5, 2012
1.014
2.527
  • Crusader Kings III
  • Crusader Kings III: Royal Edition
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury Pre-order
  • Crusader Kings II: Holy Fury
  • Crusader Kings Complete
  • Stellaris
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Cadet
  • Imperator: Rome
  • Victoria 2
  • Imperator: Rome - Magna Graecia
  • Europa Universalis IV
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Golden Century
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Europa Universalis III: Collection
  • Europa Universalis IV: Cossacks
  • Cities: Skylines
  • Tyranny: Archon Edition
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • War of the Vikings
  • Knights of Honor
  • King Arthur II
  • The Kings Crusade
  • Victoria 2: A House Divided
  • Europa Universalis III
  • Victoria 2: Heart of Darkness
  • Divine Wind
  • Europa Universalis IV: Mare Nostrum
  • Hearts of Iron IV: La Resistance
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
 
Upvote 0