Karryn's Prison Guide 88

必读

1、屏蔽词,♥♥♥♥是fXck,♥♥♥♥♥是pXssy,好像只遇到了这么两个

2、文内行数不一定对,我可能添加或者删除过,直接搜内容

3、记得备份

卡琳的属性系统设计的很复杂,这个指南的内容都是些比较基础的修改。

章节名就是 www\js\plugins 路径下的文件名

章节概览:

Remtairy.KarrynPassives

修改敏感度

修改性技的性欲需求

高潮不减精力

Remtairy.KarrynSex解锁所有性技

Remtairy.Results修改等级上限

修改经验、属性倍率

修改耐力、精力

Remtairy.Willpower修改意志力

Remtairy.Edicts修改政策点

RemtairyBattleManager.js修改金钱

Remtairy.KarrynWaitress 女侍者

Remtairy.KarrynGlory 光荣洞

Remtairy.KarrynStripper 脱衣舞娘

Remtairy.KarrynReceptionist 接待员

Remtairy.KarrynPassives

敏感度调整,在这个注释下面// Calculate Sensitivity Rating

例:调整口部敏感度基础倍率为0.4

Game_Actor.prototype.calculateMouthSensitivityRating = function() {

let rating = 0.4;

其他敏感度(行数不一定对,搜内容)

行 4443: Game_Actor.prototype.calculateMouthSensitivityRating = function() {

行 4505: Game_Actor.prototype.calculateBoobsSensitivityRating = function() {

行 4553: Game_Actor.prototype.calculateNipplesSensitivityRating = function() {

行 4601: Game_Actor.prototype.calculateClitSensitivityRating = function() {

行 4639: Game_Actor.prototype.calculate♥♥♥♥♥SensitivityRating = function() {

行 4704: Game_Actor.prototype.calculateButtSensitivityRating = function() {

行 4744: Game_Actor.prototype.calculateAnalSensitivityRating = function() {

行 4809: Game_Actor.prototype.calculateFingerSensitivityRating = function() {

行 4826: Game_Actor.prototype.calculateFootSensitivityRating = function() {

行 4844: Game_Actor.prototype.calculateTalkSensitivityRating = function() {

行 4862: Game_Actor.prototype.calculateSightSensitivityRating = function() {

行 4905: Game_Actor.prototype.calculate♥♥♥♥♥CreampieSensitivityRating = function() {

行 4947: Game_Actor.prototype.calculateAnalCreampieSensitivityRating = function() {

行 4991: Game_Actor.prototype.calculateSwallowSensitivityRating = function() {

行 5028: Game_Actor.prototype.calculateBukkakeSensitivityRating = function() {

行 5063: Game_Actor.prototype.calculateMasochismSensitivityRating = function() {

行 5092: Game_Actor.prototype.calculateSadismSensitivityRating = function() {

行 5117: Game_Actor.prototype.calculateToySensitivityRating = function(toy) {

修改性欲需求,搜注释//Desire Requirements

例:将足交的棒欲基础需求修改为0

Game_Actor.prototype.footjobCockDesireRequirement = function(karrynSkillUse) {

let req = 0;

其他性欲需求

行 7118: Game_Actor.prototype.blowjobMouthDesireRequirement = function(karrynSkillUse) {

行 7128: Game_Actor.prototype.suckFingersMouthDesireRequirement = function(karrynSkillUse) {

行 7134: Game_Actor.prototype.blowjobCockDesireRequirement = function(karrynSkillUse) {

行 7144: Game_Actor.prototype.mouthSwallowCockDesireRequirement = function(karrynSkillUse) {

行 7154: Game_Actor.prototype.handjobCockDesireRequirement = function(karrynSkillUse) {

行 7168: Game_Actor.prototype.cockPettingCockDesireRequirement = function(karrynSkillUse) {

行 7175: Game_Actor.prototype.boobsPettingBoobsDesireRequirement = function(karrynSkillUse) {

行 7182: Game_Actor.prototype.nipplesPettingBoobsDesireRequirement = function(karrynSkillUse) {

行 7188: Game_Actor.prototype.titty♥♥♥♥BoobsDesireRequirement = function(karrynSkillUse) {

行 7197: Game_Actor.prototype.titty♥♥♥♥CockDesireRequirement = function(karrynSkillUse) {

行 7210: Game_Actor.prototype.clitPetting♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7216: Game_Actor.prototype.cunnilingus♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7222: Game_Actor.prototype.♥♥♥♥♥Petting♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7229: Game_Actor.prototype.♥♥♥♥♥Sex♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7239: Game_Actor.prototype.♥♥♥♥♥SexCockDesireRequirement = function(karrynSkillUse) {

行 7252: Game_Actor.prototype.♥♥♥♥♥CreampieCockDesireRequirement = function(karrynSkillUse) {

行 7268: Game_Actor.prototype.buttPettingButtDesireRequirement = function(karrynSkillUse) {

行 7274: Game_Actor.prototype.spankingButtDesireRequirement = function(karrynSkillUse) {

行 7285: Game_Actor.prototype.analPettingButtDesireRequirement = function(karrynSkillUse) {

行 7292: Game_Actor.prototype.analSexButtDesireRequirement = function(karrynSkillUse) {

行 7302: Game_Actor.prototype.analSexCockDesireRequirement = function(karrynSkillUse) {

行 7315: Game_Actor.prototype.analCreampieCockDesireRequirement = function(karrynSkillUse) {

行 7330: Game_Actor.prototype.rimjobMouthDesireRequirement = function(karrynSkillUse) {

行 7343: Game_Actor.prototype.footjobCockDesireRequirement = function(karrynSkillUse) {

行 7355: Game_Actor.prototype.clitToy♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7362: Game_Actor.prototype.♥♥♥♥♥Toy♥♥♥♥♥DesireRequirement = function(karrynSkillUse) {

行 7370: Game_Actor.prototype.analToyButtDesireRequirement = function(karrynSkillUse) {

行 7378: Game_Actor.prototype.bodyBukkakeCockDesireRequirement = function(karrynSkillUse) {

行 7387: Game_Actor.prototype.faceBukkakeCockDesireRequirement = function(karrynSkillUse) {

关键字

kissingmouth 接吻

blowjob 口交

suckfinger 吮指

mouthswallow 口爆

handjob 手淫

cockpetting 阴茎爱抚

boobspetting 乳房爱抚

nipplespetting 乳头爱抚

titty♥♥♥♥ 乳交

clitpetting 阴蒂爱抚

cunnilingus♥♥♥♥♥ 舔阴蒂

♥♥♥♥♥petting 阴道爱抚

♥♥♥♥♥sex 生插

♥♥♥♥♥Creampie 中出

buttPetting 揉臀

spankingbutt Spank

analPetting 捅菊

analSex 肛

analCreampie 肛中出

rimjob 舔肛

footjob 足交

clittoy 跳蛋

♥♥♥♥♥toy 假阴茎

analtoy 肛塞

bodybukkake 外射

facebukake 颜射

高潮不减精力上限// Passive Param将以下内容中的-=改为+=,就变成了高潮增加精力上限

case PARAM_MAXENERGY_ID:

if(this.hasPassive(PASSIVE_ORGASM_COUNT_ONE_ID) && this._tempRecordOrgasmCount > 0)

paramBonus -= this._tempRecordOrgasmCount;

if(this.hasPassive(PASSIVE_ORGASM_COUNT_FIVE_ID) && this._todayOrgasmCount > 0)

paramBonus -= this._todayOrgasmCount;

break;

Remtairy.KarrynSex

性技全解锁,搜注释// Sex Skill Passive Requirement

例:解锁亲吻

Game_Actor.prototype.karrynKissSkillPassiveRequirement = function() {

return this.hasPassive(PASSIVE_KISS_PEOPLE_TWO_ID);

};

修改为

Game_Actor.prototype.karrynKissSkillPassiveRequirement = function() {

return true;

};

其他

行 772: Game_Actor.prototype.karrynKissSkillPassiveRequirement = function() {

行 776: Game_Actor.prototype.karrynCockStareSkillPassiveRequirement = function() {

行 780: Game_Actor.prototype.karrynCockPetSkillPassiveRequirement = function() {

行 784: Game_Actor.prototype.karrynHandjobSkillPassiveRequirement = function() {

行 788: Game_Actor.prototype.karrynRimjobSkillPassiveRequirement = function() {

行 792: Game_Actor.prototype.karrynFootjobSkillPassiveRequirement = function() {

行 796: Game_Actor.prototype.karrynBlowjobSkillPassiveRequirement = function() {

行 800: Game_Actor.prototype.karrynTitty♥♥♥♥SkillPassiveRequirement = function() {

行 804: Game_Actor.prototype.karryn♥♥♥♥♥SexSkillPassiveRequirement = function() {

行 808: Game_Actor.prototype.karrynAnalSexSkillPassiveRequirement = function() {

行 812: Game_Actor.prototype.karrynHasAnySexSkill = function() {

性技关键字上一章有

Remtairy.Results

修改等级上限,搜注释//Warden Level Level Cap Level Limit

例:

将基础等级上限修改为99

Game_Actor.prototype.getWardenLevelLimit = function() {

let limit = 99;

修改属性、经验倍率,搜注释

// Stat Growth

例:将魅力基础成长率修改为1000%

Game_Actor.prototype.getCharmGrowthRate = function(useExpRate) {

let growthRate = 10;

其余属性:

行 92: Game_Actor.prototype.getParamGrowthRate = function(paramId, useExpRate) {

行 105: Game_Actor.prototype.getStaminaGrowthRate = function(useExpRate) {

行 135: Game_Actor.prototype.getEnergyGrowthRate = function(useExpRate) {

行 164: Game_Actor.prototype.getStrengthGrowthRate = function(useExpRate) {

行 202: Game_Actor.prototype.getDexterityGrowthRate = function(useExpRate) {

行 235: Game_Actor.prototype.getAgilityGrowthRate = function(useExpRate) {

行 270: Game_Actor.prototype.getEnduranceGrowthRate = function(useExpRate) {

行 304: Game_Actor.prototype.getMindGrowthRate = function(useExpRate) {

行 325: Game_Actor.prototype.getCharmGrowthRate = function(useExpRate) {

行 363: Game_Actor.prototype.getWardenLevelLimit = function() {

均把下方的 let growthRate = 1; 改为 let growthRate = 10; 即可

修改耐力、精力成长倍率搜加粗部分

例:均修改为50

const RESULTS_STAMINA_PER_PLVL = 50 ;

const RESULTS_ENERGY_PER_PLVL = 50;

意志力、政策点、金钱

Remtairy.Willpower

Remtairy.Edicts

RemtairyBattleManager

三个文件放在一起说

Remtairy.Willpower

修改基础意志力例:修改为200

const WILLPOWER_BASE_WP = 200;

Remtairy.Edicts

修改政策点,搜注释

// Edict Points 例:每天999政策点

let points = 999;

RemtairyBattleManager.js

修改金钱,搜注释

// Battle Results例:战斗后获得金钱

this._rewards.gold = Math.round(Math.random()*999999);

接待员、女侍者、光荣洞、脱衣舞

Remtairy.KarrynReceptionist 接待员

Remtairy.KarrynWaitress 女侍者

Remtairy.KarrynGlory 光荣洞

Remtairy.KarrynStripper 脱衣舞

四个文件一起说

四个文件一样,搜索粗体字:

名誉度不随时间下降const WAITRESS_REP_DECAY_DAYS = 999;

四个文件一样,搜索粗体字:

名誉度获得10倍let addRep = 10;

Remtairy.KarrynWaitress

将顾客的

等待下单-->等待上酒-->离场等待

三个阶断的时间期限全部改为3600秒const BAR_GET_SERVED_NORMAL_TIME_LIMIT = 3600;

const BAR_GET_SERVED_TIPSY_TIME_LIMIT = 3600;

const BAR_TAKE_ORDER_NORMAL_TIME_LIMIT = 3600;

const BAR_TAKE_ORDER_TIPSY_TIME_LIMIT = 3600;

const BAR_ANGRY_LEAVING_TIME_LIMIT = 3600;

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2861091948					

More Karryn's Prison guilds