- Jul 27, 2017
- 493
- 268
Could somebody please help me by telling me how to increase energy? I saw people with pictures having 150 energy,I only have 30 how do you do it?
Level up you karrin to increase your stats, unlock edits in the training section and equip items to gain buffsCould somebody please help me by telling me how to increase energy? I saw people with pictures having 150 energy,I only have 30 how do you do it?
Energy status, stamina and others, you can probably edit the values in Karryn.js and Energy.js.Does anyone know how can I edit stats like charm, energy, etc?
Since I can't seem to change them with a save editor
Game_Actor.prototype.reactionScore_enemyGoblinPassive = function() {
let score = 0;
if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_THREE_ID)) score += 30;
else if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_TWO_ID)) score += 20;
else if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_ONE_ID)) score += 10;
if(this.hasEdict(EDICT_BAIT_GOBLINS)) score += 10;
return score;
};
Game_Troop.prototype.receptionistBattle_spawnGoblin = function(forceSpawn) {
let actor = $gameActors.actor(ACTOR_KARRYN_ID);
let goblinPassiveLevel = actor.reactionScore_enemyGoblinPassive() / 10;
let goblinCount = this.receptionistBattle_countGoblins();
let spawnedNewGoblin = false;
let maxGoblinCount = 1;
if(actor.isUsingThisTitle(TITLE_ID_VISITOR_GOBLIN_CREAMPIE))
goblinPassiveLevel += 1;
if(goblinPassiveLevel >= 5)
maxGoblinCount = 3;
else if(goblinPassiveLevel >= 3)
maxGoblinCount = 2;
...
in this game every sexual encounter happens in battle so there is no gallery :/Is there a gallery in the current ver? Can someone share a full save if so
I don't think so. All events are going "on fly". This is one of "battle fuck" gamesIs there a gallery in the current ver? Can someone share a full save if so
You need the 'Full Service Waitress' passive from fucking people in the waitress job.And one more question:
How can you open willpower skills such as "Release Pussy Desire", "Release Cock Desire", etc. in receptionist job?
wrong. you need to max all desires 5 times and have 10 sex partners. that will unlock the opiton for the edicts you want. i forget the passive name. something like ex-secrataryYou need the 'Full Service Waitress' passive from fucking people in the waitress job.
do it a bunch of times. its related to fame or notorietyAnd one more question:
How can you open willpower skills such as "Release Pussy Desire", "Release Cock Desire", etc. in receptionist job?
That's how you unlock the skills, but not how you get access to them during the side-jobs.wrong. you need to max all desires 5 times and have 10 sex partners. that will unlock the opiton for the edicts you want. i forget the passive name. something like ex-secratary
do them a bunch. it is reputation related in the bar, and related to fame and notoriety for receptionist jobThat's how you unlock the skills, but not how you get access to them during the side-jobs.
A bit of a stupid question, but how exactly do you achieve creampies by goblins during receptionist job? Or "while on the job" means something different? So far I've been only able to get cumshots on Karryn's juicy butt and that's it.The requirements for more goblins out at once are found in the Game_Troop.prototype.receptionistBattle_spawnGoblin function. The max number is 3. These same factors determine the max number of goblins you will encounter over the entire shift, in Game_Troop.prototype.setupReceptionistBattle.
JavaScript:Game_Actor.prototype.reactionScore_enemyGoblinPassive = function() { let score = 0; if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_THREE_ID)) score += 30; else if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_TWO_ID)) score += 20; else if(this.hasPassive(PASSIVE_SEXUAL_PARTNERS_GOBLIN_ONE_ID)) score += 10; if(this.hasEdict(EDICT_BAIT_GOBLINS)) score += 10; return score; };
So basically, you have the 3 "fuck goblins" passives. One more point is given for having the Level 1 Edict solution to the goblin problem. Another is given for using the title for getting repeatedly creampied by goblins while on the job (total semen volume > 420 ml).JavaScript:Game_Troop.prototype.receptionistBattle_spawnGoblin = function(forceSpawn) { let actor = $gameActors.actor(ACTOR_KARRYN_ID); let goblinPassiveLevel = actor.reactionScore_enemyGoblinPassive() / 10; let goblinCount = this.receptionistBattle_countGoblins(); let spawnedNewGoblin = false; let maxGoblinCount = 1; if(actor.isUsingThisTitle(TITLE_ID_VISITOR_GOBLIN_CREAMPIE)) goblinPassiveLevel += 1; if(goblinPassiveLevel >= 5) maxGoblinCount = 3; else if(goblinPassiveLevel >= 3) maxGoblinCount = 2; ...
Tough luck with that, buddy. As far as I know, you can only get easier access to sex scenes by playing mods people from this thread made.Does anyone have a folder of full CG in the game? Need F.A.P materials.
Regarding how to get the 'Wet' status fast, one option would be to change RemtairyLiquids.js Line 4 and lower it to 1 (dunno if 0 would break something so from 25 to 1 should be enough of a change)A bit of a stupid question, but how exactly do you achieve creampies by goblins during receptionist job? Or "while on the job" means something different? So far I've been only able to get cumshots on Karryn's juicy butt and that's it.
On the side note... Does anyone know, if there is a passive related to wetness available? Or do I need to dig into .js files for that?
I was trying to find something in thread last night, but either was too tired or couldn't actually find anything helpful.
I think someone said, that there was something related to how much she dripping(I assume just for being wet, not squirting during orgasm or whatever, correct me if I'm wrong?).
Edit.
Shite, well, might as well throw a few more questions in there.
Is there any way to increase for how long enemies can stay in a sexual act(Both grinding and tweaking the file)? The pink line.
Does difficulty you choose at the start or unit stats(usually you get +++unitstat from certain edicts) affect this?
I don't think I understood correctly what or how edging skill works.
Edit 2.
It may or may not be a common knowledge, but I'll post it anyway.
https://f95zone.to/threads/rpg-maker-mv-cheatmenu-v1-8-2.12121/ this here also works for this game, you can only modify a few things though, like your stats(hp, attack, etc).
If I'm not mistaken, "magic attack" is not actually a magic attack, but the amount of Willpower.
You can always win/lose with a click or two.
Don't forget to make multiple saves, I'm not sure if it was a certain edict from personal/training tab, but I've run into a problem few times, basically Karryn didn't get any pleasure anymore.
And when I say "make multiple saves", I'm talking about making save 1, then 2, then 5 and then proceed from here to avoid the whole autosave bullshit thing. If everything goes fine, just make sure to replace 1 and 2 as a sort of a checkpoint and keep playing from save 5 if that makes any sense.