bitburner-src/markdown/bitburner.gangequipment.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

717 B

Home > bitburner > GangEquipment

GangEquipment type

All Gang equipment.

Signature:

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";