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

sergeant113

Second Lieutenant
3 Badges
Jul 21, 2011
197
0
  • Crusader Kings II
  • Europa Universalis IV
  • 500k Club
Hi guys!

I am wondering if there is a way to create title-specific trait. Right now, one problem in my game is that France and HRE tend to form Primogeniture High Crown Authority blobs. I was thinking, perhaps by giving the Occitan dukes a "Overlord of the Occitans" trait that gives increased opinion with "English Crown" trait and "Crown of Aragon" trait and negative opinion to "French Crown" trait (all these traits are supposed to be tied with their specific titles), the Occitans are more likely to make allies with England/Aragon and more likely to revolt against French Crown. A similar scenario can be applied between HRE & Prince Elector of the HRE. The ultimate effect is stirring up those places, giving the crowns trouble and prevent them from raising Crown Authority.

Another question: is there a way to create a Border Incidence event that give claims to lords that have territories adjacent to one another. That would create more chaos and war that Christian Europe sorely lacks atm.

Thanks
 
You can create those traits, then use the event system to add them.

Just don't mark them as "Personality=yes" or they will be randomly distributed.

Code:
Anti_French
{
	opposites =  {
		Pro_French	}
	same_opinion = 5
	opposite_opinion = -5
}
Pro_French	
{
	opposites =  {
		Anti_French}
	same_opinion = 5
	opposite_opinion = -5
}

Then you can have 3 events. Each adding the corresponding traits.

"Crowned Overlord of the Occitans" will add the Anti_French Trait
"Crowned the King of England" will add the Anti_French Trait
"Crowned French King" event will add the "Pro_French" Trait