Running the vehicle efficiency test on these two designs:
{
"id": "bicycle_test_v2",
"type": "vehicle",
"name": "Bicycle",
"blueprint": [ "o#o" ],
"parts": [
{ "x": 0, "y": 0, "parts": [ "xlframe_vertical_2", "saddle", "controls", "engine_vtwin", "alternator_motorbike", "battery_motorbike" ] },
{ "x": 1, "y": 0, "parts": [ "xlframe_vertical", "wheel_bicycle_steerable", { "part": "tank_small", "fuel": "gasoline" } ] },
{ "x": -1, "y": 0, "parts": [ "xlframe_vertical", "wheel_bicycle", "basketsm", { "part": "tank_small", "fuel": "gasoline" } ] }
]
},
{
"id": "bicycle_test_e",
"type": "vehicle",
"name": "Bicycle",
"blueprint": [ "o#o" ],
"parts": [
{ "x": 0, "y": 0, "parts": [ "xlframe_vertical_2", "saddle", "storage_battery", "engine_electric", "controls" ] },
{ "x": 1, "y": 0, "parts": [ "xlframe_vertical", "wheel_bicycle_steerable" ] },
{ "x": -1, "y": 0, "parts": [ "xlframe_vertical", "wheel_bicycle", "basketsm" ] }
]
},
I get the V2 bike will go 132100 tiles on a road at cruise speed without running out of gas, or 68310 over dirt. The electric engine bike will go 100700 tiles on a road at cruise speed without running out of energy, or 8650 over dirt.
Now that’s 4L of gas versus 1 storage battery. It would be fair to quarter the range of the v2 bike to represent 1L of gas, in which case it’s 33025 tiles versus 100700 tiles on a road, or 17075 versus 8650 on dirt. Neither bike has really good off-road capability, but the electric bike pays a huge penalty for having to lug a storage battery off-road and really wrecking its traction numbers.
With the vehicle speed rework, the numbers are 106600 on road for the V2 bike versus 32590 for the electric, and 54770 on dirt for the V2 bike and 2850 for the electric. Again, if you quarter the V2 bike’s values, you’re looking at 26650 versus 32590 for 1L of gas versus 1 storage battery, and that’s possibly generous for the gas bike but in the right ballpark.
So yes, I think currently in CDDA that electric vehicles have too much range and weird power consumption numbers. This is not news. It will be addressed sooner or later.