卡琳典狱长健身房怎么修改-卡琳典狱长健身房怎么玩

时间:2024-07-26 来源:三百六游戏网 作者:dc

卡琳典狱长游戏中健身房是游戏中的一个比较重要的关键性建筑。这个建筑是玩家在游戏的过程之中提升自己的属性,解锁大量的游戏剧情和CG的地点。但是,健身房之中很多的数值都是比较低的,需要玩家重复性的进行使用,小编今天就带给玩家一些修改健身房数据的办法!

3F健身房

玩家可以通过修改JS文件的方式来进行游戏中健身房的数值的修改!

RemtairyKarrynTrainer.js

最小荣誉值

Game_Party.prototype.getMinimumGymReputation = function() {

let minRep = 10;

return minRep;

};

卡琳典狱长健身房怎么修改-卡琳典狱长健身房怎么玩

获得荣誉点数

Game_Party.prototype.postTrainerBattleCleanup = function() {

this.setIsInTrainerBattleFlag(false);

this._showTopRightTimeNumberFlag = false;

$gameSwitches.setValue(SWITCH_TODAY_TRAINER_BATTLE_ID, true);

if(this._trainerBattle_gymGoerSatisfaction > 0) {

let addRep = 10;

if($gameParty._gymReputation <= 20 && Math.randomInt(100) < this._trainerBattle_gymGoerSatisfaction) addRep++;

this.increaseGymReputation(addRep);

$gameSwitches.setValue(SWITCH_TODAY_TRAINER_REP_UP_ID, true);

}

else if(this._trainerBattle_gymGoerSatisfaction < 0) {

let addRep = 5;

if(Math.randomInt(100) < this._trainerBattle_gymGoerSatisfaction * -1) addRep--;

this.increaseGymReputation(addRep);

}

卡琳典狱长健身房怎么修改-卡琳典狱长健身房怎么玩

指导健身时间

Game_Party.prototype.setTrainerBattleTimeLimit = function(minutes) {

if(minutes === 15) {

this._trainerBattle_timeLimit = 900;

this._trainerBattle_baseFatigueGain = 1;

this._trainerBattle_battleTimeLimitBasedMaxSpawnMultipler = 1;

}

else if(minutes === 20) {

this._trainerBattle_timeLimit = 1200;

this._trainerBattle_baseFatigueGain = 1;

this._trainerBattle_battleTimeLimitBasedMaxSpawnMultipler = 1.1;

}

else if(minutes === 30) {

this._trainerBattle_timeLimit = 1800;

this._trainerBattle_baseFatigueGain = 2;

this._trainerBattle_battleTimeLimitBasedMaxSpawnMultipler = 1.25;

}

else if(minutes === 45) {

this._trainerBattle_timeLimit = 2700;

this._trainerBattle_baseFatigueGain = 3;

this._trainerBattle_battleTimeLimitBasedMaxSpawnMultipler = 1.5;

}

else if(minutes === 60) {

this._trainerBattle_timeLimit = 3600;

this._trainerBattle_baseFatigueGain = 4;

this._trainerBattle_battleTimeLimitBasedMaxSpawnMultipler = 2;

}

};

卡琳典狱长健身房怎么修改-卡琳典狱长健身房怎么玩

如果身上有玩具不拿下玩具

搜索this.removeAllToys();

//this.removeAllToys(); 在前面加//关闭

最新资讯 更多
专题合集 更多
鸣潮长离培养攻略

鸣潮长离培养攻略

王国保卫战5遗忘峡谷攻略

王国保卫战5遗忘峡谷攻略

寻路者新手攻略

寻路者新手攻略

了不起的修仙模拟器阵法大全

了不起的修仙模拟器阵法大全

钢铁雄心4编制推荐

钢铁雄心4编制推荐

死废城的少女新手攻略

死废城的少女新手攻略

星露谷物语物品代码大全

星露谷物语物品代码大全

万神之城新手教程

万神之城新手教程