Merge branch 'master' of https://github.com/koptilnya/starfall-modules
This commit is contained in:
commit
d9d050386a
@ -26,7 +26,8 @@ Vehicle:new({
|
||||
Clutch = {Stiffness = 20, Damping = 0.5, MaxTorque = 400},
|
||||
Gearbox = {Type = 'MANUAL', ShiftDuration = 0.2, ShiftSmoothness = 0.3, Ratios = {3.321, 1.902, 1.308, 1, 0.838}, Reverse = 3.382},
|
||||
Axles = {
|
||||
{Power = 0.5, Coast = 0.3, Preload = 30, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 4.08}
|
||||
{Power = 0.5, Coast = 0.3, Preload = 30, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 4.08},
|
||||
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 3.9}
|
||||
},
|
||||
Systems = {{Type = 'LAUNCH', Limit = 3500}, {Type = 'TRACTION', Limit = 1.5}}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user