mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
Set BitNode-10 description and BitNode multipliers
This commit is contained in:
@@ -9,6 +9,7 @@ import { Sleeve } from "./Sleeve/Sleeve";
|
||||
import { IMap } from "../types";
|
||||
|
||||
import { IPlayerOwnedAugmentation } from "../Augmentation/PlayerOwnedAugmentation";
|
||||
import { IPlayerOwnedSourceFile } from "../SourceFile/PlayerOwnedSourceFile";
|
||||
|
||||
export interface IPlayer {
|
||||
augmentations: IPlayerOwnedAugmentation[];
|
||||
@@ -19,6 +20,7 @@ export interface IPlayer {
|
||||
queuedAugmentations: IPlayerOwnedAugmentation[];
|
||||
resleeves: Resleeve[];
|
||||
sleeves: Sleeve[];
|
||||
sourceFiles: IPlayerOwnedSourceFile[];
|
||||
|
||||
hacking_skill: number;
|
||||
strength: number;
|
||||
|
||||
@@ -194,5 +194,5 @@ function updateAugDescription(elems: IResleeveUIElems) {
|
||||
return;
|
||||
}
|
||||
|
||||
elems.augDescription.innerHTML = aug!.info;
|
||||
elems.augDescription!.innerHTML = aug!.info;
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ export function createSleevesPage(p: IPlayer) {
|
||||
|
||||
UIElems.info = createElement("p", {
|
||||
display: "inline-block",
|
||||
innerText: "Sleeves are MK-V Synthoids (synthetic androids) into which your " +
|
||||
innerText: "Duplicate Sleeves are MK-V Synthoids (synthetic androids) into which your " +
|
||||
"consciousness has copied. In other words, these Synthoids contain " +
|
||||
"a perfect duplicate of your mind.<br><br>" +
|
||||
"Sleeves can be used to perform different tasks synchronously.",
|
||||
|
||||
Reference in New Issue
Block a user