mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-25 23:47:34 +01:00
33 lines
696 B
Markdown
33 lines
696 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangEquipment](./bitburner.gangequipment.md)
|
|
|
|
## GangEquipment type
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type GangEquipment =
|
|
| "Baseball Bat"
|
|
| "Katana"
|
|
| "Glock 18C"
|
|
| "P90C"
|
|
| "Steyr AUG"
|
|
| "AK-47"
|
|
| "M15A10 Assault Rifle"
|
|
| "AWM Sniper Rifle"
|
|
| "Bulletproof Vest"
|
|
| "Full Body Armor"
|
|
| "Liquid Body Armor"
|
|
| "Graphene Plating Armor"
|
|
| "Ford Flex V20"
|
|
| "ATX1070 Superbike"
|
|
| "Mercedes-Benz S9001"
|
|
| "White Ferrari"
|
|
| "NUKE Rootkit"
|
|
| "Soulstealer Rootkit"
|
|
| "Demon Rootkit"
|
|
| "Hmap Node"
|
|
| "Jack the Ripper";
|
|
```
|