mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Prettier
This commit is contained in:
parent
6f26fb81e8
commit
4c9ca49904
@ -1109,8 +1109,9 @@ export const Augmentations: Record<AugmentationName, Augmentation> = (() => {
|
||||
"Undetectable adamantium nanobots injected in the users bloodstream. The NeuroFlux Governor " +
|
||||
"monitors and regulates all aspects of the human body, essentially 'governing' the body. " +
|
||||
"By doing so, it improves the users performance for most actions.",
|
||||
stats:
|
||||
`This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+${(donationBonus * 100).toFixed(6)}%), stacking multiplicatively.`,
|
||||
stats: `This special augmentation can be leveled up infinitely. Each level of this augmentation increases MOST multipliers by 1% (+${(
|
||||
donationBonus * 100
|
||||
).toFixed(6)}%), stacking multiplicatively.`,
|
||||
isSpecial: true,
|
||||
hacking_chance: 1.01 + donationBonus,
|
||||
hacking_speed: 1.01 + donationBonus,
|
||||
|
Loading…
Reference in New Issue
Block a user