mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
Added info for another augmentation
This commit is contained in:
parent
a29ea6ea5d
commit
58874efa5f
@ -135,6 +135,12 @@ initAugmentations = function() {
|
|||||||
|
|
||||||
var SubdermalArmor = new Augmentation("NEMEAN Subdermal Weave");
|
var SubdermalArmor = new Augmentation("NEMEAN Subdermal Weave");
|
||||||
SubdermalArmor.setRequirements(1000000, 750000000);
|
SubdermalArmor.setRequirements(1000000, 750000000);
|
||||||
|
SubdermalArmor.setInfo("The NEMEAN Subdermal Weave is a thin, light-weight, graphene plating that houses a dilatant fluid.\n"
|
||||||
|
"The material is implanted underneath the skin, and is the most advanced form of defensive enhancement\n" +
|
||||||
|
"that has ever been created. The dilatant fluid, despite being thin and light, is extremely effective\n" +
|
||||||
|
"at stopping piercing blows and reducing blunt trauma. The properties of graphene allow the plating to\n" +
|
||||||
|
"mitigate damage from any fire-related or electrical traumas.\n\n" +
|
||||||
|
"This augmentation increases the player's defense by 150%.");
|
||||||
SubdermalArmor.addToFactions("The Syndicate", "Fulcrum Secret Technologies", "Illuminati", "Daedalus",
|
SubdermalArmor.addToFactions("The Syndicate", "Fulcrum Secret Technologies", "Illuminati", "Daedalus",
|
||||||
"The Covenant");
|
"The Covenant");
|
||||||
AddToAugmentations(SubdermalArmor);
|
AddToAugmentations(SubdermalArmor);
|
||||||
|
Loading…
Reference in New Issue
Block a user