bitburner-src/markdown/bitburner.gangequipment.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

696 B

Home > bitburner > GangEquipment

GangEquipment type

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