You'll need to elaborate, what do you mean specific title to a specific crown?
As for characters
Might work, but I make no guarantees.Code:allow = { ROOT = { character = IDNUMOFCHARACTER } }
would work with dynasty ID too ?
might be a way to affect dynamic coa up to ruling dynasty.
thanks for papacy things info but I think it should screw up a lot of things modifying feudal elective as, if I understand correctly
-if I remove the feudal limitation for use
-if I open it to landless titles
Code:
succ_feudal_elective = {
oldest_child_opinion = -30
child_opinion = -10
dynasty_opinion = -5
vassal_opinion = 20
potential = {
OR = {
is_landless_type_title = no
title = e_golden_horde
title = e_il-khanate
title = e_timurids
}
is_primary_type_title = no
NOT = { tier = baron }
}
allow = {
OR = {
AND = {
tier = baron
is_feudal = yes
}
holder_scope = { is_feudal = yes }
}
}
effect = {
succession = feudal_elective
}
revoke_allowed = {
always = no
}
}
what is the law used basicly by papacy ? open elective or bishopric elective or another not listed ?