Jump to content

[mod] Adroit's Divine Prostitution - Updated


Lyskorie

Recommended Posts

Posted
9 hours ago, xyzxyz said:

Can priestesses get pregnant or get lovers pox from their duty?

 

No lovers pox for the random pregnancy pulse, I think - but if you actually visit and have sex manually, then it's governed by the regular sex mechanics.

 

Pregnancy is possible.

  • 1 month later...
Posted

Thanks for your effort! It seems that adroit_start_volunteering_decision (in /common/decisions/smdp_volunteer_decision) misses a requirement for Ritual Prostitution Faith:

Quote

is_shown = {
        smdp_character_is_age_acceptable = yes
        #Ritual Prostitution Faith required

        faith = {
            OR = {
                has_doctrine = doctrine_clerical_gender_either
                AND = {
                    has_doctrine = doctrine_clerical_gender_female_only
                    ROOT = { is_female = yes }
                }
                AND = {
                    has_doctrine = doctrine_clerical_gender_male_only
                    ROOT = { is_male = yes }
                }
            }
        }

    NOT = { has_character_modifier = ritual_prostitution_volunteer }
        }

which in the origin version is coded as:

Quote

is_shown = {
        #Adults Only
        age >= 16
        #Ritual Prostitution Faith required
        faith = {
            has_doctrine = doctrine_clerical_function_prostitution
        }
        NOT = { has_character_modifier = ritual_prostitution_volunteer }
    }

Besides, some override files need to update too.  Any chance of an update?

Posted
5 hours ago, tianzhao007 said:

Thanks for your effort! It seems that adroit_start_volunteering_decision (in /common/decisions/smdp_volunteer_decision) misses a requirement for Ritual Prostitution Faith:

which in the origin version is coded as:

Besides, some override files need to update too.  Any chance of an update?

 

I'll give it a look at some point - I'm a bit caught up with both DOL post-release maintenance + real life commitments so it's a bit below in priorities right now.

  • 2 months later...
  • 4 weeks later...
  • 3 weeks later...
Posted
On 2/15/2026 at 12:28 AM, xyzxyz said:

How broken is it?

Not that broken, but for me personally, this mod breaks the naming of Coucil's Priest Position - instead of a special name it just references the ruler. For example, if I am playing as tribal duchy, my Council Priest position is called High Chief/Chieftess instead of any specific name it might have and hovering over the name shows the ruler character instead of a flavor text. Probably the localization files need updating.

  • 1 month later...
Posted

This has now broken for me.  Divine Prostitution tenet and visiting the church decision no longer available.  Is anyone with the knowledge of how to fix still around?

Posted

Any chance of getting an update of this mod? Also as anyone figured out what changes need to be done to fix mods with the new religion updates?

Posted

Updated. Both for re-pathing doctrine stuff and court position localization.

 

Good grief, my PC broke for a good few days and I can't even update my own flagship project itself.

Posted

Decision about volunteering at the church while being normal catholic aviable is a bug or mod should work like that?

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...