mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-14 14:22:32 +01:00
Correct descriptions of LuminCloaking2 and HydroflameLeftArm.
LuminCloaking-V2 claimed to be a more advanced version of itself, and Hydroflame Left Arm described a 2.7 multiplier as a 270% increase.
This commit is contained in:
@ -1249,7 +1249,7 @@ function initAugmentations() {
|
||||
|
||||
const LuminCloaking2 = new Augmentation({
|
||||
name:AugmentationNames.LuminCloaking2, repCost:5e3, moneyCost:3e7,
|
||||
info:"This is a more advanced version of the LuminCloaking-V2 augmentation. This skin implant " +
|
||||
info:"This is a more advanced version of the LuminCloaking-V1 augmentation. This skin implant " +
|
||||
"reinforces the skin with highly-advanced synthetic cells. These " +
|
||||
"cells, when powered, are capable of not only bending light but also of bending heat, " +
|
||||
"making the user more resilient as well as stealthy.<br><br>" +
|
||||
@ -1486,7 +1486,7 @@ function initAugmentations() {
|
||||
"Even though it contains no weapons, the advanced tungsten titanium " +
|
||||
"alloy increases the users strength to unbelievable levels. The augmentation " +
|
||||
"gets more powerful over time for seemingly no reason.<br><br>" +
|
||||
"This augmentation increases the player's strength by 270%.",
|
||||
"This augmentation increases the player's strength by 170%.",
|
||||
strength_mult: 2.70,
|
||||
});
|
||||
HydroflameLeftArm.addToFactions(["NWO"]);
|
||||
|
Reference in New Issue
Block a user