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

Add an I4 diesel engine #60999

Merged
merged 6 commits into from
Sep 15, 2022
Merged

Add an I4 diesel engine #60999

merged 6 commits into from
Sep 15, 2022

Conversation

Jarewill
Copy link
Contributor

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.

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Spawn Creatures, items, vehicles, locations appearing on map Vehicles Vehicles, parts, mechanics & interactions json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Sep 14, 2022
@Maleclypse
Copy link
Member

GM has at least one line of vehicles that uses this engine size in America so that should work.

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Sep 14, 2022
@Fris0uman Fris0uman merged commit ca61b82 into CleverRaven:master Sep 15, 2022
{ "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" },
Copy link
Contributor

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

Copy link
Contributor Author

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.

@Jarewill Jarewill mentioned this pull request Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Spawn Creatures, items, vehicles, locations appearing on map Vehicles Vehicles, parts, mechanics & interactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants