mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
18 lines
352 B
ReStructuredText
18 lines
352 B
ReStructuredText
|
getEquipmentStats() Netscript Function
|
||
|
=====================================
|
||
|
|
||
|
.. js:function:: getEquipmentStats(equipName)
|
||
|
|
||
|
:RAM cost: 2 GB
|
||
|
|
||
|
:param string equipName: Name of equipment
|
||
|
|
||
|
:returns: A dictionary containing the stats of the equipment.
|
||
|
|
||
|
Get the specified equipment stats.
|
||
|
|
||
|
{
|
||
|
"str":1.04,
|
||
|
"def":1.04
|
||
|
}
|