From f5f92402f8c96e0178bb791be02305b41bb6d42e Mon Sep 17 00:00:00 2001 From: CorvetBlyat Date: Tue, 3 Sep 2019 22:34:29 +0200 Subject: [PATCH 1/2] Make light wheel mounts foldable --- data/json/vehicleparts/wheel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/json/vehicleparts/wheel.json b/data/json/vehicleparts/wheel.json index ab6d5ae5d0e8a..ea458b440f721 100644 --- a/data/json/vehicleparts/wheel.json +++ b/data/json/vehicleparts/wheel.json @@ -9,6 +9,7 @@ "broken_symbol": "X", "broken_color": "light_gray", "damage_modifier": 80, + "folded_volume": 2, "durability": 120, "description": "A piece of metal with holes suitable for a bike or motorbike wheel.", "item": "wheel_mount_light", @@ -17,7 +18,7 @@ "removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "qualities": [ { "id": "SAW_M", "level": 2 } ] }, "repair": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "using": [ [ "welding_standard", 5 ] ] } }, - "flags": [ "WHEEL_MOUNT_LIGHT", "NEEDS_JACKING" ], + "flags": [ "WHEEL_MOUNT_LIGHT", "NEEDS_JACKING", "FOLDABLE" ], "breaks_into": [ { "item": "scrap", "count": [ 0, 1 ] } ], "damage_reduction": { "all": 10 } }, From 0e8f661e29f98642106acc6013be2438683a4c4e Mon Sep 17 00:00:00 2001 From: CorvetBlyat Date: Tue, 3 Sep 2019 23:04:41 +0200 Subject: [PATCH 2/2] Update wheel.json --- data/json/vehicleparts/wheel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/vehicleparts/wheel.json b/data/json/vehicleparts/wheel.json index ea458b440f721..b54101eae32e9 100644 --- a/data/json/vehicleparts/wheel.json +++ b/data/json/vehicleparts/wheel.json @@ -9,7 +9,7 @@ "broken_symbol": "X", "broken_color": "light_gray", "damage_modifier": 80, - "folded_volume": 2, + "folded_volume": 1, "durability": 120, "description": "A piece of metal with holes suitable for a bike or motorbike wheel.", "item": "wheel_mount_light",