mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +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
|
||||
|
||||
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:**
|
||||
|
||||
|
||||
@@ -1048,7 +1048,9 @@ Get the used RAM on a server. This includes ram used by running scripts as well
|
||||
|
||||
</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>
|
||||
|
||||
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 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.
|
||||
* @remarks
|
||||
* RAM cost: 0.2 GB
|
||||
|
||||
Reference in New Issue
Block a user