-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add an I4 diesel engine #60999
Add an I4 diesel engine #60999
Conversation
GM has at least one line of vehicles that uses this engine size in America so that should work. |
{ "x": -2, "y": 0, "parts": [ "frame_horizontal_rear", "hatch", "muffler" ] }, | ||
{ "x": -2, "y": 1, "parts": [ "frame_horizontal_rear", "hatch" ] }, | ||
{ "x": -2, "y": 2, "parts": [ "frame_se", "wheel_mount_medium", "wheel" ] }, | ||
{ "x": -2, "y": 2, "part": "tank_medium", "fuel": "gasoline" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems this needs a correction
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I didn't even notice that car had two tanks, my bad.
I'll PR some fixes in a bit.
Summary
Content "Adds an I4 diesel engine"
Purpose of change
Diesel engines only come in large sizes, making them way rarer than they should be.
In real life even common cars come with I4 diesel engines, so why wouldn't they in Cataclysm?
(At least that's the case here in Europe, if it's not the case in the US then I can close this PR)
Describe the solution
Adds the I4 diesel engine and adds it to item groups that have the I4 combustion engine.
Also added two variants of existing vehicles: Car and Hatchback in diesel flavor.
Describe alternatives you've considered
Not adding the cars, but if I recall correctly PRs that only add items without uses for them aren't accepted.
Testing
Spawned the vehicles and drove a little.
Additional context
I am not 100% certain on values chosen, so any feedback about them will be appreciated.
However I do hope this gets merged because I need those engines for a little forklift tweaks I'm planning.
I love forklifts.