Makes trains feel more 'bulky' - Increases the locomotive weight & power & health, decreases top speed, increases for the cargo wagon & the fluid wagon weight & capacity & health
May you could add a optional dependency to my mod "? OS-Speed-Train>=0.5.0" and add the entities name = "speed-train" and name = "speed-cargo-wagon" to your data-updates.lua.
If not, I will fork your repo and add it myself :)
Yes... but I'm still a little bit messing with property "max_power". I can take numbers from the string but I don't think it's a good idea because I don't know what to do then with "kW" etc. If I'll ignore it, then I need too many times for tests...
If you want a simple solution, Optera wrote a library mod that includes a function that multiplies the power, properly interpreting kW, MW, etc. I use it in my mod, Multiple Unit Train Control, just by using OpteraLib as a dependency.