From 58874efa5fa417ed0bab2c6344cff3e63881c757 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Tue, 21 Feb 2017 16:23:42 -0600 Subject: [PATCH] Added info for another augmentation --- src/Augmentations.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Augmentations.js b/src/Augmentations.js index 6151b46d9..0803ad4f5 100644 --- a/src/Augmentations.js +++ b/src/Augmentations.js @@ -135,6 +135,12 @@ initAugmentations = function() { var SubdermalArmor = new Augmentation("NEMEAN Subdermal Weave"); 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", "The Covenant"); AddToAugmentations(SubdermalArmor);