MISC: Warn player that they cannot accept Stanek's Gift after joining Bladeburner with SF7.3 (#2005)

This commit is contained in:
catloversg
2025-03-08 06:14:15 +07:00
committed by GitHub
parent a611c842e2
commit 8fe0ea1615
7 changed files with 81 additions and 38 deletions
+9 -2
View File
@@ -1,6 +1,6 @@
import React from "react";
import { Player } from "@player";
import { CityName, FactionName } from "@enums";
import { AugmentationName, CityName, FactionName } from "@enums";
import { BitNodeMultipliers, replaceCurrentNodeMults } from "./BitNodeMultipliers";
class BitNode {
@@ -236,7 +236,10 @@ export function initBitNodes() {
<ul>
<li>Level 1: 8%</li>
<li>Level 2: 12%</li>
<li>Level 3: 14% and begin with The Blade's Simulacrum</li>
<li>
Level 3: 14% and immediately receive "{AugmentationName.BladesSimulacrum}" augmentation after joining the
Bladeburner division
</li>
</ul>
</>
),
@@ -415,6 +418,10 @@ export function initBitNodes() {
<br />
<br />
Each level of this Source-File increases the size of Stanek's Gift.
<br />
<br />
Due to the effect of Source-File 7.3, you must accept Stanek's Gift before joining the Bladeburner division if
you have that Source-File.
</>
),
);