From fe8e25c8b764b013882e3ceaa7f9ea672cfcb6d4 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Thu, 19 Sep 2024 18:20:57 -0500 Subject: [PATCH] feat(balance): wooden tables, wheel mounts, and wheels easier to install than metal counterparts (#5383) --- data/json/vehicleparts/vehicle_parts.json | 2 +- data/json/vehicleparts/wheel.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/vehicleparts/vehicle_parts.json b/data/json/vehicleparts/vehicle_parts.json index 770c6e0a016f..21f54b445ceb 100644 --- a/data/json/vehicleparts/vehicle_parts.json +++ b/data/json/vehicleparts/vehicle_parts.json @@ -1129,7 +1129,7 @@ "item": "w_table", "location": "center", "requirements": { - "install": { "skills": [ [ "mechanics", 1 ] ], "time": "15 m", "using": [ [ "vehicle_bolt", 1 ] ] }, + "install": { "skills": [ [ "mechanics", 1 ] ], "time": "15 m", "using": [ [ "vehicle_nail_install", 10 ] ] }, "removal": { "skills": [ [ "mechanics", 1 ] ], "time": "15 m", "using": [ [ "vehicle_bolt", 1 ] ] }, "repair": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "adhesive", 2 ], [ "wood_structural_small", 1 ] ] } }, diff --git a/data/json/vehicleparts/wheel.json b/data/json/vehicleparts/wheel.json index 470ead6dca42..3f3e2ed49815 100644 --- a/data/json/vehicleparts/wheel.json +++ b/data/json/vehicleparts/wheel.json @@ -612,8 +612,8 @@ "damage_modifier": 50, "breaks_into": [ { "item": "2x4", "count": [ 0, 4 ] }, { "item": "nail", "charges": [ 5, 15 ] } ], "requirements": { - "install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "vehicle_bolt", 1 ] ] }, - "removal": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "using": [ [ "vehicle_bolt", 1 ] ] }, + "install": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "qualities": [ { "id": "WRENCH", "level": 1 } ] }, + "removal": { "skills": [ [ "mechanics", 0 ] ], "time": "5 m", "qualities": [ { "id": "SAW_W", "level": 1 } ] }, "repair": { "skills": [ [ "mechanics", 2 ] ], "time": "50 s", "using": [ [ "adhesive", 1 ], [ "wood_structural_small", 1 ] ] } }, "rolling_resistance": 2.15, @@ -647,7 +647,7 @@ "description": "A piece of wood with holes suitable for a bike or motorbike wheel.", "item": "wheel_mount_light_wood", "requirements": { - "install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "using": [ [ "vehicle_bolt", 1 ] ] }, + "install": { "skills": [ [ "mechanics", 2 ] ], "time": "60 m", "qualities": [ { "id": "WRENCH", "level": 1 } ] }, "removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "qualities": [ { "id": "SAW_W", "level": 1 } ] }, "repair": { "skills": [ [ "mechanics", 2 ] ], "time": "15 m", "using": [ [ "adhesive", 1 ] ] } },