mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
commit
bf4d13cb0c
@ -54,7 +54,7 @@ In :ref:`netscriptjs`::
|
||||
getTeamSize() <bladeburnerapi/getTeamSize>
|
||||
setTeamSize() <bladeburnerapi/setTeamSize>
|
||||
getCityEstimatedPopulation() <bladeburnerapi/getCityEstimatedPopulation>
|
||||
getCityEstimatedCommunities() <bladeburnerapi/getCityEstimatedCommunities>
|
||||
getCityCommunities() <bladeburnerapi/getCityCommunities>
|
||||
getCityChaos() <bladeburnerapi/getCityChaos>
|
||||
getCity() <bladeburnerapi/getCity>
|
||||
switchCity() <bladeburnerapi/switchCity>
|
||||
|
@ -93,6 +93,9 @@ This includes information such as function signatures, what they do, and their r
|
||||
wget() <basicfunctions/wget>
|
||||
getFavorToDonate() <basicfunctions/getFavorToDonate>
|
||||
flags() <basicfunctions/flags>
|
||||
alert() <basicfunctions/alert>
|
||||
toast() <basicfunctions/toast>
|
||||
tprintf() <basicfunctions/tprintf>
|
||||
|
||||
.. toctree::
|
||||
:caption: Deprecated:
|
||||
|
0
doc/source/netscript/tixapi/getStockVolatility.rst → doc/source/netscript/tixapi/getVolatility.rst
0
doc/source/netscript/tixapi/getStockVolatility.rst → doc/source/netscript/tixapi/getVolatility.rst
@ -16,10 +16,5 @@ export const DarkWebItems: IMap<DarkWebItem> = {
|
||||
DeepscanV1: new DarkWebItem(Programs.DeepscanV1.name, 500000, "Enables 'scan-analyze' with a depth up to 5."),
|
||||
DeepscanV2: new DarkWebItem(Programs.DeepscanV2.name, 25e6, "Enables 'scan-analyze' with a depth up to 10."),
|
||||
AutolinkProgram: new DarkWebItem(Programs.AutoLink.name, 1e6, "Enables direct connect via 'scan-analyze."),
|
||||
ServerProfilerProgram: new DarkWebItem(
|
||||
Programs.ServerProfiler.name,
|
||||
1e6,
|
||||
"Displays hacking and Netscript-related information about a server.",
|
||||
),
|
||||
FormulasProgram: new DarkWebItem(Programs.Formulas.name, 5e9, "Unlock access to the formulas API."),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user