mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
added getAugmentationStats to netscript, it returns the stat boost of an aug
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user