Removed BladeburnerSkillCost from skill point cost description

This commit is contained in:
BB 2022-03-22 02:09:31 +01:00
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.