mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
bladeburner slowly being converted to typescript, added ScriptHackMoneyGain multiplier which is the money you actually gain from script hacks, not money drained, important for BN8
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
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;
|
||||
} = {
|
||||
BladesIntuition: "Blade's Intuition",
|
||||
Cloak: "Cloak",
|
||||
Marksman: "Marksman",
|
||||
WeaponProficiency: "Weapon Proficiency",
|
||||
ShortCircuit: "Short-Circuit",
|
||||
DigitalObserver: "Digital Observer",
|
||||
Tracer: "Tracer",
|
||||
Overclock: "Overclock",
|
||||
Reaper: "Reaper",
|
||||
EvasiveSystem: "Evasive System",
|
||||
Datamancer: "Datamancer",
|
||||
CybersEdge: "Cyber's Edge",
|
||||
HandsOfMidas: "Hands of Midas",
|
||||
Hyperdrive: "Hyperdrive",
|
||||
}
|
||||
Reference in New Issue
Block a user