bitburner-src/markdown/bitburner.bladeburner.upgradeskill.md
catloversg cacecda72f
API: Add types for parameters of gym-university-bladeburner API (Fix merging error) (#1596)
* API: Add types for parameters of gym-university-bladeburner API
* Fix merging error
2024-08-17 14:08:55 -07:00

1.1 KiB

Home > bitburner > Bladeburner > upgradeSkill

Bladeburner.upgradeSkill() method

Upgrade skill.

Signature:

upgradeSkill(skillName: BladeburnerSkillName | `${BladeburnerSkillName}`, count?: number): boolean;

Parameters

Parameter Type Description
skillName BladeburnerSkillName | `${BladeburnerSkillName}` 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.