mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
Rebalancing
This commit is contained in:
parent
f4ec2e9067
commit
a11a319d72
@ -247,8 +247,8 @@ displayLocationContent = function() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Locations.AevumSummitUniveristy:
|
case Locations.AevumSummitUniveristy:
|
||||||
var costMult = 2;
|
var costMult = 3;
|
||||||
var expMult = 1;
|
var expMult = 2;
|
||||||
displayUniversityLocationContent(costMult);
|
displayUniversityLocationContent(costMult);
|
||||||
|
|
||||||
var newStudyCS = studyComputerScience.cloneNode(true);
|
var newStudyCS = studyComputerScience.cloneNode(true);
|
||||||
@ -453,8 +453,8 @@ displayLocationContent = function() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Locations.Sector12RothmanUniversity:
|
case Locations.Sector12RothmanUniversity:
|
||||||
var costMult = 1;
|
var costMult = 2;
|
||||||
var expMult = 0.5;
|
var expMult = 1;
|
||||||
displayUniversityLocationContent(costMult);
|
displayUniversityLocationContent(costMult);
|
||||||
|
|
||||||
var newStudyCS = studyComputerScience.cloneNode(true);
|
var newStudyCS = studyComputerScience.cloneNode(true);
|
||||||
@ -729,8 +729,8 @@ displayLocationContent = function() {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case Locations.VolhavenZBInstituteOfTechnology:
|
case Locations.VolhavenZBInstituteOfTechnology:
|
||||||
var costMult = 3;
|
var costMult = 4;
|
||||||
var expMult = 2;
|
var expMult = 3;
|
||||||
displayUniversityLocationContent(costMult);
|
displayUniversityLocationContent(costMult);
|
||||||
|
|
||||||
var newStudyCS = studyComputerScience.cloneNode(true);
|
var newStudyCS = studyComputerScience.cloneNode(true);
|
||||||
|
@ -519,7 +519,7 @@ PlayerObject.prototype.startFactionWork = function(faction) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PlayerObject.prototype.startFactionHackWork = function(faction) {
|
PlayerObject.prototype.startFactionHackWork = function(faction) {
|
||||||
this.workHackExpGainRate = .1 * this.hacking_exp_mult;
|
this.workHackExpGainRate = .02 * this.hacking_exp_mult;
|
||||||
this.workStrExpGainRate = 0;
|
this.workStrExpGainRate = 0;
|
||||||
this.workDefExpGainRate = 0;
|
this.workDefExpGainRate = 0;
|
||||||
this.workDexExpGainRate = 0;
|
this.workDexExpGainRate = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user