mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Remove some redundant typing
This commit is contained in:
@@ -1,33 +1,5 @@
|
||||
import { CityName } from "./../../Locations/data/CityNames";
|
||||
export const BladeburnerConstants: {
|
||||
CityNames: string[];
|
||||
CyclesPerSecond: number;
|
||||
StaminaGainPerSecond: number;
|
||||
BaseStaminaLoss: number;
|
||||
MaxStaminaToGainFactor: number;
|
||||
DifficultyToTimeFactor: number;
|
||||
DiffMultExponentialFactor: number;
|
||||
DiffMultLinearFactor: number;
|
||||
EffAgiLinearFactor: number;
|
||||
EffDexLinearFactor: number;
|
||||
EffAgiExponentialFactor: number;
|
||||
EffDexExponentialFactor: number;
|
||||
BaseRecruitmentTimeNeeded: number;
|
||||
PopulationThreshold: number;
|
||||
PopulationExponent: number;
|
||||
ChaosThreshold: number;
|
||||
BaseStatGain: number;
|
||||
BaseIntGain: number;
|
||||
ActionCountGrowthPeriod: number;
|
||||
RankToFactionRepFactor: number;
|
||||
RankNeededForFaction: number;
|
||||
ContractSuccessesPerLevel: number;
|
||||
OperationSuccessesPerLevel: number;
|
||||
RanksPerSkillPoint: number;
|
||||
ContractBaseMoneyGain: number;
|
||||
HrcHpGain: number;
|
||||
HrcStaminaGain: number;
|
||||
} = {
|
||||
export const BladeburnerConstants = {
|
||||
CityNames: [
|
||||
CityName.Aevum,
|
||||
CityName.Chongqing,
|
||||
|
||||
@@ -1,19 +1,4 @@
|
||||
export const SkillNames: {
|
||||
BladesIntuition: string;
|
||||
Cloak: string;
|
||||
Marksman: string;
|
||||
WeaponProficiency: string;
|
||||
ShortCircuit: string;
|
||||
DigitalObserver: string;
|
||||
Tracer: string;
|
||||
Overclock: string;
|
||||
Reaper: string;
|
||||
EvasiveSystem: string;
|
||||
Datamancer: string;
|
||||
CybersEdge: string;
|
||||
HandsOfMidas: string;
|
||||
Hyperdrive: string;
|
||||
} = {
|
||||
export const SkillNames = {
|
||||
BladesIntuition: "Blade's Intuition",
|
||||
Cloak: "Cloak",
|
||||
Marksman: "Marksman",
|
||||
|
||||
Reference in New Issue
Block a user