Skip to content

Commit

Permalink
Nerf subdermal carbon CBM (#66769)
Browse files Browse the repository at this point in the history
* nerf the nanotubes

* clarify description
  • Loading branch information
anoobindisguise authored Jul 9, 2023
1 parent 3fb846e commit 5317a17
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand All @@ -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 } ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5317a17

Please sign in to comment.