Added documentation for Gang API. Added dev menu options for Gang mechanic

This commit is contained in:
danielyxie
2018-10-22 13:45:08 -05:00
parent 0cdfe590a7
commit e073c08011
6 changed files with 271 additions and 13 deletions
+2 -2
View File
@@ -509,7 +509,7 @@ getHackingMultipliers
:RAM cost: 4 GB
Returns an object containing the Player's hacking related multipliers. These multipliers are
returned in fractional forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
returned in decimal forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
{
chance: Player's hacking chance multiplier,
@@ -532,7 +532,7 @@ getHacknetMultipliers
:RAM cost: 4 GB
Returns an object containing the Player's hacknet related multipliers. These multipliers are
returned in fractional forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
returned in decimal forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
{
production: Player's hacknet production multiplier,