Hmm, is there still a way for it to target just those specific kingdoms it has, because now I'd conquer little too much for imperial reconquest ;D
Sure. We just have to change the command instead of the titles; So it will not state that a liege is one of those titles, but the target itself is one of those titles.
Code:
can_use_title = {
OR = {
title = k_byzantium
title = k_anatolia
title = k_armenia
title = k_bulgaria
title = k_serbia
title = k_croatia
title = k_italy
title = k_sicily
title = k_bavaria
title = k_burgundy
title = k_france
title = k_aquitaine
title = k_brittany
title = k_england
title = k_wales
title = k_frisia
title = k_lotharingia
title = k_aragon
title = k_castille
title = k_andalusia
title = k_leon
title = k_spanish_galicia
title = k_portugal
title = k_navarra
title = k_syria
title = k_jerusalem
title = k_egypt
title = k_africa
title = k_mauretania
title = k_papal_state
title = k_venice
title = k_asturias
}
}