mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Only the wanted commits this time
This commit is contained in:
parent
42a03894e5
commit
7b7858d8e3
@ -115,8 +115,8 @@ BitNodes["BitNode3"] = new BitNode(
|
|||||||
<br />
|
<br />
|
||||||
Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its
|
Destroying this BitNode will give you Source-File 3, or if you already have this Source-File it will upgrade its
|
||||||
level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some
|
level up to a maximum of 3. This Source-File lets you create corporations on other BitNodes (although some
|
||||||
BitNodes will disable this mechanic) and level 3 permanently unlocks the full API.
|
BitNodes will disable this mechanic) and level 3 permanently unlocks the full API. This Source-File also increases
|
||||||
This Source-File also increases your charisma and company salary multipliers by:
|
your charisma and company salary multipliers by:
|
||||||
<br />
|
<br />
|
||||||
Level 1: 8%
|
Level 1: 8%
|
||||||
<br />
|
<br />
|
||||||
@ -148,7 +148,7 @@ BitNodes["BitNode4"] = new BitNode(
|
|||||||
<br />
|
<br />
|
||||||
Level 1: 16x
|
Level 1: 16x
|
||||||
<br />
|
<br />
|
||||||
Level 2: 6x
|
Level 2: 4x
|
||||||
<br />
|
<br />
|
||||||
Level 3: 1x
|
Level 3: 1x
|
||||||
</>
|
</>
|
||||||
@ -358,8 +358,8 @@ BitNodes["BitNode10"] = new BitNode(
|
|||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade its
|
Destroying this BitNode will give you Source-File 10, or if you already have this Source-File it will upgrade its
|
||||||
level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes. Each level of this
|
level up to a maximum of 3. This Source-File unlocks Sleeve technology, and the Grafting API in other BitNodes.
|
||||||
Source-File also grants you a Duplicate Sleeve
|
Each level of this Source-File also grants you a Duplicate Sleeve
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -37,7 +37,7 @@ export function NetscriptCodingContract(): InternalAPI<ICodingContract> {
|
|||||||
throw new Error("The answer provided was not a number, string, or array");
|
throw new Error("The answer provided was not a number, string, or array");
|
||||||
|
|
||||||
// Convert answer to string.
|
// Convert answer to string.
|
||||||
const answerStr = typeof answer === 'string' ? answer : JSON.stringify(answer);
|
const answerStr = typeof answer === "string" ? answer : JSON.stringify(answer);
|
||||||
const creward = contract.reward;
|
const creward = contract.reward;
|
||||||
if (creward === null) throw new Error("Somehow solved a contract that didn't have a reward");
|
if (creward === null) throw new Error("Somehow solved a contract that didn't have a reward");
|
||||||
|
|
||||||
|
@ -41,7 +41,8 @@ SourceFiles["SourceFile3"] = new SourceFile(
|
|||||||
(
|
(
|
||||||
<>
|
<>
|
||||||
This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this
|
This Source-File lets you create corporations on other BitNodes (although some BitNodes will disable this
|
||||||
mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company salary multipliers by:
|
mechanic) and level 3 permanently unlocks the full API. This Source-File also increases your charisma and company
|
||||||
|
salary multipliers by:
|
||||||
<br />
|
<br />
|
||||||
Level 1: 8%
|
Level 1: 8%
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user