mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 07:17:35 +01:00
Removed BladeburnerSkillCost from skill point cost description
This commit is contained in:
parent
2d2c73dbbb
commit
961a887c56
@ -23,8 +23,7 @@ export function SkillPage(props: IProps): React.ReactElement {
|
|||||||
<strong>Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}</strong>
|
<strong>Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}</strong>
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography>
|
<Typography>
|
||||||
You will gain one skill point every{" "}
|
You will gain one skill point every {BladeburnerConstants.RanksPerSkillPoint} ranks.
|
||||||
{BladeburnerConstants.RanksPerSkillPoint * BitNodeMultipliers.BladeburnerSkillCost} ranks.
|
|
||||||
<br />
|
<br />
|
||||||
Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different
|
Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different
|
||||||
skills with each other is multiplicative.
|
skills with each other is multiplicative.
|
||||||
|
Loading…
Reference in New Issue
Block a user