Skip to content

Commit

Permalink
Bladeburner Max Stamina: Restore Balance by Changing CyberEdge Effect…
Browse files Browse the repository at this point in the history
… to Linear 5% from Previous Quadratic 2% (bitburner-official#1607)
  • Loading branch information
cmfrydos committed Aug 21, 2024
1 parent 893dd8a commit bc1449a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bladeburner/data/Skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ export const Skills: Record<BladeburnerSkillName, Skill> = {
}),
[BladeburnerSkillName.CybersEdge]: new Skill({
name: BladeburnerSkillName.CybersEdge,
desc: "Each level of this skill increases your max stamina by 2%",
desc: "Each level of this skill increases your max stamina by 5%",
baseCost: 1,
costInc: 3,
mults: { [BladeburnerMultName.Stamina]: 2 },
mults: { [BladeburnerMultName.Stamina]: 5 },
}),
[BladeburnerSkillName.HandsOfMidas]: new Skill({
name: BladeburnerSkillName.HandsOfMidas,
Expand Down

0 comments on commit bc1449a

Please sign in to comment.