bitburner-src/markdown/bitburner.gangaugmentations.md

25 lines
530 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GangAugmentations](./bitburner.gangaugmentations.md)
## GangAugmentations type
2021-10-30 21:46:34 +02:00
All Gang augmentations.
2021-10-30 18:34:14 +02:00
<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";
```