• 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.

TolHydra

Thank you for making GSG Immersive Again!
99 Badges
Dec 25, 2011
1.378
931
  • Victoria 2
  • Humble Paradox Bundle
"saoshyant_descendant = {
agnatic = yes #only male line bla bla bla

zoroastrian_opinion = 10

customizer = no"

any particular way of getting around it?

yes, i've obviously tried the "no" solution it doesn't work or at least the baby doesn't have the trait straightaway
 
Last edited:
If the Shaoshyant herself is female then... nothing is different. The Shaoshyant's children gain the trait via a special event, not via inheritance. The Shaoshyant Descendant who is female, hovever will not pass the trait on uless the father is also a Shaoshyant descendant.

Here's the event.
Code:
# Children gains Saoshyant Descendant trait from Saoshyant
character_event = {
	id = TOG.6001
	hide_window = yes
	
	trigger = {
		has_dlc = "The Old Gods"
		OR = {
			mother = { trait = saoshyant }
			father = { trait = saoshyant }
		}
		NOT = { trait = saoshyant_descendant }
	}
	
	immediate = {
		add_trait = saoshyant_descendant
	}
	
	option = {
		name = OK
	}
}
 
Genetics do not work that way!