mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DOCUMENTATION: Clarify how share power affects reputation gain rate of non-hacking work (#2544)
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
## NS.getSharePower() method
|
## NS.getSharePower() method
|
||||||
|
|
||||||
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.
|
Share power has a multiplicative effect on rep/second while doing hacking work for a faction. If you do non-hacking work, share power still increases the reputation gain rate, but the effect is non-linear.
|
||||||
|
|
||||||
|
Share power increases incrementally for every thread of share running on your server network, but at a sharply decreasing rate.
|
||||||
|
|
||||||
**Signature:**
|
**Signature:**
|
||||||
|
|
||||||
|
|||||||
@@ -1048,7 +1048,9 @@ Get the used RAM on a server. This includes ram used by running scripts as well
|
|||||||
|
|
||||||
</td><td>
|
</td><td>
|
||||||
|
|
||||||
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.
|
Share power has a multiplicative effect on rep/second while doing hacking work for a faction. If you do non-hacking work, share power still increases the reputation gain rate, but the effect is non-linear.
|
||||||
|
|
||||||
|
Share power increases incrementally for every thread of share running on your server network, but at a sharply decreasing rate.
|
||||||
|
|
||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|||||||
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -8977,7 +8977,9 @@ export interface NS {
|
|||||||
share(): Promise<void>;
|
share(): Promise<void>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Share power has a multiplicative effect on rep/second while doing work for a faction.
|
* Share power has a multiplicative effect on rep/second while doing hacking work for a faction. If you do non-hacking
|
||||||
|
* work, share power still increases the reputation gain rate, but the effect is non-linear.
|
||||||
|
*
|
||||||
* Share power increases incrementally for every thread of share running on your server network, but at a sharply decreasing rate.
|
* Share power increases incrementally for every thread of share running on your server network, but at a sharply decreasing rate.
|
||||||
* @remarks
|
* @remarks
|
||||||
* RAM cost: 0.2 GB
|
* RAM cost: 0.2 GB
|
||||||
|
|||||||
Reference in New Issue
Block a user