mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
26 lines
540 B
Markdown
26 lines
540 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [BladeburnerSkills](./bitburner.bladeburnerskills.md)
|
||
|
|
||
|
## BladeburnerSkills type
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type BladeburnerSkills =
|
||
|
| "Blade's Intuition"
|
||
|
| "Cloak"
|
||
|
| "Marksman"
|
||
|
| "Weapon Proficiency"
|
||
|
| "Short-Circuit"
|
||
|
| "Digital Observer"
|
||
|
| "Tracer"
|
||
|
| "Overclock"
|
||
|
| "Reaper"
|
||
|
| "Evasive System"
|
||
|
| "Datamancer"
|
||
|
| "Cyber's Edge"
|
||
|
| "Hands of Midas"
|
||
|
| "Hyperdrive";
|
||
|
```
|