bitburner-src/markdown/bitburner.bladeburner.upgradeskill.md
David Walker 79bb0d289a
Revert "API: Add types for parameters of gym-university-bladeburner API (#1591)" (#1592)
This reverts commit da8870ed796c916c19cac7c2b6328a75180367fc.
2024-08-16 13:45:54 -07:00

942 B

Home > bitburner > Bladeburner > upgradeSkill

Bladeburner.upgradeSkill() method

Upgrade skill.

Signature:

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

Parameters

Parameter Type Description
skillName string Name of skill to be upgraded. Case-sensitive and must be an exact match.
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.