[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getEquipmentStats](./bitburner.gang.getequipmentstats.md) ## Gang.getEquipmentStats() method If you are not in BitNode-2, then you must have Source-File 2 in order to use this function. Get the specified equipment stats. Signature: ```typescript getEquipmentStats(equipName: GangEquipment | GangAugmentations): GangEquipmentStats; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | equipName | [GangEquipment](./bitburner.gangequipment.md) \| [GangAugmentations](./bitburner.gangaugmentations.md) | Name of equipment. | Returns: [GangEquipmentStats](./bitburner.gangequipmentstats.md) A dictionary containing the stats of the equipment. ## Remarks RAM cost: 2 GB