mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
DOCUMENTATION: ns.share and getSharePower definition updates (#734)
This commit is contained in:
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
7
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -6678,13 +6678,14 @@ export interface NS {
|
||||
* @remarks
|
||||
* RAM cost: 2.4 GB
|
||||
*
|
||||
* Increases your rep gain of all faction work types while share is called.
|
||||
* Scales with thread count.
|
||||
* Increases rep/second for all faction work while share is running. Each cycle of ns.share() is 10 seconds.
|
||||
* Scales with thread count, but at a sharply decreasing rate.
|
||||
*/
|
||||
share(): Promise<void>;
|
||||
|
||||
/**
|
||||
* Calculate your share power. Based on all the active share calls.
|
||||
* Share Power has a multiplicative effect on rep/second while doing work for a faction.
|
||||
* Share Power increases incrementally for every thread of share running on your server network, but at a sharply decreasing rate.
|
||||
* @remarks
|
||||
* RAM cost: 0.2 GB
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user