DanisRace/cardata/TruckBox.json

54 lines
2 KiB
JSON
Raw Permalink Normal View History

2024-07-13 15:15:50 +02:00
{
"name":"Truck",
"probability":0,
"type":"truck",
"wheels":[
{ "radius":0.565, "xyz":[ 1.19, -3.36, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":true , "object":""},
{ "radius":0.565, "xyz":[-1.19, -3.36, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":true , "object":".001"},
{ "radius":0.565, "xyz":[-1.69, 3.03, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".003"},
{ "radius":0.565, "xyz":[ 1.69, 3.03, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".002"},
{ "radius":0.565, "xyz":[-1.69, 4.22, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".004"},
{ "radius":0.565, "xyz":[ 1.69, 4.22, -0.100], "down":[0,0,-1], "axel":[-1,0,0], "suspensionRest": 0.2, "front":false, "object":".005"}
],
"mass" : 5000 ,
"hp" : 800 ,
"torque" : 50 ,
"drag" : 0.9 ,
"roll" : 0.4 ,
"grip" : 0.4 ,
"maxturn" : 0.8 ,
"brakes" : 2.0 ,
"abs" : 1.0 ,
"downforce" : 1.0 ,
"suspention" : 50.0 ,
"suspentionDamping" : 0.8 ,
"maxrpm" : 4000 ,
"idle" : 500 ,
"redline" : 3000 ,
"visionOffset" : -2 ,
"cameraZoom" : 5 ,
"gears":[
5.00,
4.00,
3.00,
2.50,
2.00,
1.50,
1.00,
0.85,
0.75,
0.65,
0.50,
0.35,
0.25,
0.23,
0.20,
0.15,
0.10
]
}