work to make documentation unified.

This commit is contained in:
Olivier Gagnon
2021-03-12 02:51:56 -05:00
parent a00c253dcb
commit 2ce6ff2041
176 changed files with 1325 additions and 916 deletions

View File

@@ -1,17 +1,15 @@
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.
Get the specified equipment stats.::
{
"str":1.04,
"def":1.04
}
{
"str":1.04,
"def":1.04
}