mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Merge pull request #2656 from SagePtr/patch-2
Minor fix to growth parameter description
This commit is contained in:
commit
574c541b2e
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@ -5182,9 +5182,9 @@ export interface NS extends Singularity {
|
|||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 0.1 GB
|
* RAM cost: 0.1 GB
|
||||||
*
|
*
|
||||||
* Returns the server’s instrinsic “growth parameter”. This growth
|
* Returns the server’s intrinsic “growth parameter”. This growth
|
||||||
* parameter is a number between 0 and 100 that represents how
|
* parameter is a number typically between 0 and 100 that represents
|
||||||
* quickly the server’s money grows. This parameter affects the
|
* how quickly the server’s money grows. This parameter affects the
|
||||||
* percentage by which the server’s money is increased when using the
|
* percentage by which the server’s money is increased when using the
|
||||||
* grow function. A higher growth parameter will result in a
|
* grow function. A higher growth parameter will result in a
|
||||||
* higher percentage increase from grow.
|
* higher percentage increase from grow.
|
||||||
|
Loading…
Reference in New Issue
Block a user