mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #393 from Kline-/patch-3
Add CranialSignalProcessor prereqs
This commit is contained in:
commit
27ac2a911a
@ -739,7 +739,8 @@ function initAugmentations() {
|
||||
"This augmentation: <br>" +
|
||||
"Increases the player's hacking speed by 2%<br>" +
|
||||
"Increases the player's chance of successfully performing a hack by 5%<br>" +
|
||||
"Increases the player's hacking skill by 7%"
|
||||
"Increases the player's hacking skill by 7%",
|
||||
prereqs:[AugmentationNames.CranialSignalProcessorsG1]
|
||||
});
|
||||
CranialSignalProcessorsG2.addToFactions(["NiteSec"]);
|
||||
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG2)) {
|
||||
@ -756,7 +757,8 @@ function initAugmentations() {
|
||||
"This augmentation:<br>" +
|
||||
"Increases the player's hacking speed by 2%<br>" +
|
||||
"Increases the amount of money the player gains from hacking by 15%<br>" +
|
||||
"Increases the player's hacking skill by 9%"
|
||||
"Increases the player's hacking skill by 9%",
|
||||
prereqs:[AugmentationNames.CranialSignalProcessorsG2]
|
||||
});
|
||||
CranialSignalProcessorsG3.addToFactions(["NiteSec", "The Black Hand"]);
|
||||
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG3)) {
|
||||
@ -773,7 +775,8 @@ function initAugmentations() {
|
||||
"This augmentation: <br>" +
|
||||
"Increases the player's hacking speed by 2%<br>" +
|
||||
"Increases the amount of money the player gains from hacking by 20%<br>" +
|
||||
"Increases the amount of money the player can inject into servers using grow() by 25%"
|
||||
"Increases the amount of money the player can inject into servers using grow() by 25%",
|
||||
prereqs:[AugmentationNames.CranialSignalProcessorsG3]
|
||||
});
|
||||
CranialSignalProcessorsG4.addToFactions(["The Black Hand"]);
|
||||
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG4)) {
|
||||
@ -790,7 +793,8 @@ function initAugmentations() {
|
||||
"This augmentation:<br>" +
|
||||
"Increases the player's hacking skill by 30%<br>" +
|
||||
"Increases the amount of money the player gains from hacking by 25%<br>" +
|
||||
"Increases the amount of money the player can inject into servers using grow() by 75%"
|
||||
"Increases the amount of money the player can inject into servers using grow() by 75%",
|
||||
prereqs:[AugmentationNames.CranialSignalProcessorsG4]
|
||||
});
|
||||
CranialSignalProcessorsG5.addToFactions(["BitRunners"]);
|
||||
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG5)) {
|
||||
@ -884,7 +888,7 @@ function initAugmentations() {
|
||||
"This augmentation:<br>" +
|
||||
"Increases the amount of reputation the player gains when working for a company by 75%<br>" +
|
||||
"Increases the player's hacking skill by 10%",
|
||||
prereqs:[AugmentationNames.PCDNI],
|
||||
prereqs:[AugmentationNames.PCDNI]
|
||||
});
|
||||
PCDNIOptimizer.addToFactions(["Fulcrum Secret Technologies", "ECorp", "Blade Industries"]);
|
||||
if (augmentationExists(AugmentationNames.PCDNIOptimizer)) {
|
||||
@ -902,7 +906,7 @@ function initAugmentations() {
|
||||
"Increases the amount of reputation the player gains when working for a company by 100%<br>" +
|
||||
"Increases the player's hacking skill by 10%<br>" +
|
||||
"Increases the player's hacking speed by 5%",
|
||||
prereqs:[AugmentationNames.PCDNI],
|
||||
prereqs:[AugmentationNames.PCDNI]
|
||||
});
|
||||
PCDNINeuralNetwork.addToFactions(["Fulcrum Secret Technologies"]);
|
||||
if (augmentationExists(AugmentationNames.PCDNINeuralNetwork)) {
|
||||
|
Loading…
Reference in New Issue
Block a user