madchef

Well-Known Member
Jan 10, 2020
1,131
1,985
How to unequip Halberd? I have Unarmed Combat Training but still cannot do that.
The only way you can do that is by ending a day with a defeat. The halberd will be defiled and unusable next morning.

There is also a title awarded for kicking the enemies unarmed, which when worn, will unequip the halberd.
 
Last edited:

Hard Sausage

Newbie
May 12, 2020
33
5
Curiosity question:

1) What will happen if you gave the wrong order to the customer in the Bar Job event?
2) What will happen if you put multiple visitors in a single visiting room in the Receptionist Job event?
 

souldead341

Engaged Member
Oct 16, 2017
2,223
2,298
Curiosity question:

1) What will happen if you gave the wrong order to the customer in the Bar Job event?
2) What will happen if you put multiple visitors in a single visiting room in the Receptionist Job event?
They get angry is the answer for both questions. In the bar it just means they're more likely to start a fight (especially if they've waited a long time). Receptionist they come back to yell at you, wasting a lot of time.

Not positive if they affect the reputation of either job.
 

zoomies

Well-Known Member
Jun 4, 2017
1,051
863
The game is set to disable Prisoner Mode-exclusive Passives if not in Prisoner Mode in RemtairyPrison.js in the function Game_Party.prototype.checkCharacterCreatorDifficultyExclusives (line 956 in v0.7A.k). If you want to switch difficulties but keep your passives, you could change

if(!this.hardMode()) {
on line 959 to
if(false) {

Since false will never be true, the function won't do anything anymore.
tried this it did not work for me, any other suggestions?
 

Noheartorian

New Member
Nov 12, 2019
2
0
Oh, and while the balancing is still being worked on, here's a little tweak to make the 'breather' move in the receptionist game more powerful. You can decide how much you want to boost it:
Open up RemtairyKarrynReceptionist.js and search for the following (or goto line 1530 in v.5e):
JavaScript:
Game_Actor.prototype.dmgFormula_receptionistBattle_Breather = function() {
    let percent = Math.max(0.1, this.hrg * 10);
    let dmg = this.maxstamina * percent * 10;
    return Math.round(dmg);
};
As you can see, I added a * 10 in the dmg line. You can choose a different value, it's how much stamina you get.
its 1763 in 6n.2
 

Hellrider666

Member
Aug 8, 2017
184
40
I've got 101 endurance (after a good night's rest), but my slut level is 283 and I've got all but three of the bathroom/gloryhole passives. I think you just need to slut your Karryn around a bit more. And maybe do the glory hole when you've got a higher fatigue to bring your stats down more.
Okay thank you, I'll work on that.
 

madchef

Well-Known Member
Jan 10, 2020
1,131
1,985
You can't skip the turn without spending energy until you get Pleasure Stance.
Karryn can only assume Pleasure Stance when she's involved in a sexual act, handjob at the very least. When not having sex, she has to resort to other methods of not engaging her enemies, the Cautious Stance being the closest equivalent of skipping a turn. It costs energy though and increases her evasion.
 
4.60 star(s) 439 Votes