Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(balance): Plastic and Carbon Fiber Frames Have Appropriate Durability #5814

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading