Skip to content

Commit

Permalink
Merge branch 'rebalance-bionic,-fix-weird-stats' of https://github.co…
Browse files Browse the repository at this point in the history
…m/Salty-Panda/Cataclysm-DDA into rebalance-bionic,-fix-weird-stats
  • Loading branch information
Salty-Panda committed May 3, 2021
2 parents af4c66c + 3e4dc2c commit 15e20fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
"type": "bionic",
"name": { "str": "Wired Reflexes" },
"description": "Your reaction time has been greatly enhanced with bionic nerve stimulators, giving you a +2 bonus to dexterity.",
"occupied_bodyparts": [ [ "head", 3 ], [ "torso", 6 ], [ "arm_l", 4 ], [ "arm_r", 4 ], [ "leg_l", 8 ], [ "leg_r", 8 ] ],
"occupied_bodyparts": [ [ "head", 3 ], [ "torso", 6 ], [ "arm_l", 3 ], [ "arm_r", 3 ], [ "leg_l", 7 ], [ "leg_r", 7 ] ],
"stat_bonus": [ [ "DEX", 2 ] ],
"flags": [ "BIONIC_NPC_USABLE" ]
},
Expand Down Expand Up @@ -1398,7 +1398,7 @@
"type": "bionic",
"name": { "str": "Integrated Toolset" },
"description": "Surgically implanted in your hands and forearms is a set of tools - screwdriver, hammer, wrench, hacksaw, drill, heating elements, and others. You can use this in place of many tools when crafting.",
"occupied_bodyparts": [ [ "hand_l", 3 ], [ "hand_r", 1 ], [ "arm_l", 2 ], [ "arm_r", 2 ] ],
"occupied_bodyparts": [ [ "hand_l", 1 ], [ "hand_r", 1 ], [ "arm_l", 3 ], [ "arm_r", 3 ] ],
"fake_item": "toolset",
"included_bionics": [ "bio_tools_extend" ],
"flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ]
Expand Down

0 comments on commit 15e20fc

Please sign in to comment.