Jump to content

Old Rape Mod


ohgodwhy151

Recommended Posts

Hey all sorry if this is the wrong place for this. I'm searching for an old CK2 mod that I used to have and lost at some point. Basically, all it was was the ability to rape prisoners in your dungeon, but it included a flavor-text description with I believe 1-2 branching decisions. You could either force yourself on the prisoner or have your guards do it as a group. Then there was a chance the prisoner would be injured, and I believe a 33% chance of the prisoner becoming pregnant. 

 

If anyone thinks they know where to find that mod please let me know.

Link to comment
  • 5 months later...

Hi,

 

I think it's Hard Prison Time, but I've been struggling to get it to work myself. It does work for me to use, but I've been trying to get the AI to use it as well, and so far it if my character ends up in jail they get raped by their own courtiers, not by the host character who imprisoned. I think this is a problem of my character not being in their court, despite being imprisoned. (It spams like hell atm but I'll turned it down once I've got it working at all).

 

I initially had host = { character = FROM } in potential as well but that seemed to stop it from working at all, I think because it's trying to search my court for the host captor, where they aren't!

 

Anyone have any ideas how I can get the ruler of a foreign court to search ruler prisoners?

 

 


targetted_decisions = {

        ai_check_interval = 1
    
        from_potential = {
            prisoner = no
            AND = {
                is_female = no
                age = 14
                NOT = { trait = incapable }            
            }
        }
        
        potential = {
            is_female = yes
            prisoner = yes
        }
        
        allow = {
            NOT = { FROM = { trait = kind } }
        }
        
        effect = {
            hidden_tooltip = {
                FROM = {
                    if = {
                        limit = {
                            ROOT = { NOT = { age = 14 } }
                        }
                        character_event = { id = WoL.40102 days = 1 } # Warning - Too small, may break her
                        break = yes
                    }
                    
                    character_event = { id = WoL.40100 days = 1 } # No warning - Let the raep begin!
                }
            }
        }
        
        revoke_allowed = {
            always = no
        }
        
        ai_will_do = {
            factor = 1         # 1 = 100% chance every month (for each allowed target!)

            modifier = {
                factor = 5
                FROM = {
                    OR = {
                        trait = lustful
                        trait = hedonist
                        trait = cruel
                    }
                }
            }
            
            modifier = {
                factor = 0.25
                is_close_relative = FROM
                FROM = {
                    NOT = { trait = lustful }
                    NOT = { trait = arbitrary }
                    NOT = { trait = possessed }
                    NOT = { trait = lunatic }
                    NOT = { trait = cruel }
                }
            }
            
            modifier = {
                factor = 0.01
                FROM = {
                    trait = celibate
                    trait = kind
                }
            }
            
            modifier = {
                factor = 5
                trait = fair
            }
            modifier = {
                factor = 5
                is_ruler = yes
            }
        }
    }

}

hpt_events.txt hpt_decisions.txt hpt_opinion_modifiers.txt hpt.csv

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use