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

View File

@ -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.