Skip to content

Commit

Permalink
Merge pull request #39596 from Pupsi-Mupsi/PB-BSC
Browse files Browse the repository at this point in the history
Surgical scalpels CBM changes
  • Loading branch information
Rivet-the-Zombie authored Apr 16, 2020
2 parents d67db55 + d318ce5 commit d48296f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,8 @@
"name": { "str": "Autonomous Surgical Scalpels" },
"description": "A system of surgical grade scalpels is implanted on your fingers. They allow you to make automated precise cuts and can also be used as a high-quality butchering tool.",
"occupied_bodyparts": [ [ "ARM_R", 1 ], [ "ARM_L", 1 ] ],
"fake_item": "bio_scalpel"
"fake_item": "bio_scalpel",
"flags": [ "BIONIC_TOGGLED", "BIONIC_WEAPON" ]
},
{
"id": "bio_sunglasses",
Expand Down
6 changes: 5 additions & 1 deletion data/json/items/fake.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
"copy-from": "fake_item",
"type": "TOOL",
"name": { "str": "autonomous surgical scalpels", "str_pl": "autonomous surgical scalpels" },
"flags": [ "TRADER_AVOID" ],
"description": "A system of surgical grade scalpels. They allow you to make precise cuts and can also be used as a high-quality butchering tool.",
"to_hit": 2,
"cutting": 8,
"techniques": "PRECISE",
"flags": [ "TRADER_AVOID", "NO_UNWIELD", "UNBREAKABLE_MELEE", "SPEAR" ],
"qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 5 ], [ "BUTCHER", 50 ] ]
},
{
Expand Down

0 comments on commit d48296f

Please sign in to comment.