Add CranialSignalProcessor prereqs

This commit is contained in:
Matthew Goff 2018-07-27 16:29:14 -05:00 committed by GitHub
parent 47134a9640
commit be10d14cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -739,7 +739,8 @@ function initAugmentations() {
"This augmentation: <br>" + "This augmentation: <br>" +
"Increases the player's hacking speed by 2%<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 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"]); CranialSignalProcessorsG2.addToFactions(["NiteSec"]);
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG2)) { if (augmentationExists(AugmentationNames.CranialSignalProcessorsG2)) {
@ -756,7 +757,8 @@ function initAugmentations() {
"This augmentation:<br>" + "This augmentation:<br>" +
"Increases the player's hacking speed by 2%<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 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"]); CranialSignalProcessorsG3.addToFactions(["NiteSec", "The Black Hand"]);
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG3)) { if (augmentationExists(AugmentationNames.CranialSignalProcessorsG3)) {
@ -773,7 +775,8 @@ function initAugmentations() {
"This augmentation: <br>" + "This augmentation: <br>" +
"Increases the player's hacking speed by 2%<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 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"]); CranialSignalProcessorsG4.addToFactions(["The Black Hand"]);
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG4)) { if (augmentationExists(AugmentationNames.CranialSignalProcessorsG4)) {
@ -790,7 +793,8 @@ function initAugmentations() {
"This augmentation:<br>" + "This augmentation:<br>" +
"Increases the player's hacking skill by 30%<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 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"]); CranialSignalProcessorsG5.addToFactions(["BitRunners"]);
if (augmentationExists(AugmentationNames.CranialSignalProcessorsG5)) { if (augmentationExists(AugmentationNames.CranialSignalProcessorsG5)) {
@ -884,7 +888,7 @@ function initAugmentations() {
"This augmentation:<br>" + "This augmentation:<br>" +
"Increases the amount of reputation the player gains when working for a company by 75%<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%", "Increases the player's hacking skill by 10%",
prereqs:[AugmentationNames.PCDNI], prereqs:[AugmentationNames.PCDNI]
}); });
PCDNIOptimizer.addToFactions(["Fulcrum Secret Technologies", "ECorp", "Blade Industries"]); PCDNIOptimizer.addToFactions(["Fulcrum Secret Technologies", "ECorp", "Blade Industries"]);
if (augmentationExists(AugmentationNames.PCDNIOptimizer)) { 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 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 skill by 10%<br>" +
"Increases the player's hacking speed by 5%", "Increases the player's hacking speed by 5%",
prereqs:[AugmentationNames.PCDNI], prereqs:[AugmentationNames.PCDNI]
}); });
PCDNINeuralNetwork.addToFactions(["Fulcrum Secret Technologies"]); PCDNINeuralNetwork.addToFactions(["Fulcrum Secret Technologies"]);
if (augmentationExists(AugmentationNames.PCDNINeuralNetwork)) { if (augmentationExists(AugmentationNames.PCDNINeuralNetwork)) {