mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
17 lines
435 B
ReStructuredText
17 lines
435 B
ReStructuredText
getAugmentationStats() Netscript Function
|
|
=========================================
|
|
|
|
.. js:function:: getAugmentationStats(name)
|
|
|
|
:RAM cost: 5 GB
|
|
|
|
:param string name: Name of Augmentation. CASE-SENSITIVE
|
|
|
|
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function.
|
|
|
|
ns.getAugmentationStats("Synfibril Muscle")
|
|
{
|
|
strength_mult: 1.3,
|
|
defense_mult: 1.3,
|
|
}
|