bitburner-src/markdown/bitburner.bladeburner.upgradeskill.md

860 B

Home > bitburner > Bladeburner > upgradeSkill

Bladeburner.upgradeSkill() method

Upgrade skill.

Signature:

upgradeSkill(name: string, count?: number): boolean;

Parameters

Parameter Type Description
name string
count number (Optional) Number of times to upgrade the skill. Defaults to 1 if not specified.

Returns:

boolean

true if the skill is successfully upgraded, and false otherwise.

Remarks

RAM cost: 4 GB

Attempts to upgrade the specified Bladeburner skill the specified number of times.

Returns true if the skill is successfully upgraded, and false otherwise.