mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 10:42:51 +02:00
Rebalancing Gyms and training in Bladeburner. Updated Active Scripts UI page to update once per second. Updated changelog
This commit is contained in:
+4
-4
@@ -1248,10 +1248,10 @@ Bladeburner.prototype.completeAction = function() {
|
||||
break;
|
||||
case ActionTypes["Training"]:
|
||||
this.stamina -= (0.5 * BaseStaminaLoss);
|
||||
var strExpGain = 20 * Player.strength_exp_mult,
|
||||
defExpGain = 20 * Player.defense_exp_mult,
|
||||
dexExpGain = 20 * Player.dexterity_exp_mult,
|
||||
agiExpGain = 20 * Player.agility_exp_mult,
|
||||
var strExpGain = 30 * Player.strength_exp_mult,
|
||||
defExpGain = 30 * Player.defense_exp_mult,
|
||||
dexExpGain = 30 * Player.dexterity_exp_mult,
|
||||
agiExpGain = 30 * Player.agility_exp_mult,
|
||||
staminaGain = 0.04 * this.skillMultipliers.stamina;
|
||||
Player.gainStrengthExp(strExpGain);
|
||||
Player.gainDefenseExp(defExpGain);
|
||||
|
||||
Reference in New Issue
Block a user