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): gasoline engines can burn alcohol, V8 and V12 engines in general require higher-quality fuel #5750

15 changes: 13 additions & 2 deletions data/json/vehicleparts/combustion.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"copy-from": "engine_combustion",
"type": "vehicle_part",
"fuel_type": "gasoline",
"fuel_options": [ "gasoline", "avgas", "biodiesel" ],
"fuel_options": [ "gasoline", "avgas", "chem_ethanol", "denat_alcohol", "chem_methanol" ],
"//2": "TODO: remove when injectors are implemented",
"m2c": 60,
"//": "30% energy efficiency",
Expand All @@ -42,7 +42,18 @@
"copy-from": "engine_combustion",
"type": "vehicle_part",
"fuel_type": "gasoline",
"fuel_options": [ "gasoline", "diesel", "lamp_oil", "jp8", "motor_oil", "avgas", "biodiesel" ],
"fuel_options": [
"gasoline",
"diesel",
"lamp_oil",
"jp8",
"motor_oil",
"avgas",
"biodiesel",
"chem_ethanol",
"denat_alcohol",
"chem_methanol"
],
"m2c": 60,
"//": "25% energy efficiency",
"extend": { "flags": [ "E_NO_POWER_DECAY" ] },
Expand Down
Loading