From 38cdde18c38d1ac3d86d2892aaa83d2f13485d0a Mon Sep 17 00:00:00 2001 From: Chorus System Date: Sun, 15 Dec 2024 12:06:48 -0500 Subject: [PATCH] I fucked up Plastic frames now have 250 durability and carbon fiber have 500. --- data/json/vehicleparts/frames.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/vehicleparts/frames.json b/data/json/vehicleparts/frames.json index ea5766ac58cd..0c1b318f43cf 100644 --- a/data/json/vehicleparts/frames.json +++ b/data/json/vehicleparts/frames.json @@ -141,7 +141,7 @@ "name": { "str": "plastic frame" }, "item": "frame_plastic", "location": "structure", - "durability": 500, + "durability": 250, "description": "A plastic framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.", "breaks_into": "ig_vp_plastic", "requirements": { @@ -158,7 +158,7 @@ "name": { "str": "carbon fiber frame" }, "item": "frame_carbon", "location": "structure", - "durability": 150, + "durability": 500, "description": "A carbon fiber framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.", "breaks_into": "ig_vp_carbon", "requirements": {