mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Added the TITN41 augmentation and added it to Silhouette fac
This commit is contained in:
parent
fd70bf259b
commit
52bf4fa0d5
@ -207,6 +207,14 @@ initAugmentations = function() {
|
|||||||
"Ishima", "Volhaven"]);
|
"Ishima", "Volhaven"]);
|
||||||
AddToAugmentations(SpeechProcessor);
|
AddToAugmentations(SpeechProcessor);
|
||||||
|
|
||||||
|
TITN41Injection = new Augmentation("TITN-41 Gene-Modification Injection");
|
||||||
|
TITN41Injection.setRequirements(150000, 75000000);
|
||||||
|
TITN41Injection.setInfo("TITN is a series of viruses that targets and alters the sequences of human DNA in genes that \n" +
|
||||||
|
"control personality. The TITN-41 strain alters these genes so that the subject becomes more \n " +
|
||||||
|
"outgoing and socialable. \n\n" +
|
||||||
|
"This augmentation increases the player's charisma and charisma experience gain rate by 15%");
|
||||||
|
TITN41Injection.addToFactions(["Silhouette"]);
|
||||||
|
|
||||||
var EnhancedSocialInteractionImplant = new Augmentation("Enhanced Social Interaction Implant");
|
var EnhancedSocialInteractionImplant = new Augmentation("Enhanced Social Interaction Implant");
|
||||||
EnhancedSocialInteractionImplant.setRequirements(750000, 500000000);
|
EnhancedSocialInteractionImplant.setRequirements(750000, 500000000);
|
||||||
EnhancedSocialInteractionImplant.setInfo("A cranial implant that greatly assists in the user's ability to analyze social situations\n" +
|
EnhancedSocialInteractionImplant.setInfo("A cranial implant that greatly assists in the user's ability to analyze social situations\n" +
|
||||||
|
@ -370,6 +370,7 @@ PlayerObject.prototype.checkForFactionInvitations = function() {
|
|||||||
invitedFactions.push(thesyndicateFac);
|
invitedFactions.push(thesyndicateFac);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Silhouette
|
||||||
var silhouetteFac = Factions["Silhouette"];
|
var silhouetteFac = Factions["Silhouette"];
|
||||||
if (silhouetteFac.isBanned == false && silhouetteFac.isMember == false &&
|
if (silhouetteFac.isBanned == false && silhouetteFac.isMember == false &&
|
||||||
(this.companyPosition.positionName == CompanyPositions.CTO.positionName ||
|
(this.companyPosition.positionName == CompanyPositions.CTO.positionName ||
|
||||||
|
Loading…
Reference in New Issue
Block a user