From 25169635e813a7f087688984170470a82696f9eb Mon Sep 17 00:00:00 2001 From: Salty Panda Date: Mon, 3 May 2021 16:10:20 +0200 Subject: [PATCH 1/2] Update data/json/bionics.json Co-authored-by: actual-nh <74678550+actual-nh@users.noreply.github.com> --- data/json/bionics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/bionics.json b/data/json/bionics.json index 03c3258805496..e60f569f747de 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -587,7 +587,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" ] }, From 3e4dc2c274b7e298ae59cc40530bbcb2efef6f5e Mon Sep 17 00:00:00 2001 From: Salty Panda Date: Mon, 3 May 2021 16:14:41 +0200 Subject: [PATCH 2/2] Update data/json/bionics.json Co-authored-by: actual-nh <74678550+actual-nh@users.noreply.github.com> --- data/json/bionics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/bionics.json b/data/json/bionics.json index e60f569f747de..d39bb38fb618d 100644 --- a/data/json/bionics.json +++ b/data/json/bionics.json @@ -1391,7 +1391,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" ]