diff --git a/markdown/bitburner.ns.getsharepower.md b/markdown/bitburner.ns.getsharepower.md index 375505574..2b1c28ccd 100644 --- a/markdown/bitburner.ns.getsharepower.md +++ b/markdown/bitburner.ns.getsharepower.md @@ -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:** diff --git a/markdown/bitburner.ns.md b/markdown/bitburner.ns.md index 83d3074f3..755dca911 100644 --- a/markdown/bitburner.ns.md +++ b/markdown/bitburner.ns.md @@ -1048,7 +1048,9 @@ Get the used RAM on a server. This includes ram used by running scripts as well -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. diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index b0cbeac96..884bc4384 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -8977,7 +8977,9 @@ export interface NS { share(): Promise; /** - * 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