Aug 11, 2020
349
959
(un)Lucky #3 Prisoner challenge run: Emperor’s Secretary -> Pride of the Empire. Lets go:

You don't have permission to view the spoiler content. Log in or register now.
2 conclusions at the end:
I) 1% invade chance might as well be 50%;
II) whomever came up with the cheap rogue and lizardmen specials sucks worse than Nicolas Cage in "Ghostrider", and can go fornicate themselves with an iron stick.
I looked at the code a year ago:

Out of curiosity I looked at the code. You can look for yourself in the file www/js/plugins/RemtairyKarrynOnani.js

You have 4 noise levels, all of which are indicated in the text at the top left of your screen:

JavaScript:
const InvasionNoiseLevelOneEN = "\\C[8]Faint noises can be heard outside.";
const InvasionNoiseLevelTwoEN = "\\C[7]Faint movement can be heard outside.";
const InvasionNoiseLevelThreeEN = "\\C[2]Inaudible talking can be heard outside.";
const InvasionNoiseLevelFourEN = "\\C[10]Someone is shouting outside.";
const InvasionBattleStartEN = "A bunch of people barge into the room!";
It handles the noise levels like this:

JavaScript:
    let invasionChance = this.getInvasionChance();
    let invasionNoiseLevel = this.getInvasionNoiseLevel();
    let invasionNoiseLevelEffect = Math.max(invasionChance * VAR_NOISE_LEVEL_INVASION_CHANCE, VAR_NOISE_LEVEL_MIN_EFFECT);
//minimum effect is set at 4, the other one is 0.2
    if(invasionChance > 0)
        invasionChance += invasionNoiseLevel * invasionNoiseLevelEffect;

    if(invasionChance > 0 && Math.randomInt(100) < invasionChance) {
        $gameSwitches.setValue(SWITCH_INVASION_BATTLE_ID, true);
        this._startOfInvasionBattle = true;
So what this basically does: it adds a certain value to the invasion chance you saw at the start of the masturbation scene. This added value is the product of 4 or higher and the noise level (the text you saw in the top left corner). Example: 30% invasion chance at masturbation start turns into (30 + 6 * 3 ) = 48% invasion chance if your noise level is 3 (the 6 in this calculation comes from 0.2 * 30 from the Math.max expression).

You don't have permission to view the spoiler content. Log in or register now.

As for your question: with decent energy and low pleasure damage you're looking at a 8-12% increase of the invasion chance IF your initial value is higher than 0%. A 0% starting value remains 0.
 

Ariethy

New Member
May 10, 2017
3
1
been playing with a mod adding yasu in may locations, it is not finished yet but getting close. this is not originally my work, i'm just modding a mod ;)
also, if there is a room anyone want to see yasu in and challange him, let me know i'll try to add him there.
You don't have permission to view the spoiler content. Log in or register now.
Hi, how can i get this mod?
 
  • Like
Reactions: NaughtyOppaiDragon

poisonbug

Member
Dec 4, 2018
121
25
About control debuffs from unrest(rioting too long). Is thay keep stucking(every x days)? and are thay permanent ?
 

Purple_Heart

Engaged Member
Oct 15, 2021
2,123
3,592
Sorry, i probably mixed up a little. I mean anarchy(initial state) , or it's the same ?
No, they aren't the same. Initial anarchy state has limited number of days before penalty is applied each day. Read the message after Karryn wakes up, it will say how many days left. After it hits 0, your control will begin to lower each day until you subjugate the level.
 
Last edited:

Pegasus thend

Active Member
May 1, 2020
775
160
Jesus christ, how hopeless can one be?

Okay, step by step handhelding guide time.
1: Open up the folder where you've stashed karryn's prison
2: Look for the folder "www" and open it
3: Then look for a folder "js" and open it
4: Then look for a folder "plugins" and open it
5: Look for "RemtairyEdicts.js" and open it with notepad or notepad++ or whatever text editor you want to
6: ctrl + f will open up the search prompt and type "let points" (do no type the quotation marks)
7: Change the 2 into 200 (you won't even need that many, it's just overkill)
8: Save the changes and close the notepad (or whatever you're using)
9: Start the game and load up a save
10: Go to sleep ingame
11: Go to the "order edicts menu" found in karryns room or the guard rooms
12: And bam, if you did everything correctly, you should have 200 edict points, now you just need the gold.
Does this thing work only on novice or it worked both way?
 

Nazzar

Newbie
Jun 4, 2022
47
81
(un)Lucky #3 Prisoner challenge run: Emperor’s Secretary -> Pride of the Empire. Lets go:

You don't have permission to view the spoiler content. Log in or register now.
4th Prisoner challenge title down: Excellent leader -> Supreme Ruler of the Prison

Ill keep this one short, as nothing bad or overly dramatic happened. EL's challenge is in that you get 0 order from fighting. Major problem was that riots dunk your order with a flat value and you regain nothing by suppressing them. That fundamentally changes the entire flow of the game, so that you have to play fast, fight little, and extend your lifeline with +Order edicts. So planing ahead becomes more important. Had to play receptionist 4-5 times when things got dicey

Managed to nail a decent edict order for maximum income with minimal building, as i was walking the entire 2-3 floor with 9k-13k gold and was able to purchase the halberd upgrades on the same day their required floors were cleared. But it involves alot of tricky timing with the riots, so i really cba getting into it in detail. Also requires rebuilding the staff lounge and workshop constantly, but I've used that method twice now, so it is sustainable on Prisoner.

Run went smooth with no major mistakes, and the unlucky moments were manageable. No way to regain order from battles meant i had to be quick, so I ended the run with a humble 664 kill count, as opposed to the secretary's 1563. Was lvl35 as i approached the final boss and with a new personal best slut lvl at 38.

Untitled.png
 
Last edited:

201199

Member
Jan 31, 2018
106
60
hello gents,
is there a way to soft reset or quick load in the game.
So far if i get caught in a battle for example i have to close and reopen the game to load my save before the battle!
I assume there is a way to at least jump to title menu that i am not aware of.
Thx
 
4.60 star(s) 425 Votes