Skip to content

Commit

Permalink
feat(balance): Plastic and Carbon Fiber Frames Have Appropriate Durab…
Browse files Browse the repository at this point in the history
…ility (#5814)

I fucked up

Plastic frames now have 250 durability and carbon fiber have 500.
  • Loading branch information
yay855 authored Dec 16, 2024
1 parent e327f76 commit 430deaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/vehicleparts/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 430deaf

Please sign in to comment.