you can adjust the priest conversion rates with the descr_campaign_db.xml file
these are some of the lines you can adjust:
Code:
<!-- PRIEST CONTROLLER -->
<priest_religion_min float="0.6"/> <!-- if religion < religion_min then region needs a priest -->
<priest_religion_max float="0.7"/> <!-- if religion >= religion_max then a priest can be taken from this region for other missions -->
<priest_heresey_min float="0.05"/> <!-- if heresey >= heresey_min then region needs a priest -->
<priest_heresey_max float="0.3"/> <!-- if heresey >= heresey_max then region needs a priest with highest priority -->
<priest_religion_export float="0.5"/> <!-- if my religion in foreign region < religion_export then then we will export our religion in this region -->
<priest_max_prod_turns float="4.0"/> <!-- max distance from a production center to a target region in turns -->
(the values are from current RozMod - whether they are better or worse than any others I couldn't possibly comment.)