mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
commit
bc0ab1077c
6
doc/source/404.rst
Normal file
6
doc/source/404.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Hi there, hello
|
||||
===============
|
||||
|
||||
It looks like you found a page that doesn't exist!
|
||||
|
||||
If you're looking for documentation of the netscript API. It moved to
|
@ -22,6 +22,7 @@ const detect: [string, string][] = [
|
||||
["scp", "needs to be awaited"],
|
||||
["sleep", "Can no longer be called simultenaously."],
|
||||
["hacking_skill", "renamed 'hacking'"],
|
||||
["tryWrite", "renamed 'tryWritePort'"],
|
||||
];
|
||||
|
||||
const changes: [RegExp, string][] = [
|
||||
@ -31,6 +32,7 @@ const changes: [RegExp, string][] = [
|
||||
[/ns.bladeburner.getActionTime/g, "((...a)=>ns.bladeburner.getActionTime(...a)/1000)"],
|
||||
[/ns.hackAnalyzePercent/g, "((...a)=>ns.hackAnalyze(...a)*100)"],
|
||||
[/ns.hackChance/g, "ns.hackAnalyzeChance"],
|
||||
[/ns.tryWrite/g, "ns.tryWritePort"],
|
||||
[/formulas.basic.calculateSkill/g, "formulas.skills.calculateSkill"],
|
||||
[/formulas.basic.calculateExp/g, "formulas.skills.calculateExp"],
|
||||
[/formulas.basic.hackChance/g, "formulas.hacking.hackChance"],
|
||||
|
Loading…
Reference in New Issue
Block a user