DOCUMENTATION: ns.share and getSharePower definition updates (#734)

This commit is contained in:
missymae#2783
2023-08-16 15:08:55 -06:00
committed by GitHub
parent cef452d35e
commit 7500ef0da2
4 changed files with 7 additions and 7 deletions

View File

@@ -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
*/