mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
This commit is contained in:
commit
db252bf25b
@ -14,13 +14,9 @@ significantly faster than Netscript 1.0.
|
|||||||
This documentation will not go over any of the additional features of NetscriptJS, since
|
This documentation will not go over any of the additional features of NetscriptJS, since
|
||||||
there is plenty of documentation on Javascript available on the web.
|
there is plenty of documentation on Javascript available on the web.
|
||||||
|
|
||||||
NetscriptJS in Mozilla Firefox
|
Browser compatibility
|
||||||
------------------------------
|
---------------------
|
||||||
As of the time of writing this, the Mozilla Firefox browser does not support
|
As of the time of writing this, Mozilla Firefox and a few other browsers do not support `dynamic import <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import>`_ functionality and therefore cannot run NetscriptJS scripts. These browsers will thus only be capable of using Netscript 1.0.
|
||||||
dynamic import functionality and therefore cannot run NetscriptJS scripts.
|
|
||||||
|
|
||||||
(This may be some option/method for enabling this in Firefox, but I don't know
|
|
||||||
what is it)
|
|
||||||
|
|
||||||
How to use NetscriptJS
|
How to use NetscriptJS
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -25,7 +25,7 @@ function initBitNodes() {
|
|||||||
"Level 3: 28%");
|
"Level 3: 28%");
|
||||||
BitNodes["BitNode2"] = new BitNode(2, "Rise of the Underworld", "From the shadows, they rose", //Gangs
|
BitNodes["BitNode2"] = new BitNode(2, "Rise of the Underworld", "From the shadows, they rose", //Gangs
|
||||||
"From the shadows, they rose.<br><br>Organized crime groups quickly filled the void of power " +
|
"From the shadows, they rose.<br><br>Organized crime groups quickly filled the void of power " +
|
||||||
"left behind from the collapse of Western government in the 2050's. As society and civlization broke down, " +
|
"left behind from the collapse of Western government in the 2050s. As society and civlization broke down, " +
|
||||||
"people quickly succumbed to the innate human impulse of evil and savagery. The organized crime " +
|
"people quickly succumbed to the innate human impulse of evil and savagery. The organized crime " +
|
||||||
"factions quickly rose to the top of the modern world.<br><br>" +
|
"factions quickly rose to the top of the modern world.<br><br>" +
|
||||||
"In this BitNode:<br><br>" +
|
"In this BitNode:<br><br>" +
|
||||||
@ -41,9 +41,9 @@ function initBitNodes() {
|
|||||||
"Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will " +
|
"Destroying this BitNode will give you Source-File 2, or if you already have this Source-File it will " +
|
||||||
"upgrade its level up to a maximum of 3. This Source-File increases the player's crime success rate, " +
|
"upgrade its level up to a maximum of 3. This Source-File increases the player's crime success rate, " +
|
||||||
"crime money, and charisma multipliers by:<br><br>" +
|
"crime money, and charisma multipliers by:<br><br>" +
|
||||||
"Level 1: 20%<br>" +
|
"Level 1: 24%<br>" +
|
||||||
"Level 2: 30%<br>" +
|
"Level 2: 36%<br>" +
|
||||||
"Level 3: 35%");
|
"Level 3: 42%");
|
||||||
BitNodes["BitNode3"] = new BitNode(3, "Corporatocracy", "The Price of Civilization",
|
BitNodes["BitNode3"] = new BitNode(3, "Corporatocracy", "The Price of Civilization",
|
||||||
"Our greatest illusion is that a healthy society can revolve around a " +
|
"Our greatest illusion is that a healthy society can revolve around a " +
|
||||||
"single-minded pursuit of wealth.<br><br>" +
|
"single-minded pursuit of wealth.<br><br>" +
|
||||||
|
Loading…
Reference in New Issue
Block a user