mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 07:33:48 +01:00
fixed integer form typo
This commit is contained in:
parent
39ed2c40dd
commit
92b1050a68
@ -422,7 +422,7 @@ getHackingMultipliers
|
|||||||
.. js:function:: getHackingMultipliers()
|
.. js:function:: getHackingMultipliers()
|
||||||
|
|
||||||
Returns an object containing the Player's hacking related multipliers. These multipliers are
|
Returns an object containing the Player's hacking related multipliers. These multipliers are
|
||||||
returned in integer forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
|
returned in fractional forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
|
||||||
|
|
||||||
{
|
{
|
||||||
chance: Player's hacking chance multiplier,
|
chance: Player's hacking chance multiplier,
|
||||||
@ -443,7 +443,7 @@ getHacknetMultipliers
|
|||||||
.. js:function:: getHacknetMultipliers()
|
.. js:function:: getHacknetMultipliers()
|
||||||
|
|
||||||
Returns an object containing the Player's hacknet related multipliers. These multipliers are
|
Returns an object containing the Player's hacknet related multipliers. These multipliers are
|
||||||
returned in integer forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
|
returned in fractional forms, not percentages (e.g. 1.5 instead of 150%). The object has the following structure::
|
||||||
|
|
||||||
{
|
{
|
||||||
production: Player's hacknet production multiplier,
|
production: Player's hacknet production multiplier,
|
||||||
|
Loading…
Reference in New Issue
Block a user