Merge pull request #3230 from ApamNapat/fix_skill_point_cost_description

Removed BladeburnerSkillCost from skill point cost description
This commit is contained in:
hydroflame 2022-03-22 10:35:35 -04:00 committed by GitHub
commit 22fe13e267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,8 +23,7 @@ export function SkillPage(props: IProps): React.ReactElement {
<strong>Skill Points: {formatNumber(props.bladeburner.skillPoints, 0)}</strong>
</Typography>
<Typography>
You will gain one skill point every{" "}
{BladeburnerConstants.RanksPerSkillPoint * BitNodeMultipliers.BladeburnerSkillCost} ranks.
You will gain one skill point every {BladeburnerConstants.RanksPerSkillPoint} ranks.
<br />
Note that when upgrading a skill, the benefit for that skill is additive. However, the effects of different
skills with each other is multiplicative.