Information
I have verifed my game files (Steam only)
YesI have disabled all mods
YesI am running the latest game update
YesRequired
Summary
Incorrect development penalty when converting faithDescription
Theconvert_faith_development_penalty
script value is being incorrectly calculated when the liege has the Zealous Proselytizer perk (or the reformer_conversion
flag). The reason for this is that the court_chaplain_conversion_monthly_increase_perk_bonus
value is being double-counted - it's already included in the scope:councillor.court_chaplain_conversion_contextual_bonuses
calculation but is being added separately.This can significantly affect county conversion and it's actually better not to have the perk, at least at higher county development levels.
Steps to reproduce
1. Have a character with the Zealous Proselytizer perk2. Start converting a county
3. The "From Development" penalty will be incorrect. It should be (all bonuses including Zealous Proselytizer) * (county development / 100). However, it's actually ((all bonuses including Zealous Proselytizer) + (Zealous Proselytizer bonus)) * (county development / 100)
Game Version
1.14.2.2Platform
WindowsAdditional Information
Affected Feature
- Gameplay
Save Game
Other Attachments
Last edited: