Is it possible for a county to be, de juri, part of a duchy of a realm A and part of a realm B?
For example:
Is it possible? Just to make myself clear, for example, I'd like to mod the game so a county like Viscaya could be part, de juri, of the Duchy of Castille but, also de juri, part of the kingdom of Navarre instead of the kindgom of Castille.
For example:
Code:
k_realma = {
d_duchyx = {
c_county1
c_county2
}
}
k_realmb = {
d_duchyx = {
c_county3
}
}
Is it possible? Just to make myself clear, for example, I'd like to mod the game so a county like Viscaya could be part, de juri, of the Duchy of Castille but, also de juri, part of the kingdom of Navarre instead of the kindgom of Castille.