If I have a character that holds several titles of equal rank (say King of France and King of England), how do I make it so that England is his primary title and not France?
landed_titles.txt
common\landed_titles
capital = province id
k_england = {
color={ 202 26 26 }
color2={ 255 255 255 }
capital = 32 # Middlesex <-- change this and save
962.1.1=
{
holder = 754
}
[B]992.5.24[/B]=
{
holder = 756
}
1025.6.17=
{
liege="k_poland"
holder = 758
}
...
962.1.1={
holder = 754
}
[B]992.5.26[/B]={
holder = 756
}
1025.6.17={
liege="k_poland"
holder = 758
}
...