I'm trying to do some custom religion modding to change the template of priests generated for a religion based on certain doctrines/tenets. Basically, I'd like to modify the age range and traits of the generated priests, particularly of randomly generated temple lessees.
Here's some things I've tried/looked into:
Can anyone point me in the right direction of where I could customize this logic? Or is it in code somewhere?
Here's some things I've tried/looked into:
- change_title_holder - this doesn't seem to work on temple lesses. The debug command that uses this doesn't work either, so I don't think it's meant for them.
- Looking through scripted_character_templates - there aren't many of these, and it doesn't seem like they're tied to the generation of barons/temple lesses
- 00_pool_repopulation_character_templates.txt - This doesn't seem right either, it looks like it's for random travellers and such
- pool_character_selectors - these seemed promising too, but I'm not certain they actually generate someone.
Can anyone point me in the right direction of where I could customize this logic? Or is it in code somewhere?