mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-09 23:07:40 +01:00
25 lines
530 B
Markdown
25 lines
530 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangAugmentations](./bitburner.gangaugmentations.md)
|
|
|
|
## GangAugmentations type
|
|
|
|
All Gang augmentations.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type GangAugmentations =
|
|
| "Bionic Arms"
|
|
| "Bionic Legs"
|
|
| "Bionic Spine"
|
|
| "BrachiBlades"
|
|
| "Nanofiber Weave"
|
|
| "Synthetic Heart"
|
|
| "Synfibril Muscle"
|
|
| "BitWire"
|
|
| "Neuralstimulator"
|
|
| "DataJack"
|
|
| "Graphene Bone Lacings";
|
|
```
|