Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nerf subdermal carbon CBM #66769

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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