From 5317a179f971aa8d5d43be20cd7e81ed59939e5d Mon Sep 17 00:00:00 2001 From: anoobindisguise <56016372+anoobindisguise@users.noreply.github.com> Date: Sun, 9 Jul 2023 06:33:44 -0700 Subject: [PATCH] Nerf subdermal carbon CBM (#66769) * nerf the nanotubes * clarify description --- data/json/bionics.json | 24 ++++++++++++------------ data/json/items/bionics.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/data/json/bionics.json b/data/json/bionics.json index a2ff79633f569..304f89926354a 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -573,7 +573,7 @@ "id": "bio_carbon", "type": "bionic", "name": { "str": "Subdermal Carbon Filament" }, - "description": "Lying just beneath your skin is a thin armor made of carbon nanotubes. This has little impact on blunt trauma but will protect you against deep cuts.", + "description": "Lying just beneath your skin is a thin armor made of carbon nanotubes. This has no impact on blunt trauma but will protect you against deep cuts.", "occupied_bodyparts": [ [ "torso", 6 ], [ "head", 2 ], @@ -589,17 +589,17 @@ ], "flags": [ "BIONIC_NPC_USABLE", "BIONIC_SHOCKPROOF" ], "protec": [ - [ "torso", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "head", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "mouth", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "arm_l", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "arm_r", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "leg_l", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "leg_r", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "foot_l", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "foot_r", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "hand_l", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ], - [ "hand_r", { "bash": 2, "cut": 4, "bullet": 4, "stab": 4 } ] + [ "torso", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "head", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "mouth", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "arm_l", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "arm_r", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "leg_l", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "leg_r", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "foot_l", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "foot_r", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "hand_l", { "cut": 4, "bullet": 4, "stab": 4 } ], + [ "hand_r", { "cut": 4, "bullet": 4, "stab": 4 } ] ] }, { diff --git a/data/json/items/bionics.json b/data/json/items/bionics.json index 3fc15a1912c3e..94673d94effb1 100644 --- a/data/json/items/bionics.json +++ b/data/json/items/bionics.json @@ -214,7 +214,7 @@ "type": "BIONIC_ITEM", "name": { "str": "Subdermal Carbon Filament CBM" }, "looks_like": "bio_int_enhancer", - "description": "Thin armor made of carbon nanotubes, implanted just beneath the skin. It reduces bashing and cutting damage.", + "description": "Thin armor made of carbon nanotubes, implanted just beneath the skin. It reduces cutting, stabbing and ballistic damage.", "price": 750000, "price_postapoc": 5000, "difficulty": 9