mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
balance infiltrate synthoids
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Interface that represents either the player (PlayerObject) or
|
||||
// a Sleeve. Used for functions that need to take in both.
|
||||
|
||||
import { IPlayerOwnedAugmentation } from "../Augmentation/PlayerOwnedAugmentation";
|
||||
import { ITaskTracker } from "./ITaskTracker";
|
||||
|
||||
export interface IPerson {
|
||||
@@ -14,7 +15,6 @@ export interface IPerson {
|
||||
intelligence: number;
|
||||
hp: number;
|
||||
max_hp: number;
|
||||
money: number;
|
||||
|
||||
// Experience
|
||||
hacking_exp: number;
|
||||
@@ -47,6 +47,8 @@ export interface IPerson {
|
||||
|
||||
bladeburner_analysis_mult: number;
|
||||
|
||||
augmentations: IPlayerOwnedAugmentation[];
|
||||
|
||||
getIntelligenceBonus(weight: number): number;
|
||||
gainHackingExp(exp: number): void;
|
||||
gainStrengthExp(exp: number): void;
|
||||
|
||||
Reference in New Issue
Block a user